Skip to content

Support wsgi on python 3.8 and 3.9 on rhel8 #162

Support wsgi on python 3.8 and 3.9 on rhel8

Support wsgi on python 3.8 and 3.9 on rhel8 #162

Triggered via pull request December 5, 2023 18:14
Status Failure
Total duration 9m 8s
Artifacts

ci.yml

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

Annotations

22 errors
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L68
puppetboard::apache::vhost default params on redhat-8-x86_64 with python_versions 3.6 is expected to contain Class[apache::mod::wsgi] with package_name => "python3-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Starting with Puppetboard 5.0.0 providing own $secret_key is required. See https://github.com/voxpupuli/puppetboard/issues/721 for more info. If you run Puppetboard on a single node with static FQDN then you can set it the following code to generate a random but not changing value: ${fqdn_rand_string(32)} (file: /home/runner/work/puppet-puppetboard/puppet-puppetboard/spec/fixtures/modules/puppetboard/manifests/init.pp, line: 117, column: 7) on node fv-az891-76.3qows1xflhlezoxdqozyuy3a1h.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L68
puppetboard::apache::vhost default params on redhat-8-x86_64 with python_versions 3.8 is expected to contain Class[apache::mod::wsgi] with package_name => "python38-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Starting with Puppetboard 5.0.0 providing own $secret_key is required. See https://github.com/voxpupuli/puppetboard/issues/721 for more info. If you run Puppetboard on a single node with static FQDN then you can set it the following code to generate a random but not changing value: ${fqdn_rand_string(32)} (file: /home/runner/work/puppet-puppetboard/puppet-puppetboard/spec/fixtures/modules/puppetboard/manifests/init.pp, line: 117, column: 7) on node fv-az891-76.3qows1xflhlezoxdqozyuy3a1h.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L68
puppetboard::apache::vhost default params on redhat-8-x86_64 with python_versions 3.9 is expected to contain Class[apache::mod::wsgi] with package_name => "python39-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Starting with Puppetboard 5.0.0 providing own $secret_key is required. See https://github.com/voxpupuli/puppetboard/issues/721 for more info. If you run Puppetboard on a single node with static FQDN then you can set it the following code to generate a random but not changing value: ${fqdn_rand_string(32)} (file: /home/runner/work/puppet-puppetboard/puppet-puppetboard/spec/fixtures/modules/puppetboard/manifests/init.pp, line: 117, column: 7) on node fv-az891-76.3qows1xflhlezoxdqozyuy3a1h.bx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/apache/vhost_spec.rb#L82
puppetboard::apache::vhost default params on redhat-8-x86_64 with unsupported python_versions is expected to raise Puppet::Error with message matching /python version not supported/ Failure/Error: it { is_expected.to raise_error(Puppet::Error, %r{python version not supported}) } expected Puppet::Error with message matching /python version not supported/, got #<Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Starting with ...t.pp, line: 117, column: 7) on node fv-az891-76.3qows1xflhlezoxdqozyuy3a1h.bx.internal.cloudapp.net> with backtrace: # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/parser/functions/fail.rb:11:in `block in get_binding' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/parser/functions.rb:216:in `block (2 levels) in newfunction' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/util/profiler/around_profiler.rb:59:in `profile' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/util/profiler.rb:52:in `profile' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/parser/functions.rb:209:in `block in newfunction' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/functions.rb:752:in `block in call' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/functions.rb:749:in `catch' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/functions.rb:749:in `call' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/puppet_stack.rb:43:in `stack' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/runtime3_support.rb:306:in `block in call_function' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/util/profiler/around_profiler.rb:59:in `profile' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/util/profiler.rb:52:in `profile' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/runtime3_support.rb:304:in `call_function' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/evaluator_impl.rb:996:in `call_function_with_block' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/evaluator_impl.rb:965:in `eval_CallNamedFunctionExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/visitor.rb:95:in `visit_this_1' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/evaluator_impl.rb:82:in `evaluate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/evaluator_impl.rb:1059:in `block in eval_IfExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/parser/scope.rb:990:in `with_guarded_scope' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/evaluator_impl.rb:1057:in `eval_IfExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/visitor.rb:95:in `visit_this_1' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/evaluator_impl.rb:82:in `evaluate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/evaluator_impl.rb:680:in `block in eval_BlockExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/evaluator_impl.rb:680:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/evaluator_impl.rb:680:in `reduce' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/evaluator_impl.rb:680:in `eval_BlockExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/visitor.rb:95:in `visit_this_1' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/evaluator_impl.rb:82:in `evaluate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/evaluator_impl.rb:1059:in `block in eval_IfExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/parser/scope.rb:990:in `with_guarded_scope' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/pops/evaluator/evaluator_impl.rb:1057:in `eval_IfExpression' # ./vendor/bundle/ru
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L68
puppetboard::apache::vhost default params on redhat-8-x86_64 with python_versions 3.6 is expected to contain Class[apache::mod::wsgi] with package_name => "python3-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Starting with Puppetboard 5.0.0 providing own $secret_key is required. See https://github.com/voxpupuli/puppetboard/issues/721 for more info. If you run Puppetboard on a single node with static FQDN then you can set it the following code to generate a random but not changing value: ${fqdn_rand_string(32)} (file: /home/runner/work/puppet-puppetboard/puppet-puppetboard/spec/fixtures/modules/puppetboard/manifests/init.pp, line: 117, column: 7) on node fv-az891-76.3qows1xflhlezoxdqozyuy3a1h.bx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L68
puppetboard::apache::vhost default params on redhat-8-x86_64 with python_versions 3.8 is expected to contain Class[apache::mod::wsgi] with package_name => "python38-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Starting with Puppetboard 5.0.0 providing own $secret_key is required. See https://github.com/voxpupuli/puppetboard/issues/721 for more info. If you run Puppetboard on a single node with static FQDN then you can set it the following code to generate a random but not changing value: ${fqdn_rand_string(32)} (file: /home/runner/work/puppet-puppetboard/puppet-puppetboard/spec/fixtures/modules/puppetboard/manifests/init.pp, line: 117, column: 7) on node fv-az891-76.3qows1xflhlezoxdqozyuy3a1h.bx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L68
puppetboard::apache::vhost default params on redhat-8-x86_64 with python_versions 3.9 is expected to contain Class[apache::mod::wsgi] with package_name => "python39-mod_wsgi" Failure/Error: it { is_expected.to contain_class('apache::mod::wsgi').with(package_name: package_name) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Starting with Puppetboard 5.0.0 providing own $secret_key is required. See https://github.com/voxpupuli/puppetboard/issues/721 for more info. If you run Puppetboard on a single node with static FQDN then you can set it the following code to generate a random but not changing value: ${fqdn_rand_string(32)} (file: /home/runner/work/puppet-puppetboard/puppet-puppetboard/spec/fixtures/modules/puppetboard/manifests/init.pp, line: 117, column: 7) on node fv-az891-76.3qows1xflhlezoxdqozyuy3a1h.bx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/apache/vhost_spec.rb#L82
puppetboard::apache::vhost default params on redhat-8-x86_64 with unsupported python_versions is expected to raise Puppet::Error with message matching /python version not supported/ Failure/Error: it { is_expected.to raise_error(Puppet::Error, %r{python version not supported}) } expected Puppet::Error with message matching /python version not supported/, got #<Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Starting with ...t.pp, line: 117, column: 7) on node fv-az891-76.3qows1xflhlezoxdqozyuy3a1h.bx.internal.cloudapp.net> with backtrace: # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/parser/functions/fail.rb:10:in `block in get_binding' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/parser/functions.rb:215:in `block (2 levels) in newfunction' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/util/profiler/around_profiler.rb:58:in `profile' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/util/profiler.rb:51:in `profile' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/parser/functions.rb:208:in `block in newfunction' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/functions.rb:751:in `block in call' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/functions.rb:748:in `catch' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/functions.rb:748:in `call' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/puppet_stack.rb:42:in `stack' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/runtime3_support.rb:305:in `block in call_function' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/util/profiler/around_profiler.rb:58:in `profile' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/util/profiler.rb:51:in `profile' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/runtime3_support.rb:303:in `call_function' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/evaluator_impl.rb:995:in `call_function_with_block' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/evaluator_impl.rb:964:in `eval_CallNamedFunctionExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/visitor.rb:94:in `visit_this_1' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/evaluator_impl.rb:81:in `evaluate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/evaluator_impl.rb:1058:in `block in eval_IfExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/parser/scope.rb:985:in `with_guarded_scope' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/evaluator_impl.rb:1056:in `eval_IfExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/visitor.rb:94:in `visit_this_1' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/evaluator_impl.rb:81:in `evaluate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/evaluator_impl.rb:679:in `block in eval_BlockExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/evaluator_impl.rb:679:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/evaluator_impl.rb:679:in `reduce' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/evaluator_impl.rb:679:in `eval_BlockExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/visitor.rb:94:in `visit_this_1' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/evaluator_impl.rb:81:in `evaluate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/evaluator_impl.rb:1058:in `block in eval_IfExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/parser/scope.rb:985:in `with_guarded_scope' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.27.0/lib/puppet/pops/evaluator/evaluator_impl.rb:1056:in `eval_IfExpre
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
Puppet / 8 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_181956705.pp.gbFMAP Last 10 lines of output were: Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 45.28 seconds
Puppet / 8 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_182049188.pp.E9nBXM Last 10 lines of output were: Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Info: Apache::Vhost[localhost]: Scheduling refresh of Service[httpd] �[mNotice: /Stage[main]/Apache::Service/Service[httpd]: Triggered 'refresh' from 2 events Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 3.55 seconds
Puppet / 8 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_182100520.pp.7LSGj9 Last 10 lines of output were: Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 6.42 seconds
Puppet / 8 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_182114718.pp.XnYhWN Last 10 lines of output were: Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 6.25 seconds
Puppet / 8 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L174
puppetboard class AUTH ldap-group works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_182128666.pp.FDvyRF Last 10 lines of output were: Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 3.66 seconds
Puppet / 8 - Ubuntu 18.04
Process completed with exit code 1.
Puppet / 7 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_182038435.pp.U5q5rQ Last 10 lines of output were: Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 47.76 seconds
Puppet / 7 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_182132238.pp.O7pQ4d Last 10 lines of output were: Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Info: Apache::Vhost[localhost]: Scheduling refresh of Service[httpd] �[mNotice: /Stage[main]/Apache::Service/Service[httpd]: Triggered 'refresh' from 2 events Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 3.45 seconds
Puppet / 7 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_182142231.pp.JVZulM Last 10 lines of output were: Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 6.37 seconds
Puppet / 7 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_182155228.pp.tQIp9l Last 10 lines of output were: Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 6.81 seconds
Puppet / 7 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L174
puppetboard class AUTH ldap-group works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_182208972.pp.jVTXNd Last 10 lines of output were: Warning: /Stage[main]/Puppetdb::Server::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server::Puppetdb/Ini_setting[puppetdb_disable_update_checking]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Service[puppetdb]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/File[/etc/systemd/system/puppetdb-dlo-cleanup.service]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.service]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.service]/Exec[systemd-puppetdb-dlo-cleanup.service-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/File[/etc/systemd/system/puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Systemd::Daemon_reload[puppetdb-dlo-cleanup.timer]/Exec[systemd-puppetdb-dlo-cleanup.timer-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Puppetdb::Server/Systemd::Unit_file[puppetdb-dlo-cleanup.timer]/Service[puppetdb-dlo-cleanup.timer]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 3.52 seconds
Puppet / 7 - Ubuntu 18.04
Process completed with exit code 1.