Fixes #36902 - Support Pulpcore 3.39, drop older versions #1337
ci.yml
on: pull_request
Puppet
/
Static validations
13s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
60 errors
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143123796.pp.NZl0vZ
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 22.20 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143148993.pp.5tkage
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-docroot]/Concat_fragment[pulpcore-https-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 5.16 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L16
basic installation 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 default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L35
basic installation Service "pulpcore-worker@1" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-worker@1" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L36
basic installation Service "pulpcore-worker@1" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-worker@1" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143117167.pp.d0ItWP
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 17.63 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143138664.pp.Z39CQJ
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-docroot]/Concat_fragment[pulpcore-https-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.39 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L16
basic installation 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 default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L35
basic installation Service "pulpcore-worker@1" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-worker@1" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/support/acceptance/examples.rb#L36
basic installation Service "pulpcore-worker@1" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-worker@1" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp nightly:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143246754.pp.ThHinC
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 82.87 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 8 - Pulp nightly:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143412725.pp.5EiMxu
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-docroot]/Concat_fragment[pulpcore-https-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.83 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L16
basic installation 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 default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L35
basic installation Service "pulpcore-worker@1" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-worker@1" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L36
basic installation Service "pulpcore-worker@1" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-worker@1" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp nightly:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143255743.pp.OT8qaw
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 77.89 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 8 - Pulp nightly:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143417859.pp.hVnkOA
Last 10 lines of output were:
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-docroot]/Concat_fragment[pulpcore-https-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-directories]/Concat_fragment[pulpcore-https-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-logging]/Concat_fragment[pulpcore-https-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-serversignature]/Concat_fragment[pulpcore-https-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-access_log]/Concat_fragment[pulpcore-https-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-proxy]/Concat_fragment[pulpcore-https-proxy]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-ssl]/Concat_fragment[pulpcore-https-ssl]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Concat::Fragment[pulpcore-https-file_footer]/Concat_fragment[pulpcore-https-file_footer]: Skipping because of failed dependencies
Warning: /Stage[main]/Pulpcore::Apache/Apache::Vhost[pulpcore-https]/Apache::Listen[443]/Concat::Fragment[Listen 443]/Concat_fragment[Listen 443]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 4.03 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L16
basic installation 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 default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L35
basic installation Service "pulpcore-worker@1" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-worker@1" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp nightly:
spec/support/acceptance/examples.rb#L36
basic installation Service "pulpcore-worker@1" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-worker@1" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
installation of server with cli 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143312362.pp.VKi0ha
Last 10 lines of output were:
Info: /Stage[main]/Pulpcore::Service/Pulpcore::Socket_service[pulpcore-api]/Systemd::Unit_file[pulpcore-api.service]/Service[pulpcore-api.service]: Unscheduling refresh on Service[pulpcore-api.service]
�[mNotice: /Stage[main]/Pulpcore::Service/Pulpcore::Socket_service[pulpcore-content]/Systemd::Unit_file[pulpcore-content.socket]/Systemd::Daemon_reload[pulpcore-content.socket]/Exec[systemd-pulpcore-content.socket-systemctl-daemon-reload]: Triggered 'refresh' from 1 event
Info: Systemd::Daemon_reload[pulpcore-content.socket]: Scheduling refresh of Service[pulpcore-content.socket]
�[mNotice: /Stage[main]/Pulpcore::Service/Pulpcore::Socket_service[pulpcore-content]/Systemd::Unit_file[pulpcore-content.socket]/Service[pulpcore-content.socket]: Triggered 'refresh' from 2 events
�[mNotice: /Stage[main]/Pulpcore::Service/Pulpcore::Socket_service[pulpcore-content]/Systemd::Unit_file[pulpcore-content.service]/Systemd::Daemon_reload[pulpcore-content.service]/Exec[systemd-pulpcore-content.service-systemctl-daemon-reload]: Triggered 'refresh' from 1 event
Info: Systemd::Daemon_reload[pulpcore-content.service]: Scheduling refresh of Service[pulpcore-content.service]
�[mNotice: /Stage[main]/Pulpcore::Service/Pulpcore::Socket_service[pulpcore-content]/Systemd::Unit_file[pulpcore-content.service]/Service[pulpcore-content.service]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Pulpcore::Service/Pulpcore::Socket_service[pulpcore-content]/Systemd::Unit_file[pulpcore-content.service]/Service[pulpcore-content.service]: Unscheduling refresh on Service[pulpcore-content.service]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 15.00 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/cli_spec.rb:4
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
installation of server with cli 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143331219.pp.lGXkm6
Last 10 lines of output were:
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.08 seconds
Info: Using environment 'production'
Info: Applying configuration version '1700490813'
Error: Execution of '/usr/bin/dnf -d 0 -e 1 -y install pulp-cli' returned 1: Error: Unable to find a match: pulp-cli
Error: /Stage[main]/Pulpcore::Cli/Package[pulp-cli]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/dnf -d 0 -e 1 -y install pulp-cli' returned 1: Error: Unable to find a match: pulp-cli
�[mNotice: /Stage[main]/Pulpcore::Cli/File[/etc/pulp/cli.toml]: Dependency Package[pulp-cli] has failures: true
Warning: /Stage[main]/Pulpcore::Cli/File[/etc/pulp/cli.toml]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.62 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/cli_spec.rb:4
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L20
installation of server with cli Command "pulp config validate --location /etc/pulp/cli.toml" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L21
installation of server with cli Command "pulp config validate --location /etc/pulp/cli.toml" stdout is expected to match /valid pulp-cli config/
Failure/Error: its(:stdout) { is_expected.to match(/valid pulp-cli config/) }
expected "" to match /valid pulp-cli config/
Diff:
@@ -1 +1 @@
-/valid pulp-cli config/
+""
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L22
installation of server with cli Command "pulp config validate --location /etc/pulp/cli.toml" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/bin/sh: line 1: pulp: command not found\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+/bin/sh: line 1: pulp: command not found
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L26
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L27
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stdout is expected to match /versions/
Failure/Error: its(:stdout) { is_expected.to match(/versions/) }
expected "" to match /versions/
Diff:
@@ -1 +1 @@
-/versions/
+""
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/bin/sh: line 1: pulp: command not found\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+/bin/sh: line 1: pulp: command not found
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
installation of server with cli 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143308811.pp.lh9LnL
Last 10 lines of output were:
Info: /Stage[main]/Pulpcore::Service/Pulpcore::Socket_service[pulpcore-api]/Systemd::Unit_file[pulpcore-api.service]/Service[pulpcore-api.service]: Unscheduling refresh on Service[pulpcore-api.service]
�[mNotice: /Stage[main]/Pulpcore::Service/Pulpcore::Socket_service[pulpcore-content]/Systemd::Unit_file[pulpcore-content.socket]/Systemd::Daemon_reload[pulpcore-content.socket]/Exec[systemd-pulpcore-content.socket-systemctl-daemon-reload]: Triggered 'refresh' from 1 event
Info: Systemd::Daemon_reload[pulpcore-content.socket]: Scheduling refresh of Service[pulpcore-content.socket]
�[mNotice: /Stage[main]/Pulpcore::Service/Pulpcore::Socket_service[pulpcore-content]/Systemd::Unit_file[pulpcore-content.socket]/Service[pulpcore-content.socket]: Triggered 'refresh' from 2 events
�[mNotice: /Stage[main]/Pulpcore::Service/Pulpcore::Socket_service[pulpcore-content]/Systemd::Unit_file[pulpcore-content.service]/Systemd::Daemon_reload[pulpcore-content.service]/Exec[systemd-pulpcore-content.service-systemctl-daemon-reload]: Triggered 'refresh' from 1 event
Info: Systemd::Daemon_reload[pulpcore-content.service]: Scheduling refresh of Service[pulpcore-content.service]
�[mNotice: /Stage[main]/Pulpcore::Service/Pulpcore::Socket_service[pulpcore-content]/Systemd::Unit_file[pulpcore-content.service]/Service[pulpcore-content.service]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Pulpcore::Service/Pulpcore::Socket_service[pulpcore-content]/Systemd::Unit_file[pulpcore-content.service]/Service[pulpcore-content.service]: Unscheduling refresh on Service[pulpcore-content.service]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 16.42 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/cli_spec.rb:4
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
installation of server with cli 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143328471.pp.LYrmfk
Last 10 lines of output were:
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.00 seconds
Info: Using environment 'production'
Info: Applying configuration version '1700490810'
Error: Execution of '/usr/bin/dnf -d 0 -e 1 -y install pulp-cli' returned 1: Error: Unable to find a match: pulp-cli
Error: /Stage[main]/Pulpcore::Cli/Package[pulp-cli]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/dnf -d 0 -e 1 -y install pulp-cli' returned 1: Error: Unable to find a match: pulp-cli
�[mNotice: /Stage[main]/Pulpcore::Cli/File[/etc/pulp/cli.toml]: Dependency Package[pulp-cli] has failures: true
Warning: /Stage[main]/Pulpcore::Cli/File[/etc/pulp/cli.toml]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.79 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/cli_spec.rb:4
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L20
installation of server with cli Command "pulp config validate --location /etc/pulp/cli.toml" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L21
installation of server with cli Command "pulp config validate --location /etc/pulp/cli.toml" stdout is expected to match /valid pulp-cli config/
Failure/Error: its(:stdout) { is_expected.to match(/valid pulp-cli config/) }
expected "" to match /valid pulp-cli config/
Diff:
@@ -1 +1 @@
-/valid pulp-cli config/
+""
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L22
installation of server with cli Command "pulp config validate --location /etc/pulp/cli.toml" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/bin/sh: line 1: pulp: command not found\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+/bin/sh: line 1: pulp: command not found
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L26
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L27
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stdout is expected to match /versions/
Failure/Error: its(:stdout) { is_expected.to match(/versions/) }
expected "" to match /versions/
Diff:
@@ -1 +1 @@
-/versions/
+""
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/bin/sh: line 1: pulp: command not found\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+/bin/sh: line 1: pulp: command not found
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|