modulesync 9.1.0 #142
Triggered via pull request
September 16, 2024 19:02
Status
Failure
Total duration
1h 24m 19s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
21s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
4s
Annotations
11 errors and 5 warnings
Puppet / 7 (Ruby 2.7):
spec/spec_helper_methods.rb#L4
rvm on redhat-8-x86_64 default parameters 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: '::osfamily'. (file: /home/runner/work/puppet-rvm/puppet-rvm/spec/fixtures/modules/gnupg/manifests/params.pp, line: 6, column: 8) on node fv-az1373-131.woh51viymnmefasltxhdzbo0vh.dx.internal.cloudapp.net
Shared Example Group: "compile" called from ./spec/classes/init_spec.rb:10
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L11
rvm on redhat-8-x86_64 default parameters is expected not to contain Class[rvm::dependencies]
Failure/Error: it { is_expected.not_to contain_class('rvm::dependencies') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: '::osfamily'. (file: /home/runner/work/puppet-rvm/puppet-rvm/spec/fixtures/modules/gnupg/manifests/params.pp, line: 6, column: 8) on node fv-az1373-131.woh51viymnmefasltxhdzbo0vh.dx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L12
rvm on redhat-8-x86_64 default parameters is expected to contain Class[rvm::system]
Failure/Error: it { is_expected.to contain_class('rvm::system') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: '::osfamily'. (file: /home/runner/work/puppet-rvm/puppet-rvm/spec/fixtures/modules/gnupg/manifests/params.pp, line: 6, column: 8) on node fv-az1373-131.woh51viymnmefasltxhdzbo0vh.dx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/spec_helper_methods.rb#L4
rvm on redhat-8-x86_64 with system_rubies 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: '::osfamily'. (file: /home/runner/work/puppet-rvm/puppet-rvm/spec/fixtures/modules/gnupg/manifests/params.pp, line: 6, column: 8) on node fv-az1373-131.woh51viymnmefasltxhdzbo0vh.dx.internal.cloudapp.net
Shared Example Group: "compile" called from ./spec/classes/init_spec.rb:26
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L38
rvm on redhat-8-x86_64 with system_rubies is expected to contain Rvm_system_ruby[ruby-1.9] with ensure => "present" and default_use => true
Failure/Error:
expect(subject).to contain_rvm_system_ruby('ruby-1.9').with(ensure: 'present',
default_use: true)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: '::osfamily'. (file: /home/runner/work/puppet-rvm/puppet-rvm/spec/fixtures/modules/gnupg/manifests/params.pp, line: 6, column: 8) on node fv-az1373-131.woh51viymnmefasltxhdzbo0vh.dx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L43
rvm on redhat-8-x86_64 with system_rubies is expected to contain Rvm_system_ruby[ruby-2.0] with ensure => "present" and default_use defined
Failure/Error:
expect(subject).to contain_rvm_system_ruby('ruby-2.0').with(ensure: 'present',
default_use: nil)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: '::osfamily'. (file: /home/runner/work/puppet-rvm/puppet-rvm/spec/fixtures/modules/gnupg/manifests/params.pp, line: 6, column: 8) on node fv-az1373-131.woh51viymnmefasltxhdzbo0vh.dx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L52
rvm on redhat-8-x86_64 with system_users is expected to contain Rvm::System_user[john]
Failure/Error: it { is_expected.to contain_rvm__system_user('john') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: '::osfamily'. (file: /home/runner/work/puppet-rvm/puppet-rvm/spec/fixtures/modules/gnupg/manifests/params.pp, line: 6, column: 8) on node fv-az1373-131.woh51viymnmefasltxhdzbo0vh.dx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L53
rvm on redhat-8-x86_64 with system_users is expected to contain Rvm::System_user[doe]
Failure/Error: it { is_expected.to contain_rvm__system_user('doe') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: '::osfamily'. (file: /home/runner/work/puppet-rvm/puppet-rvm/spec/fixtures/modules/gnupg/manifests/params.pp, line: 6, column: 8) on node fv-az1373-131.woh51viymnmefasltxhdzbo0vh.dx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/spec_helper_methods.rb#L4
rvm on redhat-8-x86_64 with gnupg key id default value 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: '::osfamily'. (file: /home/runner/work/puppet-rvm/puppet-rvm/spec/fixtures/modules/gnupg/manifests/params.pp, line: 6, column: 8) on node fv-az1373-131.woh51viymnmefasltxhdzbo0vh.dx.internal.cloudapp.net
Shared Example Group: "compile" called from ./spec/classes/init_spec.rb:56
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L57
rvm on redhat-8-x86_64 with gnupg key id default value is expected to contain Gnupg_key[39499BDB]
Failure/Error: it { is_expected.to contain_gnupg_key('39499BDB') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: '::osfamily'. (file: /home/runner/work/puppet-rvm/puppet-rvm/spec/fixtures/modules/gnupg/manifests/params.pp, line: 6, column: 8) on node fv-az1373-131.woh51viymnmefasltxhdzbo0vh.dx.internal.cloudapp.net
|
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
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system Debian 10
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system Ubuntu 18.04
|