refactor relates to apt 10x release #264
Triggered via pull request
December 19, 2024 07:34
Status
Failure
Total duration
6h 1m 15s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
31s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
4s
Annotations
221 errors and 21 warnings
Puppet / Puppet 8 - AlmaLinux 8
The job running on runner GitHub Actions 63 has exceeded the maximum execution time of 360 minutes.
|
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_073638906.JYXpAK.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.23 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
|
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_073708694.BJA6zr.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.49 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
|
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 - 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 - 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 - 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 - 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 - 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 7 - OracleLinux 7
The job running on runner GitHub Actions 32 has exceeded the maximum execution time of 360 minutes.
|
Puppet / Puppet 7 - OracleLinux 7:
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 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073645045.6YaDsQ.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.33 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
|
Puppet / Puppet 7 - OracleLinux 7:
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 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073722982.szWd0Y.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.59 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:7
|
Puppet / Puppet 7 - OracleLinux 7:
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 7:
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 7:
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 7:
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 7:
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 7:
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 7:
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 7:
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 37 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_073652702.3Hv4hG.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 30.23 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_073725286.JFesoL.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.30 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 - OracleLinux 8
The job running on runner GitHub Actions 27 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_073709103.tbZ7tk.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 30.00 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_073741501.lKaNTg.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.14 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 8 - OracleLinux 9
The job running on runner GitHub Actions 15 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_073645016.oaXtex.pp
Last 10 lines of output were:
Info: /Stage[main]/Jenkins::Cli/Exec[jenkins-cli]: Unscheduling all events on Exec[jenkins-cli]
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 32.98 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_073720530.biEUkk.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.58 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 7 - CentOS 9
The job running on runner GitHub Actions 6 has exceeded the maximum execution time of 360 minutes.
|
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 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_073642942.hbTqny.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 36.71 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_073722006.HVTQvr.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 - 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 8 - OracleLinux 8
The job running on runner GitHub Actions 3 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_073713824.rul2Dm.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
Info: Stage[main]: Unscheduling all events on Stage[main]
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 33.26 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_073749569.neyL6V.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.01 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 7 - OracleLinux 9
The job running on runner GitHub Actions 42 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_073648650.4zAZYO.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 36.66 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_073727710.O3mR30.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 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 - Ubuntu 22.04
The job running on runner GitHub Actions 17 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_073653443.GKyGIo.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 26.73 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_073724916.dAitKl.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.04 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 - Ubuntu 20.04
The job running on runner GitHub Actions 76 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_073711819.cXKJV8.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 49.39 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_073806888.iUraLC.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.35 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 7 - Rocky 8
The job running on runner GitHub Actions 34 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_073644130.RtI75l.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 26.48 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_073713008.3lvVNH.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.87 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 - AlmaLinux 9
The job running on runner GitHub Actions 28 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_073636074.bPwjrv.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 36.24 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_073714777.m792E8.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.65 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 8 - Rocky 8
The job running on runner GitHub Actions 56 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_073642758.4CV58Z.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 24.88 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_073710137.FoAYIA.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.54 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 - CentOS 9
The job running on runner GitHub Actions 70 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_073658085.HYnke9.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.87 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_073736441.DBecnZ.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.30 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#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#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#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 7
The job running on runner GitHub Actions 38 has exceeded the maximum execution time of 360 minutes.
|
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 - OracleLinux 7:
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 'oracle7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073653593.ryR7Ng.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.82 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#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 7:
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 'oracle7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073730109.SqbTi2.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.84 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#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 7:
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#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 - 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 - OracleLinux 7:
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 7:
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 7:
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 7:
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 7:
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 7:
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 7:
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 2 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_073646656.2E8Ma2.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 26.77 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_073715779.puPcXJ.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 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 - Ubuntu 20.04
The job running on runner GitHub Actions 51 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_073715042.OAt93B.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
Info: Stage[main]: Unscheduling all events on Stage[main]
Warning: /Stage[main]/Jenkins::Cli/Exec[safe-restart-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli::Reload/Exec[reload-jenkins]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins::Cli_helper/File[/usr/share/java/puppet_helper.groovy]: Skipping because of failed dependencies
Warning: /Stage[main]/Jenkins/Anchor[jenkins::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 41.91 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_073802372.1V0I0d.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.88 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 8 - AlmaLinux 9
The job running on runner GitHub Actions 21 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_073636450.VAObLw.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 36.01 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_073714988.sRTui9.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 - 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 - Ubuntu 22.04
The job running on runner GitHub Actions 69 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_073702525.U4JXuJ.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.08 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_073742773.WAM90w.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.80 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 / Puppet 8 - Rocky 9
The job running on runner GitHub Actions 7 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_073659700.PhNOSC.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 30.46 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_073732753.TP6znS.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.59 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 / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system RedHat 7
|
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/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/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 centos-9-x86_64 deprecated params plugin_dir rspec-puppet support for testing warning()
Skipped: Not yet implemented
|