Skip to content

Support wsgi on python 3.8 and 3.9 on rhel8 #224

Support wsgi on python 3.8 and 3.9 on rhel8

Support wsgi on python 3.8 and 3.9 on rhel8 #224

Triggered via pull request July 11, 2024 16:49
Status Cancelled
Total duration 8m 21s
Artifacts

ci.yml

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

Annotations

61 errors and 2 warnings
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on almalinux-9-x86_64 with python_versions 3.6 is expected to contain Class[apache::mod::wsgi] with package_name => "python3-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python3-mod_wsgi" but it is set to nil
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on almalinux-9-x86_64 with python_versions 3.8 is expected to contain Class[apache::mod::wsgi] with package_name => "python38-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python38-mod_wsgi" but it is set to nil
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on almalinux-9-x86_64 with python_versions 3.9 is expected to contain Class[apache::mod::wsgi] with package_name => "python39-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python39-mod_wsgi" but it is set to nil
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L86
puppetboard::apache::vhost default params on almalinux-9-x86_64 with unsupported python_versions is expected to raise Puppet::Error with message matching /python version not supported/ Failure/Error: it { is_expected.to raise_error(Puppet::Error, %r{python version not supported}) } expected Puppet::Error with message matching /python version not supported/ but nothing was raised
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on centos-9-x86_64 with python_versions 3.6 is expected to contain Class[apache::mod::wsgi] with package_name => "python3-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python3-mod_wsgi" but it is set to nil
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on centos-9-x86_64 with python_versions 3.8 is expected to contain Class[apache::mod::wsgi] with package_name => "python38-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python38-mod_wsgi" but it is set to nil
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on centos-9-x86_64 with python_versions 3.9 is expected to contain Class[apache::mod::wsgi] with package_name => "python39-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python39-mod_wsgi" but it is set to nil
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L86
puppetboard::apache::vhost default params on centos-9-x86_64 with unsupported python_versions is expected to raise Puppet::Error with message matching /python version not supported/ Failure/Error: it { is_expected.to raise_error(Puppet::Error, %r{python version not supported}) } expected Puppet::Error with message matching /python version not supported/ but nothing was raised
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on oraclelinux-9-x86_64 with python_versions 3.6 is expected to contain Class[apache::mod::wsgi] with package_name => "python3-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python3-mod_wsgi" but it is set to nil
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on oraclelinux-9-x86_64 with python_versions 3.8 is expected to contain Class[apache::mod::wsgi] with package_name => "python38-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python38-mod_wsgi" but it is set to nil
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on almalinux-9-x86_64 with python_versions 3.6 is expected to contain Class[apache::mod::wsgi] with package_name => "python3-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python3-mod_wsgi" but it is set to nil
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on almalinux-9-x86_64 with python_versions 3.8 is expected to contain Class[apache::mod::wsgi] with package_name => "python38-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python38-mod_wsgi" but it is set to nil
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on almalinux-9-x86_64 with python_versions 3.9 is expected to contain Class[apache::mod::wsgi] with package_name => "python39-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python39-mod_wsgi" but it is set to nil
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L86
puppetboard::apache::vhost default params on almalinux-9-x86_64 with unsupported python_versions is expected to raise Puppet::Error with message matching /python version not supported/ Failure/Error: it { is_expected.to raise_error(Puppet::Error, %r{python version not supported}) } expected Puppet::Error with message matching /python version not supported/ but nothing was raised
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on centos-9-x86_64 with python_versions 3.6 is expected to contain Class[apache::mod::wsgi] with package_name => "python3-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python3-mod_wsgi" but it is set to nil
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on centos-9-x86_64 with python_versions 3.8 is expected to contain Class[apache::mod::wsgi] with package_name => "python38-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python38-mod_wsgi" but it is set to nil
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on centos-9-x86_64 with python_versions 3.9 is expected to contain Class[apache::mod::wsgi] with package_name => "python39-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python39-mod_wsgi" but it is set to nil
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L86
puppetboard::apache::vhost default params on centos-9-x86_64 with unsupported python_versions is expected to raise Puppet::Error with message matching /python version not supported/ Failure/Error: it { is_expected.to raise_error(Puppet::Error, %r{python version not supported}) } expected Puppet::Error with message matching /python version not supported/ but nothing was raised
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on oraclelinux-9-x86_64 with python_versions 3.6 is expected to contain Class[apache::mod::wsgi] with package_name => "python3-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python3-mod_wsgi" but it is set to nil
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L71
puppetboard::apache::vhost default params on oraclelinux-9-x86_64 with python_versions 3.8 is expected to contain Class[apache::mod::wsgi] with package_name => "python38-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } expected that the catalogue would contain Class[apache::mod::wsgi] with package_name set to "python38-mod_wsgi" but it is set to nil
Puppet / Puppet 8 - Rocky 9: 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>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>
Puppet / Puppet 8 - Rocky 9: 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>
Puppet / Puppet 8 - Rocky 9
Process completed with exit code 1.
Puppet / Puppet 8 - AlmaLinux 9: 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>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>
Puppet / Puppet 8 - AlmaLinux 9: 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>
Puppet / Puppet 8 - AlmaLinux 9
Process completed with exit code 1.
Puppet / Puppet 7 - AlmaLinux 9: 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>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>
Puppet / Puppet 7 - AlmaLinux 9: 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>
Puppet / Puppet 7 - AlmaLinux 9
Process completed with exit code 1.
Puppet / Puppet 8 - OracleLinux 9: 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>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>
Puppet / Puppet 8 - OracleLinux 9: 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>
Puppet / Puppet 8 - OracleLinux 9
Process completed with exit code 1.
Puppet / Puppet 7 - OracleLinux 9: 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>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>
Puppet / Puppet 7 - OracleLinux 9: 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>
Puppet / Puppet 7 - OracleLinux 9
Process completed with exit code 1.
Puppet / Puppet 7 - Rocky 9: 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>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>
Puppet / Puppet 7 - Rocky 9: 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>
Puppet / Puppet 7 - Rocky 9
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 9: 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>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>
Puppet / Puppet 7 - CentOS 9: 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>
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
Puppet / Puppet 8 - Debian 11: 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>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>
Puppet / Puppet 8 - Debian 11: 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>
Puppet / Puppet 8 - Debian 11
Process completed with exit code 1.
Puppet / Puppet 7 - Debian 11: 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>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>
Puppet / Puppet 7 - Debian 11: 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>
Puppet / Puppet 7 - Debian 11
Process completed with exit code 1.
Puppet / Puppet 8 - Ubuntu 22.04: 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>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>
Puppet / Puppet 8 - Ubuntu 22.04: 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>
Puppet / Puppet 8 - Ubuntu 22.04
Process completed with exit code 1.
Puppet / Puppet 7 - Ubuntu 22.04: 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>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>
Puppet / Puppet 7 - Ubuntu 22.04: 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>
Puppet / Puppet 7 - Ubuntu 22.04
Process completed with exit code 1.
Puppet / Puppet 8 - Ubuntu 20.04: 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>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>
Puppet / Puppet 8 - Ubuntu 20.04: 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>
Puppet / Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.
Puppet / Puppet 7 - Ubuntu 20.04: 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>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>
Puppet / Puppet 7 - Ubuntu 20.04: 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>
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 9
Canceling since a higher priority waiting request for '372/merge' exists
Puppet / Puppet 8 - CentOS 9
The operation was canceled.
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Debian 10
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system FreeBSD 12