Skip to content

run foreman in a container #1626

run foreman in a container

run foreman in a container #1626

Triggered via pull request May 21, 2024 11:32
@evgenievgeni
synchronize #1164
frankontainer
Status Cancelled
Total duration 40m 22s
Artifacts

ci.yml

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

Annotations

146 errors
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L156
foreman on centos-8-x86_64 with default parameters is expected to contain Service[foreman] Failure/Error: it { should contain_service('foreman') } expected that the catalogue would contain Service[foreman]
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L182
foreman on centos-8-x86_64 without apache is expected to contain Service[foreman] with ensure => "running" Failure/Error: it { should contain_service('foreman').with_ensure('running') } expected that the catalogue would contain Service[foreman]
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L156
foreman on centos-9-x86_64 with default parameters is expected to contain Service[foreman] Failure/Error: it { should contain_service('foreman') } expected that the catalogue would contain Service[foreman]
Puppet / 8 (Ruby 3.2): spec/classes/foreman_spec.rb#L182
foreman on centos-9-x86_64 without apache is expected to contain Service[foreman] with ensure => "running" Failure/Error: it { should contain_service('foreman').with_ensure('running') } expected that the catalogue would contain Service[foreman]
Puppet / 8 (Ruby 3.2): spec/classes/foreman_service_spec.rb#L22
foreman::service without apache is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 13, column: 51) on node fv-az973-728.lyxwbwkowfpetlaump2twx55qb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_service_spec.rb#L23
foreman::service without apache is expected to contain Service[foreman.socket] with ensure => "running" and enable => true Failure/Error: it { is_expected.to contain_service('foreman.socket').with_ensure('running').with_enable(true) } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 13, column: 51) on node fv-az973-728.lyxwbwkowfpetlaump2twx55qb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_service_spec.rb#L24
foreman::service without apache is expected to contain Service[foreman] that comes before Service[foreman.socket] Failure/Error: it { is_expected.to contain_service('foreman').with_ensure('running').with_enable(true).that_comes_before('Service[foreman.socket]') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 13, column: 51) on node fv-az973-728.lyxwbwkowfpetlaump2twx55qb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_service_spec.rb#L32
foreman::service with apache is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 13, column: 51) on node fv-az973-728.lyxwbwkowfpetlaump2twx55qb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_service_spec.rb#L33
foreman::service with apache is expected to contain Class[foreman::service] that requires Class[apache::service] Failure/Error: it { is_expected.to contain_class('foreman::service').that_requires('Class[apache::service]') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 13, column: 51) on node fv-az973-728.lyxwbwkowfpetlaump2twx55qb.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_service_spec.rb#L34
foreman::service with apache is expected to contain Service[foreman.socket] with ensure => "running" and enable => true Failure/Error: it { is_expected.to contain_service('foreman.socket').with_ensure('running').with_enable(true) } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 13, column: 51) on node fv-az973-728.lyxwbwkowfpetlaump2twx55qb.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L156
foreman on ubuntu-22.04-x86_64 with default parameters is expected to contain Service[foreman] Failure/Error: it { should contain_service('foreman') } expected that the catalogue would contain Service[foreman]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L182
foreman on ubuntu-22.04-x86_64 without apache is expected to contain Service[foreman] with ensure => "running" Failure/Error: it { should contain_service('foreman').with_ensure('running') } expected that the catalogue would contain Service[foreman]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L156
foreman on debian-11-x86_64 with default parameters is expected to contain Service[foreman] Failure/Error: it { should contain_service('foreman') } expected that the catalogue would contain Service[foreman]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_spec.rb#L182
foreman on debian-11-x86_64 without apache is expected to contain Service[foreman] with ensure => "running" Failure/Error: it { should contain_service('foreman').with_ensure('running') } expected that the catalogue would contain Service[foreman]
Puppet / 7 (Ruby 2.7): spec/classes/foreman_service_spec.rb#L22
foreman::service without apache is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 13, column: 51) on node fv-az883-453.sk5y2rh0qbtexpi1qont3x1wzb.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/foreman_service_spec.rb#L23
foreman::service without apache is expected to contain Service[foreman.socket] with ensure => "running" and enable => true Failure/Error: it { is_expected.to contain_service('foreman.socket').with_ensure('running').with_enable(true) } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 13, column: 51) on node fv-az883-453.sk5y2rh0qbtexpi1qont3x1wzb.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/foreman_service_spec.rb#L24
foreman::service without apache is expected to contain Service[foreman] that comes before Service[foreman.socket] Failure/Error: it { is_expected.to contain_service('foreman').with_ensure('running').with_enable(true).that_comes_before('Service[foreman.socket]') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 13, column: 51) on node fv-az883-453.sk5y2rh0qbtexpi1qont3x1wzb.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/foreman_service_spec.rb#L32
foreman::service with apache is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 13, column: 51) on node fv-az883-453.sk5y2rh0qbtexpi1qont3x1wzb.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/foreman_service_spec.rb#L33
foreman::service with apache is expected to contain Class[foreman::service] that requires Class[apache::service] Failure/Error: it { is_expected.to contain_class('foreman::service').that_requires('Class[apache::service]') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 13, column: 51) on node fv-az883-453.sk5y2rh0qbtexpi1qont3x1wzb.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/foreman_service_spec.rb#L34
foreman::service with apache is expected to contain Service[foreman.socket] with ensure => "running" and enable => true Failure/Error: it { is_expected.to contain_service('foreman.socket').with_ensure('running').with_enable(true) } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::deployment_mode'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 13, column: 51) on node fv-az883-453.sk5y2rh0qbtexpi1qont3x1wzb.ex.internal.cloudapp.net
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman in a Container in a Container 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 'centos9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113939807.pp.cxAGGZ Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 1.17 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman in a Container in a Container 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 'centos9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113942737.pp.A8CbLh Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 1.18 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "httpd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "httpd" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@orchestrator" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dynflow-sidekiq@orchestrator" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@worker-1" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dynflow-sidekiq@worker-1" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L15
Foreman in a Container in a Container behaves like the foreman application Port "80" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "80" to be listening Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman in a Container in a Container 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 'centos9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113934938.pp.jAhF6R Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 1.26 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman in a Container in a Container 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 'centos9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113938148.pp.gjqp3y Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 1.20 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "httpd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "httpd" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@orchestrator" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dynflow-sidekiq@orchestrator" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@worker-1" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dynflow-sidekiq@worker-1" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L15
Foreman in a Container in a Container behaves like the foreman application Port "80" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "80" to be listening Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman in a Container in a Container 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 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114109462.pp.05bQIr Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 1.18 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 8 - CentOS 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman in a Container in a Container 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 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114112596.pp.cKI6jq Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 1.14 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 8 - CentOS 8: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "httpd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "httpd" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 8: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@orchestrator" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 8: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dynflow-sidekiq@orchestrator" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 8: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@worker-1" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 8: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dynflow-sidekiq@worker-1" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 8: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 8: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - CentOS 8: spec/support/acceptance/examples.rb#L15
Foreman in a Container in a Container behaves like the foreman application Port "80" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "80" to be listening Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman 2 workers 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 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113445227.pp.iUajS9 Last 10 lines of output were: �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]: Unscheduling refresh on Service[dynflow-sidekiq@worker-1] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/Service[dynflow-sidekiq@worker-2]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/Service[dynflow-sidekiq@worker-2]: Unscheduling refresh on Service[dynflow-sidekiq@worker-2] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/Service[dynflow-sidekiq@worker]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/File[/etc/foreman/dynflow/worker.yml]/ensure: removed �[mNotice: /Stage[main]/Foreman::Register/Foreman_host[foreman-debian11-64-puppet7.example.com]/ensure: created �[mNotice: /Stage[main]/Foreman::Register/Foreman_instance_host[foreman-debian11-64-puppet7.example.com]/ensure: created Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 152.83 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:5
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman 2 workers 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 'debian11-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113722819.pp.fsl4Rn Last 10 lines of output were: Building dependency tree... Reading state information... E: Unable to locate package podman-docker Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.47 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:5
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman 1 worker 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 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113737741.pp.NEZ26Y Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/Service[dynflow-sidekiq@worker-2]/ensure: ensure changed 'running' to 'stopped' �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/File[/etc/foreman/dynflow/worker-2.yml]/ensure: removed Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 11.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:46
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman 1 worker 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 'debian11-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113753219.pp.DfNSNt Last 10 lines of output were: Building dependency tree... Reading state information... E: Unable to locate package podman-docker Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.46 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:46
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman with default options 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 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113811998.pp.XuIeQi Last 10 lines of output were: Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/File[/etc/foreman/dynflow/worker-1.yml]: Scheduling refresh of Service[dynflow-sidekiq@worker-1] �[mNotice: /Stage[main]/Foreman::Service/Podman::Quadlet[foreman.container]/Systemd::Daemon_reload[foreman.container]/Exec[systemd-foreman.container-systemctl-daemon-reload]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]: Unscheduling refresh on Service[dynflow-sidekiq@orchestrator] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]: Unscheduling refresh on Service[dynflow-sidekiq@worker-1] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/Service[dynflow-sidekiq@worker]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/File[/etc/foreman/dynflow/worker.yml]/ensure: removed Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 81.47 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:7
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman with default options 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 'debian11-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113937955.pp.phvaOI Last 10 lines of output were: Building dependency tree... Reading state information... E: Unable to locate package podman-docker Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.40 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:7
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman with Redis caching 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 'debian11-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113952474.pp.RDLtFX Last 10 lines of output were: Building dependency tree... Reading state information... E: Unable to locate package podman-docker Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.54 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:23
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman with Redis caching 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 'debian11-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114006443.pp.9AAQSH Last 10 lines of output were: Building dependency tree... Reading state information... E: Unable to locate package podman-docker Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.57 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:23
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman GSSAPI auth enabled 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 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114021139.pp.sy3mbI Last 10 lines of output were: Info: Foreman::Dynflow::Worker[worker-1]: Scheduling refresh of Service[dynflow-sidekiq@worker-1] Info: Foreman::Dynflow::Worker[worker]: Scheduling refresh of Service[dynflow-sidekiq@worker] Info: Systemd::Daemon_reload[foreman.container]: Scheduling refresh of Exec[systemd-foreman.container-systemctl-daemon-reload] �[mNotice: /Stage[main]/Foreman::Service/Podman::Quadlet[foreman.container]/Systemd::Daemon_reload[foreman.container]/Exec[systemd-foreman.container-systemctl-daemon-reload]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]: Unscheduling refresh on Service[dynflow-sidekiq@orchestrator] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]: Triggered 'refresh' from 2 events �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/Service[dynflow-sidekiq@worker]: Triggered 'refresh' from 1 event Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 52.47 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:42
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman GSSAPI auth enabled 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 'debian11-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114118462.pp.C46Ao2 Last 10 lines of output were: Building dependency tree... Reading state information... E: Unable to locate package podman-docker Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.68 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:42
Puppet / Puppet 7 - Debian 12
Canceling since a higher priority waiting request for '1164/merge' exists
Puppet / Puppet 7 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman in a Container in a Container 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 'debian12-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114216177.pp.UlLb9Q Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 1.25 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 7 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman in a Container in a Container 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 'debian12-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114220533.pp.6jEcT0 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 1.21 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 7 - Debian 12: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "apache2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "apache2" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Debian 12: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@orchestrator" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Debian 12: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dynflow-sidekiq@orchestrator" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Debian 12: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@worker-1" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Debian 12: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dynflow-sidekiq@worker-1" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Debian 12: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Debian 12: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Debian 12: spec/support/acceptance/examples.rb#L15
Foreman in a Container in a Container behaves like the foreman application Port "80" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "80" to be listening Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Ubuntu 20.04
Canceling since a higher priority waiting request for '1164/merge' exists
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman 2 workers 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 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113457679.pp.UUVxIW Last 10 lines of output were: �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]: Unscheduling refresh on Service[dynflow-sidekiq@worker-1] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/Service[dynflow-sidekiq@worker-2]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/Service[dynflow-sidekiq@worker-2]: Unscheduling refresh on Service[dynflow-sidekiq@worker-2] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/Service[dynflow-sidekiq@worker]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/File[/etc/foreman/dynflow/worker.yml]/ensure: removed �[mNotice: /Stage[main]/Foreman::Register/Foreman_host[foreman-ubuntu2004-64-puppet8.example.com]/ensure: created �[mNotice: /Stage[main]/Foreman::Register/Foreman_instance_host[foreman-ubuntu2004-64-puppet8.example.com]/ensure: created Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 177.69 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:5
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman 2 workers 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 'ubuntu2004-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113801313.pp.oc7EIz Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 12.64 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:5
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman 1 worker 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 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113820750.pp.Cfo6Qz Last 10 lines of output were: E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/Service[dynflow-sidekiq@worker-2]/ensure: ensure changed 'running' to 'stopped' �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/File[/etc/foreman/dynflow/worker-2.yml]/ensure: removed Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 15.87 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:46
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman 1 worker 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 'ubuntu2004-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113842548.pp.QZoiFy Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 12.74 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:46
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman with default options 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 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113907186.pp.lHaHyr Last 10 lines of output were: Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/File[/etc/foreman/dynflow/worker-1.yml]: Scheduling refresh of Service[dynflow-sidekiq@worker-1] �[mNotice: /Stage[main]/Foreman::Service/Podman::Quadlet[foreman.container]/Systemd::Daemon_reload[foreman.container]/Exec[systemd-foreman.container-systemctl-daemon-reload]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]: Unscheduling refresh on Service[dynflow-sidekiq@orchestrator] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]: Unscheduling refresh on Service[dynflow-sidekiq@worker-1] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/Service[dynflow-sidekiq@worker]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/File[/etc/foreman/dynflow/worker.yml]/ensure: removed Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 105.65 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:7
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman with default options 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 'ubuntu2004-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114058824.pp.WAM9G6 Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 12.53 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:7
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman with Redis caching 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 'ubuntu2004-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114117795.pp.95eVvn Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 12.56 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:23
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman with Redis caching 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 'ubuntu2004-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114136224.pp.3o1602 Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 12.56 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:23
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman GSSAPI auth enabled 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 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114155131.pp.QOSLGP Last 10 lines of output were: Info: Foreman::Dynflow::Worker[worker-1]: Scheduling refresh of Service[dynflow-sidekiq@worker-1] Info: Foreman::Dynflow::Worker[worker]: Scheduling refresh of Service[dynflow-sidekiq@worker] Info: Systemd::Daemon_reload[foreman.container]: Scheduling refresh of Exec[systemd-foreman.container-systemctl-daemon-reload] �[mNotice: /Stage[main]/Foreman::Service/Podman::Quadlet[foreman.container]/Systemd::Daemon_reload[foreman.container]/Exec[systemd-foreman.container-systemctl-daemon-reload]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]: Unscheduling refresh on Service[dynflow-sidekiq@orchestrator] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]: Triggered 'refresh' from 2 events �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/Service[dynflow-sidekiq@worker]: Triggered 'refresh' from 1 event Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 53.69 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:42
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman GSSAPI auth enabled 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 'ubuntu2004-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114254768.pp.7srEvo Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 12.70 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:42
Puppet / Puppet 7 - Ubuntu 22.04
Canceling since a higher priority waiting request for '1164/merge' exists
Puppet / Puppet 7 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman in a Container in a Container 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 'ubuntu2204-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114215225.pp.Qn39An Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 1.28 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 7 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman in a Container in a Container 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 'ubuntu2204-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114220747.pp.uJcJgo Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 1.30 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 7 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "apache2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "apache2" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@orchestrator" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@worker-1" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L15
Foreman in a Container in a Container behaves like the foreman application Port "80" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "80" to be listening Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L19
Foreman in a Container in a Container behaves like the foreman application Port "443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "443" to be listening Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L29
Foreman in a Container in a Container behaves like the foreman application Command "curl -s --cacert /etc/foreman-certs/certificate.pem https://ubuntu2204-64-puppet7.example.com -w '%{redirect_url}' -o /dev/null" stdout is expected to eq "https://ubuntu2204-64-puppet7.example.com/users/login" Failure/Error: its(:stdout) { is_expected.to eq("https://#{host_inventory['fqdn']}#{params.fetch(:expected_login_url_path, '/users/login')}") } expected: #<Encoding:UTF-8> "https://ubuntu2204-64-puppet7.example.com/users/login" got: #<Encoding:US-ASCII> "" (compared using ==) Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L30
Foreman in a Container in a Container behaves like the foreman application Command "curl -s --cacert /etc/foreman-certs/certificate.pem https://ubuntu2204-64-puppet7.example.com -w '%{redirect_url}' -o /dev/null" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 7 (compared using ==) Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Ubuntu 22.04
Canceling since a higher priority waiting request for '1164/merge' exists
Puppet / Puppet 8 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman in a Container in a Container 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 'ubuntu2204-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114211040.pp.Fbyc7M Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 1.17 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 8 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman in a Container in a Container 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 'ubuntu2204-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114216223.pp.HKvwG2 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 1.18 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 8 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "apache2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "apache2" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@orchestrator" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@worker-1" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L15
Foreman in a Container in a Container behaves like the foreman application Port "80" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "80" to be listening Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L19
Foreman in a Container in a Container behaves like the foreman application Port "443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "443" to be listening Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L29
Foreman in a Container in a Container behaves like the foreman application Command "curl -s --cacert /etc/foreman-certs/certificate.pem https://ubuntu2204-64-puppet8.example.com -w '%{redirect_url}' -o /dev/null" stdout is expected to eq "https://ubuntu2204-64-puppet8.example.com/users/login" Failure/Error: its(:stdout) { is_expected.to eq("https://#{host_inventory['fqdn']}#{params.fetch(:expected_login_url_path, '/users/login')}") } expected: #<Encoding:UTF-8> "https://ubuntu2204-64-puppet8.example.com/users/login" got: #<Encoding:US-ASCII> "" (compared using ==) Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L30
Foreman in a Container in a Container behaves like the foreman application Command "curl -s --cacert /etc/foreman-certs/certificate.pem https://ubuntu2204-64-puppet8.example.com -w '%{redirect_url}' -o /dev/null" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 7 (compared using ==) Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - Ubuntu 20.04
Canceling since a higher priority waiting request for '1164/merge' exists
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman 2 workers 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 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113447794.pp.oJLQuR Last 10 lines of output were: �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]: Unscheduling refresh on Service[dynflow-sidekiq@worker-1] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/Service[dynflow-sidekiq@worker-2]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/Service[dynflow-sidekiq@worker-2]: Unscheduling refresh on Service[dynflow-sidekiq@worker-2] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/Service[dynflow-sidekiq@worker]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/File[/etc/foreman/dynflow/worker.yml]/ensure: removed �[mNotice: /Stage[main]/Foreman::Register/Foreman_host[foreman-ubuntu2004-64-puppet7.example.com]/ensure: created �[mNotice: /Stage[main]/Foreman::Register/Foreman_instance_host[foreman-ubuntu2004-64-puppet7.example.com]/ensure: created Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 201.13 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:5
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman 2 workers 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 'ubuntu2004-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113815146.pp.Hnp0i7 Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 12.84 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:5
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman 1 worker 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 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113834856.pp.j50r2k Last 10 lines of output were: E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/Service[dynflow-sidekiq@worker-2]/ensure: ensure changed 'running' to 'stopped' �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/File[/etc/foreman/dynflow/worker-2.yml]/ensure: removed Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 13.74 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:46
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman 1 worker 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 'ubuntu2004-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113854482.pp.0SZ0Rg Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 12.42 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:46
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman with default options 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 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113918592.pp.o6SGoi Last 10 lines of output were: �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/File[/etc/foreman/dynflow/worker-1.yml]/ensure: defined content as '{sha256}4755afd02e227c21bd5b6bf2a98038ba42d6ae942c3ed7d21123a315cf5444d7' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/File[/etc/foreman/dynflow/worker-1.yml]: Scheduling refresh of Service[dynflow-sidekiq@worker-1] �[mNotice: /Stage[main]/Foreman::Service/Podman::Quadlet[foreman.container]/Systemd::Daemon_reload[foreman.container]/Exec[systemd-foreman.container-systemctl-daemon-reload]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]: Unscheduling refresh on Service[dynflow-sidekiq@orchestrator] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]: Triggered 'refresh' from 3 events �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/Service[dynflow-sidekiq@worker]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/File[/etc/foreman/dynflow/worker.yml]/ensure: removed Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 115.29 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:7
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman with default options 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 'ubuntu2004-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114119497.pp.vJWWZD Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 12.31 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:7
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman with Redis caching 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 'ubuntu2004-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114138233.pp.j1GfQI Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 12.47 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:23
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman with Redis caching 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 'ubuntu2004-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114156434.pp.cHlEn2 Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 12.78 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:23
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman GSSAPI auth enabled 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 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114215914.pp.wpTmct Last 10 lines of output were: Info: Foreman::Dynflow::Worker[worker-1]: Scheduling refresh of Service[dynflow-sidekiq@worker-1] Info: Foreman::Dynflow::Worker[worker]: Scheduling refresh of Service[dynflow-sidekiq@worker] Info: Systemd::Daemon_reload[foreman.container]: Scheduling refresh of Exec[systemd-foreman.container-systemctl-daemon-reload] �[mNotice: /Stage[main]/Foreman::Service/Podman::Quadlet[foreman.container]/Systemd::Daemon_reload[foreman.container]/Exec[systemd-foreman.container-systemctl-daemon-reload]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]: Unscheduling refresh on Service[dynflow-sidekiq@orchestrator] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]: Triggered 'refresh' from 2 events �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/Service[dynflow-sidekiq@worker]: Triggered 'refresh' from 1 event Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 58.79 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:42
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman GSSAPI auth enabled 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 'ubuntu2004-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114320941.pp.2fKfSr Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Dependency Package[podman] has failures: true Warning: /Stage[main]/Podman::Install/File[/etc/containers/nodocker]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[skopeo] has failures: true �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 13.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:42
Puppet / Puppet 8 - Debian 12
Canceling since a higher priority waiting request for '1164/merge' exists
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman in a Container in a Container 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 'debian12-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114239979.pp.KJjL3c Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 1.35 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman in a Container in a Container 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 'debian12-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114244834.pp.NQlBRp Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 1.26 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 8 - Debian 12: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "apache2" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "apache2" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Debian 12: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@orchestrator" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Debian 12: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dynflow-sidekiq@orchestrator" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Debian 12: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@worker-1" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Debian 12: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dynflow-sidekiq@worker-1" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Debian 12: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Debian 12: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Debian 12: spec/support/acceptance/examples.rb#L15
Foreman in a Container in a Container behaves like the foreman application Port "80" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "80" to be listening Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman 2 workers 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 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113442006.pp.pUCU4M Last 10 lines of output were: �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]: Unscheduling refresh on Service[dynflow-sidekiq@worker-1] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/Service[dynflow-sidekiq@worker-2]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/Service[dynflow-sidekiq@worker-2]: Unscheduling refresh on Service[dynflow-sidekiq@worker-2] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/Service[dynflow-sidekiq@worker]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/File[/etc/foreman/dynflow/worker.yml]/ensure: removed �[mNotice: /Stage[main]/Foreman::Register/Foreman_host[foreman-debian11-64-puppet8.example.com]/ensure: created �[mNotice: /Stage[main]/Foreman::Register/Foreman_instance_host[foreman-debian11-64-puppet8.example.com]/ensure: created Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 148.67 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:5
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman 2 workers 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 'debian11-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113715291.pp.OYYTmI Last 10 lines of output were: Building dependency tree... Reading state information... E: Unable to locate package podman-docker Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.72 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:5
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman 1 worker 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 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113730588.pp.8FJ3A3 Last 10 lines of output were: Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/Service[dynflow-sidekiq@worker-2]/ensure: ensure changed 'running' to 'stopped' �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-2]/File[/etc/foreman/dynflow/worker-2.yml]/ensure: removed Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 10.84 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:46
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman 1 worker 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 'debian11-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113745894.pp.J8hI0S Last 10 lines of output were: Building dependency tree... Reading state information... E: Unable to locate package podman-docker Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.80 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dynflow_spec.rb:46
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman with default options 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 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113805105.pp.9olJRp Last 10 lines of output were: Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/File[/etc/foreman/dynflow/worker-1.yml]: Scheduling refresh of Service[dynflow-sidekiq@worker-1] �[mNotice: /Stage[main]/Foreman::Service/Podman::Quadlet[foreman.container]/Systemd::Daemon_reload[foreman.container]/Exec[systemd-foreman.container-systemctl-daemon-reload]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]: Unscheduling refresh on Service[dynflow-sidekiq@orchestrator] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]: Unscheduling refresh on Service[dynflow-sidekiq@worker-1] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/Service[dynflow-sidekiq@worker]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/File[/etc/foreman/dynflow/worker.yml]/ensure: removed Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 82.86 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:7
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman with default options 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 'debian11-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113932582.pp.nefBe6 Last 10 lines of output were: Building dependency tree... Reading state information... E: Unable to locate package podman-docker Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.67 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:7
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman with Redis caching 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 'debian11-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113947425.pp.RVVFDM Last 10 lines of output were: Building dependency tree... Reading state information... E: Unable to locate package podman-docker Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.70 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:23
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman with Redis caching 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 'debian11-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114001570.pp.dY1XS1 Last 10 lines of output were: Building dependency tree... Reading state information... E: Unable to locate package podman-docker Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.71 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:23
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman GSSAPI auth enabled 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 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114016406.pp.PHy7NX Last 10 lines of output were: Info: Foreman::Dynflow::Worker[worker]: Scheduling refresh of Service[dynflow-sidekiq@worker] Info: Systemd::Daemon_reload[foreman.container]: Scheduling refresh of Exec[systemd-foreman.container-systemctl-daemon-reload] �[mNotice: /Stage[main]/Foreman::Service/Podman::Quadlet[foreman.container]/Systemd::Daemon_reload[foreman.container]/Exec[systemd-foreman.container-systemctl-daemon-reload]: Triggered 'refresh' from 1 event �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]: Unscheduling refresh on Service[dynflow-sidekiq@orchestrator] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]: Unscheduling refresh on Service[dynflow-sidekiq@worker-1] �[mNotice: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/Service[dynflow-sidekiq@worker]: Triggered 'refresh' from 1 event Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 45.97 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:42
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman GSSAPI auth enabled 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 'debian11-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114107134.pp.gPx9Md Last 10 lines of output were: Building dependency tree... Reading state information... E: Unable to locate package podman-docker Error: /Stage[main]/Podman::Install/Package[podman-docker]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install podman-docker' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package podman-docker �[mNotice: /Stage[main]/Podman::Service/Service[podman.socket]: Dependency Package[podman-docker] has failures: true Warning: /Stage[main]/Podman::Service/Service[podman.socket]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.69 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:42
Puppet / Puppet 7 - CentOS 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman in a Container in a Container 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 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114147156.pp.tEDv8S Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 1.25 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 7 - CentOS 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman in a Container in a Container 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 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114150290.pp.K9oyLk Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5 (file: /etc/puppetlabs/puppet/hiera.yaml) �[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 1.24 seconds Error: Parameter ensure failed on Service[foreman.socket]: Invalid value "absent". Valid values are stopped, running. (file: /etc/puppetlabs/code/environments/production/modules/foreman/manifests/service.pp, line: 40) Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:63
Puppet / Puppet 7 - CentOS 8: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "httpd" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "httpd" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 8: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@orchestrator" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 8: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@orchestrator" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dynflow-sidekiq@orchestrator" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 8: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dynflow-sidekiq@worker-1" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 8: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "dynflow-sidekiq@worker-1" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dynflow-sidekiq@worker-1" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 8: spec/support/acceptance/examples.rb#L9
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman" to be enabled Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 8: spec/support/acceptance/examples.rb#L10
Foreman in a Container in a Container behaves like the foreman application Service "foreman" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman" to be running Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75
Puppet / Puppet 7 - CentOS 8: spec/support/acceptance/examples.rb#L15
Foreman in a Container in a Container behaves like the foreman application Port "80" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "80" to be listening Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:75