Skip to content

Add rundeck cli and project management #298

Add rundeck cli and project management

Add rundeck cli and project management #298

Triggered via pull request January 25, 2024 06:16
Status Cancelled
Total duration 4m 56s
Artifacts

ci.yml

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

Annotations

146 errors
Puppet / 8 (Ruby 3.2): spec/classes/cli_spec.rb#L13
rundeck::cli on debian-10-x86_64 with default parameters is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile } error during compilation: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1024-279.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/cli_spec.rb#L15
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Package[jq] with ensure => "present" Failure/Error: it { is_expected.to contain_package('jq').with(ensure: 'present') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1024-279.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/cli_spec.rb#L29
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Apt::Source[rundeck] that comes before Package[rundeck-cli] Failure/Error: is_expected.to contain_apt__source('rundeck').with( location: 'https://packages.rundeck.com/pagerduty/rundeck/any', release: 'any', repos: 'main', key: { 'name' => 'rundeck', 'source' => 'https://packages.rundeck.com/pagerduty/rundeck/gpgkey', } ).that_comes_before('Package[rundeck-cli]') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1024-279.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/cli_spec.rb#L41
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Class[apt::update] that comes before Package[rundeck-cli] Failure/Error: it { is_expected.to contain_class('apt::update').that_comes_before('Package[rundeck-cli]') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1024-279.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/cli_spec.rb#L42
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Package[rundeck-cli] with ensure => "installed" Failure/Error: it { is_expected.to contain_package('rundeck-cli').with(ensure: 'installed') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1024-279.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/cli_spec.rb#L43
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain File[/usr/local/bin/rd_project_diff.sh] with ensure => "file" and mode => "0755" Failure/Error: it { is_expected.to contain_file('/usr/local/bin/rd_project_diff.sh').with(ensure: 'file', mode: '0755') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1024-279.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/cli_spec.rb#L45
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Exec[Check rundeck cli connection] that requires Package[rundeck-cli] Failure/Error: is_expected.to contain_exec('Check rundeck cli connection').with( command: 'rd system info', path: ['/bin', '/usr/bin', '/usr/local/bin'], environment: [ 'RD_FORMAT=json', 'RD_URL=http://localhost:4440', 'RD_BYPASS_URL=http://localhost:4440', 'RD_USER=admin', 'RD_PASSWORD=admin', ], Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1024-279.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/cli_spec.rb#L73
rundeck::cli on debian-10-x86_64 with different urls and token auth is expected to contain Exec[Check rundeck cli connection] with environment => ["RD_FORMAT=json", "RD_URL=http://rundeck01.example.com", "RD_BYPASS_URL=http://rundeck.example.com", "RD_TOKEN=very_secure"] Failure/Error: is_expected.to contain_exec('Check rundeck cli connection').with( environment: [ 'RD_FORMAT=json', 'RD_URL=http://rundeck01.example.com', 'RD_BYPASS_URL=http://rundeck.example.com', 'RD_TOKEN=very_secure', ] ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1024-279.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/cli_spec.rb#L106
rundeck::cli on debian-10-x86_64 with projects config is expected to contain Rundeck::Config::Project[MyProject] with update_method => "set" and config => {"project.description"=>"This is My rundeck project", "project.disable.executions"=>"false"} Failure/Error: is_expected.to contain_rundeck__config__project('MyProject').with( update_method: 'set', config: { 'project.description' => 'This is My rundeck project', 'project.disable.executions' => 'false', } ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1024-279.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/cli_spec.rb#L116
rundeck::cli on debian-10-x86_64 with projects config is expected to contain Exec[Create rundeck project: MyProject] Failure/Error: it { is_expected.to contain_exec('Create rundeck project: MyProject') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1024-279.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/cli_spec.rb#L13
rundeck::cli on debian-11-x86_64 with default parameters is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile } error during compilation: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1490-202.fv54ws4un3tuxk2tgyakhz5fka.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/cli_spec.rb#L15
rundeck::cli on debian-11-x86_64 with default parameters is expected to contain Package[jq] with ensure => "present" Failure/Error: it { is_expected.to contain_package('jq').with(ensure: 'present') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1490-202.fv54ws4un3tuxk2tgyakhz5fka.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/cli_spec.rb#L29
rundeck::cli on debian-11-x86_64 with default parameters is expected to contain Apt::Source[rundeck] that comes before Package[rundeck-cli] Failure/Error: is_expected.to contain_apt__source('rundeck').with( location: 'https://packages.rundeck.com/pagerduty/rundeck/any', release: 'any', repos: 'main', key: { 'name' => 'rundeck', 'source' => 'https://packages.rundeck.com/pagerduty/rundeck/gpgkey', } ).that_comes_before('Package[rundeck-cli]') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1490-202.fv54ws4un3tuxk2tgyakhz5fka.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/cli_spec.rb#L41
rundeck::cli on debian-11-x86_64 with default parameters is expected to contain Class[apt::update] that comes before Package[rundeck-cli] Failure/Error: it { is_expected.to contain_class('apt::update').that_comes_before('Package[rundeck-cli]') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1490-202.fv54ws4un3tuxk2tgyakhz5fka.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/cli_spec.rb#L42
rundeck::cli on debian-11-x86_64 with default parameters is expected to contain Package[rundeck-cli] with ensure => "installed" Failure/Error: it { is_expected.to contain_package('rundeck-cli').with(ensure: 'installed') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1490-202.fv54ws4un3tuxk2tgyakhz5fka.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/cli_spec.rb#L43
rundeck::cli on debian-11-x86_64 with default parameters is expected to contain File[/usr/local/bin/rd_project_diff.sh] with ensure => "file" and mode => "0755" Failure/Error: it { is_expected.to contain_file('/usr/local/bin/rd_project_diff.sh').with(ensure: 'file', mode: '0755') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1490-202.fv54ws4un3tuxk2tgyakhz5fka.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/cli_spec.rb#L45
rundeck::cli on debian-11-x86_64 with default parameters is expected to contain Exec[Check rundeck cli connection] that requires Package[rundeck-cli] Failure/Error: is_expected.to contain_exec('Check rundeck cli connection').with( command: 'rd system info', path: ['/bin', '/usr/bin', '/usr/local/bin'], environment: [ 'RD_FORMAT=json', 'RD_URL=http://localhost:4440', 'RD_BYPASS_URL=http://localhost:4440', 'RD_USER=admin', 'RD_PASSWORD=admin', ], Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1490-202.fv54ws4un3tuxk2tgyakhz5fka.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/cli_spec.rb#L73
rundeck::cli on debian-11-x86_64 with different urls and token auth is expected to contain Exec[Check rundeck cli connection] with environment => ["RD_FORMAT=json", "RD_URL=http://rundeck01.example.com", "RD_BYPASS_URL=http://rundeck.example.com", "RD_TOKEN=very_secure"] Failure/Error: is_expected.to contain_exec('Check rundeck cli connection').with( environment: [ 'RD_FORMAT=json', 'RD_URL=http://rundeck01.example.com', 'RD_BYPASS_URL=http://rundeck.example.com', 'RD_TOKEN=very_secure', ] ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1490-202.fv54ws4un3tuxk2tgyakhz5fka.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/cli_spec.rb#L106
rundeck::cli on debian-11-x86_64 with projects config is expected to contain Rundeck::Config::Project[MyProject] with update_method => "set" and config => {"project.description"=>"This is My rundeck project", "project.disable.executions"=>"false"} Failure/Error: is_expected.to contain_rundeck__config__project('MyProject').with( update_method: 'set', config: { 'project.description' => 'This is My rundeck project', 'project.disable.executions' => 'false', } ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1490-202.fv54ws4un3tuxk2tgyakhz5fka.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/cli_spec.rb#L116
rundeck::cli on debian-11-x86_64 with projects config is expected to contain Exec[Create rundeck project: MyProject] Failure/Error: it { is_expected.to contain_exec('Create rundeck project: MyProject') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az1490-202.fv54ws4un3tuxk2tgyakhz5fka.ex.internal.cloudapp.net
Puppet / 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_062028181.pp.fFyHNR Last 10 lines of output were: Debug: File[/etc/rundeck/project.properties]: Adding default for group Debug: Scope(Class[Rundeck::Config]): Retrieving epp template rundeck/rundeck-config.properties.epp Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for owner Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for group Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/service.pp' in environment production Debug: Automatically imported rundeck::service from rundeck/service into production Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/cli.pp' in environment production Debug: Automatically imported rundeck::cli from rundeck/cli into production Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node debian11-64-puppet8.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 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 / 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 / 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 / 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_062033766.pp.TcZ1dt 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::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node debian11-64-puppet8.example.com
Puppet / 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 / 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 / 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 / Puppet 8 - Debian 11
Process completed with exit code 1.
Puppet / 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_062032619.pp.jGaHKn Last 10 lines of output were: Debug: File[/etc/rundeck/project.properties]: Adding default for group Debug: Scope(Class[Rundeck::Config]): Retrieving epp template rundeck/rundeck-config.properties.epp Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for owner Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for group Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/service.pp' in environment production Debug: Automatically imported rundeck::service from rundeck/service into production Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/cli.pp' in environment production Debug: Automatically imported rundeck::cli from rundeck/cli into production Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node ubuntu1804-64-puppet8.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 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 / 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 / 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 / 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_062039420.pp.Od7Y7l 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::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node ubuntu1804-64-puppet8.example.com
Puppet / 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 / 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 / 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 / Puppet 8 - Ubuntu 18.04
Process completed with exit code 1.
Puppet / 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_062035847.pp.iumNaK Last 10 lines of output were: Debug: File[/etc/rundeck/project.properties]: Adding default for group Debug: Scope(Class[Rundeck::Config]): Retrieving epp template rundeck/rundeck-config.properties.epp Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for owner Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for group Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/service.pp' in environment production Debug: Automatically imported rundeck::service from rundeck/service into production Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/cli.pp' in environment production Debug: Automatically imported rundeck::cli from rundeck/cli into production Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node ubuntu2204-64-puppet7.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 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 / 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 / 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 / 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_062041428.pp.Qa19pQ 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::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node ubuntu2204-64-puppet7.example.com
Puppet / 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 / 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 / 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 / Puppet 7 - Ubuntu 22.04
Process completed with exit code 1.
Puppet / 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_062038717.pp.N4mmXy Last 10 lines of output were: Debug: File[/etc/rundeck/project.properties]: Adding default for group Debug: Scope(Class[Rundeck::Config]): Retrieving epp template rundeck/rundeck-config.properties.epp Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for owner Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for group Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/service.pp' in environment production Debug: Automatically imported rundeck::service from rundeck/service into production Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/cli.pp' in environment production Debug: Automatically imported rundeck::cli from rundeck/cli into production Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node debian10-64-puppet7.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 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 / 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 / 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 / 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_062043519.pp.rTVoPS 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::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node debian10-64-puppet7.example.com
Puppet / 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 / 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 / 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 / Puppet 7 - Debian 10
Process completed with exit code 1.
Puppet / 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_062037942.pp.KFB4SI Last 10 lines of output were: Debug: File[/etc/rundeck/project.properties]: Adding default for group Debug: Scope(Class[Rundeck::Config]): Retrieving epp template rundeck/rundeck-config.properties.epp Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for owner Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for group Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/service.pp' in environment production Debug: Automatically imported rundeck::service from rundeck/service into production Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/cli.pp' in environment production Debug: Automatically imported rundeck::cli from rundeck/cli into production Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node ubuntu1804-64-puppet7.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 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 / 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 / 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 / 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_062043373.pp.E6KrWQ 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::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node ubuntu1804-64-puppet7.example.com
Puppet / 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 / 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 / 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 / Puppet 7 - Ubuntu 18.04
Process completed with exit code 1.
Puppet / 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_062038780.pp.FIJttQ Last 10 lines of output were: Debug: File[/etc/rundeck/project.properties]: Adding default for group Debug: Scope(Class[Rundeck::Config]): Retrieving epp template rundeck/rundeck-config.properties.epp Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for owner Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for group Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/service.pp' in environment production Debug: Automatically imported rundeck::service from rundeck/service into production Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/cli.pp' in environment production Debug: Automatically imported rundeck::cli from rundeck/cli into production Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node ubuntu2004-64-puppet8.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 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 / 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 / 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 / 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_062045286.pp.18ZSCS 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::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node ubuntu2004-64-puppet8.example.com
Puppet / 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 / 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 / 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 / Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.
Puppet / 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_062041885.pp.Cz065i Last 10 lines of output were: Debug: File[/etc/rundeck/project.properties]: Adding default for group Debug: Scope(Class[Rundeck::Config]): Retrieving epp template rundeck/rundeck-config.properties.epp Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for owner Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for group Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/service.pp' in environment production Debug: Automatically imported rundeck::service from rundeck/service into production Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/cli.pp' in environment production Debug: Automatically imported rundeck::cli from rundeck/cli into production Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node debian10-64-puppet8.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 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 / 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 / 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 / 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_062047306.pp.8FZ1bt 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::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node debian10-64-puppet8.example.com
Puppet / 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 / 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 / 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 / Puppet 8 - Debian 10
Process completed with exit code 1.
Puppet / 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_062044673.pp.xAbOBP Last 10 lines of output were: Debug: File[/etc/rundeck/project.properties]: Adding default for group Debug: Scope(Class[Rundeck::Config]): Retrieving epp template rundeck/rundeck-config.properties.epp Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for owner Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for group Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/service.pp' in environment production Debug: Automatically imported rundeck::service from rundeck/service into production Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/cli.pp' in environment production Debug: Automatically imported rundeck::cli from rundeck/cli into production Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node debian11-64-puppet7.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 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 / 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 / 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 / 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_062048756.pp.c2QqcH 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::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node debian11-64-puppet7.example.com
Puppet / 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 / 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 / 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 / Puppet 7 - Debian 11
Process completed with exit code 1.
Puppet / 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_062059205.pp.Lyyh11 Last 10 lines of output were: Debug: File[/etc/rundeck/project.properties]: Adding default for group Debug: Scope(Class[Rundeck::Config]): Retrieving epp template rundeck/rundeck-config.properties.epp Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for owner Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for group Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/service.pp' in environment production Debug: Automatically imported rundeck::service from rundeck/service into production Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/cli.pp' in environment production Debug: Automatically imported rundeck::cli from rundeck/cli into production Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node ubuntu2204-64-puppet8.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 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 / 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 / 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 / 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_062105314.pp.Blury7 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::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node ubuntu2204-64-puppet8.example.com
Puppet / 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 / 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 / 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 / Puppet 8 - Ubuntu 22.04
Process completed with exit code 1.
Puppet / 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_062109628.pp.OidtHz Last 10 lines of output were: Debug: File[/etc/rundeck/project.properties]: Adding default for group Debug: Scope(Class[Rundeck::Config]): Retrieving epp template rundeck/rundeck-config.properties.epp Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for owner Debug: File[/etc/rundeck/rundeck-config.properties]: Adding default for group Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/service.pp' in environment production Debug: Automatically imported rundeck::service from rundeck/service into production Debug: importing '/etc/puppetlabs/code/environments/production/modules/rundeck/manifests/cli.pp' in environment production Debug: Automatically imported rundeck::cli from rundeck/cli into production Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node ubuntu2004-64-puppet7.example.com Debug: Found in cache :production (ttl = 0 sec)
Puppet / 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 / 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 / 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 / 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_062115176.pp.LhRkfi 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::Cli]: expects a value for parameter 'repo_config' (file: /etc/puppetlabs/code/environments/production/modules/rundeck/manifests/init.pp, line: 267, column: 5) on node ubuntu2004-64-puppet7.example.com
Puppet / 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 / 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 / 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 / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 9
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 7 - CentOS 9
The operation was canceled.
Puppet / Puppet 8 - CentOS 8
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 8 - CentOS 8
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 9
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 8 - OracleLinux 9
The operation was canceled.
Puppet / Puppet 7 - AlmaLinux 8
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 7 - AlmaLinux 8
The operation was canceled.
Puppet / Puppet 8 - CentOS 9
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 8 - OracleLinux 8
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 8 - CentOS 9
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 8
The operation was canceled.
Puppet / Puppet 7 - Rocky 8
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 7 - Rocky 8
The operation was canceled.
Puppet / Puppet 8 - CentOS 7
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 8 - CentOS 7
The operation was canceled.
Puppet / Puppet 7 - AlmaLinux 9
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 7 - AlmaLinux 9
The operation was canceled.
Puppet / Puppet 7 - Rocky 9
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 7 - Rocky 9
The operation was canceled.
Puppet / Puppet 8 - AlmaLinux 8
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 8 - AlmaLinux 8
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 8
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 7 - OracleLinux 8
The operation was canceled.
Puppet / Puppet 8 - Rocky 8
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 8 - Rocky 8
The operation was canceled.
Puppet / Puppet 7 - CentOS 8
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 7 - CentOS 8
The operation was canceled.
Puppet / Puppet 8 - AlmaLinux 9
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 8 - AlmaLinux 9
The operation was canceled.
Puppet / Puppet 7 - CentOS 7
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 7 - CentOS 7
The operation was canceled.
Puppet / Puppet 8 - Rocky 9
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 8 - Rocky 9
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 9
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 7 - OracleLinux 9
The operation was canceled.