Skip to content

Commit

Permalink
add acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
trefzer committed Aug 14, 2024
1 parent 92caaba commit b1facf8
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions spec/acceptance/journal_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# frozen_string_literal: true

require 'spec_helper_acceptance'

describe 'systemd with remote/upload journal' do
context 'configure journal remote/upload' do
let(:manifest) do
<<~PUPPET
package { 'openssl':
ensure => 'installed',
before => Exec['generate-key'],
}
exec { 'generate-key':
path => ['/bin','/sbin','/usr/bin','/usr/sbin'],
command => 'openssl req -x509 -sha256 -nodes -newkey rsa:1024 -keyout key.pem -out cert.pem -subj "/CN=localhost"',
cwd => '/tmp',
creates => '/tmp/cert.pem',
before => Class['systemd'],
}
class { 'systemd':
manage_journal_upload => false,
manage_journal_remote => true,
journal_upload_settings => {
'URL' => 'https://127.0.0.1',
},
journal_remote_settings => {
'ServerKeyFile' => '/tmp/key.pem',
'ServerCertificateFile' => '/tmp/cert.pem',
},
}
PUPPET
end

it 'works idempotently with no errors' do

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154504081.pUJ676.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1723650305' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.17 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154505023.ZH0IUG.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1723650306' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.16 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154525992.1zXc67.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1723650327' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.63 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154504102.CvmdPG.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1723650305' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.16 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 22.04

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154524968.toVG5B.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1723650327' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.95 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 12

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154523008.7cIv5s.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1723650324' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.70 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Debian 11

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154529546.4DWj5G.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1723650331' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.69 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154515132.YphuKa.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1723650316' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.15 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154518559.Gse8ih.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1723650320' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.14 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 9

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154513889.H70whV.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1723650315' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.17 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154533869.SvDQv8.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1723650335' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 1.05 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154516554.3g0umn.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1723650318' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.15 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Ubuntu 20.04

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154535418.i8wqig.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1723650337' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 1.20 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154519722.3e4v0O.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1723650321' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.17 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Debian 12

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154532283.Oz86gB.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1723650334' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.70 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154539098.suN2wV.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1723650341' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 1.20 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154522486.dYnczR.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1723650324' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.16 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154517100.qEKXl8.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1723650319' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.21 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - Rocky 8

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154526446.Ly2loe.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1723650328' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.15 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154530550.qlk9cV.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1723650332' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.19 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Distro Puppet - Archlinux rolling

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154612892.U9hxNc.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for archlinuxrolling-64.example.com in environment production in 0.09 seconds Info: Using environment 'production' Info: Applying configuration version '1723650374' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.47 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154548973.FWNHZn.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1723650350' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.17 seconds

Check failure on line 34 in spec/acceptance/journal_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - OracleLinux 8

systemd with remote/upload journal configure journal remote/upload works idempotently with no errors Failure/Error: apply_manifest(manifest, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_154557436.Lw6npx.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other' �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1723650359' �[mNotice: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Systemd::Journal_remote/Service[systemd-journal-remote]: Unscheduling refresh on Service[systemd-journal-remote] �[mNotice: Applied catalog in 0.18 seconds
apply_manifest(manifest, catch_failures: true)
apply_manifest(manifest, catch_changes: true)
end
end
end

0 comments on commit b1facf8

Please sign in to comment.