Skip to content

Add http2 directive instead of listen option #404

Add http2 directive instead of listen option

Add http2 directive instead of listen option #404

Triggered via pull request October 20, 2023 10:52
Status Cancelled
Total duration 6m 31s
Artifacts

ci.yml

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

Annotations

124 errors and 13 warnings
Puppet / 7 - AlmaLinux 9: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 7 - AlmaLinux 9
Process completed with exit code 1.
Puppet / 7 - Rocky 9: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 7 - Rocky 9
Process completed with exit code 1.
Puppet / 7 - CentOS 9: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 7 - CentOS 9
Process completed with exit code 1.
Puppet / 8 - Rocky 9: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 8 - Rocky 9
Process completed with exit code 1.
Puppet / 8 - AlmaLinux 9: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 8 - AlmaLinux 9
Process completed with exit code 1.
Puppet / 7 - CentOS 7: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 7 - CentOS 7
Process completed with exit code 1.
Puppet / 8 - CentOS 9: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 8 - CentOS 9
Process completed with exit code 1.
Puppet / - Archlinux rolling: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / - Archlinux rolling
Process completed with exit code 1.
Puppet / 8 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L62
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 'centos8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105711288.pp.zFkrxC Last 10 lines of output were: Oct 20 10:57:28 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 10:57:28 centos8-64-puppet8.example.com nginx[4510]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 10:57:28 centos8-64-puppet8.example.com nginx[4510]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 10:57:28 centos8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Class[Nginx]: Unscheduling all events on Class[Nginx] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 12.92 seconds
Puppet / 8 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L102
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 7 running: /usr/bin/curl http://www.puppetlabs.com:80 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / 8 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L108
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --fail http://www.puppetlabs.com:80 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / 8 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L114
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 8 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L121
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --fail --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 8 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L95
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "nginx" to be running
Puppet / 8 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L99
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "443" to be listening
Puppet / 8 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L130
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105729322.pp.RXTovA Last 10 lines of output were: Oct 20 10:57:27 centos8-64-puppet8.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive. Oct 20 10:57:28 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 10:57:28 centos8-64-puppet8.example.com nginx[4510]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 10:57:28 centos8-64-puppet8.example.com nginx[4510]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 10:57:28 centos8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.37 seconds
Puppet / 8 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L168
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 8 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L175
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --fail --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 7 - Debian 11: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 7 - Debian 11: spec/acceptance/nginx_server_spec.rb#L62
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 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105722041.pp.UEfBb4 Last 10 lines of output were: Oct 20 10:56:50 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 10:57:08 debian11-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:57:08 debian11-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 10:57:08 debian11-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 10:57:08 debian11-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:57:08 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 10:57:15 debian11-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:57:15 debian11-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. �[mNotice: Applied catalog in 1.54 seconds
Puppet / 7 - Debian 11: spec/acceptance/nginx_server_spec.rb#L102
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 7 running: /usr/bin/curl http://www.puppetlabs.com:80 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 www.puppetlabs.com port 80: Connection refused
Puppet / 7 - Debian 11: spec/acceptance/nginx_server_spec.rb#L108
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --fail http://www.puppetlabs.com:80 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 www.puppetlabs.com port 80: Connection refused
Puppet / 7 - Debian 11: spec/acceptance/nginx_server_spec.rb#L114
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443: Connection refused
Puppet / 7 - Debian 11: spec/acceptance/nginx_server_spec.rb#L121
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --fail --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443: Connection refused
Puppet / 7 - Debian 11: spec/acceptance/nginx_server_spec.rb#L95
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "nginx" to be running
Puppet / 7 - Debian 11: spec/acceptance/nginx_server_spec.rb#L99
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "443" to be listening
Puppet / 7 - Debian 11: spec/acceptance/nginx_server_spec.rb#L130
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105728649.pp.Syfvez Last 10 lines of output were: Oct 20 10:57:08 debian11-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 10:57:08 debian11-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:57:08 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 10:57:15 debian11-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:57:15 debian11-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.59 seconds
Puppet / 7 - Debian 11: spec/acceptance/nginx_server_spec.rb#L168
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443: Connection refused
Puppet / 7 - Debian 10: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 7 - Debian 10: spec/acceptance/nginx_server_spec.rb#L62
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 'debian10-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105725487.pp.ABh60j Last 10 lines of output were: Oct 20 10:56:50 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:56:50 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 10:56:50 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 10:56:50 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:56:50 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 10:57:09 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:57:09 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 10:57:09 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. �[mNotice: Applied catalog in 1.94 seconds
Puppet / 7 - Debian 10: spec/acceptance/nginx_server_spec.rb#L102
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 7 running: /usr/bin/curl http://www.puppetlabs.com:80 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / 7 - Debian 10: spec/acceptance/nginx_server_spec.rb#L108
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --fail http://www.puppetlabs.com:80 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / 7 - Debian 10: spec/acceptance/nginx_server_spec.rb#L114
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 7 - Debian 10: spec/acceptance/nginx_server_spec.rb#L121
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --fail --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 7 - Debian 10: spec/acceptance/nginx_server_spec.rb#L95
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "nginx" to be running
Puppet / 7 - Debian 10: spec/acceptance/nginx_server_spec.rb#L99
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "443" to be listening
Puppet / 7 - Debian 10: spec/acceptance/nginx_server_spec.rb#L130
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105732978.pp.PP51i0 Last 10 lines of output were: Oct 20 10:56:50 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:56:50 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 10:57:09 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:57:09 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 10:57:09 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.99 seconds
Puppet / 7 - Debian 10: spec/acceptance/nginx_server_spec.rb#L168
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 7 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L62
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 'centos8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105721018.pp.cGeYOZ Last 10 lines of output were: Oct 20 10:57:39 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 10:57:39 centos8-64-puppet7.example.com nginx[4535]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 10:57:39 centos8-64-puppet7.example.com nginx[4535]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 10:57:39 centos8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Class[Nginx]: Unscheduling all events on Class[Nginx] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 16.11 seconds
Puppet / 7 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L102
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 7 running: /usr/bin/curl http://www.puppetlabs.com:80 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / 7 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L108
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --fail http://www.puppetlabs.com:80 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / 7 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L114
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 7 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L121
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --fail --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 7 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L95
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "nginx" to be running
Puppet / 7 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L99
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "443" to be listening
Puppet / 7 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L130
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105740960.pp.Ldd2C1 Last 10 lines of output were: Oct 20 10:57:38 centos8-64-puppet7.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive. Oct 20 10:57:39 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 10:57:39 centos8-64-puppet7.example.com nginx[4535]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 10:57:39 centos8-64-puppet7.example.com nginx[4535]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 10:57:39 centos8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1 �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.38 seconds
Puppet / 7 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L168
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 7 - CentOS 8: spec/acceptance/nginx_server_spec.rb#L175
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --fail --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 8 - CentOS 7: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 8 - CentOS 7
Process completed with exit code 1.
Puppet / 7 - Ubuntu 22.04: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 7 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L62
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 'ubuntu2204-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105728482.pp.UwFoxI Last 10 lines of output were: Oct 20 10:57:35 ubuntu2204-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:57:35 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 10:57:35 ubuntu2204-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 10:57:35 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:57:35 ubuntu2204-64-puppet7.example.com nginx[8530]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 10:57:35 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 10:57:35 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 10:57:35 ubuntu2204-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: Applied catalog in 1.36 seconds
Puppet / 7 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L102
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 7 running: /usr/bin/curl http://www.puppetlabs.com:80 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 www.puppetlabs.com port 80 after 3 ms: Connection refused
Puppet / 7 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L108
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --fail http://www.puppetlabs.com:80 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 www.puppetlabs.com port 80 after 0 ms: Connection refused
Puppet / 7 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L114
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443 after 0 ms: Connection refused
Puppet / 7 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L121
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --fail --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443 after 0 ms: Connection refused
Puppet / 7 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L95
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "nginx" to be running
Puppet / 7 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L99
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "443" to be listening
Puppet / 7 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L130
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105735947.pp.3LJGDZ Last 10 lines of output were: Oct 20 10:57:42 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:57:42 ubuntu2204-64-puppet7.example.com nginx[8811]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 10:57:42 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 10:57:42 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 10:57:42 ubuntu2204-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.41 seconds
Puppet / 7 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L168
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443 after 5 ms: Connection refused
Puppet / 7 - Ubuntu 20.04: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 7 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L62
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 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105801557.pp.23vjxQ Last 10 lines of output were: Oct 20 10:58:08 ubuntu2004-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:58:08 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 10:58:08 ubuntu2004-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 10:58:08 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:58:08 ubuntu2004-64-puppet7.example.com nginx[8932]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 10:58:08 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 10:58:08 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 10:58:08 ubuntu2004-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: Applied catalog in 1.56 seconds
Puppet / 7 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L102
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 7 running: /usr/bin/curl http://www.puppetlabs.com:80 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 www.puppetlabs.com port 80: Connection refused
Puppet / 7 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L108
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --fail http://www.puppetlabs.com:80 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 www.puppetlabs.com port 80: Connection refused
Puppet / 7 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L114
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443: Connection refused
Puppet / 7 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L121
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --fail --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443: Connection refused
Puppet / 7 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L95
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "nginx" to be running
Puppet / 7 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L99
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "443" to be listening
Puppet / 7 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L130
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105809377.pp.lnu3Ra Last 10 lines of output were: Oct 20 10:58:16 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:58:16 ubuntu2004-64-puppet7.example.com nginx[9230]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 10:58:16 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 10:58:16 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 10:58:16 ubuntu2004-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.62 seconds
Puppet / 7 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L168
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443: Connection refused
Puppet / 8 - Debian 10: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 8 - Debian 10: spec/acceptance/nginx_server_spec.rb#L62
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 'debian10-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105814504.pp.vFLFb0 Last 10 lines of output were: Oct 20 10:57:29 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:57:29 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 10:57:29 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 10:57:29 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:57:29 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 10:57:54 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:57:54 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 10:57:54 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. �[mNotice: Applied catalog in 2.06 seconds
Puppet / 8 - Debian 10: spec/acceptance/nginx_server_spec.rb#L102
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 7 running: /usr/bin/curl http://www.puppetlabs.com:80 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / 8 - Debian 10: spec/acceptance/nginx_server_spec.rb#L108
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --fail http://www.puppetlabs.com:80 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / 8 - Debian 10: spec/acceptance/nginx_server_spec.rb#L114
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 8 - Debian 10: spec/acceptance/nginx_server_spec.rb#L121
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --fail --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 8 - Debian 10: spec/acceptance/nginx_server_spec.rb#L95
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "nginx" to be running
Puppet / 8 - Debian 10: spec/acceptance/nginx_server_spec.rb#L99
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "443" to be listening
Puppet / 8 - Debian 10: spec/acceptance/nginx_server_spec.rb#L130
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105824202.pp.uLgYTT Last 10 lines of output were: Oct 20 10:57:29 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:57:29 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 10:57:54 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:57:54 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 10:57:54 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 2.07 seconds
Puppet / 8 - Debian 10: spec/acceptance/nginx_server_spec.rb#L168
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
Puppet / 8 - Ubuntu 22.04: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 8 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L62
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 'ubuntu2204-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105821153.pp.Rr2Xx3 Last 10 lines of output were: Oct 20 10:58:30 ubuntu2204-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:58:31 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 10:58:31 ubuntu2204-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 10:58:31 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:58:31 ubuntu2204-64-puppet8.example.com nginx[8496]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 10:58:31 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 10:58:31 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 10:58:31 ubuntu2204-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: Applied catalog in 1.55 seconds
Puppet / 8 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L102
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 7 running: /usr/bin/curl http://www.puppetlabs.com:80 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 www.puppetlabs.com port 80 after 2 ms: Connection refused
Puppet / 8 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L108
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --fail http://www.puppetlabs.com:80 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 www.puppetlabs.com port 80 after 0 ms: Connection refused
Puppet / 8 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L114
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443 after 0 ms: Connection refused
Puppet / 8 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L121
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --fail --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443 after 0 ms: Connection refused
Puppet / 8 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L95
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "nginx" to be running
Puppet / 8 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L99
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "443" to be listening
Puppet / 8 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L130
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105831742.pp.5Zzd34 Last 10 lines of output were: Oct 20 10:58:40 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:58:40 ubuntu2204-64-puppet8.example.com nginx[8775]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 10:58:40 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 10:58:40 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 10:58:40 ubuntu2204-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.53 seconds
Puppet / 8 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L168
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443 after 3 ms: Connection refused
Puppet / 8 - Debian 11
Canceling since a higher priority waiting request for '1579/merge' exists
Puppet / 8 - Debian 11: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 8 - Debian 11: spec/acceptance/nginx_server_spec.rb#L62
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 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105829547.pp.TBGL7b Last 10 lines of output were: Oct 20 10:58:08 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 10:58:08 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:58:09 debian11-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 10:58:19 debian11-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:58:19 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 10:58:19 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 10:58:19 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:58:20 debian11-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. �[mNotice: Applied catalog in 1.82 seconds
Puppet / 8 - Debian 11: spec/acceptance/nginx_server_spec.rb#L102
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 7 running: /usr/bin/curl http://www.puppetlabs.com:80 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 www.puppetlabs.com port 80: Connection refused
Puppet / 8 - Debian 11: spec/acceptance/nginx_server_spec.rb#L108
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --fail http://www.puppetlabs.com:80 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 www.puppetlabs.com port 80: Connection refused
Puppet / 8 - Debian 11: spec/acceptance/nginx_server_spec.rb#L114
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443: Connection refused
Puppet / 8 - Debian 11: spec/acceptance/nginx_server_spec.rb#L121
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --fail --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443: Connection refused
Puppet / 8 - Debian 11: spec/acceptance/nginx_server_spec.rb#L95
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "nginx" to be running
Puppet / 8 - Debian 11: spec/acceptance/nginx_server_spec.rb#L99
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "443" to be listening
Puppet / 8 - Debian 11: spec/acceptance/nginx_server_spec.rb#L130
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105839530.pp.Za1YTy Last 10 lines of output were: Oct 20 10:58:19 debian11-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:58:19 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 10:58:19 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 10:58:19 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:58:20 debian11-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.99 seconds
Puppet / 8 - Debian 11: spec/acceptance/nginx_server_spec.rb#L168
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443: Connection refused
Puppet / 8 - Ubuntu 20.04
Canceling since a higher priority waiting request for '1579/merge' exists
Puppet / 8 - Ubuntu 20.04: spec/acceptance/nginx_mail_spec.rb#L118
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 File "/etc/nginx/conf.mail.d/domain1.example.conf" does't contain `ssl` on `listen` line Failure/Error: is_expected.to contain 'listen *:465;' expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465;"
Puppet / 8 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L62
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 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105834089.pp.IdYeE9 Last 10 lines of output were: Oct 20 10:58:43 ubuntu2004-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 10:58:43 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 10:58:43 ubuntu2004-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 10:58:43 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:58:43 ubuntu2004-64-puppet8.example.com nginx[8893]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 10:58:43 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 10:58:43 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 10:58:43 ubuntu2004-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: Applied catalog in 1.60 seconds
Puppet / 8 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L102
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 7 running: /usr/bin/curl http://www.puppetlabs.com:80 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
Puppet / 8 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L108
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --fail http://www.puppetlabs.com:80 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 www.puppetlabs.com port 80: Connection refused
Puppet / 8 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L114
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443: Connection refused
Puppet / 8 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L121
nginx::resource::server define: should run successfully with ssl answers to https://www.puppetlabs.com without error Failure/Error: shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r| expect(r.exit_code).to eq(0) end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --fail --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443: Connection refused
Puppet / 8 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L95
nginx::resource::server define: should run successfully with ssl Service "nginx" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "nginx" to be running
Puppet / 8 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L99
nginx::resource::server define: should run successfully with ssl Port "443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "443" to be listening
Puppet / 8 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L130
nginx::resource::server define: should run successfully with encrypted ssl key configures a nginx SSL server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105844000.pp.DH1myp Last 10 lines of output were: Oct 20 10:58:53 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 10:58:53 ubuntu2004-64-puppet8.example.com nginx[9189]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 10:58:53 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 10:58:53 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 10:58:53 ubuntu2004-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.69 seconds
Puppet / 8 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L168
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www" Failure/Error: shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r| expect(r.stdout).to eq("Hello from www\n") end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 7 running: /usr/bin/curl --insecure https://www.puppetlabs.com:443 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 www.puppetlabs.com port 443: Connection refused
Puppet / 8 (Ruby 3.2)
Canceling since a higher priority waiting request for '1579/merge' exists
Puppet / 8 (Ruby 3.2)
The operation was canceled.
Puppet / 7 (Ruby 2.7)
Canceling since a higher priority waiting request for '1579/merge' exists
Puppet / 7 (Ruby 2.7)
The operation was canceled.
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 / 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