modulesync 9.3.0 #92
Triggered via pull request
September 16, 2024 18:37
Status
Failure
Total duration
49m 13s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
20s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
9 errors and 3 warnings
Puppet / 8 (Ruby 3.2):
spec/defines/rpm_gpg_key_spec.rb#L53
epel::rpm_gpg_key on redhat-8-x86_64
Failure/Error:
expect(subject).to contain_exec("import-#{title}").with(
path: '/bin:/usr/bin:/sbin:/usr/sbin',
command: "rpm --import #{params[:path]}",
unless: "rpm -q gpg-pubkey-$(echo $(gpg -q --batch --with-colons --throw-keyids --keyid-format short < #{params[:path]}) | grep pub | cut -d ':' -f 5 | cut --characters=9- | tr '[A-Z]' '[a-z]')",
require: "File[#{params[:path]}]",
logoutput: 'on_failure'
)
NameError:
undefined local variable or method `title' for #<RSpec::ExampleGroups::EpelRpmGpgKey::OnRedhat8X8664 "example at ./spec/defines/rpm_gpg_key_spec.rb:53">
|
Puppet / 8 (Ruby 3.2):
spec/defines/rpm_gpg_key_spec.rb#L53
epel::rpm_gpg_key on redhat-9-x86_64
Failure/Error:
expect(subject).to contain_exec("import-#{title}").with(
path: '/bin:/usr/bin:/sbin:/usr/sbin',
command: "rpm --import #{params[:path]}",
unless: "rpm -q gpg-pubkey-$(echo $(gpg -q --batch --with-colons --throw-keyids --keyid-format short < #{params[:path]}) | grep pub | cut -d ':' -f 5 | cut --characters=9- | tr '[A-Z]' '[a-z]')",
require: "File[#{params[:path]}]",
logoutput: 'on_failure'
)
NameError:
undefined local variable or method `title' for #<RSpec::ExampleGroups::EpelRpmGpgKey::OnRedhat9X8664 "example at ./spec/defines/rpm_gpg_key_spec.rb:53">
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/defines/rpm_gpg_key_spec.rb#L53
epel::rpm_gpg_key on redhat-8-x86_64
Failure/Error:
expect(subject).to contain_exec("import-#{title}").with(
path: '/bin:/usr/bin:/sbin:/usr/sbin',
command: "rpm --import #{params[:path]}",
unless: "rpm -q gpg-pubkey-$(echo $(gpg -q --batch --with-colons --throw-keyids --keyid-format short < #{params[:path]}) | grep pub | cut -d ':' -f 5 | cut --characters=9- | tr '[A-Z]' '[a-z]')",
require: "File[#{params[:path]}]",
logoutput: 'on_failure'
)
NameError:
undefined local variable or method `title' for #<RSpec::ExampleGroups::EpelRpmGpgKey::OnRedhat8X8664:0x000055e1e3ec3770>
|
Puppet / 7 (Ruby 2.7):
spec/defines/rpm_gpg_key_spec.rb#L53
epel::rpm_gpg_key on redhat-9-x86_64
Failure/Error:
expect(subject).to contain_exec("import-#{title}").with(
path: '/bin:/usr/bin:/sbin:/usr/sbin',
command: "rpm --import #{params[:path]}",
unless: "rpm -q gpg-pubkey-$(echo $(gpg -q --batch --with-colons --throw-keyids --keyid-format short < #{params[:path]}) | grep pub | cut -d ':' -f 5 | cut --characters=9- | tr '[A-Z]' '[a-z]')",
require: "File[#{params[:path]}]",
logoutput: 'on_failure'
)
NameError:
undefined local variable or method `title' for #<RSpec::ExampleGroups::EpelRpmGpgKey::OnRedhat9X8664:0x000055e1e39eaa78>
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 7
Process completed with exit code 1.
|
Puppet / Puppet 8 - OracleLinux 7
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system RedHat 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 8
|