Skip to content

Add http2 directive instead of listen option #405

Add http2 directive instead of listen option

Add http2 directive instead of listen option #405

Triggered via pull request October 20, 2023 10:59
Status Failure
Total duration 15m 48s
Artifacts

ci.yml

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

Annotations

102 errors and 20 warnings
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_110332905.pp.ObgL4v Last 10 lines of output were: Oct 20 11:03:50 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 11:03:50 centos8-64-puppet7.example.com nginx[4615]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 11:03:50 centos8-64-puppet7.example.com nginx[4615]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 11:03:50 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 15.06 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_110351025.pp.NFFVwz Last 10 lines of output were: Oct 20 11:03:49 centos8-64-puppet7.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive. Oct 20 11:03:50 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 11:03:50 centos8-64-puppet7.example.com nginx[4615]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 11:03:50 centos8-64-puppet7.example.com nginx[4615]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 11:03:50 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.30 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 / - Archlinux rolling: spec/acceptance/nginx_mail_spec.rb#L85
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_110347623.pp.lrT7XC Last 10 lines of output were: Oct 20 11:03:50 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 11:03:50 archlinuxrolling-64-none.example.com systemd[1]: Stopped A high performance web server and a reverse proxy server. Oct 20 11:03:50 archlinuxrolling-64-none.example.com systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 20 11:03:50 archlinuxrolling-64-none.example.com nginx[1470]: 2023/10/20 11:03:50 [emerg] 1470#1470: unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14 Oct 20 11:03:50 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 11:03:50 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 11:03:50 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.46 seconds
Puppet / - Archlinux rolling
Process completed with exit code 1.
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_110356872.pp.7ZeR09 Last 10 lines of output were: Oct 20 11:03:36 debian11-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:03:36 debian11-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:03:36 debian11-64-puppet7.example.com nginx[10007]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:14 Oct 20 11:03:36 debian11-64-puppet7.example.com nginx[10007]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:32 Oct 20 11:03:36 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 11:03:42 debian11-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:03:42 debian11-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 11:03:42 debian11-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. �[mNotice: Applied catalog in 1.51 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_110403662.pp.boN9zB Last 10 lines of output were: Oct 20 11:03:36 debian11-64-puppet7.example.com nginx[10007]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:32 Oct 20 11:03:36 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 11:03:42 debian11-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:03:42 debian11-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 11:03:42 debian11-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.64 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 11: 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 '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 / 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_110356351.pp.4Rj8c8 Last 10 lines of output were: Oct 20 11:04:14 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 11:04:14 centos8-64-puppet8.example.com nginx[4494]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 11:04:14 centos8-64-puppet8.example.com nginx[4494]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 11:04:14 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 13.76 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_110415594.pp.KBY0Px Last 10 lines of output were: Oct 20 11:04:13 centos8-64-puppet8.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive. Oct 20 11:04:14 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 11:04:14 centos8-64-puppet8.example.com nginx[4494]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 11:04:14 centos8-64-puppet8.example.com nginx[4494]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 11:04:14 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.44 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 - 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_110410559.pp.6spYzM Last 10 lines of output were: Oct 20 11:04:03 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:04:03 ubuntu2204-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 11:04:17 ubuntu2204-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:04:17 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 11:04:17 ubuntu2204-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:04:17 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:04:17 ubuntu2204-64-puppet7.example.com nginx[8542]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 11:04:17 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: Applied catalog in 1.46 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 5 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 5 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 5 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 5 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_110418214.pp.nIY2wQ Last 10 lines of output were: Oct 20 11:04:17 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 11:04:17 ubuntu2204-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:04:17 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:04:17 ubuntu2204-64-puppet7.example.com nginx[8542]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 11:04:17 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[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.48 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 22.04: 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 '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 / 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_110422588.pp.nd02nr Last 10 lines of output were: Oct 20 11:03:42 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:03:42 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:03:42 debian11-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 11:03:57 debian11-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:03:57 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 11:03:57 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:03:57 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:03:57 debian11-64-puppet8.example.com nginx[9976]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:14 �[mNotice: Applied catalog in 1.44 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 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_110431111.pp.P2lrhQ Last 10 lines of output were: Oct 20 11:03:57 debian11-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:03:57 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 11:03:57 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:03:57 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:03:57 debian11-64-puppet8.example.com nginx[9976]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.mail.d/domain1.example.conf:14 �[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 - 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 - Debian 11: 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 '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 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_110423847.pp.0hW16o Last 10 lines of output were: Oct 20 11:03:40 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:03:40 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 11:03:40 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:03:40 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:03:40 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 11:03:56 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:03:56 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 11:03:56 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. �[mNotice: Applied catalog in 1.83 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_110432924.pp.p8l8Dp Last 10 lines of output were: Oct 20 11:03:40 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:03:40 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 11:03:56 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:03:56 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 11:03:56 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 1.93 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 - Debian 10: 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 '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 - 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_110441858.pp.L04tXo Last 10 lines of output were: Oct 20 11:04:32 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:04:32 ubuntu2204-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 11:04:50 ubuntu2204-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:04:50 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 11:04:50 ubuntu2204-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:04:50 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:04:50 ubuntu2204-64-puppet8.example.com nginx[8504]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 11:04:50 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: Applied catalog in 1.40 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 5 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 5 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 5 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 5 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_110451144.pp.gdScPw Last 10 lines of output were: Oct 20 11:04:50 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 11:04:50 ubuntu2204-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:04:50 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:04:50 ubuntu2204-64-puppet8.example.com nginx[8504]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 11:04:50 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[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.46 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 5 ms: Connection refused
Puppet / 8 - Ubuntu 22.04: 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 '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 / 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_110456315.pp.QR4UQw Last 10 lines of output were: Oct 20 11:04:03 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 11:04:12 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:04:12 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 11:04:12 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:04:12 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:04:12 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 11:04:28 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:04:28 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. �[mNotice: Applied catalog in 2.42 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_110505534.pp.vD5RxO Last 10 lines of output were: Oct 20 11:04:12 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:04:12 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:04:12 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 11:04:28 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:04:28 debian10-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 2.50 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 - Debian 10: 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 '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 - 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_110459075.pp.CzuDAf Last 10 lines of output were: Oct 20 11:04:49 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:04:49 ubuntu2004-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 11:05:07 ubuntu2004-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:05:07 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 11:05:07 ubuntu2004-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:05:07 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:05:07 ubuntu2004-64-puppet7.example.com nginx[8944]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 11:05:07 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: Applied catalog in 1.96 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_110508625.pp.W0WBOU Last 10 lines of output were: Oct 20 11:05:07 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 11:05:07 ubuntu2004-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:05:07 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:05:07 ubuntu2004-64-puppet7.example.com nginx[8944]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 11:05:07 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[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.04 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 / 7 - Ubuntu 20.04: 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 '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 / 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_110518686.pp.H1XoBb Last 10 lines of output were: Oct 20 11:05:07 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:05:07 ubuntu2004-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 11:05:28 ubuntu2004-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 11:05:28 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 11:05:28 ubuntu2004-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:05:28 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:05:28 ubuntu2004-64-puppet8.example.com nginx[8905]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 11:05:28 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[mNotice: Applied catalog in 1.81 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 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_110529702.pp.gelwHh Last 10 lines of output were: Oct 20 11:05:28 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 11:05:28 ubuntu2004-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 11:05:28 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 11:05:28 ubuntu2004-64-puppet8.example.com nginx[8905]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 11:05:28 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE �[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.90 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 - Ubuntu 20.04: 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 '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 (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