Update from modulesync_config #77
ci.yml
on: pull_request
Puppet
/
Static validations
31s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
21 errors and 1 warning
Puppet / 6 (Ruby 2.5)
The process '/opt/hostedtoolcache/Ruby/2.5.9/x64/bin/bundle' failed with exit code 6
|
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 / Static validations:
metadata.json#L1
Skipping EOL operating system Ubuntu 18.04
|