Skip to content

Add rundeck cli and project management #294

Add rundeck cli and project management

Add rundeck cli and project management #294

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

ci.yml

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

Annotations

147 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-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.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-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.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-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.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-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.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-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.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-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.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-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.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-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.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-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.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-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.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-az532-416.yhfsaq54z0vebhuvdla3z0z0vh.cx.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-az532-416.yhfsaq54z0vebhuvdla3z0z0vh.cx.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-az532-416.yhfsaq54z0vebhuvdla3z0z0vh.cx.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-az532-416.yhfsaq54z0vebhuvdla3z0z0vh.cx.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-az532-416.yhfsaq54z0vebhuvdla3z0z0vh.cx.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-az532-416.yhfsaq54z0vebhuvdla3z0z0vh.cx.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-az532-416.yhfsaq54z0vebhuvdla3z0z0vh.cx.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-az532-416.yhfsaq54z0vebhuvdla3z0z0vh.cx.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-az532-416.yhfsaq54z0vebhuvdla3z0z0vh.cx.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-az532-416.yhfsaq54z0vebhuvdla3z0z0vh.cx.internal.cloudapp.net
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_061033180.pp.1lfSAn 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_061038446.pp.hcHpCm 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 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_061041360.pp.6Fbrel 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_061045750.pp.05iRyL 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 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_061041098.pp.wYywZj 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_061047887.pp.M6S9pV 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 - 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_061046766.pp.XSPJkw 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_061051526.pp.os68cH 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 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_061045404.pp.0BUBIF 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_061050785.pp.HOl6xk 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 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_061044916.pp.vqPitx 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_061051614.pp.FZsRZK 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 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_061046729.pp.DkEeBh 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_061052562.pp.nfPKzy 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 - 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_061049367.pp.pk29KW 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_061055127.pp.nyjTTa 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 - 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_061058263.pp.kDSJLn 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_061103968.pp.fHIsee 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_061109988.pp.fi4C5Y 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_061117988.pp.634knp 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 7 - AlmaLinux 9
Canceling since a higher priority waiting request for '527/merge' exists
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 - 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 8 - AlmaLinux 8
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 7 - OracleLinux 9
The operation was canceled.
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 - 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 - CentOS 7
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / 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_061029473.pp.ACdJRT Last 10 lines of output were: Debug: Finishing transaction 16840 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 74.12 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 22740 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 / Puppet 7 - CentOS 7
The operation was canceled.
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 - CentOS 7
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / 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_061030538.pp.vsJNuK Last 10 lines of output were: Debug: Finishing transaction 16800 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 73.50 seconds Debug: Applying settings catalog for sections reporting, metrics Debug: Finishing transaction 22660 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 / Puppet 8 - CentOS 7
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 - 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 - 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 - AlmaLinux 9
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 8 - AlmaLinux 9
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 8
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 8 - OracleLinux 8
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 - CentOS 9
Canceling since a higher priority waiting request for '527/merge' exists
Puppet / Puppet 8 - CentOS 9
The operation was canceled.