modulesync 7.2.0 #186
ci.yml
on: pull_request
Puppet
/
Static validations
25s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
4 errors
Puppet / 7 (Ruby 2.7):
spec/defines/generate_concat_spec.rb#L17
Rsyslog::Generate_concat with defaults is expected to contain Concat[/etc/rsyslog.d/50-rsyslog.conf] that notifies Service[rsyslog]
Failure/Error: it { is_expected.to contain_concat('/etc/rsyslog.d/50-rsyslog.conf').that_notifies('Service[rsyslog]') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Could not autoload puppet/type/service: Could not autoload puppet/provider/service/bsd: Could not autoload puppet/provider/service/init: undefined method `downcase' for nil:NilClass (file: /home/runner/work/puppet-rsyslog/puppet-rsyslog/spec/fixtures/modules/rsyslog/manifests/base.pp, line: 71, column: 5) on node fv-az1242-237.5v455grvumqehdtexsenyv1bfb.ex.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / 8 (Ruby 3.2):
spec/defines/generate_concat_spec.rb#L17
Rsyslog::Generate_concat with defaults is expected to contain Concat[/etc/rsyslog.d/50-rsyslog.conf] that notifies Service[rsyslog]
Failure/Error: it { is_expected.to contain_concat('/etc/rsyslog.d/50-rsyslog.conf').that_notifies('Service[rsyslog]') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Could not autoload puppet/type/service: Could not autoload puppet/provider/service/bsd: Could not autoload puppet/provider/service/init: undefined method `downcase' for nil:NilClass (file: /home/runner/work/puppet-rsyslog/puppet-rsyslog/spec/fixtures/modules/rsyslog/manifests/base.pp, line: 71, column: 5) on node fv-az1148-810.o3ts4yn1huletmfehy03vvfvxg.dx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|