Skip to content

Module quality update #203

Module quality update

Module quality update #203

Triggered via pull request November 28, 2023 14:11
Status Failure
Total duration 4m 28s
Artifacts

ci.yml

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

Annotations

272 errors
Puppet / 8 (Ruby 3.2): spec/classes/config/framework_spec.rb#L61
rundeck on almalinux-8-x86_64 setting framework.server.{name,url} with non-default framework.server.hostname is expected to contain File[/etc/rundeck/framework.properties] with content =~ /framework\.server\.url = http:\/\/rundeck\.example\.com:4440/ Failure/Error: is_expected.to contain_file('/etc/rundeck/framework.properties').with_content( %r{framework\.server\.url = http://rundeck\.example\.com:4440} ) expected that the catalogue would contain File[/etc/rundeck/framework.properties] with content set to /framework\.server\.url = http:\/\/rundeck\.example\.com:4440/ but it is set to "rdeck.base = /var/lib/rundeck\nframework.server.hostname = foo\nframework.server.name = foo.example.com\nframework.server.port = 4440\nframework.server.url = rundeck.example.com\nframework.etc.dir = /etc/rundeck\nframework.libext.dir = /var/lib/rundeck/libext\nframework.ssh.keypath = /var/lib/rundeck/.ssh/id_rsa\nframework.ssh.user = rundeck\nframework.ssh.timeout = 0\nrundeck.server.uuid = b274786d-aeaa-5039-ba32-2f9414d85d5d\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:framework\.server\.url = http:\/\/rundeck\.example\.com:4440) +rdeck.base = /var/lib/rundeck +framework.server.hostname = foo +framework.server.name = foo.example.com +framework.server.port = 4440 +framework.server.url = rundeck.example.com +framework.etc.dir = /etc/rundeck +framework.libext.dir = /var/lib/rundeck/libext +framework.ssh.keypath = /var/lib/rundeck/.ssh/id_rsa +framework.ssh.user = rundeck +framework.ssh.timeout = 0 +rundeck.server.uuid = b274786d-aeaa-5039-ba32-2f9414d85d5d
Puppet / 8 (Ruby 3.2): spec/classes/config/jaas_auth_spec.rb#L208
rundeck on almalinux-8-x86_64 with ldap auth using ldap_sync generates valid content for jaas-loginmodule.conf Failure/Error: expect(content).to include('com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required') expected "authentication {\n com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule required\n context... roleNameAttribute=\"cn\"\n roleMemberAttribute=\"member\"\n roleObjectClass=\"group\";\n};\n" to include "com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required" Diff: @@ -1,19 +1,37 @@ -com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required +authentication { + com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule required + contextFactory="com.sun.jndi.ldap.LdapCtxFactory" + debug="true" + providerUrl="ldap://server:389" + bindDn="cn=Manager,dc=example,dc=com" + bindPassword="secret" + authenticationMethod="simple" + forceBindingLogin="false" + userBaseDn="ou=users,ou=accounts,ou=corp,dc=xyz,dc=com" + userRdnAttribute="sAMAccountName" + userIdAttribute="sAMAccountName" + userPasswordAttribute="unicodePwd" + userObjectClass="user" + roleBaseDn="ou=role based,ou=security,ou=groups,ou=test,dc=xyz,dc=com" + roleNameAttribute="cn" + roleMemberAttribute="member" + roleObjectClass="group"; +};
Puppet / 8 (Ruby 3.2): spec/classes/config/framework_spec.rb#L61
rundeck on almalinux-9-x86_64 setting framework.server.{name,url} with non-default framework.server.hostname is expected to contain File[/etc/rundeck/framework.properties] with content =~ /framework\.server\.url = http:\/\/rundeck\.example\.com:4440/ Failure/Error: is_expected.to contain_file('/etc/rundeck/framework.properties').with_content( %r{framework\.server\.url = http://rundeck\.example\.com:4440} ) expected that the catalogue would contain File[/etc/rundeck/framework.properties] with content set to /framework\.server\.url = http:\/\/rundeck\.example\.com:4440/ but it is set to "rdeck.base = /var/lib/rundeck\nframework.server.hostname = foo\nframework.server.name = foo.example.com\nframework.server.port = 4440\nframework.server.url = rundeck.example.com\nframework.etc.dir = /etc/rundeck\nframework.libext.dir = /var/lib/rundeck/libext\nframework.ssh.keypath = /var/lib/rundeck/.ssh/id_rsa\nframework.ssh.user = rundeck\nframework.ssh.timeout = 0\nrundeck.server.uuid = b274786d-aeaa-5039-ba32-2f9414d85d5d\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:framework\.server\.url = http:\/\/rundeck\.example\.com:4440) +rdeck.base = /var/lib/rundeck +framework.server.hostname = foo +framework.server.name = foo.example.com +framework.server.port = 4440 +framework.server.url = rundeck.example.com +framework.etc.dir = /etc/rundeck +framework.libext.dir = /var/lib/rundeck/libext +framework.ssh.keypath = /var/lib/rundeck/.ssh/id_rsa +framework.ssh.user = rundeck +framework.ssh.timeout = 0 +rundeck.server.uuid = b274786d-aeaa-5039-ba32-2f9414d85d5d
Puppet / 8 (Ruby 3.2): spec/classes/config/framework_spec.rb#L61
rundeck on centos-7-x86_64 setting framework.server.{name,url} with non-default framework.server.hostname is expected to contain File[/etc/rundeck/framework.properties] with content =~ /framework\.server\.url = http:\/\/rundeck\.example\.com:4440/ Failure/Error: is_expected.to contain_file('/etc/rundeck/framework.properties').with_content( %r{framework\.server\.url = http://rundeck\.example\.com:4440} ) expected that the catalogue would contain File[/etc/rundeck/framework.properties] with content set to /framework\.server\.url = http:\/\/rundeck\.example\.com:4440/ but it is set to "rdeck.base = /var/lib/rundeck\nframework.server.hostname = foo\nframework.server.name = foo.example.com\nframework.server.port = 4440\nframework.server.url = rundeck.example.com\nframework.etc.dir = /etc/rundeck\nframework.libext.dir = /var/lib/rundeck/libext\nframework.ssh.keypath = /var/lib/rundeck/.ssh/id_rsa\nframework.ssh.user = rundeck\nframework.ssh.timeout = 0\nrundeck.server.uuid = b274786d-aeaa-5039-ba32-2f9414d85d5d\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:framework\.server\.url = http:\/\/rundeck\.example\.com:4440) +rdeck.base = /var/lib/rundeck +framework.server.hostname = foo +framework.server.name = foo.example.com +framework.server.port = 4440 +framework.server.url = rundeck.example.com +framework.etc.dir = /etc/rundeck +framework.libext.dir = /var/lib/rundeck/libext +framework.ssh.keypath = /var/lib/rundeck/.ssh/id_rsa +framework.ssh.user = rundeck +framework.ssh.timeout = 0 +rundeck.server.uuid = b274786d-aeaa-5039-ba32-2f9414d85d5d
Puppet / 8 (Ruby 3.2): spec/classes/config/jaas_auth_spec.rb#L208
rundeck on almalinux-9-x86_64 with ldap auth using ldap_sync generates valid content for jaas-loginmodule.conf Failure/Error: expect(content).to include('com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required') expected "authentication {\n com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule required\n context... roleNameAttribute=\"cn\"\n roleMemberAttribute=\"member\"\n roleObjectClass=\"group\";\n};\n" to include "com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required" Diff: @@ -1,19 +1,37 @@ -com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required +authentication { + com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule required + contextFactory="com.sun.jndi.ldap.LdapCtxFactory" + debug="true" + providerUrl="ldap://server:389" + bindDn="cn=Manager,dc=example,dc=com" + bindPassword="secret" + authenticationMethod="simple" + forceBindingLogin="false" + userBaseDn="ou=users,ou=accounts,ou=corp,dc=xyz,dc=com" + userRdnAttribute="sAMAccountName" + userIdAttribute="sAMAccountName" + userPasswordAttribute="unicodePwd" + userObjectClass="user" + roleBaseDn="ou=role based,ou=security,ou=groups,ou=test,dc=xyz,dc=com" + roleNameAttribute="cn" + roleMemberAttribute="member" + roleObjectClass="group"; +};
Puppet / 8 (Ruby 3.2): spec/classes/config/framework_spec.rb#L61
rundeck on centos-8-x86_64 setting framework.server.{name,url} with non-default framework.server.hostname is expected to contain File[/etc/rundeck/framework.properties] with content =~ /framework\.server\.url = http:\/\/rundeck\.example\.com:4440/ Failure/Error: is_expected.to contain_file('/etc/rundeck/framework.properties').with_content( %r{framework\.server\.url = http://rundeck\.example\.com:4440} ) expected that the catalogue would contain File[/etc/rundeck/framework.properties] with content set to /framework\.server\.url = http:\/\/rundeck\.example\.com:4440/ but it is set to "rdeck.base = /var/lib/rundeck\nframework.server.hostname = foo\nframework.server.name = foo.example.com\nframework.server.port = 4440\nframework.server.url = rundeck.example.com\nframework.etc.dir = /etc/rundeck\nframework.libext.dir = /var/lib/rundeck/libext\nframework.ssh.keypath = /var/lib/rundeck/.ssh/id_rsa\nframework.ssh.user = rundeck\nframework.ssh.timeout = 0\nrundeck.server.uuid = b274786d-aeaa-5039-ba32-2f9414d85d5d\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:framework\.server\.url = http:\/\/rundeck\.example\.com:4440) +rdeck.base = /var/lib/rundeck +framework.server.hostname = foo +framework.server.name = foo.example.com +framework.server.port = 4440 +framework.server.url = rundeck.example.com +framework.etc.dir = /etc/rundeck +framework.libext.dir = /var/lib/rundeck/libext +framework.ssh.keypath = /var/lib/rundeck/.ssh/id_rsa +framework.ssh.user = rundeck +framework.ssh.timeout = 0 +rundeck.server.uuid = b274786d-aeaa-5039-ba32-2f9414d85d5d
Puppet / 8 (Ruby 3.2): spec/classes/config/jaas_auth_spec.rb#L208
rundeck on centos-7-x86_64 with ldap auth using ldap_sync generates valid content for jaas-loginmodule.conf Failure/Error: expect(content).to include('com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required') expected "authentication {\n com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule required\n context... roleNameAttribute=\"cn\"\n roleMemberAttribute=\"member\"\n roleObjectClass=\"group\";\n};\n" to include "com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required" Diff: @@ -1,19 +1,37 @@ -com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required +authentication { + com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule required + contextFactory="com.sun.jndi.ldap.LdapCtxFactory" + debug="true" + providerUrl="ldap://server:389" + bindDn="cn=Manager,dc=example,dc=com" + bindPassword="secret" + authenticationMethod="simple" + forceBindingLogin="false" + userBaseDn="ou=users,ou=accounts,ou=corp,dc=xyz,dc=com" + userRdnAttribute="sAMAccountName" + userIdAttribute="sAMAccountName" + userPasswordAttribute="unicodePwd" + userObjectClass="user" + roleBaseDn="ou=role based,ou=security,ou=groups,ou=test,dc=xyz,dc=com" + roleNameAttribute="cn" + roleMemberAttribute="member" + roleObjectClass="group"; +};
Puppet / 8 (Ruby 3.2): spec/classes/config/framework_spec.rb#L61
rundeck on centos-9-x86_64 setting framework.server.{name,url} with non-default framework.server.hostname is expected to contain File[/etc/rundeck/framework.properties] with content =~ /framework\.server\.url = http:\/\/rundeck\.example\.com:4440/ Failure/Error: is_expected.to contain_file('/etc/rundeck/framework.properties').with_content( %r{framework\.server\.url = http://rundeck\.example\.com:4440} ) expected that the catalogue would contain File[/etc/rundeck/framework.properties] with content set to /framework\.server\.url = http:\/\/rundeck\.example\.com:4440/ but it is set to "rdeck.base = /var/lib/rundeck\nframework.server.hostname = foo\nframework.server.name = foo.example.com\nframework.server.port = 4440\nframework.server.url = rundeck.example.com\nframework.etc.dir = /etc/rundeck\nframework.libext.dir = /var/lib/rundeck/libext\nframework.ssh.keypath = /var/lib/rundeck/.ssh/id_rsa\nframework.ssh.user = rundeck\nframework.ssh.timeout = 0\nrundeck.server.uuid = b274786d-aeaa-5039-ba32-2f9414d85d5d\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:framework\.server\.url = http:\/\/rundeck\.example\.com:4440) +rdeck.base = /var/lib/rundeck +framework.server.hostname = foo +framework.server.name = foo.example.com +framework.server.port = 4440 +framework.server.url = rundeck.example.com +framework.etc.dir = /etc/rundeck +framework.libext.dir = /var/lib/rundeck/libext +framework.ssh.keypath = /var/lib/rundeck/.ssh/id_rsa +framework.ssh.user = rundeck +framework.ssh.timeout = 0 +rundeck.server.uuid = b274786d-aeaa-5039-ba32-2f9414d85d5d
Puppet / 8 (Ruby 3.2): spec/classes/config/framework_spec.rb#L25
rundeck on debian-10-x86_64 without any parameters test rundeck::config::framework is expected to contain File[/etc/rundeck/framework.properties] Failure/Error: it { is_expected.to contain_file('/etc/rundeck/framework.properties') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1208-985.o0w0toc4japevojxffvmyyi3gh.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/config/framework_spec.rb#L28
rundeck on debian-10-x86_64 without any parameters test rundeck::config::framework generates valid content for framework.properties Failure/Error: content = catalogue.resource('file', '/etc/rundeck/framework.properties')[:content] Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1208-985.o0w0toc4japevojxffvmyyi3gh.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config/framework_spec.rb#L61
rundeck on rocky-8-x86_64 setting framework.server.{name,url} with non-default framework.server.hostname is expected to contain File[/etc/rundeck/framework.properties] with content =~ /framework\.server\.url = http:\/\/rundeck\.example\.com:4440/ Failure/Error: is_expected.to contain_file('/etc/rundeck/framework.properties').with_content( %r{framework\.server\.url = http://rundeck\.example\.com:4440} ) expected that the catalogue would contain File[/etc/rundeck/framework.properties] with content set to /framework\.server\.url = http:\/\/rundeck\.example\.com:4440/ but it is set to "rdeck.base = /var/lib/rundeck\nframework.server.hostname = foo\nframework.server.name = foo.example.com\nframework.server.port = 4440\nframework.server.url = rundeck.example.com\nframework.etc.dir = /etc/rundeck\nframework.libext.dir = /var/lib/rundeck/libext\nframework.ssh.keypath = /var/lib/rundeck/.ssh/id_rsa\nframework.ssh.user = rundeck\nframework.ssh.timeout = 0\nrundeck.server.uuid = b274786d-aeaa-5039-ba32-2f9414d85d5d\n" Diff: @@ -1,11 +1,21 @@ -(?-mix:framework\.server\.url = http:\/\/rundeck\.example\.com:4440) +rdeck.base = /var/lib/rundeck +framework.server.hostname = foo +framework.server.name = foo.example.com +framework.server.port = 4440 +framework.server.url = rundeck.example.com +framework.etc.dir = /etc/rundeck +framework.libext.dir = /var/lib/rundeck/libext +framework.ssh.keypath = /var/lib/rundeck/.ssh/id_rsa +framework.ssh.user = rundeck +framework.ssh.timeout = 0 +rundeck.server.uuid = b274786d-aeaa-5039-ba32-2f9414d85d5d
Puppet / 7 (Ruby 2.7): spec/classes/config/jaas_auth_spec.rb#L208
rundeck on rocky-8-x86_64 with ldap auth using ldap_sync generates valid content for jaas-loginmodule.conf Failure/Error: expect(content).to include('com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required') expected "authentication {\n com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule required\n context... roleNameAttribute=\"cn\"\n roleMemberAttribute=\"member\"\n roleObjectClass=\"group\";\n};\n" to include "com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required" Diff: @@ -1,19 +1,37 @@ -com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required +authentication { + com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule required + contextFactory="com.sun.jndi.ldap.LdapCtxFactory" + debug="true" + providerUrl="ldap://server:389" + bindDn="cn=Manager,dc=example,dc=com" + bindPassword="secret" + authenticationMethod="simple" + forceBindingLogin="false" + userBaseDn="ou=users,ou=accounts,ou=corp,dc=xyz,dc=com" + userRdnAttribute="sAMAccountName" + userIdAttribute="sAMAccountName" + userPasswordAttribute="unicodePwd" + userObjectClass="user" + roleBaseDn="ou=role based,ou=security,ou=groups,ou=test,dc=xyz,dc=com" + roleNameAttribute="cn" + roleMemberAttribute="member" + roleObjectClass="group"; +};
Puppet / 7 (Ruby 2.7): spec/classes/config/framework_spec.rb#L25
rundeck on debian-10-x86_64 without any parameters test rundeck::config::framework is expected to contain File[/etc/rundeck/framework.properties] Failure/Error: it { is_expected.to contain_file('/etc/rundeck/framework.properties') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1498-487.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config/framework_spec.rb#L28
rundeck on debian-10-x86_64 without any parameters test rundeck::config::framework generates valid content for framework.properties Failure/Error: content = catalogue.resource('file', '/etc/rundeck/framework.properties')[:content] Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1498-487.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config/framework_spec.rb#L28
rundeck on debian-10-x86_64 without any parameters test rundeck::config::framework generates valid content for framework.properties Failure/Error: content = catalogue.resource('file', '/etc/rundeck/framework.properties')[:content] Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1498-487.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config/jaas_auth_spec.rb#L19
rundeck on debian-10-x86_64 with empty auth config test rundeck::config::jaas_auth is expected to contain File[/etc/rundeck/realm.properties] with ensure => "absent" Failure/Error: it { is_expected.to contain_file('/etc/rundeck/realm.properties').with(ensure: 'absent') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1498-487.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config/framework_spec.rb#L28
rundeck on debian-10-x86_64 without any parameters test rundeck::config::framework generates valid content for framework.properties Failure/Error: content = catalogue.resource('file', '/etc/rundeck/framework.properties')[:content] Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1498-487.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config/jaas_auth_spec.rb#L21
rundeck on debian-10-x86_64 with empty auth config test rundeck::config::jaas_auth jaas-loginmodule.conf contains no auth classes Failure/Error: jaas_auth = catalogue.resource('file', '/etc/rundeck/jaas-loginmodule.conf')[:content] Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1498-487.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config/framework_spec.rb#L28
rundeck on debian-10-x86_64 without any parameters test rundeck::config::framework generates valid content for framework.properties Failure/Error: content = catalogue.resource('file', '/etc/rundeck/framework.properties')[:content] Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1498-487.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config/jaas_auth_spec.rb#L48
rundeck on debian-10-x86_64 file auth with empty auth users array generates valid content for realm.properties Failure/Error: content = catalogue.resource('file', '/etc/rundeck/realm.properties')[:content] Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1498-487.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
Puppet / 7 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 1 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141435602.pp.CSkhUx Last 10 lines of output were: Original path: "common.yaml" Path not found Module "rundeck" Data Provider (hiera configuration version 5) Using configuration "/etc/puppetlabs/code/environments/production/modules/rundeck/hiera.yaml" Hierarchy entry "Rundeck Operating System Family defaults" Path "/etc/puppetlabs/code/environments/production/modules/rundeck/data/Debian.yaml" Original path: "%{facts.os.family}.yaml" Found key: "rundeck::override_dir" value: "/etc/default" Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141435602.pp.CSkhUx, line: 4, column: 7) on node ubuntu2204-64-puppet7.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 7 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141440807.pp.PKPirI Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141440807.pp.PKPirI, line: 1, column: 7) on node ubuntu2204-64-puppet7.example.com
Puppet / 7 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Ubuntu 22.04
Process completed with exit code 1.
Puppet / 7 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141416999.pp.vT3OPD Last 10 lines of output were: Debug: Finishing transaction 16280 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.01 seconds �[mNotice: Applied catalog in 22.10 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20120 Debug: Received report to process from almalinux9-64-puppet7.example.com Debug: Processing report from almalinux9-64-puppet7.example.com with processor Puppet::Reports::Store
Puppet / 7 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141441723.pp.SNeLXX Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.39 seconds
Puppet / 7 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - AlmaLinux 9
Process completed with exit code 1.
Puppet / 7 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141425838.pp.vVkgW1 Last 10 lines of output were: Debug: Finishing transaction 16280 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 19.19 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20120 Debug: Received report to process from almalinux8-64-puppet7.example.com Debug: Processing report from almalinux8-64-puppet7.example.com with processor Puppet::Reports::Store
Puppet / 7 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141447680.pp.0zXsfD Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.76 seconds
Puppet / 7 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - AlmaLinux 8
Process completed with exit code 1.
Puppet / 7 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141426986.pp.IMkwYr Last 10 lines of output were: Debug: Finishing transaction 16280 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 23.19 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20120 Debug: Received report to process from oracle9-64-puppet7.example.com Debug: Processing report from oracle9-64-puppet7.example.com with processor Puppet::Reports::Store
Puppet / 7 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141452849.pp.6xLt8y Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.52 seconds
Puppet / 7 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - OracleLinux 9
Process completed with exit code 1.
Puppet / 8 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141426645.pp.xcHyfu Last 10 lines of output were: Debug: Finishing transaction 16240 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 21.98 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20060 Debug: Received report to process from almalinux9-64-puppet8.example.com Debug: Processing report from almalinux9-64-puppet8.example.com with processor Puppet::Reports::Store
Puppet / 8 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141452456.pp.xQR00A Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.40 seconds
Puppet / 8 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - AlmaLinux 9: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - AlmaLinux 9
Process completed with exit code 1.
Puppet / 8 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141430020.pp.rcBx4W Last 10 lines of output were: Debug: Finishing transaction 16240 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 19.40 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20040 Debug: Received report to process from almalinux8-64-puppet8.example.com Debug: Processing report from almalinux8-64-puppet8.example.com with processor Puppet::Reports::Store
Puppet / 8 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141453691.pp.7qq0sS Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.55 seconds
Puppet / 8 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - AlmaLinux 8: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - AlmaLinux 8
Process completed with exit code 1.
Puppet / 8 - Rocky 9: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141426543.pp.vyA7Xv Last 10 lines of output were: Debug: Finishing transaction 16240 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 24.83 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20040 Debug: Received report to process from rocky9-64-puppet8.example.com Debug: Processing report from rocky9-64-puppet8.example.com with processor Puppet::Reports::Store
Puppet / 8 - Rocky 9: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Rocky 9: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Rocky 9: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Rocky 9: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141455132.pp.0Mfcrl Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.51 seconds
Puppet / 8 - Rocky 9: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Rocky 9: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Rocky 9: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Rocky 9
Process completed with exit code 1.
Puppet / 7 - Debian 11: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141454568.pp.1GwrLM Last 10 lines of output were: Original path: "common.yaml" Path not found Module "rundeck" Data Provider (hiera configuration version 5) Using configuration "/etc/puppetlabs/code/environments/production/modules/rundeck/hiera.yaml" Hierarchy entry "Rundeck Operating System Family defaults" Path "/etc/puppetlabs/code/environments/production/modules/rundeck/data/Debian.yaml" Original path: "%{facts.os.family}.yaml" Found key: "rundeck::override_dir" value: "/etc/default" Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141454568.pp.1GwrLM, line: 4, column: 7) on node debian11-64-puppet7.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 7 - Debian 11: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Debian 11: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Debian 11: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Debian 11: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141458505.pp.5GdKrA Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141458505.pp.5GdKrA, line: 1, column: 7) on node debian11-64-puppet7.example.com
Puppet / 7 - Debian 11: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Debian 11: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Debian 11: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Debian 11
Process completed with exit code 1.
Puppet / 7 - Debian 10: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141454246.pp.7aCGWy Last 10 lines of output were: Original path: "common.yaml" Path not found Module "rundeck" Data Provider (hiera configuration version 5) Using configuration "/etc/puppetlabs/code/environments/production/modules/rundeck/hiera.yaml" Hierarchy entry "Rundeck Operating System Family defaults" Path "/etc/puppetlabs/code/environments/production/modules/rundeck/data/Debian.yaml" Original path: "%{facts.os.family}.yaml" Found key: "rundeck::override_dir" value: "/etc/default" Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141454246.pp.7aCGWy, line: 4, column: 7) on node debian10-64-puppet7.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 7 - Debian 10: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Debian 10: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Debian 10: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Debian 10: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141458428.pp.3hbmtI Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141458428.pp.3hbmtI, line: 1, column: 7) on node debian10-64-puppet7.example.com
Puppet / 7 - Debian 10: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Debian 10: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Debian 10: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Debian 10
Process completed with exit code 1.
Puppet / 8 - Debian 10: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141452666.pp.key1MM Last 10 lines of output were: Original path: "common.yaml" Path not found Module "rundeck" Data Provider (hiera configuration version 5) Using configuration "/etc/puppetlabs/code/environments/production/modules/rundeck/hiera.yaml" Hierarchy entry "Rundeck Operating System Family defaults" Path "/etc/puppetlabs/code/environments/production/modules/rundeck/data/Debian.yaml" Original path: "%{facts.os.family}.yaml" Found key: "rundeck::override_dir" value: "/etc/default" Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141452666.pp.key1MM, line: 4, column: 7) on node debian10-64-puppet8.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 8 - Debian 10: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Debian 10: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Debian 10: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Debian 10: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141458163.pp.XnQRnJ Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141458163.pp.XnQRnJ, line: 1, column: 7) on node debian10-64-puppet8.example.com
Puppet / 8 - Debian 10: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Debian 10: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Debian 10: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Debian 10
Process completed with exit code 1.
Puppet / 8 - Debian 11: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141453781.pp.bkm14i Last 10 lines of output were: Original path: "common.yaml" Path not found Module "rundeck" Data Provider (hiera configuration version 5) Using configuration "/etc/puppetlabs/code/environments/production/modules/rundeck/hiera.yaml" Hierarchy entry "Rundeck Operating System Family defaults" Path "/etc/puppetlabs/code/environments/production/modules/rundeck/data/Debian.yaml" Original path: "%{facts.os.family}.yaml" Found key: "rundeck::override_dir" value: "/etc/default" Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141453781.pp.bkm14i, line: 4, column: 7) on node debian11-64-puppet8.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 8 - Debian 11: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Debian 11: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Debian 11: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Debian 11: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141458846.pp.zc9Wd5 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141458846.pp.zc9Wd5, line: 1, column: 7) on node debian11-64-puppet8.example.com
Puppet / 8 - Debian 11: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Debian 11: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Debian 11: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Debian 11
Process completed with exit code 1.
Puppet / 8 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141439002.pp.zGul5P Last 10 lines of output were: Debug: Finishing transaction 16240 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 22.91 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20040 Debug: Received report to process from oracle9-64-puppet8.example.com Debug: Processing report from oracle9-64-puppet8.example.com with processor Puppet::Reports::Store
Puppet / 8 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141505709.pp.q4pANq Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.51 seconds
Puppet / 8 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - OracleLinux 9: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - OracleLinux 9
Process completed with exit code 1.
Puppet / 8 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141503895.pp.nzxp20 Last 10 lines of output were: Original path: "common.yaml" Path not found Module "rundeck" Data Provider (hiera configuration version 5) Using configuration "/etc/puppetlabs/code/environments/production/modules/rundeck/hiera.yaml" Hierarchy entry "Rundeck Operating System Family defaults" Path "/etc/puppetlabs/code/environments/production/modules/rundeck/data/Debian.yaml" Original path: "%{facts.os.family}.yaml" Found key: "rundeck::override_dir" value: "/etc/default" Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141503895.pp.nzxp20, line: 4, column: 7) on node ubuntu1804-64-puppet8.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 8 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141510322.pp.KdIK1f Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141510322.pp.KdIK1f, line: 1, column: 7) on node ubuntu1804-64-puppet8.example.com
Puppet / 8 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Ubuntu 18.04
Process completed with exit code 1.
Puppet / 7 - CentOS 7: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141448223.pp.sTloGO Last 10 lines of output were: Debug: Finishing transaction 16280 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 23.19 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20120 Debug: Received report to process from centos7-64-puppet7.example.com Debug: Processing report from centos7-64-puppet7.example.com with processor Puppet::Reports::Store
Puppet / 7 - CentOS 7: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - CentOS 7: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - CentOS 7: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - CentOS 7: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141514006.pp.kZL0Ca Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.14 seconds
Puppet / 7 - CentOS 7: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - CentOS 7: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - CentOS 7: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - CentOS 7
Process completed with exit code 1.
Puppet / 7 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet7.example.com' exited with 1 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141509398.pp.tGLz2Y Last 10 lines of output were: Original path: "common.yaml" Path not found Module "rundeck" Data Provider (hiera configuration version 5) Using configuration "/etc/puppetlabs/code/environments/production/modules/rundeck/hiera.yaml" Hierarchy entry "Rundeck Operating System Family defaults" Path "/etc/puppetlabs/code/environments/production/modules/rundeck/data/Debian.yaml" Original path: "%{facts.os.family}.yaml" Found key: "rundeck::override_dir" value: "/etc/default" Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141509398.pp.tGLz2Y, line: 4, column: 7) on node ubuntu1804-64-puppet7.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 7 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141514811.pp.SnudV3 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141514811.pp.SnudV3, line: 1, column: 7) on node ubuntu1804-64-puppet7.example.com
Puppet / 7 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Ubuntu 18.04: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Ubuntu 18.04
Process completed with exit code 1.
Puppet / 7 - Rocky 8: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141453643.pp.DqbI5z Last 10 lines of output were: Debug: Finishing transaction 16280 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 19.51 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20120 Debug: Received report to process from rocky8-64-puppet7.example.com Debug: Processing report from rocky8-64-puppet7.example.com with processor Puppet::Reports::Store
Puppet / 7 - Rocky 8: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Rocky 8: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Rocky 8: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Rocky 8: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141515787.pp.5M0ZXH Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.52 seconds
Puppet / 7 - Rocky 8: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Rocky 8: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Rocky 8: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Rocky 8
Process completed with exit code 1.
Puppet / 8 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141510066.pp.ZWjzdp Last 10 lines of output were: Original path: "common.yaml" Path not found Module "rundeck" Data Provider (hiera configuration version 5) Using configuration "/etc/puppetlabs/code/environments/production/modules/rundeck/hiera.yaml" Hierarchy entry "Rundeck Operating System Family defaults" Path "/etc/puppetlabs/code/environments/production/modules/rundeck/data/Debian.yaml" Original path: "%{facts.os.family}.yaml" Found key: "rundeck::override_dir" value: "/etc/default" Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141510066.pp.ZWjzdp, line: 4, column: 7) on node ubuntu2204-64-puppet8.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 8 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141516350.pp.xZcgpa Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141516350.pp.xZcgpa, line: 1, column: 7) on node ubuntu2204-64-puppet8.example.com
Puppet / 8 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Ubuntu 22.04: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Ubuntu 22.04
Process completed with exit code 1.
Puppet / 8 - Rocky 8: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141450763.pp.VpPo81 Last 10 lines of output were: Debug: Finishing transaction 16240 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 24.25 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20040 Debug: Received report to process from rocky8-64-puppet8.example.com Debug: Processing report from rocky8-64-puppet8.example.com with processor Puppet::Reports::Store
Puppet / 8 - Rocky 8: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Rocky 8: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Rocky 8: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Rocky 8: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141518923.pp.qGImzy Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.43 seconds
Puppet / 8 - Rocky 8: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Rocky 8: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Rocky 8: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Rocky 8
Process completed with exit code 1.
Puppet / 8 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141514234.pp.jT6Vzk Last 10 lines of output were: Original path: "common.yaml" Path not found Module "rundeck" Data Provider (hiera configuration version 5) Using configuration "/etc/puppetlabs/code/environments/production/modules/rundeck/hiera.yaml" Hierarchy entry "Rundeck Operating System Family defaults" Path "/etc/puppetlabs/code/environments/production/modules/rundeck/data/Debian.yaml" Original path: "%{facts.os.family}.yaml" Found key: "rundeck::override_dir" value: "/etc/default" Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141514234.pp.jT6Vzk, line: 4, column: 7) on node ubuntu2004-64-puppet8.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 8 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141520846.pp.RFviNT Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141520846.pp.RFviNT, line: 1, column: 7) on node ubuntu2004-64-puppet8.example.com
Puppet / 8 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - Ubuntu 20.04
Process completed with exit code 1.
Puppet / 7 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141517841.pp.TYZq5J Last 10 lines of output were: Original path: "common.yaml" Path not found Module "rundeck" Data Provider (hiera configuration version 5) Using configuration "/etc/puppetlabs/code/environments/production/modules/rundeck/hiera.yaml" Hierarchy entry "Rundeck Operating System Family defaults" Path "/etc/puppetlabs/code/environments/production/modules/rundeck/data/Debian.yaml" Original path: "%{facts.os.family}.yaml" Found key: "rundeck::override_dir" value: "/etc/default" Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141517841.pp.TYZq5J, line: 4, column: 7) on node ubuntu2004-64-puppet7.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 7 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141523695.pp.PdEIHQ Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck]: expects a value for parameter 'repo_config' (file: /tmp/apply_manifest_141523695.pp.PdEIHQ, line: 1, column: 7) on node ubuntu2004-64-puppet7.example.com
Puppet / 7 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Ubuntu 20.04: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Ubuntu 20.04
Process completed with exit code 1.
Puppet / 7 - Rocky 9: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141503592.pp.3x28ux Last 10 lines of output were: Debug: Finishing transaction 16280 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 23.99 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20120 Debug: Received report to process from rocky9-64-puppet7.example.com Debug: Processing report from rocky9-64-puppet7.example.com with processor Puppet::Reports::Store
Puppet / 7 - Rocky 9: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Rocky 9: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Rocky 9: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Rocky 9: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141530408.pp.8LQaNy Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.33 seconds
Puppet / 7 - Rocky 9: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - Rocky 9: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - Rocky 9: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - Rocky 9
Process completed with exit code 1.
Puppet / 7 - CentOS 9: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141451600.pp.3Al2b8 Last 10 lines of output were: Debug: Finishing transaction 16280 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 37.54 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20120 Debug: Received report to process from centos9-64-puppet7.example.com Debug: Processing report from centos9-64-puppet7.example.com with processor Puppet::Reports::Store
Puppet / 7 - CentOS 9: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - CentOS 9: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - CentOS 9: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - CentOS 9: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141532142.pp.pgx85h Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.45 seconds
Puppet / 7 - CentOS 9: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - CentOS 9: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - CentOS 9: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - CentOS 9
Process completed with exit code 1.
Puppet / 8 - CentOS 7: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141506494.pp.pCjXG1 Last 10 lines of output were: Debug: Finishing transaction 16240 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 22.90 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20040 Debug: Received report to process from centos7-64-puppet8.example.com Debug: Processing report from centos7-64-puppet8.example.com with processor Puppet::Reports::Store
Puppet / 8 - CentOS 7: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - CentOS 7: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - CentOS 7: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - CentOS 7: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141533252.pp.mmGxEr Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.94 seconds
Puppet / 8 - CentOS 7: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - CentOS 7: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - CentOS 7: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - CentOS 7
Process completed with exit code 1.
Puppet / 7 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141511666.pp.O29IMG Last 10 lines of output were: Debug: Finishing transaction 16280 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 22.58 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20120 Debug: Received report to process from oracle8-64-puppet7.example.com Debug: Processing report from oracle8-64-puppet7.example.com with processor Puppet::Reports::Store
Puppet / 7 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141536822.pp.LhxIw8 Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.10 seconds
Puppet / 7 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - OracleLinux 8
Process completed with exit code 1.
Puppet / 8 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141514127.pp.mVvo4X Last 10 lines of output were: Debug: Finishing transaction 16240 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 22.63 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20040 Debug: Received report to process from oracle8-64-puppet8.example.com Debug: Processing report from oracle8-64-puppet8.example.com with processor Puppet::Reports::Store
Puppet / 8 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141540460.pp.wsxdhh Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.31 seconds
Puppet / 8 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - OracleLinux 8: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - OracleLinux 8
Process completed with exit code 1.
Puppet / 8 - CentOS 9: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141453299.pp.JE6nK7 Last 10 lines of output were: Debug: Finishing transaction 16240 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.01 seconds �[mNotice: Applied catalog in 47.44 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20040 Debug: Received report to process from centos9-64-puppet8.example.com Debug: Processing report from centos9-64-puppet8.example.com with processor Puppet::Reports::Store
Puppet / 8 - CentOS 9: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - CentOS 9: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - CentOS 9: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - CentOS 9: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141544333.pp.pJEapZ Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.22 seconds
Puppet / 8 - CentOS 9: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - CentOS 9: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - CentOS 9: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - CentOS 9
Process completed with exit code 1.
Puppet / 7 - CentOS 8: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141534341.pp.ko6rRA Last 10 lines of output were: Debug: Finishing transaction 16280 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 22.90 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20120 Debug: Received report to process from centos8-64-puppet7.example.com Debug: Processing report from centos8-64-puppet7.example.com with processor Puppet::Reports::Store
Puppet / 7 - CentOS 8: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - CentOS 8: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - CentOS 8: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - CentOS 8: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141559961.pp.VzdcQP Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.60 seconds
Puppet / 7 - CentOS 8: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 7 - CentOS 8: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 7 - CentOS 8: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 7 - CentOS 8
Process completed with exit code 1.
Puppet / 8 - CentOS 8: spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully Failure/Error: apply_manifest(pp, catch_failures: true, debug: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 6 running: puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_141538003.pp.54TwdG Last 10 lines of output were: Debug: Finishing transaction 16240 Debug: Storing state Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Debug: Pruned old state cache entries in 0.00 seconds Debug: Stored state in 0.00 seconds �[mNotice: Applied catalog in 24.16 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 20040 Debug: Received report to process from centos8-64-puppet8.example.com Debug: Processing report from centos8-64-puppet8.example.com with processor Puppet::Reports::Store
Puppet / 8 - CentOS 8: spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - CentOS 8: spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - CentOS 8: spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - CentOS 8: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141606152.pp.rNfYUl Last 10 lines of output were: Warning: /Stage[main]/Rundeck::Config/File[/etc/sysconfig/rundeckd]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/realm.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Jaas_auth/File[/etc/rundeck/jaas-loginmodule.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config::Framework/File[/etc/rundeck/framework.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/project.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/File[/etc/rundeck/rundeck-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[admin]/File[/etc/rundeck/admin.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Config/Rundeck::Config::Aclpolicyfile[apitoken]/File[/etc/rundeck/apitoken.aclpolicy]: Skipping because of failed dependencies Warning: /Stage[main]/Rundeck::Service/Service[rundeckd]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.43 seconds
Puppet / 8 - CentOS 8: spec/acceptance/rundeck_spec.rb#L48
rundeck class updrade to latest version Package "rundeck" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "rundeck" to be installed
Puppet / 8 - CentOS 8: spec/acceptance/rundeck_spec.rb#L52
rundeck class updrade to latest version Service "rundeckd" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rundeckd" to be enabled
Puppet / 8 - CentOS 8: spec/acceptance/rundeck_spec.rb#L53
rundeck class updrade to latest version Service "rundeckd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rundeckd" to be running
Puppet / 8 - CentOS 8
Process completed with exit code 1.