Skip to content

Add Debian 12 support #428

Add Debian 12 support

Add Debian 12 support #428

Triggered via pull request October 31, 2023 13:22
Status Failure
Total duration 20m 33s
Artifacts

ci.yml

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

Annotations

13 errors and 20 warnings
Puppet / - Archlinux rolling: spec/acceptance/nginx_mail_spec.rb#L84
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 runs successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64-none.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133051592.pp.HYE9fL Last 10 lines of output were: Oct 31 13:30:54 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 31 13:30:54 archlinuxrolling-64-none.example.com systemd[1]: Stopped A high performance web server and a reverse proxy server. Oct 31 13:30:54 archlinuxrolling-64-none.example.com systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 31 13:30:54 archlinuxrolling-64-none.example.com nginx[1466]: 2023/10/31 13:30:54 [emerg] 1466#1466: unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14 Oct 31 13:30:54 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 31 13:30:54 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 31 13:30:54 archlinuxrolling-64-none.example.com systemd[1]: Failed to start A high performance web server and a reverse proxy server. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.54 seconds
Puppet / - Archlinux rolling
Process completed with exit code 1.
Puppet / 7 - Debian 12: spec/acceptance/class_spec.rb#L52
nginx class: nginx with package_source passenger runs successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian12-64-none.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_132935148.pp.Co2L7l Last 10 lines of output were: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/sites-available]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/sites-enabled]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/streams-enabled]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/streams-available]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Service/Service[nginx]: Skipping because of failed dependencies �[mNotice: Applied catalog in 4.36 seconds
Puppet / 7 - Debian 12: spec/acceptance/class_spec.rb#L65
nginx class: nginx with package_source passenger Package "nginx" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "nginx" to be installed
Puppet / 7 - Debian 12: spec/acceptance/class_spec.rb#L67
nginx class: nginx with package_source passenger Package "nginx" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'debian12-64-none.example.com' exited with 1 running: dpkg -s nginx | grep ^Maintainer Last 10 lines of output were: dpkg-query: package 'nginx' is not installed and no information is available Use dpkg --info (= dpkg-deb --info) to examine archive files.
Puppet / 7 - Debian 12: spec/acceptance/class_spec.rb#L74
nginx class: nginx with package_source passenger Package "passenger" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "passenger" to be installed
Puppet / 7 - Debian 12: spec/acceptance/class_spec.rb#L78
nginx class: nginx with package_source passenger Service "nginx" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "nginx" to be running
Puppet / 7 - Debian 12: spec/acceptance/class_spec.rb#L79
nginx class: nginx with package_source passenger Service "nginx" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "nginx" to be enabled
Puppet / 7 - Debian 12: spec/acceptance/nginx_server_spec.rb#L7
nginx::resource::server define: new server on port 80 configures a nginx server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian12-64-none.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133119980.pp.Crkx4J Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Unknown resource type: 'host' (file: /tmp/apply_manifest_133119980.pp.Crkx4J, line: 7, column: 7) on node debian12-64-none.example.com
Puppet / 7 - Debian 12: spec/acceptance/nginx_server_spec.rb#L40
nginx::resource::server define: new server on port 80 answers to www.puppetlabs.com and responds with "Hello from www" Failure/Error: expect(r.stdout).to eq("Hello from www\n") expected: "Hello from www\n" got: "<html>\n<head><title>301 Moved Permanently</title></head>\n<body>\n<center><h1>301 Moved Permanently</h1></center>\n<hr><center>nginx/1.22.1</center>\n</body>\n</html>\n" (compared using ==) Diff: @@ -1,7 +1,13 @@ -Hello from www +<html> +<head><title>301 Moved Permanently</title></head> +<body> +<center><h1>301 Moved Permanently</h1></center> +<hr><center>nginx/1.22.1</center> +</body> +</html>
Puppet / 7 - Debian 12: spec/acceptance/nginx_server_spec.rb#L58
nginx::resource::server define: should run successfully with ssl configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian12-64-none.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133127034.pp.ARrZRr Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Unknown resource type: 'host' (file: /tmp/apply_manifest_133127034.pp.ARrZRr, line: 10, column: 7) on node debian12-64-none.example.com
Puppet / 7 - Debian 12: spec/acceptance/nginx_server_spec.rb#L94
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www" Failure/Error: expect(r.stdout).to eq("Hello from www\n") expected: "Hello from www\n" got: "<html>\n<head><title>301 Moved Permanently</title></head>\n<body>\n<center><h1>301 Moved Permanently</h1></center>\n<hr><center>nginx/1.22.1</center>\n</body>\n</html>\n" (compared using ==) Diff: @@ -1,7 +1,13 @@ -Hello from www +<html> +<head><title>301 Moved Permanently</title></head> +<body> +<center><h1>301 Moved Permanently</h1></center> +<hr><center>nginx/1.22.1</center> +</body> +</html>
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on almalinux-8-x86_64 with Facter 4.2.5 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on almalinux-9-x86_64 with Facter 4.2.10 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on centos-7-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on centos-8-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on centos-9-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on debian-10-x86_64 with Facter 4.2.2 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on debian-11-x86_64 with Facter 4.2.5 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on redhat-7-x86_64 with Facter 4.2.13 and Puppet 8.2.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on virtuozzolinux-7-x86_64 with Facter 3.14.5 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on almalinux-8-x86_64 with Facter 4.2.5 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on almalinux-9-x86_64 with Facter 4.2.10 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on centos-7-x86_64 with Facter 4.2.2 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on centos-8-x86_64 with Facter 4.2.2 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on centos-9-x86_64 with Facter 4.2.2 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on debian-10-x86_64 with Facter 4.2.2 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on debian-11-x86_64 with Facter 4.2.5 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1431
nginx::resource::server on redhat-7-x86_64 with Facter 4.2.13 and Puppet 7.26.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented