modulesync 9.3.0 #145
Triggered via pull request
September 16, 2024 19:08
Status
Failure
Total duration
1h 47m 16s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
33s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
3s
Annotations
23 errors and 6 warnings
Puppet / 8 (Ruby 3.2):
spec/defines/aggregator_spec.rb#L62
telegraf::aggregator on windows-2012-x86_64 with ensure absent is expected to contain File[/etc/telegraf/telegraf.d/my_basicstats.conf] with ensure => "absent"
Failure/Error:
is_expected.to contain_file("#{dir}/my_basicstats.conf").with(
ensure: 'absent'
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d/my_basicstats.conf]
|
Puppet / 8 (Ruby 3.2):
spec/defines/aggregator_spec.rb#L93
telegraf::aggregator on windows-2012-x86_64 with class ensure absent is expected to contain File[/etc/telegraf/telegraf.d/my_basicstats.conf] with ensure => "absent"
Failure/Error:
is_expected.to contain_file("#{dir}/my_basicstats.conf").with(
ensure: 'absent'
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d/my_basicstats.conf]
|
Puppet / 8 (Ruby 3.2):
spec/classes/telegraf_spec.rb#L156
telegraf on windows-2012-x86_64 is expected to contain Class[telegraf] with config_file_mode => "0640", config_folder_mode => "0770" and repo_location => "https://repos.influxdata.com/"
Failure/Error:
is_expected.to contain_class('telegraf').with(
config_file_mode: '0640',
config_folder_mode: '0770',
repo_location: 'https://repos.influxdata.com/'
)
expected that the catalogue would contain Class[telegraf] with config_file_mode set to "0640" but it is set to nil, and parameter config_folder_mode set to "0770" but it is set to nil, and parameter repo_location set to "https://repos.influxdata.com/" but it is set to nil
Diff:
@@ -1,6 +1 @@
-0640
-
-0770
-
-https://repos.influxdata.com/
|
Puppet / 8 (Ruby 3.2):
spec/classes/telegraf_spec.rb#L176
telegraf on windows-2012-x86_64 is expected to contain File[/etc/telegraf/telegraf.conf] with ensure => "file"
Failure/Error: it { is_expected.to contain_file(main_config).with_ensure('file') }
expected that the catalogue would contain File[/etc/telegraf/telegraf.conf]
|
Puppet / 8 (Ruby 3.2):
spec/classes/telegraf_spec.rb#L178
telegraf on windows-2012-x86_64 is expected to contain File[/etc/telegraf/telegraf.d] with purge => false
Failure/Error:
is_expected.to contain_file("#{config_dir}/telegraf.d").
with_purge(false)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d]
|
Puppet / 8 (Ruby 3.2):
spec/classes/telegraf_spec.rb#L183
telegraf on windows-2012-x86_64 is expected to contain File[/etc/telegraf/telegraf.d/rename_processor.conf] with content supplied string
Failure/Error:
is_expected.to contain_file("#{config_dir}/telegraf.d/rename_processor.conf"). \
with_content(<<~STRING
[[processors.rename]]
namepass = ["diskio"]
order = 1
[processors.rename.replace]
dest = "bar"
tag = "foo"
STRING
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d/rename_processor.conf]
|
Puppet / 8 (Ruby 3.2):
spec/defines/aggregator_spec.rb#L62
telegraf::aggregator on windows-2012 R2-x86_64 with ensure absent is expected to contain File[/etc/telegraf/telegraf.d/my_basicstats.conf] with ensure => "absent"
Failure/Error:
is_expected.to contain_file("#{dir}/my_basicstats.conf").with(
ensure: 'absent'
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d/my_basicstats.conf]
|
Puppet / 8 (Ruby 3.2):
spec/defines/processor_spec.rb#L124
telegraf::processor on windows-2012-x86_64 with ensure absent is expected to contain File[/etc/telegraf/telegraf.d/my_basicstats.conf] with ensure => "absent"
Failure/Error:
is_expected.to contain_file("#{dir}/my_basicstats.conf").with(
ensure: 'absent'
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d/my_basicstats.conf]
|
Puppet / 8 (Ruby 3.2):
spec/defines/aggregator_spec.rb#L93
telegraf::aggregator on windows-2012 R2-x86_64 with class ensure absent is expected to contain File[/etc/telegraf/telegraf.d/my_basicstats.conf] with ensure => "absent"
Failure/Error:
is_expected.to contain_file("#{dir}/my_basicstats.conf").with(
ensure: 'absent'
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d/my_basicstats.conf]
|
Puppet / 8 (Ruby 3.2):
spec/classes/telegraf_spec.rb#L351
telegraf on windows-2012-x86_64 with ensure absent is expected to contain File[/etc/telegraf/telegraf.conf] with ensure => "absent"
Failure/Error:
is_expected.to contain_file(main_config).with(
ensure: 'absent'
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.conf]
|
Puppet / 7 (Ruby 2.7):
spec/defines/aggregator_spec.rb#L62
telegraf::aggregator on windows-2012-x86_64 with ensure absent is expected to contain File[/etc/telegraf/telegraf.d/my_basicstats.conf] with ensure => "absent"
Failure/Error:
is_expected.to contain_file("#{dir}/my_basicstats.conf").with(
ensure: 'absent'
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d/my_basicstats.conf]
|
Puppet / 7 (Ruby 2.7):
spec/defines/aggregator_spec.rb#L93
telegraf::aggregator on windows-2012-x86_64 with class ensure absent is expected to contain File[/etc/telegraf/telegraf.d/my_basicstats.conf] with ensure => "absent"
Failure/Error:
is_expected.to contain_file("#{dir}/my_basicstats.conf").with(
ensure: 'absent'
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d/my_basicstats.conf]
|
Puppet / 7 (Ruby 2.7):
spec/defines/processor_spec.rb#L124
telegraf::processor on windows-2012-x86_64 with ensure absent is expected to contain File[/etc/telegraf/telegraf.d/my_basicstats.conf] with ensure => "absent"
Failure/Error:
is_expected.to contain_file("#{dir}/my_basicstats.conf").with(
ensure: 'absent'
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d/my_basicstats.conf]
|
Puppet / 7 (Ruby 2.7):
spec/classes/telegraf_spec.rb#L156
telegraf on windows-2012-x86_64 is expected to contain Class[telegraf] with config_file_mode => "0640", config_folder_mode => "0770" and repo_location => "https://repos.influxdata.com/"
Failure/Error:
is_expected.to contain_class('telegraf').with(
config_file_mode: '0640',
config_folder_mode: '0770',
repo_location: 'https://repos.influxdata.com/'
)
expected that the catalogue would contain Class[telegraf] with config_file_mode set to "0640" but it is set to nil, and parameter config_folder_mode set to "0770" but it is set to nil, and parameter repo_location set to "https://repos.influxdata.com/" but it is set to nil
Diff:
@@ -1,6 +1 @@
-0640
-
-0770
-
-https://repos.influxdata.com/
|
Puppet / 7 (Ruby 2.7):
spec/classes/telegraf_spec.rb#L176
telegraf on windows-2012-x86_64 is expected to contain File[/etc/telegraf/telegraf.conf] with ensure => "file"
Failure/Error: it { is_expected.to contain_file(main_config).with_ensure('file') }
expected that the catalogue would contain File[/etc/telegraf/telegraf.conf]
|
Puppet / 7 (Ruby 2.7):
spec/classes/telegraf_spec.rb#L178
telegraf on windows-2012-x86_64 is expected to contain File[/etc/telegraf/telegraf.d] with purge => false
Failure/Error:
is_expected.to contain_file("#{config_dir}/telegraf.d").
with_purge(false)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d]
|
Puppet / 7 (Ruby 2.7):
spec/classes/telegraf_spec.rb#L183
telegraf on windows-2012-x86_64 is expected to contain File[/etc/telegraf/telegraf.d/rename_processor.conf] with content supplied string
Failure/Error:
is_expected.to contain_file("#{config_dir}/telegraf.d/rename_processor.conf"). \
with_content(<<~STRING
[[processors.rename]]
namepass = ["diskio"]
order = 1
[processors.rename.replace]
dest = "bar"
tag = "foo"
STRING
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d/rename_processor.conf]
|
Puppet / 7 (Ruby 2.7):
spec/defines/processor_spec.rb#L155
telegraf::processor on windows-2012-x86_64 with class ensure absent is expected to contain File[/etc/telegraf/telegraf.d/my_basicstats.conf] with ensure => "absent"
Failure/Error:
is_expected.to contain_file("#{dir}/my_basicstats.conf").with(
ensure: 'absent'
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d/my_basicstats.conf]
|
Puppet / 7 (Ruby 2.7):
spec/defines/aggregator_spec.rb#L62
telegraf::aggregator on windows-2012 R2-x86_64 with ensure absent is expected to contain File[/etc/telegraf/telegraf.d/my_basicstats.conf] with ensure => "absent"
Failure/Error:
is_expected.to contain_file("#{dir}/my_basicstats.conf").with(
ensure: 'absent'
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d/my_basicstats.conf]
|
Puppet / 7 (Ruby 2.7):
spec/defines/aggregator_spec.rb#L93
telegraf::aggregator on windows-2012 R2-x86_64 with class ensure absent is expected to contain File[/etc/telegraf/telegraf.d/my_basicstats.conf] with ensure => "absent"
Failure/Error:
is_expected.to contain_file("#{dir}/my_basicstats.conf").with(
ensure: 'absent'
)
expected that the catalogue would contain File[/etc/telegraf/telegraf.d/my_basicstats.conf]
|
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 Debian 10
|
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 Ubuntu 18.04
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system FreeBSD 12
|