usermanagement: prohibit empty ssh keys #106
ci.yml
on: pull_request
Spec
/
Setup Test Matrix
28s
Matrix: Spec / spec
Matrix: Acceptance / acceptance
Waiting for pending jobs
Annotations
4 errors and 1 warning
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/functions/accounts_ssh_authorized_keys_line_parser_spec.rb#L10
accounts_ssh_authorized_keys_line_parser is expected to run accounts_ssh_authorized_keys_line_parser("") and raise an ArgumentError with the message matching /Wrong Keyline format!/
Failure/Error: expect(subject).to run.with_params('').and_raise_error(ArgumentError, %r{Wrong Keyline format!})
expected accounts_ssh_authorized_keys_line_parser("") to have raised ArgumentError matching /Wrong Keyline format!/ instead of ArgumentError('accounts_ssh_authorized_keys_line_parser' parameter 'str' expects a String[1] value, got String)
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/puppet-8.6.0/lib/puppet/pops/functions/dispatcher.rb:40:in `dispatch'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/puppet-8.6.0/lib/puppet/pops/functions/function.rb:44:in `block in call'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/puppet-8.6.0/lib/puppet/pops/functions/function.rb:43:in `catch'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/puppet-8.6.0/lib/puppet/pops/functions/function.rb:43:in `call'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-puppet-4.0.2/lib/rspec-puppet/example/function_example_group.rb:21:in `block in execute'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/puppet-8.6.0/lib/puppet/context.rb:64:in `override'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/puppet-8.6.0/lib/puppet.rb:288:in `override'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-puppet-4.0.2/lib/rspec-puppet/example/function_example_group.rb:20:in `execute'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-puppet-4.0.2/lib/rspec-puppet/matchers/run.rb:12:in `matches?'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/handler.rb:51:in `block in handle_matcher'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/expectation_target.rb:65:in `to'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/expectation_target.rb:101:in `to'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/spec/functions/accounts_ssh_authorized_keys_line_parser_spec.rb:11:in `block (2 levels) in <top (required)>'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:263:in `instance_exec'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:263:in `block in run'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:486:in `block in run'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.0/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:624:in `run_around_example_hooks_for'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/3.2.
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
Process completed with exit code 1.
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/functions/accounts_ssh_authorized_keys_line_parser_spec.rb#L10
accounts_ssh_authorized_keys_line_parser is expected to run accounts_ssh_authorized_keys_line_parser("") and raise an ArgumentError with the message matching /Wrong Keyline format!/
Failure/Error: expect(subject).to run.with_params('').and_raise_error(ArgumentError, %r{Wrong Keyline format!})
expected accounts_ssh_authorized_keys_line_parser("") to have raised ArgumentError matching /Wrong Keyline format!/ instead of ArgumentError('accounts_ssh_authorized_keys_line_parser' parameter 'str' expects a String[1] value, got String)
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/puppet-7.30.0/lib/puppet/pops/functions/dispatcher.rb:39:in `dispatch'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/puppet-7.30.0/lib/puppet/pops/functions/function.rb:43:in `block in call'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/puppet-7.30.0/lib/puppet/pops/functions/function.rb:42:in `catch'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/puppet-7.30.0/lib/puppet/pops/functions/function.rb:42:in `call'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-puppet-4.0.2/lib/rspec-puppet/example/function_example_group.rb:21:in `block in execute'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/puppet-7.30.0/lib/puppet/context.rb:62:in `override'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/puppet-7.30.0/lib/puppet.rb:289:in `override'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-puppet-4.0.2/lib/rspec-puppet/example/function_example_group.rb:20:in `execute'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-puppet-4.0.2/lib/rspec-puppet/matchers/run.rb:12:in `matches?'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/handler.rb:51:in `block in handle_matcher'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/handler.rb:48:in `handle_matcher'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/expectation_target.rb:65:in `to'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/expectation_target.rb:101:in `to'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/spec/functions/accounts_ssh_authorized_keys_line_parser_spec.rb:11:in `block (2 levels) in <top (required)>'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:263:in `instance_exec'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:263:in `block in run'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:486:in `block in run'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:624:in `run_around_example_hooks_for'
/home/runner/work/puppetlabs-accounts/puppetlabs-accounts/vendor/bundle/rub
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
Process completed with exit code 1.
|
Spec / Setup Test Matrix
Cannot find image for Solaris-11
|