Add support for Debian 11 and 12 #188
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 'debian11-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_003326271.pp.nB2E8m
Last 10 lines of output were:
Jan 31 00:33:31 debian11-64-puppet8.example.com systemd[1]: Failed to start System Logging Service.
Jan 31 00:33:32 debian11-64-puppet8.example.com systemd[1]: rsyslog.service: Scheduled restart job, restart counter is at 3.
Jan 31 00:33:32 debian11-64-puppet8.example.com systemd[1]: Stopped System Logging Service.
Jan 31 00:33:32 debian11-64-puppet8.example.com systemd[1]: Starting System Logging Service...
Jan 31 00:33:32 debian11-64-puppet8.example.com systemd[1]: rsyslog.service: Main process exited, code=exited, status=1/FAILURE
Jan 31 00:33:32 debian11-64-puppet8.example.com systemd[1]: rsyslog.service: Failed with result 'exit-code'.
Jan 31 00:33:32 debian11-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.30 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 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_003421410.pp.O8kzCg
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'overrides'. (file: /tmp/apply_manifest_003421410.pp.O8kzCg, line: 10, column: 36) on node debian11-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.
|
The logs for this run have expired and are no longer available.
Loading