Add http2
directive instead of listen
option
#412
Triggered via pull request
October 23, 2023 08:40
Status
Cancelled
Total duration
7m 58s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
23s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
169 errors and 17 warnings
Puppet / 7 - Rocky 9:
spec/acceptance/nginx_mail_spec.rb#L32
nginx::resource::mailhost define: actualy test the mail module runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084321403.pp.WNnX0b
Last 10 lines of output were:
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/streams-available]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/Concat_file[/etc/nginx/conf.mail.d/domain1.example.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/File[/etc/nginx/conf.mail.d/domain1.example.conf]: 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 4.71 seconds
|
Puppet / 7 - Rocky 9:
spec/acceptance/nginx_mail_spec.rb#L73
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/nginx/conf.mail.d/domain1.example.conf".file?` to be truthy, got false
|
Puppet / 7 - Rocky 9:
spec/acceptance/nginx_mail_spec.rb#L74
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "auth_http localhost/cgi-bin/auth;"
Failure/Error: it { is_expected.to contain 'auth_http localhost/cgi-bin/auth;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "auth_http localhost/cgi-bin/auth;"
|
Puppet / 7 - Rocky 9:
spec/acceptance/nginx_mail_spec.rb#L75
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "listen *:465 ssl;"
Failure/Error: it { is_expected.to contain 'listen *:465 ssl;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465 ssl;"
|
Puppet / 7 - Rocky 9:
spec/acceptance/nginx_mail_spec.rb#L79
nginx::resource::mailhost define: actualy test the mail module Port "587" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "587" to be listening
|
Puppet / 7 - Rocky 9:
spec/acceptance/nginx_mail_spec.rb#L83
nginx::resource::mailhost define: actualy test the mail module Port "465" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "465" to be listening
|
Puppet / 7 - Rocky 9:
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, trace: true, debug: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --debug --trace --detailed-exitcodes /tmp/apply_manifest_084335496.pp.XdQH0A
Last 10 lines of output were:
Debug: Stage[main]: Resource is being skipped, unscheduling all events
Debug: Finishing transaction 17600
Debug: Storing state
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.01 seconds
�[mNotice: Applied catalog in 2.11 seconds
Debug: Applying settings catalog for sections reporting, metrics
Debug: Finishing transaction 28640
Debug: Received report to process from rocky9-64-puppet7.example.com
Debug: Processing report from rocky9-64-puppet7.example.com with processor Puppet::Reports::Store
|
Puppet / 7 - Rocky 9:
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 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084341464.pp.v6LEpZ
Last 10 lines of output were:
Oct 23 08:43:34 rocky9-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server...
Oct 23 08:43:34 rocky9-64-puppet7.example.com nginx[3939]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
Oct 23 08:43:34 rocky9-64-puppet7.example.com nginx[3939]: nginx: configuration file /etc/nginx/nginx.conf test is successful
Oct 23 08:43:34 rocky9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy 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: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.89 seconds
|
Puppet / 7 - Rocky 9:
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 'rocky9-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 - Rocky 9:
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 'rocky9-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 - CentOS 9:
spec/acceptance/nginx_mail_spec.rb#L32
nginx::resource::mailhost define: actualy test the mail module runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084326041.pp.yDHtEe
Last 10 lines of output were:
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/streams-available]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/Concat_file[/etc/nginx/conf.mail.d/domain1.example.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/File[/etc/nginx/conf.mail.d/domain1.example.conf]: 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 4.54 seconds
|
Puppet / 7 - CentOS 9:
spec/acceptance/nginx_mail_spec.rb#L73
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/nginx/conf.mail.d/domain1.example.conf".file?` to be truthy, got false
|
Puppet / 7 - CentOS 9:
spec/acceptance/nginx_mail_spec.rb#L74
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "auth_http localhost/cgi-bin/auth;"
Failure/Error: it { is_expected.to contain 'auth_http localhost/cgi-bin/auth;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "auth_http localhost/cgi-bin/auth;"
|
Puppet / 7 - CentOS 9:
spec/acceptance/nginx_mail_spec.rb#L75
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "listen *:465 ssl;"
Failure/Error: it { is_expected.to contain 'listen *:465 ssl;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465 ssl;"
|
Puppet / 7 - CentOS 9:
spec/acceptance/nginx_mail_spec.rb#L79
nginx::resource::mailhost define: actualy test the mail module Port "587" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "587" to be listening
|
Puppet / 7 - CentOS 9:
spec/acceptance/nginx_mail_spec.rb#L83
nginx::resource::mailhost define: actualy test the mail module Port "465" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "465" to be listening
|
Puppet / 7 - CentOS 9:
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, trace: true, debug: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --debug --trace --detailed-exitcodes /tmp/apply_manifest_084339471.pp.pBcVqU
Last 10 lines of output were:
Debug: Stage[main]: Resource is being skipped, unscheduling all events
Debug: Finishing transaction 17600
Debug: Storing state
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.01 seconds
�[mNotice: Applied catalog in 2.19 seconds
Debug: Applying settings catalog for sections reporting, metrics
Debug: Finishing transaction 28640
Debug: Received report to process from centos9-64-puppet7.example.com
Debug: Processing report from centos9-64-puppet7.example.com with processor Puppet::Reports::Store
|
Puppet / 7 - CentOS 9:
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 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084345505.pp.7gyWzS
Last 10 lines of output were:
Oct 23 08:43:38 centos9-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server...
Oct 23 08:43:38 centos9-64-puppet7.example.com nginx[3555]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
Oct 23 08:43:38 centos9-64-puppet7.example.com nginx[3555]: nginx: configuration file /etc/nginx/nginx.conf test is successful
Oct 23 08:43:38 centos9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy 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: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.33 seconds
|
Puppet / 7 - CentOS 9:
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 'centos9-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 - CentOS 9:
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 'centos9-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 - AlmaLinux 9:
spec/acceptance/nginx_mail_spec.rb#L32
nginx::resource::mailhost define: actualy test the mail module runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084319267.pp.YxRrmc
Last 10 lines of output were:
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/streams-available]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/Concat_file[/etc/nginx/conf.mail.d/domain1.example.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/File[/etc/nginx/conf.mail.d/domain1.example.conf]: 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 4.71 seconds
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/nginx_mail_spec.rb#L73
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/nginx/conf.mail.d/domain1.example.conf".file?` to be truthy, got false
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/nginx_mail_spec.rb#L74
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "auth_http localhost/cgi-bin/auth;"
Failure/Error: it { is_expected.to contain 'auth_http localhost/cgi-bin/auth;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "auth_http localhost/cgi-bin/auth;"
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/nginx_mail_spec.rb#L75
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "listen *:465 ssl;"
Failure/Error: it { is_expected.to contain 'listen *:465 ssl;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465 ssl;"
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/nginx_mail_spec.rb#L79
nginx::resource::mailhost define: actualy test the mail module Port "587" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "587" to be listening
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/nginx_mail_spec.rb#L83
nginx::resource::mailhost define: actualy test the mail module Port "465" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "465" to be listening
|
Puppet / 7 - AlmaLinux 9:
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, trace: true, debug: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --debug --trace --detailed-exitcodes /tmp/apply_manifest_084335180.pp.Bjcy98
Last 10 lines of output were:
Debug: Stage[main]: Resource is being skipped, unscheduling all events
Debug: Finishing transaction 17600
Debug: Storing state
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.01 seconds
�[mNotice: Applied catalog in 2.53 seconds
Debug: Applying settings catalog for sections reporting, metrics
Debug: Finishing transaction 28640
Debug: Received report to process from almalinux9-64-puppet7.example.com
Debug: Processing report from almalinux9-64-puppet7.example.com with processor Puppet::Reports::Store
|
Puppet / 7 - AlmaLinux 9:
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 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084342213.pp.DAGB4Z
Last 10 lines of output were:
Oct 23 08:43:34 almalinux9-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server...
Oct 23 08:43:34 almalinux9-64-puppet7.example.com nginx[4254]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
Oct 23 08:43:34 almalinux9-64-puppet7.example.com nginx[4254]: nginx: configuration file /etc/nginx/nginx.conf test is successful
Oct 23 08:43:34 almalinux9-64-puppet7.example.com systemd[1]: Started The nginx HTTP and reverse proxy 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: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.51 seconds
|
Puppet / 7 - AlmaLinux 9:
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 'almalinux9-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 - AlmaLinux 9:
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 'almalinux9-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 - AlmaLinux 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 'almalinux8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084349177.pp.PeuxG1
Last 10 lines of output were:
Oct 23 08:43:55 almalinux8-64-puppet7.example.com nginx[4331]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:26
Oct 23 08:43:55 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
Oct 23 08:43:55 almalinux8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 23 08:43:55 almalinux8-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.20 seconds
|
Puppet / 7 - AlmaLinux 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 'almalinux8-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 - AlmaLinux 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 'almalinux8-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 - AlmaLinux 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 'almalinux8-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 - AlmaLinux 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 'almalinux8-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 - AlmaLinux 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 - AlmaLinux 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 - AlmaLinux 8
Process completed with exit code 1.
|
Puppet / 8 - Rocky 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 'rocky8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084355141.pp.56SbvM
Last 10 lines of output were:
Oct 23 08:44:02 rocky8-64-puppet8.example.com nginx[3967]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:26
Oct 23 08:44:02 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
Oct 23 08:44:02 rocky8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 23 08:44:02 rocky8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.92 seconds
|
Puppet / 8 - Rocky 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 'rocky8-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 - Rocky 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 'rocky8-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 - Rocky 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 'rocky8-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 - Rocky 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 'rocky8-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 - Rocky 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 - Rocky 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 - Rocky 8
Process completed with exit code 1.
|
Puppet / 8 - CentOS 9:
spec/acceptance/nginx_mail_spec.rb#L32
nginx::resource::mailhost define: actualy test the mail module runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084336515.pp.RA3Omu
Last 10 lines of output were:
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/streams-available]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/Concat_file[/etc/nginx/conf.mail.d/domain1.example.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/File[/etc/nginx/conf.mail.d/domain1.example.conf]: 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 4.40 seconds
|
Puppet / 8 - CentOS 9:
spec/acceptance/nginx_mail_spec.rb#L73
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/nginx/conf.mail.d/domain1.example.conf".file?` to be truthy, got false
|
Puppet / 8 - CentOS 9:
spec/acceptance/nginx_mail_spec.rb#L74
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "auth_http localhost/cgi-bin/auth;"
Failure/Error: it { is_expected.to contain 'auth_http localhost/cgi-bin/auth;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "auth_http localhost/cgi-bin/auth;"
|
Puppet / 8 - CentOS 9:
spec/acceptance/nginx_mail_spec.rb#L75
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "listen *:465 ssl;"
Failure/Error: it { is_expected.to contain 'listen *:465 ssl;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465 ssl;"
|
Puppet / 8 - CentOS 9:
spec/acceptance/nginx_mail_spec.rb#L79
nginx::resource::mailhost define: actualy test the mail module Port "587" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "587" to be listening
|
Puppet / 8 - CentOS 9:
spec/acceptance/nginx_mail_spec.rb#L83
nginx::resource::mailhost define: actualy test the mail module Port "465" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "465" to be listening
|
Puppet / 8 - CentOS 9:
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, trace: true, debug: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --debug --trace --detailed-exitcodes /tmp/apply_manifest_084355060.pp.P0t7c9
Last 10 lines of output were:
Debug: Stage[main]: Resource is being skipped, unscheduling all events
Debug: Finishing transaction 17560
Debug: Storing state
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.01 seconds
�[mNotice: Applied catalog in 2.14 seconds
Debug: Applying settings catalog for sections reporting, metrics
Debug: Finishing transaction 28580
Debug: Received report to process from centos9-64-puppet8.example.com
Debug: Processing report from centos9-64-puppet8.example.com with processor Puppet::Reports::Store
|
Puppet / 8 - CentOS 9:
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 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084402807.pp.lcKVmR
Last 10 lines of output were:
Oct 23 08:43:54 centos9-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server...
Oct 23 08:43:54 centos9-64-puppet8.example.com nginx[3516]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
Oct 23 08:43:54 centos9-64-puppet8.example.com nginx[3516]: nginx: configuration file /etc/nginx/nginx.conf test is successful
Oct 23 08:43:54 centos9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy 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: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.70 seconds
|
Puppet / 8 - CentOS 9:
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 'centos9-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 - CentOS 9:
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 'centos9-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 / 7 - Rocky 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 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084410320.pp.ZRyRyc
Last 10 lines of output were:
Oct 23 08:44:16 rocky8-64-puppet7.example.com nginx[3975]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:26
Oct 23 08:44:16 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
Oct 23 08:44:16 rocky8-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 23 08:44:16 rocky8-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.44 seconds
|
Puppet / 7 - Rocky 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 'rocky8-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 - Rocky 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 'rocky8-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 - Rocky 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 'rocky8-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 - Rocky 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 'rocky8-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 - Rocky 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 - Rocky 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 - Rocky 8
Process completed with exit code 1.
|
Puppet / 8 - Rocky 9:
spec/acceptance/nginx_mail_spec.rb#L32
nginx::resource::mailhost define: actualy test the mail module runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084336838.pp.A4U9mc
Last 10 lines of output were:
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/streams-available]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/Concat_file[/etc/nginx/conf.mail.d/domain1.example.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/File[/etc/nginx/conf.mail.d/domain1.example.conf]: 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 4.09 seconds
|
Puppet / 8 - Rocky 9:
spec/acceptance/nginx_mail_spec.rb#L73
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/nginx/conf.mail.d/domain1.example.conf".file?` to be truthy, got false
|
Puppet / 8 - Rocky 9:
spec/acceptance/nginx_mail_spec.rb#L74
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "auth_http localhost/cgi-bin/auth;"
Failure/Error: it { is_expected.to contain 'auth_http localhost/cgi-bin/auth;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "auth_http localhost/cgi-bin/auth;"
|
Puppet / 8 - Rocky 9:
spec/acceptance/nginx_mail_spec.rb#L75
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "listen *:465 ssl;"
Failure/Error: it { is_expected.to contain 'listen *:465 ssl;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465 ssl;"
|
Puppet / 8 - Rocky 9:
spec/acceptance/nginx_mail_spec.rb#L79
nginx::resource::mailhost define: actualy test the mail module Port "587" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "587" to be listening
|
Puppet / 8 - Rocky 9:
spec/acceptance/nginx_mail_spec.rb#L83
nginx::resource::mailhost define: actualy test the mail module Port "465" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "465" to be listening
|
Puppet / 8 - Rocky 9:
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, trace: true, debug: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 6 running:
puppet apply --debug --trace --detailed-exitcodes /tmp/apply_manifest_084358230.pp.0DP9sX
Last 10 lines of output were:
Debug: Stage[main]: Resource is being skipped, unscheduling all events
Debug: Finishing transaction 17560
Debug: Storing state
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.01 seconds
�[mNotice: Applied catalog in 2.26 seconds
Debug: Applying settings catalog for sections reporting, metrics
Debug: Finishing transaction 28560
Debug: Received report to process from rocky9-64-puppet8.example.com
Debug: Processing report from rocky9-64-puppet8.example.com with processor Puppet::Reports::Store
|
Puppet / 8 - Rocky 9:
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 'rocky9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084407297.pp.zWnfwz
Last 10 lines of output were:
Oct 23 08:43:57 rocky9-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server...
Oct 23 08:43:57 rocky9-64-puppet8.example.com nginx[3898]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
Oct 23 08:43:57 rocky9-64-puppet8.example.com nginx[3898]: nginx: configuration file /etc/nginx/nginx.conf test is successful
Oct 23 08:43:57 rocky9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy 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: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.89 seconds
|
Puppet / 8 - Rocky 9:
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 'rocky9-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 - Rocky 9:
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 'rocky9-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 - AlmaLinux 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 'almalinux8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084412048.pp.nQxlVg
Last 10 lines of output were:
Oct 23 08:44:20 almalinux8-64-puppet8.example.com nginx[4209]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:26
Oct 23 08:44:20 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited status=1
Oct 23 08:44:20 almalinux8-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 23 08:44:20 almalinux8-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.21 seconds
|
Puppet / 8 - AlmaLinux 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 'almalinux8-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 - AlmaLinux 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 'almalinux8-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 - AlmaLinux 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 'almalinux8-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 - AlmaLinux 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 'almalinux8-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 - AlmaLinux 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 - AlmaLinux 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 - AlmaLinux 8
Process completed with exit code 1.
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/nginx_mail_spec.rb#L32
nginx::resource::mailhost define: actualy test the mail module runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084341850.pp.oT06Iz
Last 10 lines of output were:
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/streams-available]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/Concat_file[/etc/nginx/conf.mail.d/domain1.example.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/File[/etc/nginx/conf.mail.d/domain1.example.conf]: 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 4.49 seconds
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/nginx_mail_spec.rb#L73
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/nginx/conf.mail.d/domain1.example.conf".file?` to be truthy, got false
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/nginx_mail_spec.rb#L74
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "auth_http localhost/cgi-bin/auth;"
Failure/Error: it { is_expected.to contain 'auth_http localhost/cgi-bin/auth;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "auth_http localhost/cgi-bin/auth;"
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/nginx_mail_spec.rb#L75
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "listen *:465 ssl;"
Failure/Error: it { is_expected.to contain 'listen *:465 ssl;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465 ssl;"
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/nginx_mail_spec.rb#L79
nginx::resource::mailhost define: actualy test the mail module Port "587" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "587" to be listening
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/nginx_mail_spec.rb#L83
nginx::resource::mailhost define: actualy test the mail module Port "465" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "465" to be listening
|
Puppet / 8 - AlmaLinux 9:
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, trace: true, debug: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 6 running:
puppet apply --debug --trace --detailed-exitcodes /tmp/apply_manifest_084402884.pp.VDbnBA
Last 10 lines of output were:
Debug: Stage[main]: Resource is being skipped, unscheduling all events
Debug: Finishing transaction 17560
Debug: Storing state
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.01 seconds
�[mNotice: Applied catalog in 2.40 seconds
Debug: Applying settings catalog for sections reporting, metrics
Debug: Finishing transaction 28560
Debug: Received report to process from almalinux9-64-puppet8.example.com
Debug: Processing report from almalinux9-64-puppet8.example.com with processor Puppet::Reports::Store
|
Puppet / 8 - AlmaLinux 9:
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 'almalinux9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084411759.pp.e7h4CL
Last 10 lines of output were:
Oct 23 08:44:02 almalinux9-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server...
Oct 23 08:44:02 almalinux9-64-puppet8.example.com nginx[4214]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
Oct 23 08:44:02 almalinux9-64-puppet8.example.com nginx[4214]: nginx: configuration file /etc/nginx/nginx.conf test is successful
Oct 23 08:44:02 almalinux9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy 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: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.61 seconds
|
Puppet / 8 - AlmaLinux 9:
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 'almalinux9-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 - AlmaLinux 9:
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 'almalinux9-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 / 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_084422018.pp.2eSYwU
Last 10 lines of output were:
Oct 23 08:44:33 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server...
Oct 23 08:44:33 centos8-64-puppet7.example.com nginx[4561]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21
Oct 23 08:44:33 centos8-64-puppet7.example.com nginx[4561]: nginx: configuration file /etc/nginx/nginx.conf test failed
Oct 23 08:44:33 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 9.71 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_084434883.pp.p6fiMS
Last 10 lines of output were:
Oct 23 08:44:33 centos8-64-puppet7.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive.
Oct 23 08:44:33 centos8-64-puppet7.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server...
Oct 23 08:44:33 centos8-64-puppet7.example.com nginx[4561]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21
Oct 23 08:44:33 centos8-64-puppet7.example.com nginx[4561]: nginx: configuration file /etc/nginx/nginx.conf test failed
Oct 23 08:44:33 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 2.49 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 --:--:-- --:--:-- --:--:-- 0
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_084444876.pp.JS49cJ
Last 10 lines of output were:
Oct 23 08:44:58 centos8-64-puppet8.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive.
Oct 23 08:44:59 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server...
Oct 23 08:44:59 centos8-64-puppet8.example.com nginx[4506]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21
Oct 23 08:44:59 centos8-64-puppet8.example.com nginx[4506]: nginx: configuration file /etc/nginx/nginx.conf test failed
�[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.20 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_084500152.pp.tyAhwp
Last 10 lines of output were:
Oct 23 08:44:44 centos8-64-puppet8.example.com systemd[1]: Stopped The nginx HTTP and reverse proxy server.
Oct 23 08:44:58 centos8-64-puppet8.example.com systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive.
Oct 23 08:44:59 centos8-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server...
Oct 23 08:44:59 centos8-64-puppet8.example.com nginx[4506]: nginx: [emerg] unknown directive "http2" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:21
Oct 23 08:44:59 centos8-64-puppet8.example.com nginx[4506]: nginx: configuration file /etc/nginx/nginx.conf test failed
�[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.54 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#L87
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_084456694.pp.BLBrri
Last 10 lines of output were:
Oct 23 08:44:59 archlinuxrolling-64-none.example.com systemd[1]: Stopping A high performance web server and a reverse proxy server...
Oct 23 08:44:59 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Deactivated successfully.
Oct 23 08:44:59 archlinuxrolling-64-none.example.com systemd[1]: Stopped A high performance web server and a reverse proxy server.
Oct 23 08:44:59 archlinuxrolling-64-none.example.com systemd[1]: Starting A high performance web server and a reverse proxy server...
Oct 23 08:44:59 archlinuxrolling-64-none.example.com nginx[1484]: 2023/10/23 08:44:59 [emerg] 1484#1484: unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14
Oct 23 08:44:59 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Oct 23 08:44:59 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 23 08:44:59 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.50 seconds
|
Puppet / - Archlinux rolling
Process completed with exit code 1.
|
Puppet / 7 - CentOS 7:
spec/acceptance/nginx_mail_spec.rb#L32
nginx::resource::mailhost define: actualy test the mail module runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084425281.pp.X9LMhI
Last 10 lines of output were:
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/streams-available]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/Concat_file[/etc/nginx/conf.mail.d/domain1.example.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/File[/etc/nginx/conf.mail.d/domain1.example.conf]: 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 16.20 seconds
|
Puppet / 7 - CentOS 7:
spec/acceptance/nginx_mail_spec.rb#L73
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/nginx/conf.mail.d/domain1.example.conf".file?` to be truthy, got false
|
Puppet / 7 - CentOS 7:
spec/acceptance/nginx_mail_spec.rb#L74
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "auth_http localhost/cgi-bin/auth;"
Failure/Error: it { is_expected.to contain 'auth_http localhost/cgi-bin/auth;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "auth_http localhost/cgi-bin/auth;"
|
Puppet / 7 - CentOS 7:
spec/acceptance/nginx_mail_spec.rb#L75
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "listen *:465 ssl;"
Failure/Error: it { is_expected.to contain 'listen *:465 ssl;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465 ssl;"
|
Puppet / 7 - CentOS 7:
spec/acceptance/nginx_mail_spec.rb#L79
nginx::resource::mailhost define: actualy test the mail module Port "587" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "587" to be listening
|
Puppet / 7 - CentOS 7:
spec/acceptance/nginx_mail_spec.rb#L83
nginx::resource::mailhost define: actualy test the mail module Port "465" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "465" to be listening
|
Puppet / 7 - CentOS 7:
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, trace: true, debug: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --debug --trace --detailed-exitcodes /tmp/apply_manifest_084449675.pp.TApahR
Last 10 lines of output were:
Debug: Stage[main]: Resource is being skipped, unscheduling all events
Debug: Finishing transaction 17600
Debug: Storing state
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.01 seconds
�[mNotice: Applied catalog in 9.82 seconds
Debug: Applying settings catalog for sections reporting, metrics
Debug: Finishing transaction 28740
Debug: Received report to process from centos7-64-puppet7.example.com
Debug: Processing report from centos7-64-puppet7.example.com with processor Puppet::Reports::Store
|
Puppet / 7 - CentOS 7:
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 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084503973.pp.ZHwkos
Last 10 lines of output were:
Oct 23 08:45:13 centos7-64-puppet7.example.com systemd[1]: nginx.service: control process exited, code=exited status=1
Oct 23 08:45:13 centos7-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server.
Oct 23 08:45:13 centos7-64-puppet7.example.com systemd[1]: Unit nginx.service entered failed state.
Oct 23 08:45:13 centos7-64-puppet7.example.com systemd[1]: nginx.service failed.
�[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 6.87 seconds
|
Puppet / 7 - CentOS 7:
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 'centos7-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 connect to www.puppetlabs.com:80; Connection refused
|
Puppet / 7 - CentOS 7:
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 'centos7-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 connect to www.puppetlabs.com:80; Connection refused
|
Puppet / 7 - Ubuntu 20.04:
spec/acceptance/nginx_mail_spec.rb#L87
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 'ubuntu2004-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084502595.pp.VKawLe
Last 10 lines of output were:
Oct 23 08:45:11 ubuntu2004-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server.
Oct 23 08:45:11 ubuntu2004-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server...
Oct 23 08:45:11 ubuntu2004-64-puppet7.example.com nginx[8410]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14
Oct 23 08:45:11 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Oct 23 08:45:11 ubuntu2004-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 23 08:45:11 ubuntu2004-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server.
Info: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.70 seconds
|
Puppet / 7 - Ubuntu 20.04
Process completed with exit code 1.
|
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_084522092.pp.2yvKfJ
Last 10 lines of output were:
Oct 23 08:44:32 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server.
Oct 23 08:44:41 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server...
Oct 23 08:44:41 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded.
Oct 23 08:44:41 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server.
Oct 23 08:44:41 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server...
Oct 23 08:44:41 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server.
Oct 23 08:44:57 debian10-64-puppet7.example.com systemd[1]: Stopping nginx - high performance web server...
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.73 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_084530203.pp.Smm4of
Last 10 lines of output were:
Oct 23 08:44:41 debian10-64-puppet7.example.com systemd[1]: nginx.service: Succeeded.
Oct 23 08:44:41 debian10-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server.
Oct 23 08:44:41 debian10-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server...
Oct 23 08:44:41 debian10-64-puppet7.example.com systemd[1]: Started nginx - high performance web server.
Oct 23 08:44:57 debian10-64-puppet7.example.com systemd[1]: Stopping 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.79 seconds
|
Puppet / 7 - Debian 10:
spec/acceptance/nginx_server_spec.rb#L168
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / 7 - Debian 10:
spec/acceptance/nginx_server_spec.rb#L175
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / 8 - Debian 11:
spec/acceptance/nginx_mail_spec.rb#L87
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 'debian11-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084451285.pp.sZhlh3
Last 10 lines of output were:
Oct 23 08:45:01 debian11-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server...
Oct 23 08:45:01 debian11-64-puppet8.example.com systemd[1]: nginx.service: Succeeded.
Oct 23 08:45:01 debian11-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server.
Oct 23 08:45:01 debian11-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server...
Oct 23 08:45:01 debian11-64-puppet8.example.com nginx[11046]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14
Oct 23 08:45:01 debian11-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Oct 23 08:45:01 debian11-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 23 08:45:01 debian11-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: Applied catalog in 3.58 seconds
|
Puppet / 8 - Debian 11
Process completed with exit code 1.
|
Puppet / 8 - CentOS 7:
spec/acceptance/nginx_mail_spec.rb#L32
nginx::resource::mailhost define: actualy test the mail module runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084445046.pp.R9sDTM
Last 10 lines of output were:
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/streams-available]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/Concat_file[/etc/nginx/conf.mail.d/domain1.example.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/File[/etc/nginx/conf.mail.d/domain1.example.conf]: 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 15.65 seconds
|
Puppet / 8 - CentOS 7:
spec/acceptance/nginx_mail_spec.rb#L73
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/nginx/conf.mail.d/domain1.example.conf".file?` to be truthy, got false
|
Puppet / 8 - CentOS 7:
spec/acceptance/nginx_mail_spec.rb#L74
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "auth_http localhost/cgi-bin/auth;"
Failure/Error: it { is_expected.to contain 'auth_http localhost/cgi-bin/auth;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "auth_http localhost/cgi-bin/auth;"
|
Puppet / 8 - CentOS 7:
spec/acceptance/nginx_mail_spec.rb#L75
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "listen *:465 ssl;"
Failure/Error: it { is_expected.to contain 'listen *:465 ssl;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465 ssl;"
|
Puppet / 8 - CentOS 7:
spec/acceptance/nginx_mail_spec.rb#L79
nginx::resource::mailhost define: actualy test the mail module Port "587" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "587" to be listening
|
Puppet / 8 - CentOS 7:
spec/acceptance/nginx_mail_spec.rb#L83
nginx::resource::mailhost define: actualy test the mail module Port "465" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "465" to be listening
|
Puppet / 8 - CentOS 7:
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, trace: true, debug: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 6 running:
puppet apply --debug --trace --detailed-exitcodes /tmp/apply_manifest_084515466.pp.1z44pK
Last 10 lines of output were:
Debug: Stage[main]: Resource is being skipped, unscheduling all events
Debug: Finishing transaction 17560
Debug: Storing state
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.01 seconds
�[mNotice: Applied catalog in 9.71 seconds
Debug: Applying settings catalog for sections reporting, metrics
Debug: Finishing transaction 28660
Debug: Received report to process from centos7-64-puppet8.example.com
Debug: Processing report from centos7-64-puppet8.example.com with processor Puppet::Reports::Store
|
Puppet / 8 - CentOS 7:
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 'centos7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084531864.pp.nroODe
Last 10 lines of output were:
Oct 23 08:45:42 centos7-64-puppet8.example.com systemd[1]: nginx.service: control process exited, code=exited status=1
Oct 23 08:45:42 centos7-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server.
Oct 23 08:45:42 centos7-64-puppet8.example.com systemd[1]: Unit nginx.service entered failed state.
Oct 23 08:45:42 centos7-64-puppet8.example.com systemd[1]: nginx.service failed.
�[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 6.70 seconds
|
Puppet / 8 - CentOS 7:
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 'centos7-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 connect to www.puppetlabs.com:80; Connection refused
|
Puppet / 8 - CentOS 7:
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 'centos7-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 connect to www.puppetlabs.com:80; Connection refused
|
Puppet / 7 - Debian 11:
spec/acceptance/nginx_mail_spec.rb#L87
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 'debian11-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084513037.pp.eI7JfH
Last 10 lines of output were:
Oct 23 08:45:21 debian11-64-puppet7.example.com systemd[1]: Stopped nginx - high performance web server.
Oct 23 08:45:21 debian11-64-puppet7.example.com systemd[1]: Starting nginx - high performance web server...
Oct 23 08:45:21 debian11-64-puppet7.example.com nginx[11077]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14
Oct 23 08:45:21 debian11-64-puppet7.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Oct 23 08:45:21 debian11-64-puppet7.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 23 08:45:21 debian11-64-puppet7.example.com systemd[1]: Failed to start nginx - high performance web server.
Info: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.44 seconds
|
Puppet / 7 - Debian 11
Process completed with exit code 1.
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/nginx_mail_spec.rb#L87
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 'ubuntu2004-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084548081.pp.9rxW1o
Last 10 lines of output were:
Oct 23 08:45:59 ubuntu2004-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server...
Oct 23 08:45:59 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Succeeded.
Oct 23 08:45:59 ubuntu2004-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server.
Oct 23 08:45:59 ubuntu2004-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server...
Oct 23 08:45:59 ubuntu2004-64-puppet8.example.com nginx[8381]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14
Oct 23 08:45:59 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Oct 23 08:45:59 ubuntu2004-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 23 08:45:59 ubuntu2004-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: Applied catalog in 3.63 seconds
|
Puppet / 8 - Ubuntu 20.04
Process completed with exit code 1.
|
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_084637857.pp.p5WWXw
Last 10 lines of output were:
Oct 23 08:45:27 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server.
Oct 23 08:45:27 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server...
Oct 23 08:45:27 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server.
Oct 23 08:45:39 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server...
Oct 23 08:45:39 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded.
Oct 23 08:45:39 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server.
Oct 23 08:45:39 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server...
Oct 23 08:45:39 debian10-64-puppet8.example.com systemd[1]: Started nginx - high performance web server.
�[mNotice: Applied catalog in 3.17 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_084649490.pp.kJ8r15
Last 10 lines of output were:
Oct 23 08:45:39 debian10-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server...
Oct 23 08:45:39 debian10-64-puppet8.example.com systemd[1]: nginx.service: Succeeded.
Oct 23 08:45:39 debian10-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server.
Oct 23 08:45:39 debian10-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server...
Oct 23 08:45:39 debian10-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 3.29 seconds
|
Puppet / 8 - Debian 10:
spec/acceptance/nginx_server_spec.rb#L168
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl --insecure https://www.puppetlabs.com:443') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --insecure https://www.puppetlabs.com:443
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / 8 - Debian 10:
spec/acceptance/nginx_server_spec.rb#L175
nginx::resource::server define: should run successfully with encrypted ssl key answers to https://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --fail --insecure https://www.puppetlabs.com:443
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to www.puppetlabs.com port 443: Connection refused
|
Puppet / 8 - Ubuntu 22.04
Canceling since a higher priority waiting request for '1579/merge' exists
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/nginx_mail_spec.rb#L87
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 'ubuntu2204-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084636919.pp.6LesNm
Last 10 lines of output were:
Oct 23 08:46:48 ubuntu2204-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server...
Oct 23 08:46:48 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully.
Oct 23 08:46:48 ubuntu2204-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server.
Oct 23 08:46:48 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server...
Oct 23 08:46:48 ubuntu2204-64-puppet8.example.com nginx[8020]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14
Oct 23 08:46:48 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Oct 23 08:46:48 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 23 08:46:48 ubuntu2204-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: Applied catalog in 3.52 seconds
|
Puppet / 8 - Ubuntu 22.04
The operation was canceled.
|
Puppet / 7 (Ruby 2.7)
Canceling since a higher priority waiting request for '1579/merge' exists
|
Puppet / 7 (Ruby 2.7)
The operation was canceled.
|
Puppet / 8 (Ruby 3.2)
Canceling since a higher priority waiting request for '1579/merge' exists
|
Puppet / 8 (Ruby 3.2)
The operation was canceled.
|
Puppet / 7 (Ruby 2.7):
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 / 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
|