Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ssh-credentials and aws-credentials CI #1099

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions spec/acceptance/xtypes/jenkins_credentials_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
end

context 'ConduitCredentialsImpl' do
it 'works with no errors and idempotently' do

Check failure on line 37 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 9

jenkins_credentials ensure => present ConduitCredentialsImpl 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_124900828.pp.YMGqM3 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 6.74 seconds

Check failure on line 37 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 8

jenkins_credentials ensure => present ConduitCredentialsImpl 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_130429785.pp.subRlb 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 6.95 seconds
pp = <<-EOS
include jenkins
include jenkins::cli::config
Expand Down Expand Up @@ -67,7 +67,7 @@
# trying to match anything other than the id this way might match other
# credentials
describe file('/var/lib/jenkins/credentials.xml') do
it { is_expected.to contain '<id>002224bd-60cb-49f3-a314-d0f73f82233d</id>' }

Check failure on line 70 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 9

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>"

Check failure on line 70 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 8

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>"
end
end

Expand All @@ -79,6 +79,7 @@

jenkins::plugin { [
'ssh-credentials',
'variant',
'trilead-api',
]: }

Expand Down Expand Up @@ -107,7 +108,7 @@
end

context 'StringCredentialsImpl' do
it 'works with no errors and idempotently' do

Check failure on line 111 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 9

jenkins_credentials ensure => present StringCredentialsImpl 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_124939972.pp.4z0gqf 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 1.54 seconds
pp = <<-EOS
include jenkins
include jenkins::cli::config
Expand All @@ -133,7 +134,7 @@
# XXX need to properly compare the XML doc
# trying to match anything other than the id this way might match other
# credentails
it { is_expected.to contain '<id>150b2895-b0eb-4813-b8a5-3779690c063c</id>' }

Check failure on line 137 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 9

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>"
end
end

Expand Down Expand Up @@ -170,7 +171,7 @@
end

context 'AWSCredentialsImpl' do
it 'works with no errors and idempotently' do

Check failure on line 174 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 20.04

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_125356196.pp.E9pfsa 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 21.95 seconds
pp = <<-EOS
include jenkins
include jenkins::cli::config
Expand All @@ -195,6 +196,8 @@
'credentials-binding',
'jackson2-api',
'jaxb',
'joda-time-api',
'json-api',
'plain-credentials',
'script-security',
'snakeyaml-api',
Expand All @@ -221,12 +224,12 @@
# XXX need to properly compare the XML doc
# trying to match anything other than the id this way might match other
# credentails
it { is_expected.to contain '<id>34d75c64-61ff-4a28-bd40-cac3aafc7e3a</id>' }

Check failure on line 227 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 20.04

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>"
end
end

context 'GitLabApiTokenImpl' do
it 'works with no errors and idempotently' do

Check failure on line 232 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 9

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_125030569.pp.rXMgLj 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.69 seconds

Check failure on line 232 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 9

jenkins_credentials ensure => present GitLabApiTokenImpl works with no errors and 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_125052714.pp.LI9i8A 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 97.21 seconds

Check failure on line 232 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 9

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_125047929.pp.VYjmrV 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.41 seconds

Check failure on line 232 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 9

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_125050578.pp.vNfkxy 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 121.90 seconds

Check failure on line 232 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 7

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_125106662.pp.9AO7ES 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 102.97 seconds

Check failure on line 232 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 7

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_125106907.pp.JsBM6G 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.25 seconds

Check failure on line 232 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 22.04

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_125348162.pp.GDSDKK 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 95.89 seconds

Check failure on line 232 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 20.04

jenkins_credentials ensure => present GitLabApiTokenImpl 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_125423395.pp.ORI3z2 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 100.85 seconds

Check failure on line 232 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 8

jenkins_credentials ensure => present GitLabApiTokenImpl 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_130542566.pp.Y6152t 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 39.14 seconds

Check failure on line 232 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 8

jenkins_credentials ensure => present GitLabApiTokenImpl 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_130526472.pp.mp4VJK 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 95.95 seconds

Check failure on line 232 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 8

jenkins_credentials ensure => present GitLabApiTokenImpl 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_130843712.pp.iX1wZZ 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 33.44 seconds
pp = <<-EOS
include jenkins
include jenkins::cli::config
Expand Down Expand Up @@ -290,7 +293,7 @@
# XXX need to properly compare the XML doc
# trying to match anything other than the id this way might match other
# credentails
it { is_expected.to contain '<id>7e86e9fb-a8af-480f-b596-7191dc02bf38</id>' }

Check failure on line 296 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 9

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>"

Check failure on line 296 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 9

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>"

Check failure on line 296 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 9

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>"

Check failure on line 296 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 9

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>"

Check failure on line 296 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 7

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>"

Check failure on line 296 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 7

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>"

Check failure on line 296 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 22.04

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>"

Check failure on line 296 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 20.04

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>"

Check failure on line 296 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 8

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>"

Check failure on line 296 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 8

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>"

Check failure on line 296 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 8

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>"
end
end

Expand Down Expand Up @@ -345,11 +348,11 @@
}
EOS

it 'works with no errors' do

Check failure on line 351 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 9

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_125216791.pp.SS1s9a 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 85.05 seconds

Check failure on line 351 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 9

jenkins_credentials ensure => present BrowserStackCredentials works with no errors 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_125232707.pp.TBHOwv 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 80.95 seconds

Check failure on line 351 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 9

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_125225174.pp.CRQQV8 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 88.19 seconds

Check failure on line 351 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 9

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_125255160.pp.txaydW 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.74 seconds

Check failure on line 351 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 7

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_125252376.pp.PP4ehN 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.94 seconds

Check failure on line 351 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 7

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_125252768.pp.ZQbYCd 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.58 seconds

Check failure on line 351 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 22.04

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_125529259.pp.bvSKxy 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.11 seconds

Check failure on line 351 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 20.04

jenkins_credentials ensure => present BrowserStackCredentials works with no errors 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_125609667.pp.5dkwJy 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.26 seconds

Check failure on line 351 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 8

jenkins_credentials ensure => present BrowserStackCredentials works with no errors 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_130624260.pp.E6wZHN 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 100.23 seconds

Check failure on line 351 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 8

jenkins_credentials ensure => present BrowserStackCredentials works with no errors 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_130705083.pp.e6XyYl 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.31 seconds

Check failure on line 351 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 8

jenkins_credentials ensure => present BrowserStackCredentials works with no errors 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_130919810.pp.R9xFaX 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 21.10 seconds
apply(pp, catch_failures: true)
end

it 'works idempotently' do

Check warning on line 355 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 9

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_125344107.pp.QaJsYw 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.64 seconds

Check warning on line 355 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 9

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_125356164.pp.Zw0Rss 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.61 seconds

Check warning on line 355 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 9

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_125355809.pp.tCmRy5 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.79 seconds

Check warning on line 355 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 9

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_125420271.pp.9SvDta 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.70 seconds

Check warning on line 355 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 7

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_125422758.pp.WrjkFF 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.23 seconds

Check warning on line 355 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 7

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_125422839.pp.XpDZbK 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 82.88 seconds

Check warning on line 355 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 22.04

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_125658191.pp.Zc6rkL 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.06 seconds

Check warning on line 355 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 20.04

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_125737477.pp.Wn23JS 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.06 seconds

Check warning on line 355 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 8

jenkins_credentials ensure => present BrowserStackCredentials works 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_130807154.pp.loet97 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.88 seconds

Check warning on line 355 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 8

jenkins_credentials ensure => present BrowserStackCredentials works 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_130831683.pp.VRUzTa 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.26 seconds

Check warning on line 355 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 8

jenkins_credentials ensure => present BrowserStackCredentials works 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_130943500.pp.ZR6mRX 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 100.61 seconds
pending('secret key is not idempotent')
apply(pp, catch_changes: true)
end
Expand All @@ -358,7 +361,7 @@
# XXX need to properly compare the XML doc
# trying to match anything other than the id this way might match other
# credentails
it { is_expected.to contain '<id>562fa23d-a441-4cab-997f-58df6e245813</id>' }

Check failure on line 364 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 9

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>"

Check failure on line 364 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 9

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>"

Check failure on line 364 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 9

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>"

Check failure on line 364 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 9

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>"

Check failure on line 364 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 7

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>"

Check failure on line 364 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 7

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>"

Check failure on line 364 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 22.04

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>"

Check failure on line 364 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 20.04

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>"

Check failure on line 364 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Rocky 8

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>"

Check failure on line 364 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - AlmaLinux 8

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>"

Check failure on line 364 in spec/acceptance/xtypes/jenkins_credentials_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - OracleLinux 8

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>"
end
end
end
Expand Down
Loading