Skip to content

Add EL 9 support

Add EL 9 support #181

Triggered via pull request December 18, 2023 21:08
Status Failure
Total duration 7m 18s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
14s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

60 errors
Puppet / 8 - AlmaLinux 9: spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211132908.pp.fZOvau Last 10 lines of output were: �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]/ensure: defined content as '{sha256}387d5fceaae1da0a6801b399bc6132889ba0fbddb60b3f0ad1393a90b94bc602' Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Scheduling refresh of Service[puppetdb-dlo-cleanup.timer] Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Scheduling refresh of Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer] Info: Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]: Scheduling refresh of Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload] �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Triggered 'refresh' from 1 event Info: Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]: Scheduling refresh of Service[puppetdb-dlo-cleanup.timer] �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Unscheduling refresh on Service[puppetdb-dlo-cleanup.timer] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 36.36 seconds
Puppet / 8 - AlmaLinux 9: spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost Failure/Error: shell('/usr/bin/curl localhost/puppetboard/') do |r| expect(r.stdout).to match(%r{<title>Puppetboard</title>}) expect(r.exit_code).to be_zero end Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 7 running: /usr/bin/curl localhost/puppetboard/ Last 10 lines of output were: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to localhost port 80: Connection refused
Puppet / 8 - AlmaLinux 9: spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211213702.pp.s1wKwk Last 10 lines of output were: Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-directories]/Concat_fragment[localhost-directories]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-logging]/Concat_fragment[localhost-logging]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-serversignature]/Concat_fragment[localhost-serversignature]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-access_log]/Concat_fragment[localhost-access_log]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-wsgi]/Concat_fragment[localhost-wsgi]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-file_footer]/Concat_fragment[localhost-file_footer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Apache::Listen[80]/Concat::Fragment[Listen 80]/Concat_fragment[Listen 80]: Skipping because of failed dependencies Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.10 seconds
Puppet / 8 - AlmaLinux 9: spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost Failure/Error: shell('/usr/bin/curl localhost') do |r| expect(r.stdout).to match(%r{<title>Puppetboard</title>}) expect(r.exit_code).to be_zero end Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 7 running: /usr/bin/curl localhost Last 10 lines of output were: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to localhost port 80: Connection refused
Puppet / 8 - AlmaLinux 9: spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211219508.pp.5aC45n Last 10 lines of output were: Warning: /Stage[main]/Puppetboard/Python::Pyvenv[/srv/puppetboard/virtenv-puppetboard]/File[/srv/puppetboard/virtenv-puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard/Python::Pyvenv[/srv/puppetboard/virtenv-puppetboard]/Exec[python_virtualenv_/srv/puppetboard/virtenv-puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard/Python::Pip[puppetboard]/Exec[pip_install_puppetboard]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Apache/Apache::Vhost[default]/Concat[15-default-80.conf]/File[/etc/httpd/conf.d/15-default-80.conf]/ensure: defined content as '{sha256}809ce189fdc13b0c7d59cf49a579dcdb7e6011b519250beb4c9c4f20d9f391d2' Info: Concat[15-default-80.conf]: Scheduling refresh of Class[Apache::Service] Info: Class[Apache::Service]: Scheduling refresh of Service[httpd] �[mNotice: /Stage[main]/Apache::Service/Service[httpd]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Apache::Service/Service[httpd]: Unscheduling refresh on Service[httpd] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.35 seconds
Puppet / 8 - AlmaLinux 9: spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" } expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Puppet / 8 - AlmaLinux 9: spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" } expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Puppet / 8 - AlmaLinux 9: spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211225901.pp.XtfVJw Last 10 lines of output were: Warning: /Stage[main]/Puppetboard::Apache::Conf/File[/srv/puppetboard/puppetboard/wsgi.py]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/01-ldap.conf]/ensure: removed Info: /etc/httpd/conf.modules.d: Scheduling refresh of Class[Apache::Service] Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/File[apache_puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/Exec[syntax verification for puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/Exec[remove puppetboard if invalid]: Skipping because of failed dependencies Info: Class[Apache::Service]: Unscheduling all events on Class[Apache::Service] Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.85 seconds
Puppet / 8 - AlmaLinux 9: spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap" Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' } expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
Puppet / 8 - AlmaLinux 9: spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\"" Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' } expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Puppet / 8 - Rocky 9: spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211153657.pp.VqsRcJ Last 10 lines of output were: �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]/ensure: defined content as '{sha256}23d9cf4231743737c1d64dadf64fee1c53895eb93f4b1c1352bf89af04566b53' Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Scheduling refresh of Service[puppetdb-dlo-cleanup.timer] Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Scheduling refresh of Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer] Info: Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]: Scheduling refresh of Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload] �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Triggered 'refresh' from 1 event Info: Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]: Scheduling refresh of Service[puppetdb-dlo-cleanup.timer] �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Unscheduling refresh on Service[puppetdb-dlo-cleanup.timer] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 38.05 seconds
Puppet / 8 - Rocky 9: spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost Failure/Error: shell('/usr/bin/curl localhost/puppetboard/') do |r| expect(r.stdout).to match(%r{<title>Puppetboard</title>}) expect(r.exit_code).to be_zero end Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 7 running: /usr/bin/curl localhost/puppetboard/ Last 10 lines of output were: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to localhost port 80: Connection refused
Puppet / 8 - Rocky 9: spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211236143.pp.I5M04S Last 10 lines of output were: Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-directories]/Concat_fragment[localhost-directories]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-logging]/Concat_fragment[localhost-logging]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-serversignature]/Concat_fragment[localhost-serversignature]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-access_log]/Concat_fragment[localhost-access_log]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-wsgi]/Concat_fragment[localhost-wsgi]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-file_footer]/Concat_fragment[localhost-file_footer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Apache::Listen[80]/Concat::Fragment[Listen 80]/Concat_fragment[Listen 80]: Skipping because of failed dependencies Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.06 seconds
Puppet / 8 - Rocky 9: spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost Failure/Error: shell('/usr/bin/curl localhost') do |r| expect(r.stdout).to match(%r{<title>Puppetboard</title>}) expect(r.exit_code).to be_zero end Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 7 running: /usr/bin/curl localhost Last 10 lines of output were: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to localhost port 80: Connection refused
Puppet / 8 - Rocky 9: spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211241652.pp.EaWoJw Last 10 lines of output were: Warning: /Stage[main]/Puppetboard/Python::Pyvenv[/srv/puppetboard/virtenv-puppetboard]/File[/srv/puppetboard/virtenv-puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard/Python::Pyvenv[/srv/puppetboard/virtenv-puppetboard]/Exec[python_virtualenv_/srv/puppetboard/virtenv-puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard/Python::Pip[puppetboard]/Exec[pip_install_puppetboard]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Apache/Apache::Vhost[default]/Concat[15-default-80.conf]/File[/etc/httpd/conf.d/15-default-80.conf]/ensure: defined content as '{sha256}809ce189fdc13b0c7d59cf49a579dcdb7e6011b519250beb4c9c4f20d9f391d2' Info: Concat[15-default-80.conf]: Scheduling refresh of Class[Apache::Service] Info: Class[Apache::Service]: Scheduling refresh of Service[httpd] �[mNotice: /Stage[main]/Apache::Service/Service[httpd]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Apache::Service/Service[httpd]: Unscheduling refresh on Service[httpd] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.33 seconds
Puppet / 8 - Rocky 9: spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" } expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Puppet / 8 - Rocky 9: spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" } expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Puppet / 8 - Rocky 9: spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211247959.pp.djtN50 Last 10 lines of output were: Warning: /Stage[main]/Puppetboard::Apache::Conf/File[/srv/puppetboard/puppetboard/wsgi.py]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/01-ldap.conf]/ensure: removed Info: /etc/httpd/conf.modules.d: Scheduling refresh of Class[Apache::Service] Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/File[apache_puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/Exec[syntax verification for puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/Exec[remove puppetboard if invalid]: Skipping because of failed dependencies Info: Class[Apache::Service]: Unscheduling all events on Class[Apache::Service] Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.94 seconds
Puppet / 8 - Rocky 9: spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap" Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' } expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
Puppet / 8 - Rocky 9: spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\"" Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' } expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Puppet / 7 - Rocky 9: spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211143441.pp.N2nQGh Last 10 lines of output were: �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]/ensure: defined content as '{sha256}440848ce44df7543a7d7cdc8714473f33dae3b962e71189e0b4463fd3ef42c45' Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Scheduling refresh of Service[puppetdb-dlo-cleanup.timer] Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Scheduling refresh of Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer] Info: Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]: Scheduling refresh of Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload] �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Triggered 'refresh' from 1 event Info: Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]: Scheduling refresh of Service[puppetdb-dlo-cleanup.timer] �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Unscheduling refresh on Service[puppetdb-dlo-cleanup.timer] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 55.48 seconds
Puppet / 7 - Rocky 9: spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost Failure/Error: shell('/usr/bin/curl localhost/puppetboard/') do |r| expect(r.stdout).to match(%r{<title>Puppetboard</title>}) expect(r.exit_code).to be_zero end Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 7 running: /usr/bin/curl localhost/puppetboard/ Last 10 lines of output were: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to localhost port 80: Connection refused
Puppet / 7 - Rocky 9: spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211242449.pp.n4ugbQ Last 10 lines of output were: Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-directories]/Concat_fragment[localhost-directories]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-logging]/Concat_fragment[localhost-logging]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-serversignature]/Concat_fragment[localhost-serversignature]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-access_log]/Concat_fragment[localhost-access_log]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-wsgi]/Concat_fragment[localhost-wsgi]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-file_footer]/Concat_fragment[localhost-file_footer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Apache::Listen[80]/Concat::Fragment[Listen 80]/Concat_fragment[Listen 80]: Skipping because of failed dependencies Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.05 seconds
Puppet / 7 - Rocky 9: spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost Failure/Error: shell('/usr/bin/curl localhost') do |r| expect(r.stdout).to match(%r{<title>Puppetboard</title>}) expect(r.exit_code).to be_zero end Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 7 running: /usr/bin/curl localhost Last 10 lines of output were: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to localhost port 80: Connection refused
Puppet / 7 - Rocky 9: spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211247184.pp.6mqSNs Last 10 lines of output were: Warning: /Stage[main]/Puppetboard/Python::Pyvenv[/srv/puppetboard/virtenv-puppetboard]/File[/srv/puppetboard/virtenv-puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard/Python::Pyvenv[/srv/puppetboard/virtenv-puppetboard]/Exec[python_virtualenv_/srv/puppetboard/virtenv-puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard/Python::Pip[puppetboard]/Exec[pip_install_puppetboard]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Apache/Apache::Vhost[default]/Concat[15-default-80.conf]/File[/etc/httpd/conf.d/15-default-80.conf]/ensure: defined content as '{sha256}809ce189fdc13b0c7d59cf49a579dcdb7e6011b519250beb4c9c4f20d9f391d2' Info: Concat[15-default-80.conf]: Scheduling refresh of Class[Apache::Service] Info: Class[Apache::Service]: Scheduling refresh of Service[httpd] �[mNotice: /Stage[main]/Apache::Service/Service[httpd]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Apache::Service/Service[httpd]: Unscheduling refresh on Service[httpd] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.44 seconds
Puppet / 7 - Rocky 9: spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" } expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Puppet / 7 - Rocky 9: spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" } expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Puppet / 7 - Rocky 9: spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211252798.pp.d538IS Last 10 lines of output were: Warning: /Stage[main]/Puppetboard::Apache::Conf/File[/srv/puppetboard/puppetboard/wsgi.py]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/01-ldap.conf]/ensure: removed Info: /etc/httpd/conf.modules.d: Scheduling refresh of Class[Apache::Service] Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/File[apache_puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/Exec[syntax verification for puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/Exec[remove puppetboard if invalid]: Skipping because of failed dependencies Info: Class[Apache::Service]: Unscheduling all events on Class[Apache::Service] Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 2.16 seconds
Puppet / 7 - Rocky 9: spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap" Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' } expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
Puppet / 7 - Rocky 9: spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\"" Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' } expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Puppet / 7 - OracleLinux 9: spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211154051.pp.lvCUXF Last 10 lines of output were: �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]/ensure: defined content as '{sha256}d66240c96bfbe760670fe575737f13fe707307be757efaebace2b7baf43dc0fc' Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Scheduling refresh of Service[puppetdb-dlo-cleanup.timer] Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Scheduling refresh of Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer] Info: Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]: Scheduling refresh of Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload] �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Triggered 'refresh' from 1 event Info: Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]: Scheduling refresh of Service[puppetdb-dlo-cleanup.timer] �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Unscheduling refresh on Service[puppetdb-dlo-cleanup.timer] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 42.49 seconds
Puppet / 7 - OracleLinux 9: spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost Failure/Error: shell('/usr/bin/curl localhost/puppetboard/') do |r| expect(r.stdout).to match(%r{<title>Puppetboard</title>}) expect(r.exit_code).to be_zero end Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 7 running: /usr/bin/curl localhost/puppetboard/ Last 10 lines of output were: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to localhost port 80: Connection refused
Puppet / 7 - OracleLinux 9: spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211240295.pp.Y7qvD6 Last 10 lines of output were: Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-directories]/Concat_fragment[localhost-directories]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-logging]/Concat_fragment[localhost-logging]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-serversignature]/Concat_fragment[localhost-serversignature]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-access_log]/Concat_fragment[localhost-access_log]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-wsgi]/Concat_fragment[localhost-wsgi]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-file_footer]/Concat_fragment[localhost-file_footer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Apache::Listen[80]/Concat::Fragment[Listen 80]/Concat_fragment[Listen 80]: Skipping because of failed dependencies Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.34 seconds
Puppet / 7 - OracleLinux 9: spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost Failure/Error: shell('/usr/bin/curl localhost') do |r| expect(r.stdout).to match(%r{<title>Puppetboard</title>}) expect(r.exit_code).to be_zero end Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 7 running: /usr/bin/curl localhost Last 10 lines of output were: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to localhost port 80: Connection refused
Puppet / 7 - OracleLinux 9: spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211245400.pp.4crI52 Last 10 lines of output were: Warning: /Stage[main]/Puppetboard/Python::Pyvenv[/srv/puppetboard/virtenv-puppetboard]/File[/srv/puppetboard/virtenv-puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard/Python::Pyvenv[/srv/puppetboard/virtenv-puppetboard]/Exec[python_virtualenv_/srv/puppetboard/virtenv-puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard/Python::Pip[puppetboard]/Exec[pip_install_puppetboard]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Apache/Apache::Vhost[default]/Concat[15-default-80.conf]/File[/etc/httpd/conf.d/15-default-80.conf]/ensure: defined content as '{sha256}809ce189fdc13b0c7d59cf49a579dcdb7e6011b519250beb4c9c4f20d9f391d2' Info: Concat[15-default-80.conf]: Scheduling refresh of Class[Apache::Service] Info: Class[Apache::Service]: Scheduling refresh of Service[httpd] �[mNotice: /Stage[main]/Apache::Service/Service[httpd]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Apache::Service/Service[httpd]: Unscheduling refresh on Service[httpd] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.80 seconds
Puppet / 7 - OracleLinux 9: spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" } expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Puppet / 7 - OracleLinux 9: spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" } expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Puppet / 7 - OracleLinux 9: spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211251501.pp.SbF4tO Last 10 lines of output were: Warning: /Stage[main]/Puppetboard::Apache::Conf/File[/srv/puppetboard/puppetboard/wsgi.py]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/01-ldap.conf]/ensure: removed Info: /etc/httpd/conf.modules.d: Scheduling refresh of Class[Apache::Service] Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/File[apache_puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/Exec[syntax verification for puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/Exec[remove puppetboard if invalid]: Skipping because of failed dependencies Info: Class[Apache::Service]: Unscheduling all events on Class[Apache::Service] Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 2.38 seconds
Puppet / 7 - OracleLinux 9: spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap" Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' } expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
Puppet / 7 - OracleLinux 9: spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\"" Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' } expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Puppet / 7 - AlmaLinux 9: spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211123559.pp.w0II9n Last 10 lines of output were: �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]/ensure: defined content as '{sha256}4baf95c469e7dda0e386386555c633c4656ade42a0ac7b5d56520f34621e0a79' Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Scheduling refresh of Service[puppetdb-dlo-cleanup.timer] Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Scheduling refresh of Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer] Info: Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]: Scheduling refresh of Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload] �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Triggered 'refresh' from 1 event Info: Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]: Scheduling refresh of Service[puppetdb-dlo-cleanup.timer] �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Unscheduling refresh on Service[puppetdb-dlo-cleanup.timer] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 76.26 seconds
Puppet / 7 - AlmaLinux 9: spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost Failure/Error: shell('/usr/bin/curl localhost/puppetboard/') do |r| expect(r.stdout).to match(%r{<title>Puppetboard</title>}) expect(r.exit_code).to be_zero end Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 7 running: /usr/bin/curl localhost/puppetboard/ Last 10 lines of output were: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to localhost port 80: Connection refused
Puppet / 7 - AlmaLinux 9: spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211243171.pp.MvIvRw Last 10 lines of output were: Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-directories]/Concat_fragment[localhost-directories]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-logging]/Concat_fragment[localhost-logging]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-serversignature]/Concat_fragment[localhost-serversignature]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-access_log]/Concat_fragment[localhost-access_log]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-wsgi]/Concat_fragment[localhost-wsgi]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-file_footer]/Concat_fragment[localhost-file_footer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Apache::Listen[80]/Concat::Fragment[Listen 80]/Concat_fragment[Listen 80]: Skipping because of failed dependencies Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.03 seconds
Puppet / 7 - AlmaLinux 9: spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost Failure/Error: shell('/usr/bin/curl localhost') do |r| expect(r.stdout).to match(%r{<title>Puppetboard</title>}) expect(r.exit_code).to be_zero end Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 7 running: /usr/bin/curl localhost Last 10 lines of output were: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to localhost port 80: Connection refused
Puppet / 7 - AlmaLinux 9: spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211247727.pp.AEzTMa Last 10 lines of output were: Warning: /Stage[main]/Puppetboard/Python::Pyvenv[/srv/puppetboard/virtenv-puppetboard]/File[/srv/puppetboard/virtenv-puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard/Python::Pyvenv[/srv/puppetboard/virtenv-puppetboard]/Exec[python_virtualenv_/srv/puppetboard/virtenv-puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard/Python::Pip[puppetboard]/Exec[pip_install_puppetboard]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Apache/Apache::Vhost[default]/Concat[15-default-80.conf]/File[/etc/httpd/conf.d/15-default-80.conf]/ensure: defined content as '{sha256}809ce189fdc13b0c7d59cf49a579dcdb7e6011b519250beb4c9c4f20d9f391d2' Info: Concat[15-default-80.conf]: Scheduling refresh of Class[Apache::Service] Info: Class[Apache::Service]: Scheduling refresh of Service[httpd] �[mNotice: /Stage[main]/Apache::Service/Service[httpd]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Apache::Service/Service[httpd]: Unscheduling refresh on Service[httpd] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.32 seconds
Puppet / 7 - AlmaLinux 9: spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" } expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Puppet / 7 - AlmaLinux 9: spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" } expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Puppet / 7 - AlmaLinux 9: spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211253029.pp.K9cSQd Last 10 lines of output were: Warning: /Stage[main]/Puppetboard::Apache::Conf/File[/srv/puppetboard/puppetboard/wsgi.py]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/01-ldap.conf]/ensure: removed Info: /etc/httpd/conf.modules.d: Scheduling refresh of Class[Apache::Service] Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/File[apache_puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/Exec[syntax verification for puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/Exec[remove puppetboard if invalid]: Skipping because of failed dependencies Info: Class[Apache::Service]: Unscheduling all events on Class[Apache::Service] Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 2.02 seconds
Puppet / 7 - AlmaLinux 9: spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap" Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' } expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
Puppet / 7 - AlmaLinux 9: spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\"" Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' } expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Puppet / 8 - OracleLinux 9: spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211156983.pp.vpE9Qs Last 10 lines of output were: �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]/ensure: defined content as '{sha256}df6c55ba3e4bd66d689f1510da4ac65434dc0608a54afed21891e7c28f4d1260' Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Scheduling refresh of Service[puppetdb-dlo-cleanup.timer] Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Scheduling refresh of Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer] Info: Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]: Scheduling refresh of Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload] �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Triggered 'refresh' from 1 event Info: Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]: Scheduling refresh of Service[puppetdb-dlo-cleanup.timer] �[mNotice: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Unscheduling refresh on Service[puppetdb-dlo-cleanup.timer] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 44.94 seconds
Puppet / 8 - OracleLinux 9: spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost Failure/Error: shell('/usr/bin/curl localhost/puppetboard/') do |r| expect(r.stdout).to match(%r{<title>Puppetboard</title>}) expect(r.exit_code).to be_zero end Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 7 running: /usr/bin/curl localhost/puppetboard/ Last 10 lines of output were: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to localhost port 80: Connection refused
Puppet / 8 - OracleLinux 9: spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211246636.pp.8wyh1p Last 10 lines of output were: Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-directories]/Concat_fragment[localhost-directories]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-logging]/Concat_fragment[localhost-logging]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-serversignature]/Concat_fragment[localhost-serversignature]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-access_log]/Concat_fragment[localhost-access_log]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-wsgi]/Concat_fragment[localhost-wsgi]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Concat::Fragment[localhost-file_footer]/Concat_fragment[localhost-file_footer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Vhost/Apache::Vhost[localhost]/Apache::Listen[80]/Concat::Fragment[Listen 80]/Concat_fragment[Listen 80]: Skipping because of failed dependencies Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.38 seconds
Puppet / 8 - OracleLinux 9: spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost Failure/Error: shell('/usr/bin/curl localhost') do |r| expect(r.stdout).to match(%r{<title>Puppetboard</title>}) expect(r.exit_code).to be_zero end Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 7 running: /usr/bin/curl localhost Last 10 lines of output were: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to localhost port 80: Connection refused
Puppet / 8 - OracleLinux 9: spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211252868.pp.dgXKgX Last 10 lines of output were: Warning: /Stage[main]/Puppetboard/Python::Pyvenv[/srv/puppetboard/virtenv-puppetboard]/File[/srv/puppetboard/virtenv-puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard/Python::Pyvenv[/srv/puppetboard/virtenv-puppetboard]/Exec[python_virtualenv_/srv/puppetboard/virtenv-puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard/Python::Pip[puppetboard]/Exec[pip_install_puppetboard]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Apache/Apache::Vhost[default]/Concat[15-default-80.conf]/File[/etc/httpd/conf.d/15-default-80.conf]/ensure: defined content as '{sha256}809ce189fdc13b0c7d59cf49a579dcdb7e6011b519250beb4c9c4f20d9f391d2' Info: Concat[15-default-80.conf]: Scheduling refresh of Class[Apache::Service] Info: Class[Apache::Service]: Scheduling refresh of Service[httpd] �[mNotice: /Stage[main]/Apache::Service/Service[httpd]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Apache::Service/Service[httpd]: Unscheduling refresh on Service[httpd] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.83 seconds
Puppet / 8 - OracleLinux 9: spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" } expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Puppet / 8 - OracleLinux 9: spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" } expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Puppet / 8 - OracleLinux 9: spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211300081.pp.l83iyU Last 10 lines of output were: Warning: /Stage[main]/Puppetboard::Apache::Conf/File[/srv/puppetboard/puppetboard/wsgi.py]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/01-ldap.conf]/ensure: removed Info: /etc/httpd/conf.modules.d: Scheduling refresh of Class[Apache::Service] Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/File[apache_puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/Exec[syntax verification for puppetboard]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetboard::Apache::Conf/Apache::Custom_config[puppetboard]/Exec[remove puppetboard if invalid]: Skipping because of failed dependencies Info: Class[Apache::Service]: Unscheduling all events on Class[Apache::Service] Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 2.56 seconds
Puppet / 8 - OracleLinux 9: spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap" Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' } expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
Puppet / 8 - OracleLinux 9: spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/httpd/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\"" Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' } expected File "/etc/httpd/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""