Update from voxpupuli modulesync_config #52
ci.yml
on: pull_request
Puppet
/
Static validations
27s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
16 errors and 1 warning
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_192800619.bvDy5x.pp
Last 10 lines of output were:
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other'
Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/smee/manifests/init.pp", 30]:["/tmp/apply_manifest_192800619.bvDy5x.pp", 0]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.09 seconds
Info: Using environment 'production'
Info: Applying configuration version '1722454082'
�[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.18 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 / 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_192802825.TV1bAC.pp
Last 10 lines of output were:
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other'
Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/smee/manifests/init.pp", 30]:["/tmp/apply_manifest_192802825.TV1bAC.pp", 0]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.10 seconds
Info: Using environment 'production'
Info: Applying configuration version '1722454084'
�[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 7.93 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 / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 7
|