Skip to content

Update from voxpupuli modulesync_config #53

Update from voxpupuli modulesync_config

Update from voxpupuli modulesync_config #53

Triggered via pull request July 31, 2024 21:49
@jhoblittjhoblitt
synchronize #25
modulesync
Status Failure
Total duration 1m 43s
Artifacts

ci.yml

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

Annotations

16 errors and 1 warning
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
smee class with url 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 'almalinux8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_215041609.gC62uJ.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1722462643' �[mNotice: /Stage[main]/Smee/Systemd::Unit_file[smee.service]/Service[smee.service]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Smee/Systemd::Unit_file[smee.service]/Service[smee.service]: Unscheduling refresh on Service[smee.service] �[mNotice: Applied catalog in 8.10 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/smee_spec.rb:21
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/smee_spec.rb#L25
smee class with url Service "smee" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "smee" to be running
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/smee_spec.rb#L29
smee class with url Process "node" user is expected to eq "smee" Failure/Error: its(:user) { is_expected.to eq 'smee' } expected: #<Encoding:UTF-8> "smee" got: #<Encoding:US-ASCII> "" (compared using ==)
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/smee_spec.rb#L30
smee class with url Process "node" group is expected to eq "smee" Failure/Error: its(:group) { is_expected.to eq 'smee' } expected: #<Encoding:UTF-8> "smee" got: #<Encoding:US-ASCII> "" (compared using ==)
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/smee_spec.rb#L31
smee class with url Process "node" args is expected to match /--url https:\/\/foo.example.org/ Failure/Error: its(:args) { is_expected.to match %r{--url https://foo.example.org} } expected "" to match /--url https:\/\/foo.example.org/ Diff: @@ -1 +1 @@ -/--url https:\/\/foo.example.org/ +""
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/smee_spec.rb#L32
smee class with url Process "node" args is expected to match /-P \/payload/ Failure/Error: its(:args) { is_expected.to match %r{-P /payload} } expected "" to match /-P \/payload/ Diff: @@ -1 +1 @@ -/-P \/payload/ +""
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/smee_spec.rb#L33
smee class with url Process "node" args is expected to match /-p 1234/ Failure/Error: its(:args) { is_expected.to match %r{-p 1234} } expected "" to match /-p 1234/ Diff: @@ -1 +1 @@ -/-p 1234/ +""
Puppet / Puppet 8 - AlmaLinux 8
Process completed with exit code 1.
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
smee class with url 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 'almalinux8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_215045528.poUUpI.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1722462647' �[mNotice: /Stage[main]/Smee/Systemd::Unit_file[smee.service]/Service[smee.service]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Smee/Systemd::Unit_file[smee.service]/Service[smee.service]: Unscheduling refresh on Service[smee.service] �[mNotice: Applied catalog in 8.19 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/smee_spec.rb:21
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/smee_spec.rb#L25
smee class with url Service "smee" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "smee" to be running
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/smee_spec.rb#L29
smee class with url Process "node" user is expected to eq "smee" Failure/Error: its(:user) { is_expected.to eq 'smee' } expected: #<Encoding:UTF-8> "smee" got: #<Encoding:US-ASCII> "" (compared using ==)
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/smee_spec.rb#L30
smee class with url Process "node" group is expected to eq "smee" Failure/Error: its(:group) { is_expected.to eq 'smee' } expected: #<Encoding:UTF-8> "smee" got: #<Encoding:US-ASCII> "" (compared using ==)
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/smee_spec.rb#L31
smee class with url Process "node" args is expected to match /--url https:\/\/foo.example.org/ Failure/Error: its(:args) { is_expected.to match %r{--url https://foo.example.org} } expected "" to match /--url https:\/\/foo.example.org/ Diff: @@ -1 +1 @@ -/--url https:\/\/foo.example.org/ +""
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/smee_spec.rb#L32
smee class with url Process "node" args is expected to match /-P \/payload/ Failure/Error: its(:args) { is_expected.to match %r{-P /payload} } expected "" to match /-P \/payload/ Diff: @@ -1 +1 @@ -/-P \/payload/ +""
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/smee_spec.rb#L33
smee class with url Process "node" args is expected to match /-p 1234/ Failure/Error: its(:args) { is_expected.to match %r{-p 1234} } expected "" to match /-p 1234/ Diff: @@ -1 +1 @@ -/-p 1234/ +""
Puppet / Puppet 7 - AlmaLinux 8
Process completed with exit code 1.
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 7