Add Debian 12 support #191
ci.yml
on: pull_request
Puppet
/
Static validations
18s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
10 errors
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_spec.rb#L16
puppetboard class configuring Apache without vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_000124692.pp.TbTQgV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Could not run: cannot load such file -- scanf
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost/puppetboard/') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 7 running:
/usr/bin/curl localhost/puppetboard/
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 localhost port 80 after 0 ms: Couldn't connect to server
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_spec.rb#L50
puppetboard class configuring Apache with vhost / mod_wsgi works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_000129494.pp.oqb8rd
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Could not run: cannot load such file -- scanf
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost
Failure/Error:
shell('/usr/bin/curl localhost') do |r|
expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 7 running:
/usr/bin/curl localhost
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 localhost port 80 after 0 ms: Couldn't connect to server
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_spec.rb#L92
puppetboard class with SSL works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_000134678.pp.zUeL4l
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Could not run: cannot load such file -- scanf
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_spec.rb#L121
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_KEY = '/var/lib/puppet/ssl/private_keys/test.networkninjas.net.pem'"
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_spec.rb#L122
puppetboard class with SSL File "/srv/puppetboard/puppetboard/settings.py" is expected to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
Failure/Error: it { is_expected.to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'" }
expected File "/srv/puppetboard/puppetboard/settings.py" to contain "PUPPETDB_CERT = '/var/lib/puppet/ssl/certs/test.networkninjas.net.pem'"
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_spec.rb#L127
puppetboard class LDAP auth works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_000140826.pp.kqh1AF
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Could not run: cannot load such file -- scanf
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_spec.rb#L162
puppetboard class LDAP auth File "/etc/apache2/conf.d/25-puppetboard.conf" is expected to contain "AuthBasicProvider ldap"
Failure/Error: it { is_expected.to contain 'AuthBasicProvider ldap' }
expected File "/etc/apache2/conf.d/25-puppetboard.conf" to contain "AuthBasicProvider ldap"
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_spec.rb#L163
puppetboard class LDAP auth File "/etc/apache2/conf.d/25-puppetboard.conf" is expected to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
Failure/Error: it { is_expected.to contain 'AuthLDAPBindDN "cn=user,dc=puppet,dc=example,dc=com"' }
expected File "/etc/apache2/conf.d/25-puppetboard.conf" to contain "AuthLDAPBindDN \"cn=user,dc=puppet,dc=example,dc=com\""
|