modulesync 9.1.0 #188
Triggered via pull request
September 16, 2024 18:44
Status
Failure
Total duration
3m 54s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
19s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
21 errors and 2 warnings
Puppet / 8 (Ruby 3.2):
spec/unit/lib/facter/gluster_spec.rb#L359
Facter::Util::Fact gluster not running null peer count
Failure/Error: expect(Facter.fact(:gluster_peer_count).value).to eq(0)
NoMethodError:
undefined method `value' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/unit/lib/facter/gluster_spec.rb#L363
Facter::Util::Fact gluster not running empty peer list
Failure/Error: expect(Facter.fact(:gluster_peer_list).value).to eq('')
NoMethodError:
undefined method `value' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/unit/lib/facter/gluster_spec.rb#L367
Facter::Util::Fact gluster not running empty peers hash
Failure/Error: expect(Facter.fact(:gluster_peers).value).to eq({})
NoMethodError:
undefined method `value' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/unit/lib/facter/gluster_spec.rb#L371
Facter::Util::Fact gluster not running empty volumes hash
Failure/Error: expect(Facter.fact(:gluster_volumes).value).to eq({})
NoMethodError:
undefined method `value' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/classes/repo_apt_spec.rb#L16
gluster::repo::apt on ubuntu-20.04-x86_64 with all defaults installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 8 (Ruby 3.2):
spec/classes/repo_apt_spec.rb#L49
gluster::repo::apt on ubuntu-20.04-x86_64 latest Gluster with priority installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
location: location[facts[:os]['name']],
pin: '700'
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 8 (Ruby 3.2):
spec/classes/repo_apt_spec.rb#L70
gluster::repo::apt on ubuntu-20.04-x86_64 Specific Gluster release 4.1 installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
key: key[facts[:os]['name']],
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 8 (Ruby 3.2):
spec/classes/repo_apt_spec.rb#L101
gluster::repo::apt on ubuntu-20.04-x86_64 Specific Gluster release 3.12 installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
key: key[facts[:os]['name']],
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 8 (Ruby 3.2):
spec/classes/install_spec.rb#L77
gluster::install on archlinux-6-x86_64 installing on an unsupported architecture is expected to fail to compile and raise an error matching /not yet supported/
Failure/Error: it { is_expected.to compile.and_raise_error(%r{not yet supported}) } unless os == 'ubuntu-22.04-x86_64'
expected that the catalogue would fail to compile and raise an error matching /not yet supported/
|
Puppet / 8 (Ruby 3.2):
spec/classes/install_spec.rb#L77
gluster::install on sles-12-x86_64 installing on an unsupported architecture is expected to fail to compile and raise an error matching /not yet supported/
Failure/Error: it { is_expected.to compile.and_raise_error(%r{not yet supported}) } unless os == 'ubuntu-22.04-x86_64'
expected that the catalogue would fail to compile and raise an error matching /not yet supported/
|
Puppet / 7 (Ruby 2.7):
spec/unit/lib/facter/gluster_spec.rb#L359
Facter::Util::Fact gluster not running null peer count
Failure/Error: expect(Facter.fact(:gluster_peer_count).value).to eq(0)
NoMethodError:
undefined method `value' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/unit/lib/facter/gluster_spec.rb#L363
Facter::Util::Fact gluster not running empty peer list
Failure/Error: expect(Facter.fact(:gluster_peer_list).value).to eq('')
NoMethodError:
undefined method `value' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/unit/lib/facter/gluster_spec.rb#L367
Facter::Util::Fact gluster not running empty peers hash
Failure/Error: expect(Facter.fact(:gluster_peers).value).to eq({})
NoMethodError:
undefined method `value' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/unit/lib/facter/gluster_spec.rb#L371
Facter::Util::Fact gluster not running empty volumes hash
Failure/Error: expect(Facter.fact(:gluster_volumes).value).to eq({})
NoMethodError:
undefined method `value' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/classes/repo_apt_spec.rb#L16
gluster::repo::apt on ubuntu-20.04-x86_64 with all defaults installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 7 (Ruby 2.7):
spec/classes/repo_apt_spec.rb#L49
gluster::repo::apt on ubuntu-20.04-x86_64 latest Gluster with priority installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
location: location[facts[:os]['name']],
pin: '700'
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 7 (Ruby 2.7):
spec/classes/repo_apt_spec.rb#L70
gluster::repo::apt on ubuntu-20.04-x86_64 Specific Gluster release 4.1 installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
key: key[facts[:os]['name']],
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 7 (Ruby 2.7):
spec/classes/repo_apt_spec.rb#L101
gluster::repo::apt on ubuntu-20.04-x86_64 Specific Gluster release 3.12 installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
key: key[facts[:os]['name']],
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
Puppet / 7 (Ruby 2.7):
spec/classes/install_spec.rb#L77
gluster::install on archlinux-6-x86_64 installing on an unsupported architecture is expected to fail to compile and raise an error matching /not yet supported/
Failure/Error: it { is_expected.to compile.and_raise_error(%r{not yet supported}) } unless os == 'ubuntu-22.04-x86_64'
expected that the catalogue would fail to compile and raise an error matching /not yet supported/
|
Puppet / 7 (Ruby 2.7):
spec/classes/install_spec.rb#L77
gluster::install on sles-12-x86_64 installing on an unsupported architecture is expected to fail to compile and raise an error matching /not yet supported/
Failure/Error: it { is_expected.to compile.and_raise_error(%r{not yet supported}) } unless os == 'ubuntu-22.04-x86_64'
expected that the catalogue would fail to compile and raise an error matching /not yet supported/
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system RedHat 7
|