Skip to content

puppet/systemd: allow 8.x #262

puppet/systemd: allow 8.x

puppet/systemd: allow 8.x #262

Triggered via pull request December 14, 2024 14:46
Status Failure
Total duration 6h 33m 18s
Artifacts

ci.yml

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

Annotations

219 errors and 20 warnings
Puppet / 8 (Ruby 3.2): spec/classes/jenkins_cli_helper_spec.rb#L23
jenkins::cli_helper on ubuntu-20.04-x86_64 is expected to contain File[/usr/share/java/puppet_helper.groovy] with source => "puppet:///modules/jenkins/puppet_helper.groovy", owner => "jenkins", group => "jenkins" and mode => "0444" Failure/Error: is_expected.to contain_file('/usr/share/java/puppet_helper.groovy').with( source: 'puppet:///modules/jenkins/puppet_helper.groovy', owner: 'jenkins', group: 'jenkins', mode: '0444' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1928-403.bplu45aexldu3kybztgoliqyqb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/jenkins_cli_helper_spec.rb#L11
jenkins::cli_helper on ubuntu-20.04-x86_64 relationships is expected to contain Class[jenkins::cli] Failure/Error: is_expected.to contain_class('jenkins::cli') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1928-403.bplu45aexldu3kybztgoliqyqb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/jenkins_cli_helper_spec.rb#L17
jenkins::cli_helper on ubuntu-20.04-x86_64 relationships is expected to contain Class[jenkins::cli_helper] that comes before Anchor[jenkins::end] Failure/Error: is_expected.to contain_class('jenkins::cli_helper'). that_comes_before('Anchor[jenkins::end]') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1928-403.bplu45aexldu3kybztgoliqyqb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/jenkins_cli_helper_spec.rb#L23
jenkins::cli_helper on ubuntu-22.04-x86_64 is expected to contain File[/usr/share/java/puppet_helper.groovy] with source => "puppet:///modules/jenkins/puppet_helper.groovy", owner => "jenkins", group => "jenkins" and mode => "0444" Failure/Error: is_expected.to contain_file('/usr/share/java/puppet_helper.groovy').with( source: 'puppet:///modules/jenkins/puppet_helper.groovy', owner: 'jenkins', group: 'jenkins', mode: '0444' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1928-403.bplu45aexldu3kybztgoliqyqb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/jenkins_cli_helper_spec.rb#L11
jenkins::cli_helper on ubuntu-22.04-x86_64 relationships is expected to contain Class[jenkins::cli] Failure/Error: is_expected.to contain_class('jenkins::cli') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1928-403.bplu45aexldu3kybztgoliqyqb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/jenkins_cli_helper_spec.rb#L17
jenkins::cli_helper on ubuntu-22.04-x86_64 relationships is expected to contain Class[jenkins::cli_helper] that comes before Anchor[jenkins::end] Failure/Error: is_expected.to contain_class('jenkins::cli_helper'). that_comes_before('Anchor[jenkins::end]') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1928-403.bplu45aexldu3kybztgoliqyqb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/jenkins_user_setup_spec.rb#L12
jenkins on ubuntu-20.04-x86_64 user_setup default is expected to contain User[jenkins] Failure/Error: it { is_expected.to contain_user('jenkins') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1928-403.bplu45aexldu3kybztgoliqyqb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/jenkins_direct_download_spec.rb#L21
jenkins on ubuntu-20.04-x86_64 direct_download with version is expected to contain Package[jenkins] with ensure => "1.2.3" Failure/Error: it { is_expected.to contain_package('jenkins').with_ensure('1.2.3') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1928-403.bplu45aexldu3kybztgoliqyqb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/jenkins_user_setup_spec.rb#L13
jenkins on ubuntu-20.04-x86_64 user_setup default is expected to contain Group[jenkins] Failure/Error: it { is_expected.to contain_group('jenkins') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1928-403.bplu45aexldu3kybztgoliqyqb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/jenkins_user_setup_spec.rb#L20
jenkins on ubuntu-20.04-x86_64 user_setup default is expected to contain File[/var/lib/jenkins] with ensure => "directory", mode => "0755", group => "jenkins" and owner => "jenkins" Failure/Error: is_expected.to contain_file(datadir).with( ensure: 'directory', mode: '0755', group: 'jenkins', owner: 'jenkins' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1928-403.bplu45aexldu3kybztgoliqyqb.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/jenkins_cli_helper_spec.rb#L23
jenkins::cli_helper on ubuntu-20.04-x86_64 is expected to contain File[/usr/share/java/puppet_helper.groovy] with source => "puppet:///modules/jenkins/puppet_helper.groovy", owner => "jenkins", group => "jenkins" and mode => "0444" Failure/Error: is_expected.to contain_file('/usr/share/java/puppet_helper.groovy').with( source: 'puppet:///modules/jenkins/puppet_helper.groovy', owner: 'jenkins', group: 'jenkins', mode: '0444' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1939-337.opubvf5ngdhebn00as5il0aqle.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/jenkins_cli_helper_spec.rb#L11
jenkins::cli_helper on ubuntu-20.04-x86_64 relationships is expected to contain Class[jenkins::cli] Failure/Error: is_expected.to contain_class('jenkins::cli') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1939-337.opubvf5ngdhebn00as5il0aqle.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/jenkins_cli_helper_spec.rb#L17
jenkins::cli_helper on ubuntu-20.04-x86_64 relationships is expected to contain Class[jenkins::cli_helper] that comes before Anchor[jenkins::end] Failure/Error: is_expected.to contain_class('jenkins::cli_helper'). that_comes_before('Anchor[jenkins::end]') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1939-337.opubvf5ngdhebn00as5il0aqle.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/jenkins_cli_helper_spec.rb#L23
jenkins::cli_helper on ubuntu-22.04-x86_64 is expected to contain File[/usr/share/java/puppet_helper.groovy] with source => "puppet:///modules/jenkins/puppet_helper.groovy", owner => "jenkins", group => "jenkins" and mode => "0444" Failure/Error: is_expected.to contain_file('/usr/share/java/puppet_helper.groovy').with( source: 'puppet:///modules/jenkins/puppet_helper.groovy', owner: 'jenkins', group: 'jenkins', mode: '0444' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1939-337.opubvf5ngdhebn00as5il0aqle.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/jenkins_cli_helper_spec.rb#L11
jenkins::cli_helper on ubuntu-22.04-x86_64 relationships is expected to contain Class[jenkins::cli] Failure/Error: is_expected.to contain_class('jenkins::cli') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1939-337.opubvf5ngdhebn00as5il0aqle.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/jenkins_cli_helper_spec.rb#L17
jenkins::cli_helper on ubuntu-22.04-x86_64 relationships is expected to contain Class[jenkins::cli_helper] that comes before Anchor[jenkins::end] Failure/Error: is_expected.to contain_class('jenkins::cli_helper'). that_comes_before('Anchor[jenkins::end]') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1939-337.opubvf5ngdhebn00as5il0aqle.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/jenkins_user_setup_spec.rb#L12
jenkins on ubuntu-20.04-x86_64 user_setup default is expected to contain User[jenkins] Failure/Error: it { is_expected.to contain_user('jenkins') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1939-337.opubvf5ngdhebn00as5il0aqle.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/jenkins_direct_download_spec.rb#L21
jenkins on ubuntu-20.04-x86_64 direct_download with version is expected to contain Package[jenkins] with ensure => "1.2.3" Failure/Error: it { is_expected.to contain_package('jenkins').with_ensure('1.2.3') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1939-337.opubvf5ngdhebn00as5il0aqle.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/jenkins_user_setup_spec.rb#L13
jenkins on ubuntu-20.04-x86_64 user_setup default is expected to contain Group[jenkins] Failure/Error: it { is_expected.to contain_group('jenkins') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1939-337.opubvf5ngdhebn00as5il0aqle.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/jenkins_user_setup_spec.rb#L20
jenkins on ubuntu-20.04-x86_64 user_setup default is expected to contain File[/var/lib/jenkins] with ensure => "directory", mode => "0755", group => "jenkins" and owner => "jenkins" Failure/Error: is_expected.to contain_file(datadir).with( ensure: 'directory', mode: '0755', group: 'jenkins', owner: 'jenkins' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[jenkins]: parameter 'repos' expects a String[1] value, got String (file: /home/runner/work/puppet-jenkins/puppet-jenkins/spec/fixtures/modules/jenkins/manifests/repo/debian.pp, line: 16) on node fv-az1939-337.opubvf5ngdhebn00as5il0aqle.ex.internal.cloudapp.net
Puppet / Puppet 7 - AlmaLinux 9
The job running on runner GitHub Actions 65 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152001034.cFaTXE.pp 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 35.96 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152039447.6pf7Vp.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 6.46 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - AlmaLinux 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 / Puppet 7 - AlmaLinux 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 / Puppet 7 - AlmaLinux 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 / Puppet 7 - AlmaLinux 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 / Puppet 7 - AlmaLinux 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 / Puppet 7 - AlmaLinux 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 / Puppet 7 - AlmaLinux 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 / Puppet 7 - AlmaLinux 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 / Puppet 7 - AlmaLinux 8
The job running on runner GitHub Actions 24 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152010653.YGAsvW.pp 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 29.65 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152042838.60X5YI.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 3.19 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - AlmaLinux 8: 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 / Puppet 7 - AlmaLinux 8: 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 / Puppet 7 - AlmaLinux 8: 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 / Puppet 7 - AlmaLinux 8: 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 / Puppet 7 - AlmaLinux 8: 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 / Puppet 7 - AlmaLinux 8: 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 / Puppet 7 - AlmaLinux 8: 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 / Puppet 7 - AlmaLinux 8: 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 / Puppet 7 - CentOS 9
The job running on runner GitHub Actions 55 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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_152024804.NPskKW.pp 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 40.48 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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_152107614.fqZ8s2.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 2.31 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / Puppet 7 - OracleLinux 8
The job running on runner GitHub Actions 80 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 7 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'oracle8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152042077.SXZZS1.pp 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 32.66 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'oracle8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152117248.s6oAJe.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 5.44 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - OracleLinux 8: 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 / Puppet 7 - OracleLinux 8: 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 / Puppet 7 - OracleLinux 8: 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 / Puppet 7 - OracleLinux 8: 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 / Puppet 7 - OracleLinux 8: 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 / Puppet 7 - OracleLinux 8: 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 / Puppet 7 - OracleLinux 8: 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 / Puppet 7 - OracleLinux 8: 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 / Puppet 7 - Rocky 8
The job running on runner GitHub Actions 56 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 7 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152019428.gB2gu6.pp 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 25.31 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152047111.cJQi6e.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 4.50 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - Rocky 8: 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 / Puppet 7 - Rocky 8: 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 / Puppet 7 - Rocky 8: 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 / Puppet 7 - Rocky 8: 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 / Puppet 7 - Rocky 8: 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 / Puppet 7 - Rocky 8: 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 / Puppet 7 - Rocky 8: 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 / Puppet 7 - Rocky 8: 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 / Puppet 7 - OracleLinux 9
The job running on runner GitHub Actions 47 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 7 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152020994.tKK8Fj.pp 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 33.90 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152057270.FgoeXl.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 4.52 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - OracleLinux 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 / Puppet 7 - OracleLinux 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 / Puppet 7 - OracleLinux 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 / Puppet 7 - OracleLinux 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 / Puppet 7 - OracleLinux 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 / Puppet 7 - OracleLinux 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 / Puppet 7 - OracleLinux 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 / Puppet 7 - OracleLinux 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 / Puppet 7 - Rocky 9
The job running on runner GitHub Actions 16 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 7 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152118755.GyFPb6.pp 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 23.18 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152144390.K6eUuF.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 2.72 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - Rocky 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 / Puppet 7 - Rocky 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 / Puppet 7 - Rocky 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 / Puppet 7 - Rocky 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 / Puppet 7 - Rocky 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 / Puppet 7 - Rocky 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 / Puppet 7 - Rocky 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 / Puppet 7 - Rocky 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 / Puppet 7 - Ubuntu 20.04
The job running on runner GitHub Actions 1 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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_152046554.FZqCfN.pp Last 10 lines of output were: Warning: /Stage[main]/Jenkins::Cli/Exec[check-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/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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 42.67 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152134512.ameJi2.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 7.13 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - Ubuntu 20.04: 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 / Puppet 7 - Ubuntu 20.04: 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 / Puppet 7 - Ubuntu 20.04: 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 / Puppet 7 - Ubuntu 20.04: 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 / Puppet 7 - Ubuntu 20.04: 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 / Puppet 7 - Ubuntu 20.04: 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 / Puppet 7 - Ubuntu 20.04: 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 / Puppet 7 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L43
jenkins class default parameters Process "java" is expected to be running Failure/Error: it { is_expected.to be_running } expected Process "java" to be running
Puppet / Puppet 7 - Ubuntu 22.04
The job running on runner GitHub Actions 66 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 7 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'ubuntu2204-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152036368.J1Hn3i.pp 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 32.84 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'ubuntu2204-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152114011.rXZAUd.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 6.81 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 7 - Ubuntu 22.04: 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 / Puppet 7 - Ubuntu 22.04: 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 / Puppet 7 - Ubuntu 22.04: 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 / Puppet 7 - Ubuntu 22.04: 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 / Puppet 7 - Ubuntu 22.04: 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 / Puppet 7 - Ubuntu 22.04: 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 / Puppet 7 - Ubuntu 22.04: 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 / Puppet 7 - Ubuntu 22.04: spec/acceptance/class_spec.rb#L43
jenkins class default parameters Process "java" is expected to be running Failure/Error: it { is_expected.to be_running } expected Process "java" to be running
Puppet / Puppet 8 - CentOS 9
The job running on runner GitHub Actions 60 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152022713.DVTuYV.pp 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 75.62 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152140938.hys2dq.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 4.28 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - AlmaLinux 8
The job running on runner GitHub Actions 36 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 8 - 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 / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152024327.KRG4pE.pp 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 25.22 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - 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 / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152052142.RBO1rN.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 3.92 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - 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 / Puppet 8 - AlmaLinux 8: 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 / Puppet 8 - 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 / Puppet 8 - AlmaLinux 8: 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 / Puppet 8 - 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 / Puppet 8 - AlmaLinux 8: 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 / Puppet 8 - 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 / Puppet 8 - AlmaLinux 8: 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 / Puppet 8 - 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 / Puppet 8 - AlmaLinux 8: 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 / Puppet 8 - 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 / Puppet 8 - AlmaLinux 8: 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 / Puppet 8 - AlmaLinux 8: 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 / Puppet 8 - AlmaLinux 8: 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 / Puppet 8 - AlmaLinux 9
The job running on runner GitHub Actions 20 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152015143.D2aUeg.pp Last 10 lines of output were: Warning: /Stage[main]/Jenkins::Cli/Exec[check-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/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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 49.31 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152107136.p9uXti.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 3.26 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - AlmaLinux 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 / Puppet 8 - AlmaLinux 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 / Puppet 8 - AlmaLinux 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 / Puppet 8 - AlmaLinux 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 / Puppet 8 - AlmaLinux 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 / Puppet 8 - AlmaLinux 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 / Puppet 8 - AlmaLinux 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 / Puppet 8 - AlmaLinux 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 / Puppet 8 - OracleLinux 8
The job running on runner GitHub Actions 23 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 8 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'oracle8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152052021.XAbyoO.pp Last 10 lines of output were: Warning: /Stage[main]/Jenkins::Cli/Exec[check-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/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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 27.23 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'oracle8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152121698.frtgor.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 5.23 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - OracleLinux 8: 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 / Puppet 8 - OracleLinux 8: 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 / Puppet 8 - OracleLinux 8: 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 / Puppet 8 - OracleLinux 8: 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 / Puppet 8 - OracleLinux 8: 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 / Puppet 8 - OracleLinux 8: 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 / Puppet 8 - OracleLinux 8: 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 / Puppet 8 - OracleLinux 8: 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 / Puppet 8 - OracleLinux 9
The job running on runner GitHub Actions 21 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 8 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152040200.KfBYtf.pp Last 10 lines of output were: Warning: /Stage[main]/Jenkins::Cli/Exec[check-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/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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 32.54 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152115307.dqsIuS.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 62.91 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - OracleLinux 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 / Puppet 8 - OracleLinux 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 / Puppet 8 - OracleLinux 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 / Puppet 8 - OracleLinux 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 / Puppet 8 - OracleLinux 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 / Puppet 8 - OracleLinux 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 / Puppet 8 - OracleLinux 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 / Puppet 8 - OracleLinux 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 / Puppet 8 - Rocky 9
The job running on runner GitHub Actions 14 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 8 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152048675.eQO5Qq.pp 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 27.77 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152119194.ZyUpft.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 5.56 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - Rocky 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 / Puppet 8 - Rocky 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 / Puppet 8 - Rocky 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 / Puppet 8 - Rocky 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 / Puppet 8 - Rocky 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 / Puppet 8 - Rocky 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 / Puppet 8 - Rocky 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 / Puppet 8 - Rocky 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 / Puppet 8 - Rocky 8
The job running on runner GitHub Actions 6 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 8 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152049650.QotI31.pp 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 27.11 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152119440.C4VlKD.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 2.36 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - Rocky 8: 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 / Puppet 8 - Rocky 8: 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 / Puppet 8 - Rocky 8: 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 / Puppet 8 - Rocky 8: 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 / Puppet 8 - Rocky 8: 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 / Puppet 8 - Rocky 8: 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 / Puppet 8 - Rocky 8: 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 / Puppet 8 - Rocky 8: 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 / Puppet 8 - Ubuntu 20.04
The job running on runner GitHub Actions 64 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152103018.f8GwRw.pp 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 42.52 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152150823.xd0OAA.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 6.75 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - Ubuntu 20.04: 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 / Puppet 8 - Ubuntu 20.04: 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 / Puppet 8 - Ubuntu 20.04: 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 / Puppet 8 - Ubuntu 20.04: 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 / Puppet 8 - Ubuntu 20.04: 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 / Puppet 8 - Ubuntu 20.04: 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 / Puppet 8 - Ubuntu 20.04: 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 / Puppet 8 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L43
jenkins class default parameters Process "java" is expected to be running Failure/Error: it { is_expected.to be_running } expected Process "java" to be running
Puppet / Puppet 8 - Ubuntu 22.04
The job running on runner GitHub Actions 44 has exceeded the maximum execution time of 360 minutes.
Puppet / Puppet 8 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'ubuntu2204-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152056770.6vHW4N.pp 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 Info: Stage[main]: Unscheduling all events on Stage[main] Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 30.38 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.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 'ubuntu2204-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_152132030.mgd4SN.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Jenkins::Cli/Exec[check-jenkins-cli]: Dependency Service[jenkins] has failures: true 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 Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 7.06 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
Puppet / Puppet 8 - Ubuntu 22.04: 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 / Puppet 8 - Ubuntu 22.04: 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 / Puppet 8 - Ubuntu 22.04: 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 / Puppet 8 - Ubuntu 22.04: 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 / Puppet 8 - Ubuntu 22.04: 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 / Puppet 8 - Ubuntu 22.04: 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 / Puppet 8 - Ubuntu 22.04: 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 / Puppet 8 - Ubuntu 22.04: spec/acceptance/class_spec.rb#L43
jenkins class default parameters Process "java" is expected to be running Failure/Error: it { is_expected.to be_running } expected Process "java" to be running
Puppet / Test suite
Process completed with exit code 1.
Puppet / 8 (Ruby 3.2): spec/unit/jenkins_plugins_spec.rb#L85
Puppet::Jenkins::Plugins.available when plugins exist generates a list of plugins Failure/Error: raise RuntimeError:
Puppet / 8 (Ruby 3.2): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-8-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-8-x86_64 deprecated params username rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-8-x86_64 deprecated params group rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-8-x86_64 deprecated params create_user rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-9-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-9-x86_64 deprecated params username rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-9-x86_64 deprecated params group rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-9-x86_64 deprecated params create_user rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on centos-9-x86_64 deprecated params plugin_dir 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#L325
jenkins::plugin on redhat-8-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-8-x86_64 deprecated params username rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-8-x86_64 deprecated params group rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-8-x86_64 deprecated params create_user rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-9-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-9-x86_64 deprecated params username rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-9-x86_64 deprecated params group rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on redhat-9-x86_64 deprecated params create_user rspec-puppet support for testing warning() Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/jenkins_plugin_spec.rb#L325
jenkins::plugin on centos-9-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning() Skipped: Not yet implemented