rspec-puppet-facts: Require 3.0.0 #289
Annotations
40 errors and 8 warnings
Ruby 3.1 - Puppet ~> 8.0:
spec/facts_spec.rb#L131
add_facts_for_metadata with systemd and stdlib has systemd on Red Hat 7
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
case facts[:os]['family'].downcase
^^^^^^^^^^
|
Ruby 3.1 - Puppet ~> 8.0:
spec/facts_spec.rb#L139
add_facts_for_metadata with systemd and stdlib has no systemd on Red Hat 6
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
case facts[:os]['family'].downcase
^^^^^^^^^^
|
Ruby 3.1 - Puppet ~> 8.0:
spec/facts_spec.rb#L147
add_facts_for_metadata with systemd and stdlib has no systemd on openbsd
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
case facts[:os]['family'].downcase
^^^^^^^^^^
|
Ruby 3.1 - Puppet ~> 8.0:
spec/facts_spec.rb#L164
add_facts_for_metadata with stdlib adds the systemd fact
Failure/Error:
add_custom_fact 'service_provider', ->(_os, facts) do
case facts[:os]['family'].downcase
when 'archlinux'
'systemd'
when 'darwin'
'launchd'
when 'debian'
'systemd'
when 'freebsd'
'freebsd'
RspecPuppetFacts received :register_custom_fact with unexpected arguments
expected: (:service_provider, an_instance_of(Proc), {})
got: ("service_provider", #<Proc:0x00007f95c0704268 /home/runner/work/voxpupuli-test/voxpupuli-test/lib/voxpupuli/test/facts.rb:75 (lambda)>, {})
|
Ruby 3.1 - Puppet ~> 8.0
Process completed with exit code 1.
|
Ruby 3.0 - Puppet ~> 7.24:
spec/facts_spec.rb#L131
add_facts_for_metadata with systemd and stdlib has systemd on Red Hat 7
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
|
Ruby 3.0 - Puppet ~> 7.24:
spec/facts_spec.rb#L139
add_facts_for_metadata with systemd and stdlib has no systemd on Red Hat 6
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
|
Ruby 3.0 - Puppet ~> 7.24:
spec/facts_spec.rb#L147
add_facts_for_metadata with systemd and stdlib has no systemd on openbsd
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
|
Ruby 3.0 - Puppet ~> 7.24:
spec/facts_spec.rb#L164
add_facts_for_metadata with stdlib adds the systemd fact
Failure/Error:
add_custom_fact 'service_provider', ->(_os, facts) do
case facts[:os]['family'].downcase
when 'archlinux'
'systemd'
when 'darwin'
'launchd'
when 'debian'
'systemd'
when 'freebsd'
'freebsd'
RspecPuppetFacts received :register_custom_fact with unexpected arguments
expected: (:service_provider, an_instance_of(Proc), {})
got: ("service_provider", #<Proc:0x000055a14b4c6138 /home/runner/work/voxpupuli-test/voxpupuli-test/lib/voxpupuli/test/facts.rb:75 (lambda)>, {})
|
Ruby 3.0 - Puppet ~> 7.24
Process completed with exit code 1.
|
Ruby 3.1 - Puppet ~> 7.24:
spec/facts_spec.rb#L131
add_facts_for_metadata with systemd and stdlib has systemd on Red Hat 7
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
case facts[:os]['family'].downcase
^^^^^^^^^^
|
Ruby 3.1 - Puppet ~> 7.24:
spec/facts_spec.rb#L139
add_facts_for_metadata with systemd and stdlib has no systemd on Red Hat 6
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
case facts[:os]['family'].downcase
^^^^^^^^^^
|
Ruby 3.1 - Puppet ~> 7.24:
spec/facts_spec.rb#L147
add_facts_for_metadata with systemd and stdlib has no systemd on openbsd
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
case facts[:os]['family'].downcase
^^^^^^^^^^
|
Ruby 3.1 - Puppet ~> 7.24:
spec/facts_spec.rb#L164
add_facts_for_metadata with stdlib adds the systemd fact
Failure/Error:
add_custom_fact 'service_provider', ->(_os, facts) do
case facts[:os]['family'].downcase
when 'archlinux'
'systemd'
when 'darwin'
'launchd'
when 'debian'
'systemd'
when 'freebsd'
'freebsd'
RspecPuppetFacts received :register_custom_fact with unexpected arguments
expected: (:service_provider, an_instance_of(Proc), {})
got: ("service_provider", #<Proc:0x00007f3a25172378 /home/runner/work/voxpupuli-test/voxpupuli-test/lib/voxpupuli/test/facts.rb:75 (lambda)>, {})
|
Ruby 3.1 - Puppet ~> 7.24
Process completed with exit code 1.
|
Ruby 3.2 - Puppet ~> 8.0:
spec/facts_spec.rb#L131
add_facts_for_metadata with systemd and stdlib has systemd on Red Hat 7
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
|
Ruby 3.2 - Puppet ~> 8.0:
spec/facts_spec.rb#L139
add_facts_for_metadata with systemd and stdlib has no systemd on Red Hat 6
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
|
Ruby 3.2 - Puppet ~> 8.0:
spec/facts_spec.rb#L147
add_facts_for_metadata with systemd and stdlib has no systemd on openbsd
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
|
Ruby 3.2 - Puppet ~> 8.0:
spec/facts_spec.rb#L164
add_facts_for_metadata with stdlib adds the systemd fact
Failure/Error:
add_custom_fact 'service_provider', ->(_os, facts) do
case facts[:os]['family'].downcase
when 'archlinux'
'systemd'
when 'darwin'
'launchd'
when 'debian'
'systemd'
when 'freebsd'
'freebsd'
RspecPuppetFacts received :register_custom_fact with unexpected arguments
expected: (:service_provider, an_instance_of(Proc), {})
got: ("service_provider", #<Proc:0x00007f65cda7a960 /home/runner/work/voxpupuli-test/voxpupuli-test/lib/voxpupuli/test/facts.rb:75 (lambda)>, {})
|
Ruby 3.2 - Puppet ~> 8.0
Process completed with exit code 1.
|
Ruby 3.3 - Puppet ~> 8.0:
spec/facts_spec.rb#L131
add_facts_for_metadata with systemd and stdlib has systemd on Red Hat 7
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil
|
Ruby 3.3 - Puppet ~> 8.0:
spec/facts_spec.rb#L139
add_facts_for_metadata with systemd and stdlib has no systemd on Red Hat 6
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil
|
Ruby 3.3 - Puppet ~> 8.0:
spec/facts_spec.rb#L147
add_facts_for_metadata with systemd and stdlib has no systemd on openbsd
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil
|
Ruby 3.3 - Puppet ~> 8.0:
spec/facts_spec.rb#L164
add_facts_for_metadata with stdlib adds the systemd fact
Failure/Error:
add_custom_fact 'service_provider', ->(_os, facts) do
case facts[:os]['family'].downcase
when 'archlinux'
'systemd'
when 'darwin'
'launchd'
when 'debian'
'systemd'
when 'freebsd'
'freebsd'
RspecPuppetFacts received :register_custom_fact with unexpected arguments
expected: (:service_provider, an_instance_of(Proc), {})
got: ("service_provider", #<Proc:0x00007fdf24a3b7a8 /home/runner/work/voxpupuli-test/voxpupuli-test/lib/voxpupuli/test/facts.rb:75 (lambda)>, {})
|
Ruby 3.3 - Puppet ~> 8.0
Process completed with exit code 1.
|
Ruby 3.3 - Puppet ~> 7.24:
spec/facts_spec.rb#L131
add_facts_for_metadata with systemd and stdlib has systemd on Red Hat 7
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil
|
Ruby 3.3 - Puppet ~> 7.24:
spec/facts_spec.rb#L139
add_facts_for_metadata with systemd and stdlib has no systemd on Red Hat 6
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil
|
Ruby 3.3 - Puppet ~> 7.24:
spec/facts_spec.rb#L147
add_facts_for_metadata with systemd and stdlib has no systemd on openbsd
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil
|
Ruby 3.3 - Puppet ~> 7.24:
spec/facts_spec.rb#L164
add_facts_for_metadata with stdlib adds the systemd fact
Failure/Error:
add_custom_fact 'service_provider', ->(_os, facts) do
case facts[:os]['family'].downcase
when 'archlinux'
'systemd'
when 'darwin'
'launchd'
when 'debian'
'systemd'
when 'freebsd'
'freebsd'
RspecPuppetFacts received :register_custom_fact with unexpected arguments
expected: (:service_provider, an_instance_of(Proc), {})
got: ("service_provider", #<Proc:0x00007fc7c1075f18 /home/runner/work/voxpupuli-test/voxpupuli-test/lib/voxpupuli/test/facts.rb:75 (lambda)>, {})
|
Ruby 3.3 - Puppet ~> 7.24
Process completed with exit code 1.
|
Ruby 3.2 - Puppet ~> 7.24:
spec/facts_spec.rb#L131
add_facts_for_metadata with systemd and stdlib has systemd on Red Hat 7
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
|
Ruby 3.2 - Puppet ~> 7.24:
spec/facts_spec.rb#L139
add_facts_for_metadata with systemd and stdlib has no systemd on Red Hat 6
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
|
Ruby 3.2 - Puppet ~> 7.24:
spec/facts_spec.rb#L147
add_facts_for_metadata with systemd and stdlib has no systemd on openbsd
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
|
Ruby 3.2 - Puppet ~> 7.24:
spec/facts_spec.rb#L164
add_facts_for_metadata with stdlib adds the systemd fact
Failure/Error:
add_custom_fact 'service_provider', ->(_os, facts) do
case facts[:os]['family'].downcase
when 'archlinux'
'systemd'
when 'darwin'
'launchd'
when 'debian'
'systemd'
when 'freebsd'
'freebsd'
RspecPuppetFacts received :register_custom_fact with unexpected arguments
expected: (:service_provider, an_instance_of(Proc), {})
got: ("service_provider", #<Proc:0x00007f05270bedd8 /home/runner/work/voxpupuli-test/voxpupuli-test/lib/voxpupuli/test/facts.rb:75 (lambda)>, {})
|
Ruby 3.2 - Puppet ~> 7.24
Process completed with exit code 1.
|
Ruby 2.7 - Puppet ~> 7.24:
spec/facts_spec.rb#L131
add_facts_for_metadata with systemd and stdlib has systemd on Red Hat 7
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
|
Ruby 2.7 - Puppet ~> 7.24:
spec/facts_spec.rb#L139
add_facts_for_metadata with systemd and stdlib has no systemd on Red Hat 6
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
|
Ruby 2.7 - Puppet ~> 7.24:
spec/facts_spec.rb#L147
add_facts_for_metadata with systemd and stdlib has no systemd on openbsd
Failure/Error: case facts[:os]['family'].downcase
NoMethodError:
undefined method `[]' for nil:NilClass
|
Ruby 2.7 - Puppet ~> 7.24:
spec/facts_spec.rb#L164
add_facts_for_metadata with stdlib adds the systemd fact
Failure/Error:
add_custom_fact 'service_provider', ->(_os, facts) do
case facts[:os]['family'].downcase
when 'archlinux'
'systemd'
when 'darwin'
'launchd'
when 'debian'
'systemd'
when 'freebsd'
'freebsd'
RspecPuppetFacts received :register_custom_fact with unexpected arguments
expected: (:service_provider, an_instance_of(Proc), {})
got: ("service_provider", #<Proc:0x0000561c2facc780 /home/runner/work/voxpupuli-test/voxpupuli-test/lib/voxpupuli/test/facts.rb:75 (lambda)>, {})
|
Ruby 2.7 - Puppet ~> 7.24
Process completed with exit code 1.
|
Ruby 3.1 - Puppet ~> 8.0
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ruby 3.0 - Puppet ~> 7.24
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ruby 3.1 - Puppet ~> 7.24
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ruby 3.2 - Puppet ~> 8.0
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ruby 3.3 - Puppet ~> 8.0
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ruby 3.3 - Puppet ~> 7.24
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ruby 3.2 - Puppet ~> 7.24
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ruby 2.7 - Puppet ~> 7.24
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|