Skip to content

allow puppet/systemd < 8, add Debian 12 as supported OS #81

allow puppet/systemd < 8, add Debian 12 as supported OS

allow puppet/systemd < 8, add Debian 12 as supported OS #81

Triggered via pull request May 19, 2024 14:14
@sazsaz
synchronize #164
update-deps
Status Failure
Total duration 8m 49s
Artifacts

ci.yml

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

Annotations

44 errors
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L17
memcached on openbsd-7.5-amd64 with all defaults 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: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L18
memcached on openbsd-7.5-amd64 with all defaults is expected to contain Class[memcached::params] Failure/Error: it { is_expected.to contain_class('memcached::params') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L19
memcached on openbsd-7.5-amd64 with all defaults is expected to contain Service[memcached] with ensure => "running" and enable => "true" Failure/Error: it { is_expected.to contain_service('memcached').with_ensure('running').with_enable('true') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L20
memcached on openbsd-7.5-amd64 with all defaults is expected to contain Package[memcached] with ensure => "present" Failure/Error: it { is_expected.to contain_package('memcached').with_ensure('present') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L21
memcached on openbsd-7.5-amd64 with all defaults is expected not to contain Firewall[100_tcp_11211_for_memcached] Failure/Error: it { is_expected.not_to contain_firewall('100_tcp_11211_for_memcached') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L22
memcached on openbsd-7.5-amd64 with all defaults is expected not to contain Firewall[100_udp_11211_for_memcached] Failure/Error: it { is_expected.not_to contain_firewall('100_udp_11211_for_memcached') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L25
memcached on openbsd-7.5-amd64 with all defaults on OpenBSD is expected not to contain File[/etc/sysconfig/memcached] with ensure => "file" Failure/Error: it { is_expected.not_to contain_file('/etc/sysconfig/memcached').with_ensure('file') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L26
memcached on openbsd-7.5-amd64 with all defaults on OpenBSD is expected not to contain File[/var/log/memcached.log] with ensure => "file" Failure/Error: it { is_expected.not_to contain_file('/var/log/memcached.log').with_ensure('file') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L28
memcached on openbsd-7.5-amd64 with all defaults on OpenBSD is expected to contain Service[memcached] with ensure => "running", enable => "true" and flags => "-l 127.0.0.1 -u _memcached -P /var/run/memcached.pid" Failure/Error: is_expected.to contain_service('memcached').with( ensure: 'running', enable: 'true', flags: '-l 127.0.0.1 -u _memcached -P /var/run/memcached.pid' ) Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L49
memcached on openbsd-7.5-amd64 with service_flags parameter is expected to contain Service[memcached] with ensure => "running", enable => "true" and flags => "-l 0.0.0.0 -u _memcached -P /var/run/memcached.pid" Failure/Error: is_expected.to contain_service('memcached').with( ensure: 'running', enable: 'true', flags: '-l 0.0.0.0 -u _memcached -P /var/run/memcached.pid' ) Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L17
memcached on openbsd-7.5-amd64 with all defaults 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: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L18
memcached on openbsd-7.5-amd64 with all defaults is expected to contain Class[memcached::params] Failure/Error: it { is_expected.to contain_class('memcached::params') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L19
memcached on openbsd-7.5-amd64 with all defaults is expected to contain Service[memcached] with ensure => "running" and enable => "true" Failure/Error: it { is_expected.to contain_service('memcached').with_ensure('running').with_enable('true') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L20
memcached on openbsd-7.5-amd64 with all defaults is expected to contain Package[memcached] with ensure => "present" Failure/Error: it { is_expected.to contain_package('memcached').with_ensure('present') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L21
memcached on openbsd-7.5-amd64 with all defaults is expected not to contain Firewall[100_tcp_11211_for_memcached] Failure/Error: it { is_expected.not_to contain_firewall('100_tcp_11211_for_memcached') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L22
memcached on openbsd-7.5-amd64 with all defaults is expected not to contain Firewall[100_udp_11211_for_memcached] Failure/Error: it { is_expected.not_to contain_firewall('100_udp_11211_for_memcached') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L25
memcached on openbsd-7.5-amd64 with all defaults on OpenBSD is expected not to contain File[/etc/sysconfig/memcached] with ensure => "file" Failure/Error: it { is_expected.not_to contain_file('/etc/sysconfig/memcached').with_ensure('file') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L26
memcached on openbsd-7.5-amd64 with all defaults on OpenBSD is expected not to contain File[/var/log/memcached.log] with ensure => "file" Failure/Error: it { is_expected.not_to contain_file('/var/log/memcached.log').with_ensure('file') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L28
memcached on openbsd-7.5-amd64 with all defaults on OpenBSD is expected to contain Service[memcached] with ensure => "running", enable => "true" and flags => "-l 127.0.0.1 -u _memcached -P /var/run/memcached.pid" Failure/Error: is_expected.to contain_service('memcached').with( ensure: 'running', enable: 'true', flags: '-l 127.0.0.1 -u _memcached -P /var/run/memcached.pid' ) Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L49
memcached on openbsd-7.5-amd64 with service_flags parameter is expected to contain Service[memcached] with ensure => "running", enable => "true" and flags => "-l 0.0.0.0 -u _memcached -P /var/run/memcached.pid" Failure/Error: is_expected.to contain_service('memcached').with( ensure: 'running', enable: 'true', flags: '-l 0.0.0.0 -u _memcached -P /var/run/memcached.pid' ) Puppet::PreformattedError: Evaluation Error: Unknown variable: 'memcached::params::pidfile'. (file: /home/runner/work/puppet-memcached/puppet-memcached/spec/fixtures/modules/memcached/manifests/init.pp, line: 17, column: 96) on node rspec.puppet.com
Puppet / 8 - CentOS 7: spec/acceptance/instance_spec.rb#L57
memcached with service limits works idempotently with no errors Failure/Error: apply_manifest(pp2, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142037730.pp.igezij Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - memcached@11222.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/modules/memcached/manifests/instance.pp, line: 41) on node centos7-64-puppet8.example.com
Puppet / 8 - CentOS 7: spec/acceptance/instance_spec.rb#L73
memcached with service limits File "/etc/systemd/system/memcached@11222.service.d/90-limits.conf" content is expected to match /LimitNOFILE=8192\nLimitNPROC=16384/ Failure/Error: its(:content) { is_expected.to match %r{LimitNOFILE=8192\nLimitNPROC=16384} } expected "" to match /LimitNOFILE=8192\nLimitNPROC=16384/ Diff: @@ -1 +1 @@ -/LimitNOFILE=8192\nLimitNPROC=16384/ +""
Puppet / 8 - CentOS 7
Process completed with exit code 1.
Puppet / 8 - CentOS 8: spec/acceptance/instance_spec.rb#L57
memcached with service limits works idempotently with no errors Failure/Error: apply_manifest(pp2, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142054210.pp.FE5kU8 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - memcached@11222.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/modules/memcached/manifests/instance.pp, line: 41) on node centos8-64-puppet8.example.com
Puppet / 8 - CentOS 8: spec/acceptance/instance_spec.rb#L73
memcached with service limits File "/etc/systemd/system/memcached@11222.service.d/90-limits.conf" content is expected to match /LimitNOFILE=8192\nLimitNPROC=16384/ Failure/Error: its(:content) { is_expected.to match %r{LimitNOFILE=8192\nLimitNPROC=16384} } expected "" to match /LimitNOFILE=8192\nLimitNPROC=16384/ Diff: @@ -1 +1 @@ -/LimitNOFILE=8192\nLimitNPROC=16384/ +""
Puppet / 8 - CentOS 8
Process completed with exit code 1.
Puppet / 8 - CentOS 9: spec/acceptance/instance_spec.rb#L57
memcached with service limits works idempotently with no errors Failure/Error: apply_manifest(pp2, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142101601.pp.Ld6fGE Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - memcached@11222.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/modules/memcached/manifests/instance.pp, line: 41) on node centos9-64-puppet8.example.com
Puppet / 8 - CentOS 9: spec/acceptance/instance_spec.rb#L73
memcached with service limits File "/etc/systemd/system/memcached@11222.service.d/90-limits.conf" content is expected to match /LimitNOFILE=8192\nLimitNPROC=16384/ Failure/Error: its(:content) { is_expected.to match %r{LimitNOFILE=8192\nLimitNPROC=16384} } expected "" to match /LimitNOFILE=8192\nLimitNPROC=16384/ Diff: @@ -1 +1 @@ -/LimitNOFILE=8192\nLimitNPROC=16384/ +""
Puppet / 8 - CentOS 9
Process completed with exit code 1.
Puppet / 8 - Debian 10: spec/acceptance/instance_spec.rb#L57
memcached with service limits works idempotently with no errors Failure/Error: apply_manifest(pp2, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142119299.pp.DhnyU5 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - memcached@11222.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/modules/memcached/manifests/instance.pp, line: 41) on node debian10-64-puppet8.example.com
Puppet / 8 - Debian 10: spec/acceptance/instance_spec.rb#L73
memcached with service limits File "/etc/systemd/system/memcached@11222.service.d/90-limits.conf" content is expected to match /LimitNOFILE=8192\nLimitNPROC=16384/ Failure/Error: its(:content) { is_expected.to match %r{LimitNOFILE=8192\nLimitNPROC=16384} } expected "" to match /LimitNOFILE=8192\nLimitNPROC=16384/ Diff: @@ -1 +1 @@ -/LimitNOFILE=8192\nLimitNPROC=16384/ +""
Puppet / 8 - Debian 10
Process completed with exit code 1.
Puppet / 8 - Debian 11: spec/acceptance/instance_spec.rb#L57
memcached with service limits works idempotently with no errors Failure/Error: apply_manifest(pp2, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142144573.pp.E4uVeB Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - memcached@11222.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/modules/memcached/manifests/instance.pp, line: 41) on node debian11-64-puppet8.example.com
Puppet / 8 - Debian 11: spec/acceptance/instance_spec.rb#L73
memcached with service limits File "/etc/systemd/system/memcached@11222.service.d/90-limits.conf" content is expected to match /LimitNOFILE=8192\nLimitNPROC=16384/ Failure/Error: its(:content) { is_expected.to match %r{LimitNOFILE=8192\nLimitNPROC=16384} } expected "" to match /LimitNOFILE=8192\nLimitNPROC=16384/ Diff: @@ -1 +1 @@ -/LimitNOFILE=8192\nLimitNPROC=16384/ +""
Puppet / 8 - Debian 11
Process completed with exit code 1.
Puppet / 8 - Ubuntu 18.04: spec/acceptance/instance_spec.rb#L57
memcached with service limits works idempotently with no errors Failure/Error: apply_manifest(pp2, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142213222.pp.8JNaqb Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - memcached@11222.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/modules/memcached/manifests/instance.pp, line: 41) on node ubuntu1804-64-puppet8.example.com
Puppet / 8 - Ubuntu 18.04: spec/acceptance/instance_spec.rb#L73
memcached with service limits File "/etc/systemd/system/memcached@11222.service.d/90-limits.conf" content is expected to match /LimitNOFILE=8192\nLimitNPROC=16384/ Failure/Error: its(:content) { is_expected.to match %r{LimitNOFILE=8192\nLimitNPROC=16384} } expected "" to match /LimitNOFILE=8192\nLimitNPROC=16384/ Diff: @@ -1 +1 @@ -/LimitNOFILE=8192\nLimitNPROC=16384/ +""
Puppet / 8 - Ubuntu 18.04
Process completed with exit code 1.
Puppet / 8 - Ubuntu 22.04: spec/acceptance/instance_spec.rb#L57
memcached with service limits works idempotently with no errors Failure/Error: apply_manifest(pp2, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142229893.pp.Tco13B Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - memcached@11222.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/modules/memcached/manifests/instance.pp, line: 41) on node ubuntu2204-64-puppet8.example.com
Puppet / 8 - Ubuntu 22.04: spec/acceptance/instance_spec.rb#L73
memcached with service limits File "/etc/systemd/system/memcached@11222.service.d/90-limits.conf" content is expected to match /LimitNOFILE=8192\nLimitNPROC=16384/ Failure/Error: its(:content) { is_expected.to match %r{LimitNOFILE=8192\nLimitNPROC=16384} } expected "" to match /LimitNOFILE=8192\nLimitNPROC=16384/ Diff: @@ -1 +1 @@ -/LimitNOFILE=8192\nLimitNPROC=16384/ +""
Puppet / 8 - Ubuntu 22.04
Process completed with exit code 1.
Puppet / 8 - Ubuntu 20.04: spec/acceptance/instance_spec.rb#L57
memcached with service limits works idempotently with no errors Failure/Error: apply_manifest(pp2, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142239721.pp.WMKvLY Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - memcached@11222.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/modules/memcached/manifests/instance.pp, line: 41) on node ubuntu2004-64-puppet8.example.com
Puppet / 8 - Ubuntu 20.04: spec/acceptance/instance_spec.rb#L73
memcached with service limits File "/etc/systemd/system/memcached@11222.service.d/90-limits.conf" content is expected to match /LimitNOFILE=8192\nLimitNPROC=16384/ Failure/Error: its(:content) { is_expected.to match %r{LimitNOFILE=8192\nLimitNPROC=16384} } expected "" to match /LimitNOFILE=8192\nLimitNPROC=16384/ Diff: @@ -1 +1 @@ -/LimitNOFILE=8192\nLimitNPROC=16384/ +""
Puppet / 8 - Ubuntu 20.04
Process completed with exit code 1.