Fixes #36902 - Support Pulpcore 3.39, drop older versions #1341
Annotations
10 errors
Run tests:
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_214338837.pp.BDyhhJ
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.91 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/cli_spec.rb:4
|
Run tests:
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_214358871.pp.9wcOjR
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.12 seconds
Info: Using environment 'production'
Info: Applying configuration version '1700516641'
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.81 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/cli_spec.rb:4
|
Run tests:
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 ==)
|
Run tests:
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/
+""
|
Run tests:
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
|
Run tests:
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 ==)
|
Run tests:
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/
+""
|
Run tests:
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
|
Run tests:
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 ==)
|
Run tests:
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/
+""
|
The logs for this run have expired and are no longer available.
Loading