Skip to content

modulesync 9.1.0

modulesync 9.1.0 #76

Triggered via pull request September 13, 2024 14:09
Status Failure
Total duration 38m 28s
Artifacts

ci.yml

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

Annotations

35 errors and 6 warnings
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/class_spec.rb#L7
squid class configure http_access with default service type works idempotently with no errors Expected pending 'the default Type=notify in squid.service fail on CentOS 8' to fail. No error was raised.
Puppet / Puppet 7 - AlmaLinux 8
Process completed with exit code 1.
Puppet / Puppet 7 - Rocky 8: spec/acceptance/class_spec.rb#L7
squid class configure http_access with default service type works idempotently with no errors Expected pending 'the default Type=notify in squid.service fail on CentOS 8' to fail. No error was raised.
Puppet / Puppet 7 - Rocky 8
Process completed with exit code 1.
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/class_spec.rb#L7
squid class configure http_access with default service type works idempotently with no errors Expected pending 'the default Type=notify in squid.service fail on CentOS 8' to fail. No error was raised.
Puppet / Puppet 8 - AlmaLinux 8
Process completed with exit code 1.
Puppet / 8 (Ruby 3.2): spec/defines/cache_dir_spec.rb#L49
squid::cache_dir on ubuntu-20.04-x86_64 when parameters are set when on any other non-debian OS is expected to contain File[/data] with owner => "squid" Failure/Error: it { is_expected.to contain_file('/data').with_owner('squid') } expected that the catalogue would contain File[/data] with owner set to "squid" but it is set to "proxy"
Puppet / 8 (Ruby 3.2): spec/defines/cache_dir_spec.rb#L50
squid::cache_dir on ubuntu-20.04-x86_64 when parameters are set when on any other non-debian OS is expected to contain File[/data] with group => "squid" Failure/Error: it { is_expected.to contain_file('/data').with_group('squid') } expected that the catalogue would contain File[/data] with group set to "squid" but it is set to "proxy"
Puppet / 8 (Ruby 3.2): spec/defines/cache_dir_spec.rb#L49
squid::cache_dir on ubuntu-22.04-x86_64 when parameters are set when on any other non-debian OS is expected to contain File[/data] with owner => "squid" Failure/Error: it { is_expected.to contain_file('/data').with_owner('squid') } expected that the catalogue would contain File[/data] with owner set to "squid" but it is set to "proxy"
Puppet / 8 (Ruby 3.2): spec/defines/cache_dir_spec.rb#L50
squid::cache_dir on ubuntu-22.04-x86_64 when parameters are set when on any other non-debian OS is expected to contain File[/data] with group => "squid" Failure/Error: it { is_expected.to contain_file('/data').with_group('squid') } expected that the catalogue would contain File[/data] with group set to "squid" but it is set to "proxy"
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L35
squid on freebsd-11-amd64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with group => "squid" Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_group(config_group) } expected that the catalogue would contain Concat[/etc/squid/squid.conf]
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L36
squid on freebsd-11-amd64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with owner => "root" Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_owner('root') } expected that the catalogue would contain Concat[/etc/squid/squid.conf]
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L37
squid on freebsd-11-amd64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with validate_cmd => "/usr/sbin/squid -k parse -f %" Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_validate_cmd("#{squid_bin_path} -k parse -f %") } expected that the catalogue would contain Concat[/etc/squid/squid.conf]
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L38
squid on freebsd-11-amd64 with defaults for all parameters is expected to contain Concat_fragment[squid_header] with target => "/etc/squid/squid.conf" Failure/Error: it { is_expected.to contain_concat_fragment('squid_header').with_target("#{etc_dir}/#{squid_name}/squid.conf") } expected that the catalogue would contain Concat_fragment[squid_header] with target set to "/etc/squid/squid.conf" but it is set to "/usr/local/etc/squid/squid.conf"
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L35
squid on ubuntu-20.04-x86_64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with group => "squid" Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_group(config_group) } expected that the catalogue would contain Concat[/etc/squid/squid.conf] with group set to "squid" but it is set to "root"
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L35
squid on ubuntu-22.04-x86_64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with group => "squid" Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_group(config_group) } expected that the catalogue would contain Concat[/etc/squid/squid.conf] with group set to "squid" but it is set to "root"
Puppet / Puppet 8 - Rocky 8: spec/acceptance/class_spec.rb#L7
squid class configure http_access with default service type works idempotently with no errors Expected pending 'the default Type=notify in squid.service fail on CentOS 8' to fail. No error was raised.
Puppet / Puppet 8 - Rocky 8
Process completed with exit code 1.
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/class_spec.rb#L7
squid class configure http_access with default service type works idempotently with no errors Expected pending 'the default Type=notify in squid.service fail on CentOS 8' to fail. No error was raised.
Puppet / Puppet 7 - OracleLinux 8
Process completed with exit code 1.
Puppet / 7 (Ruby 2.7): spec/defines/cache_dir_spec.rb#L49
squid::cache_dir on ubuntu-20.04-x86_64 when parameters are set when on any other non-debian OS is expected to contain File[/data] with owner => "squid" Failure/Error: it { is_expected.to contain_file('/data').with_owner('squid') } expected that the catalogue would contain File[/data] with owner set to "squid" but it is set to "proxy"
Puppet / 7 (Ruby 2.7): spec/defines/cache_dir_spec.rb#L50
squid::cache_dir on ubuntu-20.04-x86_64 when parameters are set when on any other non-debian OS is expected to contain File[/data] with group => "squid" Failure/Error: it { is_expected.to contain_file('/data').with_group('squid') } expected that the catalogue would contain File[/data] with group set to "squid" but it is set to "proxy"
Puppet / 7 (Ruby 2.7): spec/defines/cache_dir_spec.rb#L49
squid::cache_dir on ubuntu-22.04-x86_64 when parameters are set when on any other non-debian OS is expected to contain File[/data] with owner => "squid" Failure/Error: it { is_expected.to contain_file('/data').with_owner('squid') } expected that the catalogue would contain File[/data] with owner set to "squid" but it is set to "proxy"
Puppet / 7 (Ruby 2.7): spec/defines/cache_dir_spec.rb#L50
squid::cache_dir on ubuntu-22.04-x86_64 when parameters are set when on any other non-debian OS is expected to contain File[/data] with group => "squid" Failure/Error: it { is_expected.to contain_file('/data').with_group('squid') } expected that the catalogue would contain File[/data] with group set to "squid" but it is set to "proxy"
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L35
squid on freebsd-11-amd64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with group => "squid" Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_group(config_group) } expected that the catalogue would contain Concat[/etc/squid/squid.conf]
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L36
squid on freebsd-11-amd64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with owner => "root" Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_owner('root') } expected that the catalogue would contain Concat[/etc/squid/squid.conf]
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L37
squid on freebsd-11-amd64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with validate_cmd => "/usr/sbin/squid -k parse -f %" Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_validate_cmd("#{squid_bin_path} -k parse -f %") } expected that the catalogue would contain Concat[/etc/squid/squid.conf]
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L38
squid on freebsd-11-amd64 with defaults for all parameters is expected to contain Concat_fragment[squid_header] with target => "/etc/squid/squid.conf" Failure/Error: it { is_expected.to contain_concat_fragment('squid_header').with_target("#{etc_dir}/#{squid_name}/squid.conf") } expected that the catalogue would contain Concat_fragment[squid_header] with target set to "/etc/squid/squid.conf" but it is set to "/usr/local/etc/squid/squid.conf"
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L35
squid on ubuntu-20.04-x86_64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with group => "squid" Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_group(config_group) } expected that the catalogue would contain Concat[/etc/squid/squid.conf] with group set to "squid" but it is set to "root"
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L35
squid on ubuntu-22.04-x86_64 with defaults for all parameters is expected to contain Concat[/etc/squid/squid.conf] with group => "squid" Failure/Error: it { is_expected.to contain_concat("#{etc_dir}/#{squid_name}/squid.conf").with_group(config_group) } expected that the catalogue would contain Concat[/etc/squid/squid.conf] with group set to "squid" but it is set to "root"
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/class_spec.rb#L7
squid class configure http_access with default service type works idempotently with no errors Expected pending 'the default Type=notify in squid.service fail on CentOS 8' to fail. No error was raised.
Puppet / Puppet 8 - OracleLinux 8
Process completed with exit code 1.
Puppet / Puppet 7 - OracleLinux 7
Process completed with exit code 1.
Puppet / Puppet 8 - OracleLinux 7
Process completed with exit code 1.
Puppet / Test suite
Process completed with exit code 1.
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 Debian 10
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system FreeBSD 10
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system FreeBSD 11
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system RedHat 7