Add support for Debian 11 and 12 #197
Annotations
9 errors
Run tests:
spec/acceptance/base_spec.rb#L16
Rsyslog base applies with upstream adiscon repo applies with repo
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193159464.pp.gfxPS6
Last 10 lines of output were:
Apr 16 19:32:04 debian10-64-puppet8.example.com systemd[1]: rsyslog.service: Service RestartSec=100ms expired, scheduling restart.
Apr 16 19:32:04 debian10-64-puppet8.example.com systemd[1]: rsyslog.service: Scheduled restart job, restart counter is at 4.
Apr 16 19:32:04 debian10-64-puppet8.example.com systemd[1]: Stopped System Logging Service.
Apr 16 19:32:04 debian10-64-puppet8.example.com systemd[1]: Starting System Logging Service...
Apr 16 19:32:04 debian10-64-puppet8.example.com systemd[1]: rsyslog.service: Main process exited, code=exited, status=1/FAILURE
Apr 16 19:32:04 debian10-64-puppet8.example.com systemd[1]: rsyslog.service: Failed with result 'exit-code'.
Apr 16 19:32:04 debian10-64-puppet8.example.com systemd[1]: Failed to start System Logging Service.
Info: Class[Rsyslog::Base]: Unscheduling all events on Class[Rsyslog::Base]
�[mNotice: Applied catalog in 2.60 seconds
|
Run tests:
spec/acceptance/rsyslog_spec.rb#L11
Rsyslog with defaults applies
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193246880.pp.JPoEP8
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'overrides'. (file: /tmp/apply_manifest_193246880.pp.JPoEP8, line: 10, column: 36) on node debian10-64-puppet8.example.com
|
Run tests:
spec/acceptance/rsyslog_spec.rb#L32
Rsyslog with defaults File "/etc/rsyslog.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/rsyslog.conf".file?` to be truthy, got false
|
Run tests:
spec/acceptance/rsyslog_spec.rb#L33
Rsyslog with defaults File "/etc/rsyslog.conf" is expected to be readable
Failure/Error: it { is_expected.to be_readable }
expected File "/etc/rsyslog.conf" to be readable
|
Run tests:
spec/acceptance/rsyslog_spec.rb#L37
Rsyslog with defaults File "/etc/rsyslog.d" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/rsyslog.d".directory?` to be truthy, got false
|
Run tests:
spec/acceptance/rsyslog_spec.rb#L38
Rsyslog with defaults File "/etc/rsyslog.d" is expected to exist
Failure/Error: it { is_expected.to exist }
expected File "/etc/rsyslog.d" to exist
|
Run tests:
spec/acceptance/rsyslog_spec.rb#L42
Rsyslog with defaults Package "rsyslog" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "rsyslog" to be installed
|
Run tests:
spec/acceptance/rsyslog_spec.rb#L46
Rsyslog with defaults Service "rsyslog" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "rsyslog" to be running
|
Run tests
Process completed with exit code 1.
|
Loading