Add puppet8 certificate renewal endpoint. #1251
Annotations
10 errors and 10 warnings
Run tests:
spec/classes/puppet_server_puppetserver_spec.rb#L37
puppet on freebsd-12-amd64 with default parameters is expected to contain File[/etc/custom/puppetserver/services.d] with ensure => "directory"
Failure/Error: it { should contain_file('/etc/custom/puppetserver/services.d').with_ensure('directory') }
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_agent_spec.rb#L45
puppet on freebsd-12-amd64 with no custom parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_puppetserver_spec.rb#L38
puppet on freebsd-12-amd64 with default parameters is expected to contain File[/etc/custom/puppetserver/services.d/ca.cfg] with content =~ /^puppetlabs.services.ca.certificate-authority-service\/certificate-authority-service/, content =~ /^#puppetlabs.services.ca.certificate-authority-disabled-service\/certificate-authority-disabled-service/ and content =~ /^puppetlabs.trapperkeeper.services.watcher.filesystem-watch-service\/filesystem-watch-service/
Failure/Error:
should contain_file('/etc/custom/puppetserver/services.d/ca.cfg')
.with_content(%r{^puppetlabs.services.ca.certificate-authority-service/certificate-authority-service})
.with_content(%r{^#puppetlabs.services.ca.certificate-authority-disabled-service/certificate-authority-disabled-service})
.with_content(%r{^puppetlabs.trapperkeeper.services.watcher.filesystem-watch-service/filesystem-watch-service})
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_agent_spec.rb#L49
puppet on freebsd-12-amd64 with no custom parameters is expected to contain Class[puppet::agent::install] that notifies Class[puppet::agent::config] and Class[puppet::agent::service]
Failure/Error:
is_expected.to contain_class('puppet::agent::install')
.with_manage_packages(true)
.with_package_name([client_package])
.with_package_version('present')
.with_package_provider(package_provider)
.with_package_source(nil)
.that_notifies(['Class[puppet::agent::config]', 'Class[puppet::agent::service]'])
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_puppetserver_spec.rb#L45
puppet on freebsd-12-amd64 with default parameters is expected to contain Augeas[puppet::server::puppetserver::jvm] with changes => ["set puppetserver_java_opts '\"-Xms2G -Xmx2G\"'"] and context => "/files/etc/rc.conf"
Failure/Error:
should contain_augeas('puppet::server::puppetserver::jvm')
.with_changes(['set puppetserver_java_opts \'"-Xms2G -Xmx2G"\''])
.with_context('/files/etc/rc.conf')
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_agent_spec.rb#L59
puppet on freebsd-12-amd64 with no custom parameters is expected to contain Package[puppet7] with ensure => "present", provider defined, source defined and install_options defined
Failure/Error:
is_expected.to contain_package(client_package)
.with_ensure('present')
.with_provider(package_provider)
.with_source(nil)
.with_install_options(nil)
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_puppetserver_spec.rb#L83
puppet on freebsd-12-amd64 with default parameters is expected to contain File[/etc/custom/puppetserver/conf.d/ca.conf] with ensure => "file", content =~ /^( *)allow-subject-alt-names: false$/, content =~ /^( *)allow-authorization-extensions: false$/ and content =~ /^( *)enable-infra-crl: false$/
Failure/Error:
it { should contain_file('/etc/custom/puppetserver/conf.d/ca.conf')
.with_ensure('file')
.with_content(/^( *)allow-subject-alt-names: false$/)
.with_content(/^( *)allow-authorization-extensions: false$/)
.with_content(/^( *)enable-infra-crl: false$/)
}
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_config_spec.rb#L50
puppet on freebsd-12-amd64 with default parameters is expected to contain File[/usr/local/etc/puppet] with owner => "root" and group defined
Failure/Error: it { is_expected.to contain_file(confdir).with_owner(dir_owner).with_group(dir_group) }
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_agent_spec.rb#L68
puppet on freebsd-12-amd64 with no custom parameters is expected to contain Class[puppet::agent::config] that notifies Class[puppet::agent::service]
Failure/Error: it { is_expected.to contain_class('puppet::agent::config').that_notifies('Class[puppet::agent::service]') }
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L50
puppet on freebsd-12-amd64 with no custom parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { should compile.with_all_deps }
error during compilation: Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on freebsd-12-amd64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on freebsd-11-amd64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on redhat-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on debian-11-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on oraclelinux-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on redhat-8-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on centos-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on centos-7-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on scientific-7-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on centos-8-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Cannot reassign variable '$server_puppetserver_version' (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/params.pp, line: 415, column: 37) on node fv-az1498-860.rffsckg10wduxcxr53tve02m4e.cx.internal.cloudapp.net
|
The logs for this run have expired and are no longer available.
Loading