Support wsgi on python 3.8 and 3.9 on rhel8 #229
Annotations
8 errors
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 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170859514.TWXz5y.pp
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /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]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 25.96 seconds
|
spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost
Failure/Error: expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expected "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>504 Gateway Timeout</titl...y did not receive a timely response\nfrom the upstream server or application.</p>\n</body></html>\n" to match /<title>Puppetboard<\/title>/
Diff:
@@ -1,8 +1,15 @@
-/<title>Puppetboard<\/title>/
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>504 Gateway Timeout</title>
+</head><body>
+<h1>Gateway Timeout</h1>
+<p>The gateway did not receive a timely response
+from the upstream server or application.</p>
+</body></html>
|
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 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171029439.ADLIVH.pp
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /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]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 7.29 seconds
|
spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost
Failure/Error: expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expected "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>500 Internal Server Error...>More information about this error may be available\nin the server error log.</p>\n</body></html>\n" to match /<title>Puppetboard<\/title>/
Diff:
@@ -1,14 +1,27 @@
-/<title>Puppetboard<\/title>/
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>500 Internal Server Error</title>
+</head><body>
+<h1>Internal Server Error</h1>
+<p>The server encountered an internal error or
+misconfiguration and was unable to complete
+your request.</p>
+<p>Please contact the server administrator at
+ [no address given] to inform them of the time this error occurred,
+ and the actions you performed just before this error.</p>
+<p>More information about this error may be available
+in the server error log.</p>
+</body></html>
|
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 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171040499.tzUzeM.pp
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /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]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.26 seconds
|
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 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171047047.1jdUhA.pp
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /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]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.78 seconds
|
spec/acceptance/class_spec.rb#L174
puppetboard class AUTH ldap-group works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_171054775.0iIb1r.pp
Last 10 lines of output were:
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Warning: /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]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.83 seconds
|
|
This job failed
Loading