Skip to content

modulesync 9.1.0

modulesync 9.1.0 #116

Triggered via pull request July 9, 2024 13:18
Status Failure
Total duration 6m 36s
Artifacts

ci.yml

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

Annotations

20 errors and 5 warnings
Puppet / 8 (Ruby 3.2): spec/defines/cron_spec.rb#L26
logrotate::cron supported operating systems on freebsd-12-amd64 With default params is expected to contain File[/etc/cron.test/logrotate] with ensure => "present" and content =~ /(\/usr\/sbin\/logrotate \/etc\/logrotate.conf 2>&1)/ Failure/Error: is_expected.to contain_file('/etc/cron.test/logrotate'). with_ensure('present'). with_content(%r{(/usr/sbin/logrotate /etc/logrotate.conf 2>&1)}) expected that the catalogue would contain File[/etc/cron.test/logrotate]
Puppet / 8 (Ruby 3.2): spec/defines/cron_spec.rb#L46
logrotate::cron supported operating systems on freebsd-12-amd64 With additional arguments is expected to contain File[/etc/cron.test/logrotate] with ensure => "present" and content =~ /(\/usr\/sbin\/logrotate -s \/var\/lib\/logrotate\/logrotate.status -m \/usr\/sbin\/mailer \/etc\/logrotate.conf 2>&1)/ Failure/Error: is_expected.to contain_file('/etc/cron.test/logrotate'). with_ensure('present'). with_content(%r{(/usr/sbin/logrotate -s /var/lib/logrotate/logrotate.status -m /usr/sbin/mailer /etc/logrotate.conf 2>&1)}) expected that the catalogue would contain File[/etc/cron.test/logrotate]
Puppet / 8 (Ruby 3.2): spec/defines/cron_spec.rb#L26
logrotate::cron supported operating systems on freebsd-13-amd64 With default params is expected to contain File[/etc/cron.test/logrotate] with ensure => "present" and content =~ /(\/usr\/sbin\/logrotate \/etc\/logrotate.conf 2>&1)/ Failure/Error: is_expected.to contain_file('/etc/cron.test/logrotate'). with_ensure('present'). with_content(%r{(/usr/sbin/logrotate /etc/logrotate.conf 2>&1)}) expected that the catalogue would contain File[/etc/cron.test/logrotate]
Puppet / 8 (Ruby 3.2): spec/defines/cron_spec.rb#L46
logrotate::cron supported operating systems on freebsd-13-amd64 With additional arguments is expected to contain File[/etc/cron.test/logrotate] with ensure => "present" and content =~ /(\/usr\/sbin\/logrotate -s \/var\/lib\/logrotate\/logrotate.status -m \/usr\/sbin\/mailer \/etc\/logrotate.conf 2>&1)/ Failure/Error: is_expected.to contain_file('/etc/cron.test/logrotate'). with_ensure('present'). with_content(%r{(/usr/sbin/logrotate -s /var/lib/logrotate/logrotate.status -m /usr/sbin/mailer /etc/logrotate.conf 2>&1)}) expected that the catalogue would contain File[/etc/cron.test/logrotate]
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L44
logrotate supported operating systems on freebsd-12-amd64 logrotate class without any parameters is expected to contain File[/etc/logrotate.d] with ensure => "directory", owner => "root", group => "root" and mode => "0755" Failure/Error: is_expected.to contain_file('/etc/logrotate.d').with('ensure' => 'directory', 'owner' => 'root', 'group' => 'root', 'mode' => '0755') expected that the catalogue would contain File[/etc/logrotate.d]
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L99
logrotate supported operating systems on freebsd-12-amd64 logrotate class without any parameters is expected to contain File[/etc/cron.hourly/logrotate] with ensure => "present", owner => "root", group => "root" and mode => "0700" Failure/Error: is_expected.to contain_file('/etc/cron.hourly/logrotate').with( 'ensure' => 'present', 'owner' => 'root', 'group' => 'root', 'mode' => '0700' ) expected that the catalogue would contain File[/etc/cron.hourly/logrotate]
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L113
logrotate supported operating systems on freebsd-12-amd64 logrotate class without any parameters is expected to contain File[/etc/logrotate.d/hourly] with ensure => "directory", owner => "root", group => "root" and mode => "0755" Failure/Error: is_expected.to contain_file('/etc/logrotate.d/hourly').with( 'ensure' => 'directory', 'owner' => 'root', 'group' => 'root', 'mode' => '0755' ) expected that the catalogue would contain File[/etc/logrotate.d/hourly]
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L156
logrotate supported operating systems on freebsd-12-amd64 logrotate class with purge_configdir set to true is expected to contain File[/etc/logrotate.d] with ensure => "directory", owner => "root", group => "root", mode => "0755", purge => true and recurse => true Failure/Error: is_expected.to contain_file('/etc/logrotate.d').with('ensure' => 'directory', 'owner' => 'root', 'group' => 'root', 'mode' => '0755', 'purge' => true, 'recurse' => true) expected that the catalogue would contain File[/etc/logrotate.d]
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L187
logrotate supported operating systems on freebsd-12-amd64 with config => { prerotate => "/usr/bin/test", rotate_every => "daily" } is expected to contain Logrotate::Conf[/etc/logrotate.conf] with prerotate => "/usr/bin/test" and rotate_every => "daily" Failure/Error: is_expected.to contain_logrotate__conf('/etc/logrotate.conf'). with_prerotate('/usr/bin/test'). with_rotate_every('daily') expected that the catalogue would contain Logrotate::Conf[/etc/logrotate.conf]
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L202
logrotate supported operating systems on freebsd-12-amd64 with ensure => absent is expected to contain File[/etc/logrotate.d/hourly] with ensure => "directory" Failure/Error: it { is_expected.to contain_file('/etc/logrotate.d/hourly').with_ensure('directory') } expected that the catalogue would contain File[/etc/logrotate.d/hourly]
Puppet / 7 (Ruby 2.7): spec/defines/cron_spec.rb#L26
logrotate::cron supported operating systems on freebsd-12-amd64 With default params is expected to contain File[/etc/cron.test/logrotate] with ensure => "present" and content =~ /(\/usr\/sbin\/logrotate \/etc\/logrotate.conf 2>&1)/ Failure/Error: is_expected.to contain_file('/etc/cron.test/logrotate'). with_ensure('present'). with_content(%r{(/usr/sbin/logrotate /etc/logrotate.conf 2>&1)}) expected that the catalogue would contain File[/etc/cron.test/logrotate]
Puppet / 7 (Ruby 2.7): spec/defines/cron_spec.rb#L46
logrotate::cron supported operating systems on freebsd-12-amd64 With additional arguments is expected to contain File[/etc/cron.test/logrotate] with ensure => "present" and content =~ /(\/usr\/sbin\/logrotate -s \/var\/lib\/logrotate\/logrotate.status -m \/usr\/sbin\/mailer \/etc\/logrotate.conf 2>&1)/ Failure/Error: is_expected.to contain_file('/etc/cron.test/logrotate'). with_ensure('present'). with_content(%r{(/usr/sbin/logrotate -s /var/lib/logrotate/logrotate.status -m /usr/sbin/mailer /etc/logrotate.conf 2>&1)}) expected that the catalogue would contain File[/etc/cron.test/logrotate]
Puppet / 7 (Ruby 2.7): spec/defines/cron_spec.rb#L26
logrotate::cron supported operating systems on freebsd-13-amd64 With default params is expected to contain File[/etc/cron.test/logrotate] with ensure => "present" and content =~ /(\/usr\/sbin\/logrotate \/etc\/logrotate.conf 2>&1)/ Failure/Error: is_expected.to contain_file('/etc/cron.test/logrotate'). with_ensure('present'). with_content(%r{(/usr/sbin/logrotate /etc/logrotate.conf 2>&1)}) expected that the catalogue would contain File[/etc/cron.test/logrotate]
Puppet / 7 (Ruby 2.7): spec/defines/cron_spec.rb#L46
logrotate::cron supported operating systems on freebsd-13-amd64 With additional arguments is expected to contain File[/etc/cron.test/logrotate] with ensure => "present" and content =~ /(\/usr\/sbin\/logrotate -s \/var\/lib\/logrotate\/logrotate.status -m \/usr\/sbin\/mailer \/etc\/logrotate.conf 2>&1)/ Failure/Error: is_expected.to contain_file('/etc/cron.test/logrotate'). with_ensure('present'). with_content(%r{(/usr/sbin/logrotate -s /var/lib/logrotate/logrotate.status -m /usr/sbin/mailer /etc/logrotate.conf 2>&1)}) expected that the catalogue would contain File[/etc/cron.test/logrotate]
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L44
logrotate supported operating systems on freebsd-12-amd64 logrotate class without any parameters is expected to contain File[/etc/logrotate.d] with ensure => "directory", owner => "root", group => "root" and mode => "0755" Failure/Error: is_expected.to contain_file('/etc/logrotate.d').with('ensure' => 'directory', 'owner' => 'root', 'group' => 'root', 'mode' => '0755') expected that the catalogue would contain File[/etc/logrotate.d]
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L99
logrotate supported operating systems on freebsd-12-amd64 logrotate class without any parameters is expected to contain File[/etc/cron.hourly/logrotate] with ensure => "present", owner => "root", group => "root" and mode => "0700" Failure/Error: is_expected.to contain_file('/etc/cron.hourly/logrotate').with( 'ensure' => 'present', 'owner' => 'root', 'group' => 'root', 'mode' => '0700' ) expected that the catalogue would contain File[/etc/cron.hourly/logrotate]
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L113
logrotate supported operating systems on freebsd-12-amd64 logrotate class without any parameters is expected to contain File[/etc/logrotate.d/hourly] with ensure => "directory", owner => "root", group => "root" and mode => "0755" Failure/Error: is_expected.to contain_file('/etc/logrotate.d/hourly').with( 'ensure' => 'directory', 'owner' => 'root', 'group' => 'root', 'mode' => '0755' ) expected that the catalogue would contain File[/etc/logrotate.d/hourly]
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L156
logrotate supported operating systems on freebsd-12-amd64 logrotate class with purge_configdir set to true is expected to contain File[/etc/logrotate.d] with ensure => "directory", owner => "root", group => "root", mode => "0755", purge => true and recurse => true Failure/Error: is_expected.to contain_file('/etc/logrotate.d').with('ensure' => 'directory', 'owner' => 'root', 'group' => 'root', 'mode' => '0755', 'purge' => true, 'recurse' => true) expected that the catalogue would contain File[/etc/logrotate.d]
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L187
logrotate supported operating systems on freebsd-12-amd64 with config => { prerotate => "/usr/bin/test", rotate_every => "daily" } is expected to contain Logrotate::Conf[/etc/logrotate.conf] with prerotate => "/usr/bin/test" and rotate_every => "daily" Failure/Error: is_expected.to contain_logrotate__conf('/etc/logrotate.conf'). with_prerotate('/usr/bin/test'). with_rotate_every('daily') expected that the catalogue would contain Logrotate::Conf[/etc/logrotate.conf]
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L202
logrotate supported operating systems on freebsd-12-amd64 with ensure => absent is expected to contain File[/etc/logrotate.d/hourly] with ensure => "directory" Failure/Error: it { is_expected.to contain_file('/etc/logrotate.d/hourly').with_ensure('directory') } expected that the catalogue would contain File[/etc/logrotate.d/hourly]
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 7
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 8
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system RedHat 7
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Ubuntu 18.04
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system FreeBSD 12