Skip to content

modulesync 9.1.0

modulesync 9.1.0 #70

Triggered via pull request July 9, 2024 14:24
Status Failure
Total duration 27m 5s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
34s
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 13 warnings
Puppet / 8 (Ruby 3.2): spec/defines/cache_dir_spec.rb#L49
squid::cache_dir on ubuntu-18.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-18.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-18.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)
Process completed with exit code 1.
Puppet / 7 (Ruby 2.7): spec/defines/cache_dir_spec.rb#L49
squid::cache_dir on ubuntu-18.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-18.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-18.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)
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
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Ubuntu 18.04
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 Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144606292.iAGpL4.pp Last 10 lines of output were: Jul 09 14:48:13 almalinux8-64-puppet7.example.com squid[838]: Squid Parent: squid-1 process 840 exited with status 0 Jul 09 14:48:13 almalinux8-64-puppet7.example.com systemd[1]: squid.service: Failed with result 'timeout'. Jul 09 14:48:13 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Squid caching proxy. �[mNotice: /Stage[main]/Squid::Service/Service[squid]: Triggered 'refresh' from 1 event Info: Class[Squid::Service]: Unscheduling all events on Class[Squid::Service] Info: Class[Squid]: Unscheduling all events on Class[Squid] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 125.67 seconds
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 Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144635653.I4HHHL.pp Last 10 lines of output were: Jul 09 14:48:43 oracle8-64-puppet7.example.com squid[753]: Squid Parent: squid-1 process 755 exited with status 0 Jul 09 14:48:43 oracle8-64-puppet7.example.com systemd[1]: squid.service: Failed with result 'timeout'. Jul 09 14:48:43 oracle8-64-puppet7.example.com systemd[1]: Failed to start Squid caching proxy. �[mNotice: /Stage[main]/Squid::Service/Service[squid]: Triggered 'refresh' from 1 event Info: Class[Squid::Service]: Unscheduling all events on Class[Squid::Service] Info: Class[Squid]: Unscheduling all events on Class[Squid] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 126.35 seconds
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 Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144814549.zXSAY5.pp Last 10 lines of output were: Jul 09 14:50:22 almalinux8-64-puppet8.example.com squid[838]: Squid Parent: squid-1 process 840 exited with status 0 Jul 09 14:50:22 almalinux8-64-puppet8.example.com systemd[1]: squid.service: Failed with result 'timeout'. Jul 09 14:50:22 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Squid caching proxy. �[mNotice: /Stage[main]/Squid::Service/Service[squid]: Triggered 'refresh' from 1 event Info: Class[Squid::Service]: Unscheduling all events on Class[Squid::Service] Info: Class[Squid]: Unscheduling all events on Class[Squid] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 125.60 seconds
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 Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144825571.a8hwau.pp Last 10 lines of output were: Jul 09 14:50:35 rocky8-64-puppet7.example.com squid[774]: Squid Parent: squid-1 process 776 exited with status 0 Jul 09 14:50:35 rocky8-64-puppet7.example.com systemd[1]: squid.service: Failed with result 'timeout'. Jul 09 14:50:35 rocky8-64-puppet7.example.com systemd[1]: Failed to start Squid caching proxy. �[mNotice: /Stage[main]/Squid::Service/Service[squid]: Triggered 'refresh' from 1 event Info: Class[Squid::Service]: Unscheduling all events on Class[Squid::Service] Info: Class[Squid]: Unscheduling all events on Class[Squid] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 128.05 seconds
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 Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144826301.ICtyMV.pp Last 10 lines of output were: Jul 09 14:50:38 rocky8-64-puppet8.example.com squid[775]: Squid Parent: squid-1 process 777 exited with status 0 Jul 09 14:50:38 rocky8-64-puppet8.example.com systemd[1]: squid.service: Failed with result 'timeout'. Jul 09 14:50:38 rocky8-64-puppet8.example.com systemd[1]: Failed to start Squid caching proxy. �[mNotice: /Stage[main]/Squid::Service/Service[squid]: Triggered 'refresh' from 1 event Info: Class[Squid::Service]: Unscheduling all events on Class[Squid::Service] Info: Class[Squid]: Unscheduling all events on Class[Squid] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 129.98 seconds
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 Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144858153.RyoKR0.pp Last 10 lines of output were: Jul 09 14:51:08 oracle8-64-puppet8.example.com squid[753]: Squid Parent: squid-1 process 755 exited with status 0 Jul 09 14:51:08 oracle8-64-puppet8.example.com systemd[1]: squid.service: Failed with result 'timeout'. Jul 09 14:51:08 oracle8-64-puppet8.example.com systemd[1]: Failed to start Squid caching proxy. �[mNotice: /Stage[main]/Squid::Service/Service[squid]: Triggered 'refresh' from 1 event Info: Class[Squid::Service]: Unscheduling all events on Class[Squid::Service] Info: Class[Squid]: Unscheduling all events on Class[Squid] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 128.14 seconds