Skip to content

Add Debian OS family support #137

Add Debian OS family support

Add Debian OS family support #137

Triggered via pull request September 27, 2024 09:40
Status Failure
Total duration 3m 52s
Artifacts

ci.yml

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

Annotations

21 errors
Puppet / Puppet 7 - Ubuntu 24.04 - PE-Role primary: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
bolt with use_release_package=false behaves like an idempotent resource 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 'ubuntu2404-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094213626.BIF37k.pp Last 10 lines of output were: Reading state information... E: Unable to locate package puppet-bolt Error: /Stage[main]/Bolt/Package[puppet-bolt]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt Info: Class[Bolt]: Unscheduling all events on Class[Bolt] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 2.79 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/init_spec.rb:7
Puppet / Puppet 7 - Ubuntu 24.04 - PE-Role primary: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
bolt with use_release_package=false behaves like an idempotent resource 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 'ubuntu2404-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094220749.7iv9iY.pp Last 10 lines of output were: Info: Applying configuration version '1727430144' Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt Error: /Stage[main]/Bolt/Package[puppet-bolt]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt �[mNotice: Applied catalog in 1.42 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/init_spec.rb:7
Puppet / Puppet 7 - Ubuntu 24.04 - PE-Role primary: spec/acceptance/init_spec.rb#L16
bolt with use_release_package=false packages is expected to be installed Failure/Error: it { expect(package('puppet-bolt')).to be_installed } expected Package "puppet-bolt" to be installed
Puppet / Puppet 7 - Ubuntu 24.04 - PE-Role primary: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
bolt with defaults behaves like an idempotent resource 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 'ubuntu2404-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094237726.A6MeVn.pp Last 10 lines of output were: Info: Applying configuration version '1727430161' Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt Error: /Stage[main]/Bolt/Package[puppet-bolt]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt �[mNotice: Applied catalog in 1.43 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/init_spec.rb:45
Puppet / Puppet 7 - Ubuntu 24.04 - PE-Role primary: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
bolt with defaults behaves like an idempotent resource 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 'ubuntu2404-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094243440.bErs4l.pp Last 10 lines of output were: Info: Applying configuration version '1727430167' Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt Error: /Stage[main]/Bolt/Package[puppet-bolt]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt �[mNotice: Applied catalog in 1.43 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/init_spec.rb:45
Puppet / Puppet 7 - Ubuntu 24.04 - PE-Role primary: spec/acceptance/init_spec.rb#L54
bolt with defaults packages is expected to be installed Failure/Error: it { expect(package('puppet-bolt')).to be_installed } expected Package "puppet-bolt" to be installed
Puppet / Puppet 7 - Ubuntu 24.04 - PE-Role primary: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
bolt::project with defaults behaves like an idempotent resource 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 'ubuntu2404-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094259470.rKFH9c.pp Last 10 lines of output were: Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/File[/opt/peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/File[/opt/peadmmig/bolt-project.yaml]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/File[/opt/peadmmig/inventory.yaml]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Systemd::Unit_file[[email protected]]/File[/etc/systemd/system/[email protected]]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Sudo::Conf[peadmmig]/File[10_peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Sudo::Conf[peadmmig]/Exec[sudo-syntax-check for file /etc/sudoers.d/10_peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Systemd::Unit_file[[email protected]]/Systemd::Daemon_reload[[email protected]]/Exec[[email protected]]: Skipping because of failed dependencies Info: Class[Main]: Unscheduling all events on Class[Main] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 3.38 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/project_spec.rb:7
Puppet / Puppet 7 - Ubuntu 24.04 - PE-Role primary: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
bolt::project with defaults behaves like an idempotent resource 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 'ubuntu2404-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094307290.LESu89.pp Last 10 lines of output were: Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Group[peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/User[peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/File[/opt/peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/File[/opt/peadmmig/bolt-project.yaml]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/File[/opt/peadmmig/inventory.yaml]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Systemd::Unit_file[[email protected]]/File[/etc/systemd/system/[email protected]]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Sudo::Conf[peadmmig]/File[10_peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Sudo::Conf[peadmmig]/Exec[sudo-syntax-check for file /etc/sudoers.d/10_peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Systemd::Unit_file[[email protected]]/Systemd::Daemon_reload[[email protected]]/Exec[[email protected]]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.46 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/project_spec.rb:7
Puppet / Puppet 7 - Ubuntu 24.04 - PE-Role primary: spec/acceptance/project_spec.rb#L17
bolt::project with defaults Package "puppet-bolt" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "puppet-bolt" to be installed
Puppet / Puppet 7 - Ubuntu 24.04 - PE-Role primary
Process completed with exit code 1.
Puppet / Puppet 8 - Ubuntu 24.04 - PE-Role primary: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
bolt with use_release_package=false behaves like an idempotent resource 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 'ubuntu2404-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094212924.LfbhIJ.pp Last 10 lines of output were: Reading state information... E: Unable to locate package puppet-bolt Error: /Stage[main]/Bolt/Package[puppet-bolt]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt Info: Class[Bolt]: Unscheduling all events on Class[Bolt] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 2.74 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/init_spec.rb:7
Puppet / Puppet 8 - Ubuntu 24.04 - PE-Role primary: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
bolt with use_release_package=false behaves like an idempotent resource 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 'ubuntu2404-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094220316.4rO46L.pp Last 10 lines of output were: Info: Applying configuration version '1727430144' Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt Error: /Stage[main]/Bolt/Package[puppet-bolt]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt �[mNotice: Applied catalog in 1.48 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/init_spec.rb:7
Puppet / Puppet 8 - Ubuntu 24.04 - PE-Role primary: spec/acceptance/init_spec.rb#L16
bolt with use_release_package=false packages is expected to be installed Failure/Error: it { expect(package('puppet-bolt')).to be_installed } expected Package "puppet-bolt" to be installed
Puppet / Puppet 8 - Ubuntu 24.04 - PE-Role primary: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
bolt with defaults behaves like an idempotent resource 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 'ubuntu2404-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094238619.hxBBvT.pp Last 10 lines of output were: Info: Applying configuration version '1727430163' Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt Error: /Stage[main]/Bolt/Package[puppet-bolt]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt �[mNotice: Applied catalog in 1.50 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/init_spec.rb:45
Puppet / Puppet 8 - Ubuntu 24.04 - PE-Role primary: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
bolt with defaults behaves like an idempotent resource 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 'ubuntu2404-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094244791.fXcHZl.pp Last 10 lines of output were: Info: Applying configuration version '1727430169' Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt Error: /Stage[main]/Bolt/Package[puppet-bolt]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppet-bolt' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package puppet-bolt �[mNotice: Applied catalog in 1.50 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/init_spec.rb:45
Puppet / Puppet 8 - Ubuntu 24.04 - PE-Role primary: spec/acceptance/init_spec.rb#L54
bolt with defaults packages is expected to be installed Failure/Error: it { expect(package('puppet-bolt')).to be_installed } expected Package "puppet-bolt" to be installed
Puppet / Puppet 8 - Ubuntu 24.04 - PE-Role primary: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
bolt::project with defaults behaves like an idempotent resource 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 'ubuntu2404-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094302179.V0LJ7Z.pp Last 10 lines of output were: Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/File[/opt/peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/File[/opt/peadmmig/bolt-project.yaml]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/File[/opt/peadmmig/inventory.yaml]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Systemd::Unit_file[[email protected]]/File[/etc/systemd/system/[email protected]]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Sudo::Conf[peadmmig]/File[10_peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Sudo::Conf[peadmmig]/Exec[sudo-syntax-check for file /etc/sudoers.d/10_peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Systemd::Unit_file[[email protected]]/Systemd::Daemon_reload[[email protected]]/Exec[[email protected]]: Skipping because of failed dependencies Info: Class[Main]: Unscheduling all events on Class[Main] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 3.70 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/project_spec.rb:7
Puppet / Puppet 8 - Ubuntu 24.04 - PE-Role primary: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
bolt::project with defaults behaves like an idempotent resource 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 'ubuntu2404-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094310759.VC6uBm.pp Last 10 lines of output were: Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Group[peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/User[peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/File[/opt/peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/File[/opt/peadmmig/bolt-project.yaml]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/File[/opt/peadmmig/inventory.yaml]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Systemd::Unit_file[[email protected]]/File[/etc/systemd/system/[email protected]]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Sudo::Conf[peadmmig]/File[10_peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Sudo::Conf[peadmmig]/Exec[sudo-syntax-check for file /etc/sudoers.d/10_peadmmig]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Bolt::Project[peadmmig]/Systemd::Unit_file[[email protected]]/Systemd::Daemon_reload[[email protected]]/Exec[[email protected]]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.65 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/project_spec.rb:7
Puppet / Puppet 8 - Ubuntu 24.04 - PE-Role primary: spec/acceptance/project_spec.rb#L17
bolt::project with defaults Package "puppet-bolt" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "puppet-bolt" to be installed
Puppet / Puppet 8 - Ubuntu 24.04 - PE-Role primary
Process completed with exit code 1.
Puppet / Test suite
Process completed with exit code 1.