Fixes #1090 Stage plugin before deleting existing plugin #188
ci.yml
on: pull_request
Puppet
/
Static validations
19s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
112 errors and 19 warnings
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on sles-11-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L110
jenkins::plugin on sles-11-x86_64 with enabled is false is expected to contain File[/var/lib/jenkins/plugins/myplug.hpi.disabled] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_file("#{pdir}/myplug.hpi.disabled").with(
ensure: 'present',
owner: 'jenkins',
group: 'jenkins',
mode: '0644'
).that_requires("Archive[#{title}.hpi]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain File[/var/lib/jenkins/plugins/myplug.hpi.disabled] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-]
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L272
jenkins::plugin on sles-11-x86_64 pinned file pin parameter with pin => true is expected to contain File[/var/lib/jenkins/plugins/foo.hpi.pinned] that comes before Exec[force foo-] and Exec[stage foo-]
Failure/Error:
is_expected.to contain_file("#{pdir}/foo.hpi.pinned").with(
ensure: 'file',
owner: 'jenkins',
group: 'jenkins'
).
that_requires('Archive[foo.hpi]').
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain File[/var/lib/jenkins/plugins/foo.hpi.pinned] with that comes before Exec[force foo-], and parameter that comes before Exec[stage foo-]
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on opensuse-15-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L110
jenkins::plugin on opensuse-15-x86_64 with enabled is false is expected to contain File[/var/lib/jenkins/plugins/myplug.hpi.disabled] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_file("#{pdir}/myplug.hpi.disabled").with(
ensure: 'present',
owner: 'jenkins',
group: 'jenkins',
mode: '0644'
).that_requires("Archive[#{title}.hpi]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain File[/var/lib/jenkins/plugins/myplug.hpi.disabled] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-]
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L272
jenkins::plugin on opensuse-15-x86_64 pinned file pin parameter with pin => true is expected to contain File[/var/lib/jenkins/plugins/foo.hpi.pinned] that comes before Exec[force foo-] and Exec[stage foo-]
Failure/Error:
is_expected.to contain_file("#{pdir}/foo.hpi.pinned").with(
ensure: 'file',
owner: 'jenkins',
group: 'jenkins'
).
that_requires('Archive[foo.hpi]').
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain File[/var/lib/jenkins/plugins/foo.hpi.pinned] with that comes before Exec[force foo-], and parameter that comes before Exec[stage foo-]
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on centos-9-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L110
jenkins::plugin on centos-9-x86_64 with enabled is false is expected to contain File[/var/lib/jenkins/plugins/myplug.hpi.disabled] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_file("#{pdir}/myplug.hpi.disabled").with(
ensure: 'present',
owner: 'jenkins',
group: 'jenkins',
mode: '0644'
).that_requires("Archive[#{title}.hpi]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain File[/var/lib/jenkins/plugins/myplug.hpi.disabled] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-]
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L272
jenkins::plugin on centos-9-x86_64 pinned file pin parameter with pin => true is expected to contain File[/var/lib/jenkins/plugins/foo.hpi.pinned] that comes before Exec[force foo-] and Exec[stage foo-]
Failure/Error:
is_expected.to contain_file("#{pdir}/foo.hpi.pinned").with(
ensure: 'file',
owner: 'jenkins',
group: 'jenkins'
).
that_requires('Archive[foo.hpi]').
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain File[/var/lib/jenkins/plugins/foo.hpi.pinned] with that comes before Exec[force foo-], and parameter that comes before Exec[stage foo-]
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L15
jenkins::plugin on ubuntu-20.04-x86_64 without version is expected to contain Archive[myplug.hpi] that comes before Exec[force myplug-] and Exec[stage myplug-]
Failure/Error:
is_expected.to contain_archive("#{title}.hpi").with(
source: "#{plugin_host}/latest/myplug.hpi",
path: "#{pdir}/#{title}.hpi.staged",
cleanup: false,
extract: false
).that_requires("File[#{pdir}]").
that_comes_before("Exec[force #{title}-]").
that_comes_before("Exec[stage #{title}-]").
that_notifies('Service[jenkins]')
expected that the catalogue would contain Archive[myplug.hpi] with that comes before Exec[force myplug-], and parameter that comes before Exec[stage myplug-], and parameter that notifies Service[jenkins]
|
Puppet / 7 - Rocky 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L37
jenkins_credentials ensure => present ConduitCredentialsImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103951442.pp.H1yagP
Last 10 lines of output were:
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_credentials[002224bd-60cb-49f3-a314-d0f73f82233d]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 5.22 seconds
|
Puppet / 7 - Rocky 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L70
jenkins_credentials ensure => present ConduitCredentialsImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>002224bd-60cb-49f3-a314-d0f73f82233d</id>"
Failure/Error: it { is_expected.to contain '<id>002224bd-60cb-49f3-a314-d0f73f82233d</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>002224bd-60cb-49f3-a314-d0f73f82233d</id>"
|
Puppet / 7 - Rocky 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L75
jenkins_credentials ensure => present BasicSSHUserPrivateKey works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103958996.pp.wBd7FY
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 75.17 seconds
|
Puppet / 7 - Rocky 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L105
jenkins_credentials ensure => present BasicSSHUserPrivateKey File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
Failure/Error: it { is_expected.to contain '<id>a0469025-1202-4007-983d-0c62f230f1a7</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
|
Puppet / 7 - Rocky 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L173
jenkins_credentials ensure => present AWSCredentialsImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104137798.pp.73iTk7
Last 10 lines of output were:
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_credentials[34d75c64-61ff-4a28-bd40-cac3aafc7e3a]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 59.84 seconds
|
Puppet / 7 - Rocky 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L224
jenkins_credentials ensure => present AWSCredentialsImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
Failure/Error: it { is_expected.to contain '<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
|
Puppet / 7 - Rocky 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L229
jenkins_credentials ensure => present GitLabApiTokenImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104240259.pp.G3cp8x
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 103.79 seconds
|
Puppet / 7 - Rocky 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L293
jenkins_credentials ensure => present GitLabApiTokenImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
Failure/Error: it { is_expected.to contain '<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
|
Puppet / 7 - Rocky 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L348
jenkins_credentials ensure => present BrowserStackCredentials works with no errors
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104426885.pp.LUHT1E
Last 10 lines of output were:
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 4.88 seconds
|
Puppet / 7 - Rocky 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L361
jenkins_credentials ensure => present BrowserStackCredentials File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
Failure/Error: it { is_expected.to contain '<id>562fa23d-a441-4cab-997f-58df6e245813</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
|
Puppet / 7 - CentOS 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L75
jenkins_credentials ensure => present BasicSSHUserPrivateKey works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104000065.pp.hzzkTg
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 76.78 seconds
|
Puppet / 7 - CentOS 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L105
jenkins_credentials ensure => present BasicSSHUserPrivateKey File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
Failure/Error: it { is_expected.to contain '<id>a0469025-1202-4007-983d-0c62f230f1a7</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
|
Puppet / 7 - CentOS 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L173
jenkins_credentials ensure => present AWSCredentialsImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104139103.pp.aiMe0v
Last 10 lines of output were:
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_credentials[34d75c64-61ff-4a28-bd40-cac3aafc7e3a]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 22.46 seconds
|
Puppet / 7 - CentOS 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L224
jenkins_credentials ensure => present AWSCredentialsImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
Failure/Error: it { is_expected.to contain '<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
|
Puppet / 7 - CentOS 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L229
jenkins_credentials ensure => present GitLabApiTokenImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104204020.pp.OT9ewa
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 107.08 seconds
|
Puppet / 7 - CentOS 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L293
jenkins_credentials ensure => present GitLabApiTokenImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
Failure/Error: it { is_expected.to contain '<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
|
Puppet / 7 - CentOS 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L348
jenkins_credentials ensure => present BrowserStackCredentials works with no errors
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104353785.pp.kWlY7j
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 83.21 seconds
|
Puppet / 7 - CentOS 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L361
jenkins_credentials ensure => present BrowserStackCredentials File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
Failure/Error: it { is_expected.to contain '<id>562fa23d-a441-4cab-997f-58df6e245813</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
|
Puppet / 7 - CentOS 8:
spec/acceptance/xtypes/jenkins_job_spec.rb#L116
jenkins_job cloudbees-folder plugin nested folders create works with no errors
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104656140.pp.NgXCdW
Last 10 lines of output were:
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: /Stage[main]/Main/Jenkins_job[foo/bar]: Dependency Jenkins_job[foo] has failures: true
Warning: /Stage[main]/Main/Jenkins_job[foo/bar]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_job[foo/bar/baz]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 70.04 seconds
|
Puppet / 7 - CentOS 8:
spec/acceptance/xtypes/jenkins_job_spec.rb#L144
jenkins_job cloudbees-folder plugin nested folders create File "/var/lib/jenkins/jobs/foo/config.xml" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/var/lib/jenkins/jobs/foo/config.xml".file?` to be truthy, got false
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L75
jenkins_credentials ensure => present BasicSSHUserPrivateKey works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104015648.pp.0bHPn9
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 75.18 seconds
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L105
jenkins_credentials ensure => present BasicSSHUserPrivateKey File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
Failure/Error: it { is_expected.to contain '<id>a0469025-1202-4007-983d-0c62f230f1a7</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L173
jenkins_credentials ensure => present AWSCredentialsImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104153981.pp.O3TgEW
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 108.62 seconds
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L224
jenkins_credentials ensure => present AWSCredentialsImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
Failure/Error: it { is_expected.to contain '<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L229
jenkins_credentials ensure => present GitLabApiTokenImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104345212.pp.156zPN
Last 10 lines of output were:
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_credentials[7e86e9fb-a8af-480f-b596-7191dc02bf38]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 18.12 seconds
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L293
jenkins_credentials ensure => present GitLabApiTokenImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
Failure/Error: it { is_expected.to contain '<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L348
jenkins_credentials ensure => present BrowserStackCredentials works with no errors
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104406083.pp.pwb6dN
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 94.92 seconds
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L361
jenkins_credentials ensure => present BrowserStackCredentials File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
Failure/Error: it { is_expected.to contain '<id>562fa23d-a441-4cab-997f-58df6e245813</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/xtypes/jenkins_job_spec.rb#L116
jenkins_job cloudbees-folder plugin nested folders create works with no errors
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104722589.pp.axXGoy
Last 10 lines of output were:
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: /Stage[main]/Main/Jenkins_job[foo/bar]: Dependency Jenkins_job[foo] has failures: true
Warning: /Stage[main]/Main/Jenkins_job[foo/bar]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_job[foo/bar/baz]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 71.35 seconds
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/xtypes/jenkins_job_spec.rb#L144
jenkins_job cloudbees-folder plugin nested folders create File "/var/lib/jenkins/jobs/foo/config.xml" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/var/lib/jenkins/jobs/foo/config.xml".file?` to be truthy, got false
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L75
jenkins_credentials ensure => present BasicSSHUserPrivateKey works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103959431.pp.QjIMd7
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 77.24 seconds
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L105
jenkins_credentials ensure => present BasicSSHUserPrivateKey File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
Failure/Error: it { is_expected.to contain '<id>a0469025-1202-4007-983d-0c62f230f1a7</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L173
jenkins_credentials ensure => present AWSCredentialsImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104141368.pp.6VHCAt
Last 10 lines of output were:
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_credentials[34d75c64-61ff-4a28-bd40-cac3aafc7e3a]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 45.33 seconds
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L224
jenkins_credentials ensure => present AWSCredentialsImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
Failure/Error: it { is_expected.to contain '<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L229
jenkins_credentials ensure => present GitLabApiTokenImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104229685.pp.1vPDJw
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 107.20 seconds
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L293
jenkins_credentials ensure => present GitLabApiTokenImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
Failure/Error: it { is_expected.to contain '<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L348
jenkins_credentials ensure => present BrowserStackCredentials works with no errors
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104420032.pp.0ZJb1M
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 84.90 seconds
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L361
jenkins_credentials ensure => present BrowserStackCredentials File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
Failure/Error: it { is_expected.to contain '<id>562fa23d-a441-4cab-997f-58df6e245813</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/xtypes/jenkins_job_spec.rb#L116
jenkins_job cloudbees-folder plugin nested folders create works with no errors
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104731027.pp.R3GX1c
Last 10 lines of output were:
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: /Stage[main]/Main/Jenkins_job[foo/bar]: Dependency Jenkins_job[foo] has failures: true
Warning: /Stage[main]/Main/Jenkins_job[foo/bar]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_job[foo/bar/baz]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 69.34 seconds
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/xtypes/jenkins_job_spec.rb#L144
jenkins_job cloudbees-folder plugin nested folders create File "/var/lib/jenkins/jobs/foo/config.xml" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/var/lib/jenkins/jobs/foo/config.xml".file?` to be truthy, got false
|
Puppet / 7 - Ubuntu 20.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
jenkins class default parameters applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103632872.pp.IdZpiR
Last 10 lines of output were:
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Info: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Unscheduling all events on Exec[jenkins-cli]
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 54.58 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
|
Puppet / 7 - Ubuntu 20.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
jenkins class default parameters applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103731743.pp.P3txTz
Last 10 lines of output were:
�[mNotice: /Stage[main]/Jenkins::Config/Jenkins::Plugin[structs]/File[/var/lib/jenkins/plugins/structs.hpi]/owner: owner changed 'root' to 'jenkins'
�[mNotice: /Stage[main]/Jenkins::Config/Jenkins::Plugin[structs]/File[/var/lib/jenkins/plugins/structs.hpi]/group: group changed 'root' to 'jenkins'
Info: Class[Jenkins::Service]: Scheduling refresh of Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Service/Service[jenkins]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Jenkins::Service/Service[jenkins]: Unscheduling refresh on Service[jenkins]
�[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]/returns: executed successfully
Info: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Scheduling refresh of Exec[jenkins-cli]
�[mNotice: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]/ensure: defined content as '{sha256}6e47dcfaa0f32ac6ac9e39b8a0eba0a607f5fca85b271de30aa41d545e1f5ac5'
�[mNotice: Applied catalog in 12.90 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L75
jenkins_credentials ensure => present BasicSSHUserPrivateKey works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104313192.pp.LhxIJE
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 77.96 seconds
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L105
jenkins_credentials ensure => present BasicSSHUserPrivateKey File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
Failure/Error: it { is_expected.to contain '<id>a0469025-1202-4007-983d-0c62f230f1a7</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L110
jenkins_credentials ensure => present StringCredentialsImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104435502.pp.KW8Oi0
Last 10 lines of output were:
Warning: /Stage[main]/Jenkins::Service/Service[jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_credentials[150b2895-b0eb-4813-b8a5-3779690c063c]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.27 seconds
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L136
jenkins_credentials ensure => present StringCredentialsImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>150b2895-b0eb-4813-b8a5-3779690c063c</id>"
Failure/Error: it { is_expected.to contain '<id>150b2895-b0eb-4813-b8a5-3779690c063c</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>150b2895-b0eb-4813-b8a5-3779690c063c</id>"
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L141
jenkins_credentials ensure => present FileCredentialsImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104442233.pp.OlVZfX
Last 10 lines of output were:
Warning: /Stage[main]/Jenkins::Service/Service[jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_credentials[95bfe159-8bf0-4605-be20-47e201220e7c]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.31 seconds
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L168
jenkins_credentials ensure => present FileCredentialsImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>95bfe159-8bf0-4605-be20-47e201220e7c</id>"
Failure/Error: it { is_expected.to contain '<id>95bfe159-8bf0-4605-be20-47e201220e7c</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>95bfe159-8bf0-4605-be20-47e201220e7c</id>"
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L173
jenkins_credentials ensure => present AWSCredentialsImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104449005.pp.7qlAMW
Last 10 lines of output were:
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_credentials[34d75c64-61ff-4a28-bd40-cac3aafc7e3a]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 16.89 seconds
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L224
jenkins_credentials ensure => present AWSCredentialsImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
Failure/Error: it { is_expected.to contain '<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
|
Puppet / 7 - CentOS 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
jenkins class default parameters applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103607529.pp.wfOlqA
Last 10 lines of output were:
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Info: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Unscheduling all events on Exec[jenkins-cli]
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 106.69 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
|
Puppet / 7 - CentOS 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
jenkins class default parameters applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103756313.pp.2b4mS0
Last 10 lines of output were:
Info: Class[Jenkins::Service]: Unscheduling all events on Class[Jenkins::Service]
Warning: /Stage[main]/Jenkins::Service/Service[jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 5.60 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
|
Puppet / 7 - CentOS 9:
spec/acceptance/class_spec.rb#L18
jenkins class default parameters Port "8080" is expected to be listening
Failure/Error: is_expected.to be_listening
expected Port "8080" to be listening
|
Puppet / 7 - CentOS 9:
spec/acceptance/class_spec.rb#L25
jenkins class default parameters File "/usr/share/java/jenkins-cli.jar" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/usr/share/java/jenkins-cli.jar".file?` to be truthy, got false
|
Puppet / 7 - CentOS 9:
spec/acceptance/class_spec.rb#L26
jenkins class default parameters File "/usr/share/java/jenkins-cli.jar" is expected to be readable
Failure/Error: it { is_expected.to be_readable.by('owner') }
expected File "/usr/share/java/jenkins-cli.jar" to be readable
|
Puppet / 7 - CentOS 9:
spec/acceptance/class_spec.rb#L27
jenkins class default parameters File "/usr/share/java/jenkins-cli.jar" is expected to be writable
Failure/Error: it { is_expected.to be_writable.by('owner') }
expected File "/usr/share/java/jenkins-cli.jar" to be writable
|
Puppet / 7 - CentOS 9:
spec/acceptance/class_spec.rb#L28
jenkins class default parameters File "/usr/share/java/jenkins-cli.jar" is expected to be readable
Failure/Error: it { is_expected.to be_readable.by('group') }
expected File "/usr/share/java/jenkins-cli.jar" to be readable
|
Puppet / 7 - CentOS 9:
spec/acceptance/class_spec.rb#L29
jenkins class default parameters File "/usr/share/java/jenkins-cli.jar" is expected to be readable
Failure/Error: it { is_expected.to be_readable.by('others') }
expected File "/usr/share/java/jenkins-cli.jar" to be readable
|
Puppet / 7 - CentOS 9:
spec/acceptance/class_spec.rb#L38
jenkins class default parameters Service "jenkins" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "jenkins" to be running
|
Puppet / 7 - CentOS 9:
spec/acceptance/class_spec.rb#L39
jenkins class default parameters Service "jenkins" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "jenkins" to be enabled
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L75
jenkins_credentials ensure => present BasicSSHUserPrivateKey works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104008016.pp.MxTR4v
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 78.66 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L105
jenkins_credentials ensure => present BasicSSHUserPrivateKey File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
Failure/Error: it { is_expected.to contain '<id>a0469025-1202-4007-983d-0c62f230f1a7</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L173
jenkins_credentials ensure => present AWSCredentialsImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104150412.pp.3RrERC
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 198.95 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L224
jenkins_credentials ensure => present AWSCredentialsImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
Failure/Error: it { is_expected.to contain '<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L229
jenkins_credentials ensure => present GitLabApiTokenImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104511901.pp.OBTE9e
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 105.46 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L293
jenkins_credentials ensure => present GitLabApiTokenImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
Failure/Error: it { is_expected.to contain '<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L348
jenkins_credentials ensure => present BrowserStackCredentials works with no errors
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104700033.pp.O3mcH0
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 82.10 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L361
jenkins_credentials ensure => present BrowserStackCredentials File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
Failure/Error: it { is_expected.to contain '<id>562fa23d-a441-4cab-997f-58df6e245813</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/xtypes/jenkins_job_spec.rb#L116
jenkins_job cloudbees-folder plugin nested folders create works with no errors
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105005215.pp.6It5ST
Last 10 lines of output were:
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: /Stage[main]/Main/Jenkins_job[foo/bar]: Dependency Jenkins_job[foo] has failures: true
Warning: /Stage[main]/Main/Jenkins_job[foo/bar]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_job[foo/bar/baz]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 69.90 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/xtypes/jenkins_job_spec.rb#L144
jenkins_job cloudbees-folder plugin nested folders create File "/var/lib/jenkins/jobs/foo/config.xml" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/var/lib/jenkins/jobs/foo/config.xml".file?` to be truthy, got false
|
Puppet / 7 - CentOS 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L75
jenkins_credentials ensure => present BasicSSHUserPrivateKey works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104019187.pp.Xv5UYa
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 77.70 seconds
|
Puppet / 7 - CentOS 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L105
jenkins_credentials ensure => present BasicSSHUserPrivateKey File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
Failure/Error: it { is_expected.to contain '<id>a0469025-1202-4007-983d-0c62f230f1a7</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
|
Puppet / 7 - CentOS 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L173
jenkins_credentials ensure => present AWSCredentialsImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104200615.pp.x1S5S8
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 191.08 seconds
|
Puppet / 7 - CentOS 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L224
jenkins_credentials ensure => present AWSCredentialsImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
Failure/Error: it { is_expected.to contain '<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
|
Puppet / 7 - CentOS 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L229
jenkins_credentials ensure => present GitLabApiTokenImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104514239.pp.QEAvde
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 103.05 seconds
|
Puppet / 7 - CentOS 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L293
jenkins_credentials ensure => present GitLabApiTokenImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
Failure/Error: it { is_expected.to contain '<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
|
Puppet / 7 - CentOS 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L348
jenkins_credentials ensure => present BrowserStackCredentials works with no errors
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104659969.pp.8btxsR
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 87.93 seconds
|
Puppet / 7 - CentOS 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L361
jenkins_credentials ensure => present BrowserStackCredentials File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
Failure/Error: it { is_expected.to contain '<id>562fa23d-a441-4cab-997f-58df6e245813</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
|
Puppet / 7 - CentOS 7:
spec/acceptance/xtypes/jenkins_job_spec.rb#L116
jenkins_job cloudbees-folder plugin nested folders create works with no errors
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105010042.pp.PyQqzj
Last 10 lines of output were:
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: /Stage[main]/Main/Jenkins_job[foo/bar]: Dependency Jenkins_job[foo] has failures: true
Warning: /Stage[main]/Main/Jenkins_job[foo/bar]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_job[foo/bar/baz]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 71.60 seconds
|
Puppet / 7 - CentOS 7:
spec/acceptance/xtypes/jenkins_job_spec.rb#L144
jenkins_job cloudbees-folder plugin nested folders create File "/var/lib/jenkins/jobs/foo/config.xml" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/var/lib/jenkins/jobs/foo/config.xml".file?` to be truthy, got false
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L75
jenkins_credentials ensure => present BasicSSHUserPrivateKey works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104255117.pp.P112ia
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 75.50 seconds
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L105
jenkins_credentials ensure => present BasicSSHUserPrivateKey File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
Failure/Error: it { is_expected.to contain '<id>a0469025-1202-4007-983d-0c62f230f1a7</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L173
jenkins_credentials ensure => present AWSCredentialsImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104450013.pp.3OiYuE
Last 10 lines of output were:
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_credentials[34d75c64-61ff-4a28-bd40-cac3aafc7e3a]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 24.96 seconds
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L224
jenkins_credentials ensure => present AWSCredentialsImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
Failure/Error: it { is_expected.to contain '<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>"
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L229
jenkins_credentials ensure => present GitLabApiTokenImpl works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104520179.pp.M76Hrx
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 104.16 seconds
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L293
jenkins_credentials ensure => present GitLabApiTokenImpl File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
Failure/Error: it { is_expected.to contain '<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>"
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L348
jenkins_credentials ensure => present BrowserStackCredentials works with no errors
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104709971.pp.fRKYFE
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 86.51 seconds
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L361
jenkins_credentials ensure => present BrowserStackCredentials File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
Failure/Error: it { is_expected.to contain '<id>562fa23d-a441-4cab-997f-58df6e245813</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>562fa23d-a441-4cab-997f-58df6e245813</id>"
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/xtypes/jenkins_job_spec.rb#L116
jenkins_job cloudbees-folder plugin nested folders create works with no errors
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105046884.pp.FxA3ai
Last 10 lines of output were:
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: /Stage[main]/Main/Jenkins_job[foo/bar]: Dependency Jenkins_job[foo] has failures: true
Warning: /Stage[main]/Main/Jenkins_job[foo/bar]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_job[foo/bar/baz]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 71.57 seconds
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/xtypes/jenkins_job_spec.rb#L144
jenkins_job cloudbees-folder plugin nested folders create File "/var/lib/jenkins/jobs/foo/config.xml" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/var/lib/jenkins/jobs/foo/config.xml".file?` to be truthy, got false
|
Puppet / 7 - AlmaLinux 8
Canceling since a higher priority waiting request for '1091/merge' exists
|
Puppet / 7 - AlmaLinux 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L75
jenkins_credentials ensure => present BasicSSHUserPrivateKey works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105517345.pp.AyMNyR
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 76.23 seconds
|
Puppet / 7 - AlmaLinux 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L105
jenkins_credentials ensure => present BasicSSHUserPrivateKey File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
Failure/Error: it { is_expected.to contain '<id>a0469025-1202-4007-983d-0c62f230f1a7</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
|
Puppet / 7 - AlmaLinux 8
The operation was canceled.
|
Puppet / 7 - OracleLinux 8
Canceling since a higher priority waiting request for '1091/merge' exists
|
Puppet / 7 - OracleLinux 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L75
jenkins_credentials ensure => present BasicSSHUserPrivateKey works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105534397.pp.HeSRbS
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 79.21 seconds
|
Puppet / 7 - OracleLinux 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L105
jenkins_credentials ensure => present BasicSSHUserPrivateKey File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
Failure/Error: it { is_expected.to contain '<id>a0469025-1202-4007-983d-0c62f230f1a7</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
|
Puppet / 7 - OracleLinux 8
The operation was canceled.
|
Puppet / 7 - Rocky 8
Canceling since a higher priority waiting request for '1091/merge' exists
|
Puppet / 7 - Rocky 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L75
jenkins_credentials ensure => present BasicSSHUserPrivateKey works with no errors and idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105504219.pp.H0hINx
Last 10 lines of output were:
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 76.72 seconds
|
Puppet / 7 - Rocky 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L105
jenkins_credentials ensure => present BasicSSHUserPrivateKey File "/var/lib/jenkins/credentials.xml" is expected to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
Failure/Error: it { is_expected.to contain '<id>a0469025-1202-4007-983d-0c62f230f1a7</id>' }
expected File "/var/lib/jenkins/credentials.xml" to contain "<id>a0469025-1202-4007-983d-0c62f230f1a7</id>"
|
Puppet / 7 - Rocky 8
The operation was canceled.
|
Puppet / 7 (Ruby 2.7):
spec/defines/jenkins_plugin_spec.rb#L331
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#L331
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#L331
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#L331
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#L331
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#L331
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#L331
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#L331
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/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#L331
jenkins::plugin on centos-9-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning()
Skipped: Not yet implemented
|
Puppet / 7 - Rocky 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L352
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104434131.pp.g7Kvcd
Last 10 lines of output were:
Warning: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/File[/usr/share/java/jenkins-cli.jar]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Jenkins_credentials[562fa23d-a441-4cab-997f-58df6e245813]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 6.87 seconds
|
Puppet / 7 - CentOS 8:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L352
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104519305.pp.2fs90J
Last 10 lines of output were:
at RemoteClass.run(RemoteClass:1086)
at groovy.lang.GroovyShell.runScriptOrMainOrTestOrRunnable(GroovyShell.java:263)
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: Applied catalog in 68.05 seconds
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L352
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104543691.pp.G5VcOp
Last 10 lines of output were:
at RemoteClass.run(RemoteClass:1086)
at groovy.lang.GroovyShell.runScriptOrMainOrTestOrRunnable(GroovyShell.java:263)
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: Applied catalog in 69.30 seconds
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L352
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104547379.pp.XVvXwv
Last 10 lines of output were:
at RemoteClass.run(RemoteClass:1086)
at groovy.lang.GroovyShell.runScriptOrMainOrTestOrRunnable(GroovyShell.java:263)
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: Applied catalog in 72.37 seconds
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L352
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104722905.pp.ifIOND
Last 10 lines of output were:
at RemoteClass.run(RemoteClass:1086)
at groovy.lang.GroovyShell.runScriptOrMainOrTestOrRunnable(GroovyShell.java:263)
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: Applied catalog in 70.87 seconds
|
Puppet / 7 - CentOS 9:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L352
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104804096.pp.7yIvRZ
Last 10 lines of output were:
at RemoteClass.run(RemoteClass:1086)
at groovy.lang.GroovyShell.runScriptOrMainOrTestOrRunnable(GroovyShell.java:263)
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: Applied catalog in 70.98 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L352
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104824476.pp.DsKOXA
Last 10 lines of output were:
at RemoteClass.run(RemoteClass:1086)
at groovy.lang.GroovyShell.runScriptOrMainOrTestOrRunnable(GroovyShell.java:263)
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: Applied catalog in 71.45 seconds
|
Puppet / 7 - CentOS 7:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L352
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104830280.pp.DerT0m
Last 10 lines of output were:
at RemoteClass.run(RemoteClass:1086)
at groovy.lang.GroovyShell.runScriptOrMainOrTestOrRunnable(GroovyShell.java:263)
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: Applied catalog in 70.00 seconds
|
Puppet / 7 - Ubuntu 22.04:
spec/acceptance/xtypes/jenkins_credentials_spec.rb#L352
jenkins_credentials ensure => present BrowserStackCredentials works idempotently
Failure/Error: apply_manifest(pp, options)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104841633.pp.j90kPG
Last 10 lines of output were:
at RemoteClass.run(RemoteClass:1086)
at groovy.lang.GroovyShell.runScriptOrMainOrTestOrRunnable(GroovyShell.java:263)
at groovy.lang.GroovyShell.run(GroovyShell.java:507)
at groovy.lang.GroovyShell.run(GroovyShell.java:486)
at hudson.cli.GroovyCommand.run(GroovyCommand.java:79)
at hudson.cli.CLICommand.main(CLICommand.java:264)
at hudson.cli.CLIAction$ServerSideImpl.run(CLIAction.java:318)
at hudson.cli.CLIAction$1.lambda$opened$0(CLIAction.java:173)
at java.base/java.lang.Thread.run(Thread.java:829)
�[mNotice: Applied catalog in 68.52 seconds
|