modulesync 9.1.0 #37
ci.yml
on: pull_request
Puppet
/
Static validations
1m 16s
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
11 warnings
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
|
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 Fedora 36
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system Fedora 37
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/provider/mounttab/fstab_spec.rb#L189
Puppet::Type::Mounttab::ProviderAugeas with full file updates device without changing dump or pass
Failure/Error: aug.get('./3/dump').should == '1'
expected: "1"
got: "0" (using ==)
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/provider/mounttab/vfstab_spec.rb#L245
Puppet::Type::Mounttab::ProviderAugeas with full vfstab file when updating options leaves options alone
Failure/Error: raise AugeasSpec::Error, "augparse failed:\n#{output}" unless $CHILD_STATUS == 0 && output.empty?
AugeasSpec::Error:
augparse failed:
Syntax error in lens definition
Failed to load /tmp/d20240709-2024-2j6uvn/test_augeasproviders.aug
Test failure:/tmp/d20240709-2024-2j6uvn/test_augeasproviders.aug:2.2-11.11:
Expected:
{
{ "1"
{ "spec" = "swap" }
{ "file" = "/tmp" }
{ "vfstype" = "tmpfs" }
{ "atboot" = "yes" }
{ "opt" = "size"
{ "value" = "1024m" }
}
}
}
Actual:
{
{ "1"
{ "spec" = "swap" }
{ "file" = "/tmp" }
{ "vfstype" = "tmpfs" }
{ "atboot" = "yes" }
}
}
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/provider/mounttab/fstab_spec.rb#L189
Puppet::Type::Mounttab::ProviderAugeas with full file updates device without changing dump or pass
Failure/Error: aug.get('./3/dump').should == '1'
expected: "1"
got: "0" (using ==)
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/provider/mounttab/vfstab_spec.rb#L245
Puppet::Type::Mounttab::ProviderAugeas with full vfstab file when updating options leaves options alone
Failure/Error: raise AugeasSpec::Error, "augparse failed:\n#{output}" unless $CHILD_STATUS == 0 && output.empty?
AugeasSpec::Error:
augparse failed:
Syntax error in lens definition
Failed to load /tmp/d20240709-2294-1jcsa6v/test_augeasproviders.aug
Test failure:/tmp/d20240709-2294-1jcsa6v/test_augeasproviders.aug:2.2-11.11:
Expected:
{
{ "1"
{ "spec" = "swap" }
{ "file" = "/tmp" }
{ "vfstype" = "tmpfs" }
{ "atboot" = "yes" }
{ "opt" = "size"
{ "value" = "1024m" }
}
}
}
Actual:
{
{ "1"
{ "spec" = "swap" }
{ "file" = "/tmp" }
{ "vfstype" = "tmpfs" }
{ "atboot" = "yes" }
}
}
|