Skip to content

Add rundeck cli and project management #293

Add rundeck cli and project management

Add rundeck cli and project management #293

Triggered via pull request January 24, 2024 20:42
Status Failure
Total duration 8m 47s
Artifacts

ci.yml

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

Annotations

116 errors
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_204401569.pp.Agv44g 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_204405497.pp.Fq1aSS 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 / 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-az777-500.lfui0zr1uqperkldaumeavowed.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-az777-500.lfui0zr1uqperkldaumeavowed.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-az777-500.lfui0zr1uqperkldaumeavowed.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-az777-500.lfui0zr1uqperkldaumeavowed.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-az777-500.lfui0zr1uqperkldaumeavowed.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-az777-500.lfui0zr1uqperkldaumeavowed.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-az777-500.lfui0zr1uqperkldaumeavowed.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-az777-500.lfui0zr1uqperkldaumeavowed.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-az777-500.lfui0zr1uqperkldaumeavowed.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-az777-500.lfui0zr1uqperkldaumeavowed.bx.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_204405894.pp.HmCqoW 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_204411487.pp.TC2JjR 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 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_204405269.pp.QH4Qbs 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_204411545.pp.TJyQXl 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_204411662.pp.AzMvj1 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_204416827.pp.O2fO4v 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 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_204413592.pp.US1EL5 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_204418194.pp.3WixFJ 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 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_204416311.pp.suZMzZ 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_204423305.pp.a2YY92 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 - 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_204416685.pp.sVqjYQ 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_204423740.pp.RwP4BT 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 / 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-az1432-487.2onsmhel0beebdhu3wzfcxcjxc.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-az1432-487.2onsmhel0beebdhu3wzfcxcjxc.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-az1432-487.2onsmhel0beebdhu3wzfcxcjxc.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-az1432-487.2onsmhel0beebdhu3wzfcxcjxc.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-az1432-487.2onsmhel0beebdhu3wzfcxcjxc.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-az1432-487.2onsmhel0beebdhu3wzfcxcjxc.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-az1432-487.2onsmhel0beebdhu3wzfcxcjxc.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-az1432-487.2onsmhel0beebdhu3wzfcxcjxc.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-az1432-487.2onsmhel0beebdhu3wzfcxcjxc.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-az1432-487.2onsmhel0beebdhu3wzfcxcjxc.cx.internal.cloudapp.net
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_204417751.pp.fyvZZs 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_204423432.pp.4WdxmI 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_204417919.pp.mXQ0sI 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_204424048.pp.CLKa4s 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 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_204419137.pp.Eeiv82 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 18.04
Process completed with exit code 1.
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_204425104.pp.cCkouv 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 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_204359955.pp.EcSCG1 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.01 seconds �[mNotice: Applied catalog in 70.84 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: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_204513305.pp.ejawOS Last 10 lines of output were: Error: /Stage[main]/Rundeck::Cli/Package[jq]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install jq' returned 1: Error: Nothing to do �[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: �[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: ERROR: JAVA_HOME is set to an invalid directory: /usr/lib/jvm/java-1.8.0/ �[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: �[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: Please set the JAVA_HOME variable in your environment to match the �[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: location of your Java installation. Error: 'rd system info' returned 1 instead of one of [0] Error: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: change from 'notrun' to ['0'] failed: 'rd system info' returned 1 instead of one of [0] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 310.28 seconds
Puppet / Puppet 7 - CentOS 7
Process completed with exit code 1.
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_204406841.pp.AmPp8J 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 75.45 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: spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_204526818.pp.fLIXal Last 10 lines of output were: Error: /Stage[main]/Rundeck::Cli/Package[jq]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install jq' returned 1: Error: Nothing to do �[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: �[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: ERROR: JAVA_HOME is set to an invalid directory: /usr/lib/jvm/java-1.8.0/ �[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: �[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: Please set the JAVA_HOME variable in your environment to match the �[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: location of your Java installation. Error: 'rd system info' returned 1 instead of one of [0] Error: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: change from 'notrun' to ['0'] failed: 'rd system info' returned 1 instead of one of [0] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 310.20 seconds
Puppet / Puppet 8 - CentOS 7
Process completed with exit code 1.