Use native Puppet instead of the retries Gem in the CLI provider, replacing try_sleep parameter by exponential backoff #224
ci.yml
on: pull_request
Puppet
/
Static validations
49s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
10 errors and 24 warnings
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_cli_exec_spec.rb#L29
jenkins::cli::exec on opensuse-15-x86_64 title => foo is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = foo", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} foo",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_cli_exec_spec.rb#L44
jenkins::cli::exec on opensuse-15-x86_64 title => bar is expected to contain Exec[bar] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('bar').with(
command: "#{helper_cmd} bar",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[bar] with tries set to 10 but it is set to 9
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_cli_exec_spec.rb#L61
jenkins::cli::exec on opensuse-15-x86_64 command => bar is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} bar",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_cli_exec_spec.rb#L74
jenkins::cli::exec on opensuse-15-x86_64 command => ['bar'] is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} bar",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_cli_exec_spec.rb#L87
jenkins::cli::exec on opensuse-15-x86_64 command => ['bar', 'baz'] is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar baz", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} bar baz",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_cli_exec_spec.rb#L102
jenkins::cli::exec on opensuse-15-x86_64 unless => bar is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = foo", environment => ["HELPER_CMD=eval /bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy ="], unless => "bar", tries => 10 and try_sleep => 10
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} foo",
environment: ["HELPER_CMD=eval #{helper_cmd}"],
unless: 'bar',
tries: 10,
try_sleep: 10
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_cli_exec_spec.rb#L29
jenkins::cli::exec on sles-11-x86_64 title => foo is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = foo", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} foo",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_cli_exec_spec.rb#L44
jenkins::cli::exec on sles-11-x86_64 title => bar is expected to contain Exec[bar] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('bar').with(
command: "#{helper_cmd} bar",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[bar] with tries set to 10 but it is set to 9
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_cli_exec_spec.rb#L61
jenkins::cli::exec on sles-11-x86_64 command => bar is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} bar",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_cli_exec_spec.rb#L74
jenkins::cli::exec on sles-11-x86_64 command => ['bar'] is expected to contain Exec[foo] with command => "/bin/cat /usr/share/java/puppet_helper.groovy | /usr/bin/java -jar /usr/share/java/jenkins-cli.jar -s http://127.0.0.1:8080 groovy = bar", tries => 10, try_sleep => 10 and unless defined
Failure/Error:
is_expected.to contain_exec('foo').with(
command: "#{helper_cmd} bar",
tries: 10,
try_sleep: 10,
unless: nil
)
expected that the catalogue would contain Exec[foo] with tries set to 10 but it is set to 9
|
Puppet / Static validations
Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/1d96c772d19495a3b5c517cd2bc0cb401ea0529f'. Error: Response status code does not indicate success: 500 (Internal Server Error).
|
Puppet / Static validations
Back off 16.063 seconds before retry.
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L388
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115825107.pp.zRaBQk
Last 10 lines of output were:
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd.jpi]/ensure: removed
Info: /var/lib/jenkins/plugins: Scheduling refresh of Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Service/Service[jenkins]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]/secret_key: defined 'secret_key' as 'you know I payed for this'
�[mNotice: Applied catalog in 9.81 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L388
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114812432.pp.HcDRFt
Last 10 lines of output were:
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd.jpi]/ensure: removed
Info: /var/lib/jenkins/plugins: Scheduling refresh of Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Service/Service[jenkins]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]/secret_key: defined 'secret_key' as 'you know I payed for this'
�[mNotice: Applied catalog in 10.87 seconds
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L388
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114325162.pp.yim28q
Last 10 lines of output were:
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd.jpi]/ensure: removed
Info: /var/lib/jenkins/plugins: Scheduling refresh of Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Service/Service[jenkins]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]/secret_key: defined 'secret_key' as 'you know I payed for this'
�[mNotice: Applied catalog in 10.26 seconds
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L388
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115839156.pp.FSFfFf
Last 10 lines of output were:
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd.jpi]/ensure: removed
Info: /var/lib/jenkins/plugins: Scheduling refresh of Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Service/Service[jenkins]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]/secret_key: defined 'secret_key' as 'you know I payed for this'
�[mNotice: Applied catalog in 9.65 seconds
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L388
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114343467.pp.OSMNRw
Last 10 lines of output were:
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd.jpi]/ensure: removed
Info: /var/lib/jenkins/plugins: Scheduling refresh of Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Service/Service[jenkins]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]/secret_key: defined 'secret_key' as 'you know I payed for this'
�[mNotice: Applied catalog in 10.18 seconds
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L388
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114345924.pp.GcI8i8
Last 10 lines of output were:
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd.jpi]/ensure: removed
Info: /var/lib/jenkins/plugins: Scheduling refresh of Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Service/Service[jenkins]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]/secret_key: defined 'secret_key' as 'you know I payed for this'
�[mNotice: Applied catalog in 10.14 seconds
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L388
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115848167.pp.HaLpch
Last 10 lines of output were:
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd.jpi]/ensure: removed
Info: /var/lib/jenkins/plugins: Scheduling refresh of Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Service/Service[jenkins]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]/secret_key: defined 'secret_key' as 'you know I payed for this'
�[mNotice: Applied catalog in 10.14 seconds
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L388
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114359141.pp.PUM4wA
Last 10 lines of output were:
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd.jpi]/ensure: removed
Info: /var/lib/jenkins/plugins: Scheduling refresh of Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Service/Service[jenkins]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]/secret_key: defined 'secret_key' as 'you know I payed for this'
�[mNotice: Applied catalog in 10.14 seconds
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L388
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114808628.pp.JZtaCu
Last 10 lines of output were:
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd.jpi]/ensure: removed
Info: /var/lib/jenkins/plugins: Scheduling refresh of Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Service/Service[jenkins]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]/secret_key: defined 'secret_key' as 'you know I payed for this'
�[mNotice: Applied catalog in 9.92 seconds
|
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L388
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114402608.pp.Aslowg
Last 10 lines of output were:
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd.jpi]/ensure: removed
Info: /var/lib/jenkins/plugins: Scheduling refresh of Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Service/Service[jenkins]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]/secret_key: defined 'secret_key' as 'you know I payed for this'
�[mNotice: Applied catalog in 10.76 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L388
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114353010.pp.QUbvxO
Last 10 lines of output were:
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd.jpi]/ensure: removed
Info: /var/lib/jenkins/plugins: Scheduling refresh of Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Service/Service[jenkins]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]/secret_key: defined 'secret_key' as 'you know I payed for this'
�[mNotice: Applied catalog in 9.78 seconds
|
Puppet / 7 (Ruby 2.7):
spec/unit/jenkins_plugins_spec.rb#L85
Puppet::Jenkins::Plugins.available when plugins exist generates a list of plugins
Failure/Error: raise
RuntimeError:
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on opensuse-15-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on opensuse-15-x86_64 deprecated params username rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on opensuse-15-x86_64 deprecated params group rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on opensuse-15-x86_64 deprecated params create_user rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on sles-11-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on sles-11-x86_64 deprecated params username rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on sles-11-x86_64 deprecated params group rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on sles-11-x86_64 deprecated params create_user rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on sles-12-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L388
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_124046349.pp.ebagmF
Last 10 lines of output were:
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-common.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/mina-sshd-api-core.jpi]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd]/ensure: removed
�[mNotice: /Stage[main]/Jenkins::User_setup/File[/var/lib/jenkins/plugins/sshd.jpi]/ensure: removed
Info: /var/lib/jenkins/plugins: Scheduling refresh of Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Service/Service[jenkins]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]/secret_key: defined 'secret_key' as 'you know I payed for this'
�[mNotice: Applied catalog in 11.29 seconds
|