Skip to content

Add http2 directive instead of listen option #397

Add http2 directive instead of listen option

Add http2 directive instead of listen option #397

Triggered via pull request October 20, 2023 06:48
Status Failure
Total duration 15m 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Puppet  /  Static validations
46s
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_065300185.pp.GqQ2Z6 Last 10 lines of output were: Oct 20 06:53:16 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 06:53:16 centos8-64-puppet7.example.com nginx[4556]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 06:53:16 centos8-64-puppet7.example.com nginx[4556]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 06:53:16 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 13.63 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_065317071.pp.WTmLvJ Last 10 lines of output were: Oct 20 06:53:15 centos8-64-puppet7.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive. Oct 20 06:53:16 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 06:53:16 centos8-64-puppet7.example.com nginx[4556]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 06:53:16 centos8-64-puppet7.example.com nginx[4556]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 06:53:16 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.34 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 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_065302941.pp.5kzssU Last 10 lines of output were: Oct 20 06:53:17 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 06:53:17 centos8-64-puppet8.example.com nginx[4515]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 06:53:17 centos8-64-puppet8.example.com nginx[4515]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 06:53:17 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 10.84 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_065318902.pp.4TLqYh Last 10 lines of output were: Oct 20 06:53:17 centos8-64-puppet8.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive. Oct 20 06:53:17 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server... Oct 20 06:53:17 centos8-64-puppet8.example.com nginx[4515]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 06:53:17 centos8-64-puppet8.example.com nginx[4515]: nginx: configuration file /etc/nginx/nginx.conf test failed Oct 20 06:53:17 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.39 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 / - Archlinux rolling: spec/acceptance/nginx_mail_spec.rb#L84
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 runs successfully Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'archlinuxrolling-64-none.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_065340065.pp.3qaNy9 Last 10 lines of output were: Oct 20 06:53:42 archlinuxrolling-64-none.example.com systemd[1]: Stopping A high performance web server and a reverse proxy server... Oct 20 06:53:43 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 06:53:43 archlinuxrolling-64-none.example.com systemd[1]: Stopped A high performance web server and a reverse proxy server. Oct 20 06:53:43 archlinuxrolling-64-none.example.com systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 20 06:53:43 archlinuxrolling-64-none.example.com nginx[1473]: 2023/10/20 06:53:43 [emerg] 1473#1473: unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14 Oct 20 06:53:43 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 06:53:43 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 06:53:43 archlinuxrolling-64-none.example.com systemd[1]: Failed to start A high performance web server and a reverse proxy server. �[mNotice: Applied catalog in 0.53 seconds
Puppet / - Archlinux rolling
Process completed with exit code 1.
Puppet / 7 - Debian 10: spec/acceptance/nginx_server_spec.rb#L7
nginx::resource::server define: new server on port 80 configures a nginx server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_065347423.pp.Z6TZzv Last 10 lines of output were: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/Concat_file[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/File[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/File[www.puppetlabs.com.conf symlink]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Service/Service[nginx]: Skipping because of failed dependencies Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 3.57 seconds
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_065356472.pp.WM9TVk Last 10 lines of output were: Oct 20 06:53:24 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 06:53:24 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 06:53:24 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 06:53:24 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:53:24 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 06:53:39 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 06:53:39 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 06:53:39 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. �[mNotice: Applied catalog in 2.19 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_065404337.pp.DLmADC Last 10 lines of output were: Oct 20 06:53:24 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:53:24 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 06:53:39 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 06:53:39 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 06:53:39 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 2.30 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 / 8 - Debian 11: spec/acceptance/nginx_server_spec.rb#L7
nginx::resource::server define: new server on port 80 configures a nginx server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_065352773.pp.jRirSw Last 10 lines of output were: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/Concat_file[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/File[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/File[www.puppetlabs.com.conf symlink]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Service/Service[nginx]: Skipping because of failed dependencies Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 2.57 seconds
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_065402445.pp.kiBQ0Y Last 10 lines of output were: Oct 20 06:53:44 debian11-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 06:53:44 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 06:53:44 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 06:53:44 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:53:44 debian11-64-puppet8.example.com nginx[9977]: 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 06:53:44 debian11-64-puppet8.example.com nginx[9977]: 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 06:53:44 debian11-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.63 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_065411150.pp.oG5dgf Last 10 lines of output were: Oct 20 06:53:44 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 06:53:44 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:53:44 debian11-64-puppet8.example.com nginx[9977]: 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 06:53:44 debian11-64-puppet8.example.com nginx[9977]: 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 06:53:44 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.72 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 / 7 - Debian 11: spec/acceptance/nginx_server_spec.rb#L7
nginx::resource::server define: new server on port 80 configures a nginx server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_065359689.pp.PaVCRV Last 10 lines of output were: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/Concat_file[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/File[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/File[www.puppetlabs.com.conf symlink]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Service/Service[nginx]: Skipping because of failed dependencies Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 3.10 seconds
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_065408502.pp.L0nJZw Last 10 lines of output were: Oct 20 06:53:51 debian11-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 06:53:51 debian11-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 06:53:51 debian11-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:53:51 debian11-64-puppet7.example.com nginx[10008]: 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 06:53:51 debian11-64-puppet7.example.com nginx[10008]: 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 06:53:51 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 06:53:59 debian11-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 06:53:59 debian11-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. �[mNotice: Applied catalog in 1.91 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_065416368.pp.GuEYWx Last 10 lines of output were: Oct 20 06:53:51 debian11-64-puppet7.example.com nginx[10008]: 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 06:53:51 debian11-64-puppet7.example.com nginx[10008]: 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 06:53:51 debian11-64-puppet7.example.com systemd[1]: Started nginx - high performance web server. Oct 20 06:53:59 debian11-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 06:53:59 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.99 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 - Ubuntu 22.04: spec/acceptance/nginx_server_spec.rb#L7
nginx::resource::server define: new server on port 80 configures a nginx server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_065353956.pp.Re01ls Last 10 lines of output were: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/Concat_file[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/File[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/File[www.puppetlabs.com.conf symlink]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Service/Service[nginx]: Skipping because of failed dependencies Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 6.68 seconds
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_065406535.pp.hwWGRA Last 10 lines of output were: Oct 20 06:54:13 ubuntu2204-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 06:54:13 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 06:54:13 ubuntu2204-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 06:54:13 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:54:13 ubuntu2204-64-puppet7.example.com nginx[8201]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 06:54:13 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 06:54:13 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 06:54:13 ubuntu2204-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: Applied catalog in 1.49 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 2 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_065413963.pp.q4WuGZ Last 10 lines of output were: Oct 20 06:54:13 ubuntu2204-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 06:54:13 ubuntu2204-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. Oct 20 06:54:20 ubuntu2204-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:54:20 ubuntu2204-64-puppet7.example.com nginx[8480]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 06:54:20 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.55 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 2 ms: Connection refused
Puppet / 7 - Ubuntu 20.04: spec/acceptance/nginx_server_spec.rb#L7
nginx::resource::server define: new server on port 80 configures a nginx server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_065406069.pp.Zb0cwG Last 10 lines of output were: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/Concat_file[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/File[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/File[www.puppetlabs.com.conf symlink]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Service/Service[nginx]: Skipping because of failed dependencies Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 7.14 seconds
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_065419049.pp.EAuNgL Last 10 lines of output were: Oct 20 06:54:25 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Succeeded. Oct 20 06:54:25 ubuntu2004-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 06:54:25 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:54:25 ubuntu2004-64-puppet7.example.com nginx[8607]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 06:54:25 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 06:54:25 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 06:54:25 ubuntu2004-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. Info: Stage[main]: Unscheduling all events on Stage[main] �[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_065426566.pp.rAFq9a Last 10 lines of output were: Oct 20 06:54:25 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 06:54:25 ubuntu2004-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server. Oct 20 06:54:33 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:54:33 ubuntu2004-64-puppet7.example.com nginx[8903]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 06:54:33 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 1.68 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_server_spec.rb#L7
nginx::resource::server define: new server on port 80 configures a nginx server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_065408368.pp.xEYZIa Last 10 lines of output were: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/Concat_file[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/File[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/File[www.puppetlabs.com.conf symlink]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Service/Service[nginx]: Skipping because of failed dependencies Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 8.24 seconds
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_065424035.pp.xxT4Su Last 10 lines of output were: Oct 20 06:53:41 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 06:53:41 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 06:53:41 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 06:53:41 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:53:41 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 06:53:58 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 06:53:58 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 06:53:58 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. �[mNotice: Applied catalog in 2.00 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_065433481.pp.kH1zYy Last 10 lines of output were: Oct 20 06:53:41 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:53:41 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server. Oct 20 06:53:58 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 06:53:58 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 06:53:58 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.09 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 20.04: spec/acceptance/nginx_server_spec.rb#L7
nginx::resource::server define: new server on port 80 configures a nginx server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_065412754.pp.ibOghm Last 10 lines of output were: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/Concat_file[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/File[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/File[www.puppetlabs.com.conf symlink]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Service/Service[nginx]: Skipping because of failed dependencies Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 3.47 seconds
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_065424382.pp.QnZHkC Last 10 lines of output were: Oct 20 06:54:33 ubuntu2004-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server... Oct 20 06:54:33 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Succeeded. Oct 20 06:54:33 ubuntu2004-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 06:54:33 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:54:33 ubuntu2004-64-puppet8.example.com nginx[8571]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 06:54:33 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 06:54:33 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 06:54:33 ubuntu2004-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. �[mNotice: Applied catalog in 1.70 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_065434363.pp.ierEvB Last 10 lines of output were: Oct 20 06:54:33 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 06:54:33 ubuntu2004-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. Oct 20 06:54:43 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:54:43 ubuntu2004-64-puppet8.example.com nginx[8865]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 06:54:43 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.79 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 22.04: spec/acceptance/nginx_server_spec.rb#L7
nginx::resource::server define: new server on port 80 configures a nginx server Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_065436953.pp.qW0sgs Last 10 lines of output were: Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/Concat_file[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/Concat[/etc/nginx/sites-available/www.puppetlabs.com.conf]/File[/etc/nginx/sites-available/www.puppetlabs.com.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Nginx::Resource::Server[www.puppetlabs.com]/File[www.puppetlabs.com.conf symlink]: Skipping because of failed dependencies Warning: /Stage[main]/Nginx::Service/Service[nginx]: Skipping because of failed dependencies Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 3.24 seconds
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_065448739.pp.ANkncn Last 10 lines of output were: Oct 20 06:54:58 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully. Oct 20 06:54:58 ubuntu2204-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server. Oct 20 06:54:58 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:54:58 ubuntu2204-64-puppet8.example.com nginx[8171]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 06:54:58 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Oct 20 06:54:58 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 06:54:58 ubuntu2204-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.69 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 3 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 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 1 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_065459048.pp.0dE01I Last 10 lines of output were: Oct 20 06:54:58 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'. Oct 20 06:54:58 ubuntu2204-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server. Oct 20 06:55:08 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server... Oct 20 06:55:08 ubuntu2204-64-puppet8.example.com nginx[8448]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21 Oct 20 06:55:08 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.80 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 (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