modulesync 9.3.0 #241
ci.yml
on: pull_request
Puppet
/
Static validations
31s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
3s
Annotations
31 errors and 5 warnings
Puppet / 8 (Ruby 3.2):
spec/classes/chrony_spec.rb#L133
chrony on redhat-8-x86_64 chrony::config is expected to contain File[/etc/chrony/chrony.conf] with content =~ /keyfile .*chrony.keys/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{keyfile .*chrony.keys}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 8 (Ruby 3.2):
spec/classes/chrony_spec.rb#L94
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*bindcmdaddress ::1$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*bindcmdaddress ::1$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 8 (Ruby 3.2):
spec/classes/chrony_spec.rb#L95
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*bindcmdaddress 127\.0\.0\.1$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*bindcmdaddress 127\.0\.0\.1$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 8 (Ruby 3.2):
spec/classes/chrony_spec.rb#L99
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*server 0.pool.ntp.org iburst$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*server #{s} iburst$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 8 (Ruby 3.2):
spec/classes/chrony_spec.rb#L99
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*server 1.pool.ntp.org iburst$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*server #{s} iburst$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 8 (Ruby 3.2):
spec/classes/chrony_spec.rb#L99
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*server 2.pool.ntp.org iburst$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*server #{s} iburst$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 8 (Ruby 3.2):
spec/classes/chrony_spec.rb#L99
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*server 3.pool.ntp.org iburst$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*server #{s} iburst$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 8 (Ruby 3.2):
spec/classes/chrony_spec.rb#L101
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*driftfile \/var\/lib\/chrony\/drift$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*driftfile /var/lib/chrony/drift$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 8 (Ruby 3.2):
spec/classes/chrony_spec.rb#L102
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*rtcsync$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*rtcsync$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 8 (Ruby 3.2):
spec/classes/chrony_spec.rb#L103
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content !~ /^\s*dumpdir/
Failure/Error: it { is_expected.to contain_file(config_file).without_content(%r{^\s*dumpdir}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L6
chrony class: works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115838662.Nt9GgB.pp
Last 10 lines of output were:
Error: /Stage[main]/Chrony::Service/Service[chronyd]/ensure: change from 'stopped' to 'running' failed: Systemd start for chronyd failed!
journalctl log for chronyd:
-- Logs begin at Fri 2024-09-13 11:58:21 UTC, end at Fri 2024-09-13 11:58:44 UTC. --
-- No entries --
�[mNotice: /Stage[main]/Chrony::Service/Service[chronyd]: Triggered 'refresh' from 1 event
Info: Class[Chrony::Service]: Unscheduling all events on Class[Chrony::Service]
Info: Class[Chrony]: Unscheduling all events on Class[Chrony]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 4.61 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L33
chrony class: Service "chrony" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "chrony" to be running
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L43
chrony class: with chrony-wait service enabled works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115846336.Xnj54k.pp
Last 10 lines of output were:
journalctl log for chronyd:
-- Logs begin at Fri 2024-09-13 11:58:21 UTC, end at Fri 2024-09-13 11:58:49 UTC. --
-- No entries --
Error: /Stage[main]/Chrony::Service/Service[chronyd]/ensure: change from 'stopped' to 'running' failed: Systemd start for chronyd failed!
journalctl log for chronyd:
-- Logs begin at Fri 2024-09-13 11:58:21 UTC, end at Fri 2024-09-13 11:58:49 UTC. --
-- No entries --
�[mNotice: Applied catalog in 1.12 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L69
chrony class: with chrony-wait service enabled Service "chrony" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "chrony" to be running
|
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L6
chrony class: works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115841128.BKaKiC.pp
Last 10 lines of output were:
Error: /Stage[main]/Chrony::Service/Service[chronyd]/ensure: change from 'stopped' to 'running' failed: Systemd start for chronyd failed!
journalctl log for chronyd:
-- Logs begin at Fri 2024-09-13 11:58:24 UTC, end at Fri 2024-09-13 11:58:47 UTC. --
-- No entries --
�[mNotice: /Stage[main]/Chrony::Service/Service[chronyd]: Triggered 'refresh' from 1 event
Info: Class[Chrony::Service]: Unscheduling all events on Class[Chrony::Service]
Info: Class[Chrony]: Unscheduling all events on Class[Chrony]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 4.73 seconds
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L33
chrony class: Service "chrony" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "chrony" to be running
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L43
chrony class: with chrony-wait service enabled works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115849122.BGeNa3.pp
Last 10 lines of output were:
journalctl log for chronyd:
-- Logs begin at Fri 2024-09-13 11:58:24 UTC, end at Fri 2024-09-13 11:58:52 UTC. --
-- No entries --
Error: /Stage[main]/Chrony::Service/Service[chronyd]/ensure: change from 'stopped' to 'running' failed: Systemd start for chronyd failed!
journalctl log for chronyd:
-- Logs begin at Fri 2024-09-13 11:58:24 UTC, end at Fri 2024-09-13 11:58:52 UTC. --
-- No entries --
�[mNotice: Applied catalog in 1.11 seconds
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L69
chrony class: with chrony-wait service enabled Service "chrony" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "chrony" to be running
|
Puppet / Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/classes/chrony_spec.rb#L133
chrony on redhat-8-x86_64 chrony::config is expected to contain File[/etc/chrony/chrony.conf] with content =~ /keyfile .*chrony.keys/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{keyfile .*chrony.keys}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 7 (Ruby 2.7):
spec/classes/chrony_spec.rb#L94
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*bindcmdaddress ::1$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*bindcmdaddress ::1$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 7 (Ruby 2.7):
spec/classes/chrony_spec.rb#L95
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*bindcmdaddress 127\.0\.0\.1$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*bindcmdaddress 127\.0\.0\.1$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 7 (Ruby 2.7):
spec/classes/chrony_spec.rb#L99
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*server 0.pool.ntp.org iburst$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*server #{s} iburst$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 7 (Ruby 2.7):
spec/classes/chrony_spec.rb#L99
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*server 1.pool.ntp.org iburst$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*server #{s} iburst$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 7 (Ruby 2.7):
spec/classes/chrony_spec.rb#L99
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*server 2.pool.ntp.org iburst$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*server #{s} iburst$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 7 (Ruby 2.7):
spec/classes/chrony_spec.rb#L99
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*server 3.pool.ntp.org iburst$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*server #{s} iburst$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 7 (Ruby 2.7):
spec/classes/chrony_spec.rb#L101
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*driftfile \/var\/lib\/chrony\/drift$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*driftfile /var/lib/chrony/drift$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 7 (Ruby 2.7):
spec/classes/chrony_spec.rb#L102
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content =~ /^\s*rtcsync$/
Failure/Error: it { is_expected.to contain_file(config_file).with_content(%r{^\s*rtcsync$}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / 7 (Ruby 2.7):
spec/classes/chrony_spec.rb#L103
chrony on redhat-8-x86_64 chrony::config using defaults is expected to contain File[/etc/chrony/chrony.conf] with content !~ /^\s*dumpdir/
Failure/Error: it { is_expected.to contain_file(config_file).without_content(%r{^\s*dumpdir}) }
expected that the catalogue would contain File[/etc/chrony/chrony.conf]
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system RedHat 7
|
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 Ubuntu 18.04
|