Skip to content

Add EL10 support

Add EL10 support #218

Triggered via pull request December 2, 2025 12:43
Status Failure
Total duration 2m 34s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
22s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
5s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

41 errors and 6 warnings
Puppet / OpenVox 8 - AlmaLinux 10: spec/acceptance/default_spec.rb#L52
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "username = \"telegraf\"" Failure/Error: it { is_expected.to contain 'username = "telegraf"' } expected File "/etc/telegraf/telegraf.conf" to contain "username = \"telegraf\""
Puppet / OpenVox 8 - AlmaLinux 10: spec/acceptance/default_spec.rb#L51
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "database = \"telegraf\"" Failure/Error: it { is_expected.to contain 'database = "telegraf"' } expected File "/etc/telegraf/telegraf.conf" to contain "database = \"telegraf\""
Puppet / OpenVox 8 - AlmaLinux 10: spec/acceptance/default_spec.rb#L50
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "urls = [\"http://localhost:8086\"]" Failure/Error: it { is_expected.to contain 'urls = ["http://localhost:8086"]' } expected File "/etc/telegraf/telegraf.conf" to contain "urls = [\"http://localhost:8086\"]"
Puppet / OpenVox 8 - AlmaLinux 10: spec/acceptance/default_spec.rb#L49
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "[[outputs.influxdb]]" Failure/Error: it { is_expected.to contain '[[outputs.influxdb]]' } expected File "/etc/telegraf/telegraf.conf" to contain "[[outputs.influxdb]]"
Puppet / OpenVox 8 - AlmaLinux 10: spec/acceptance/default_spec.rb#L48
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "hostname = \"test.vagrant.dev\"" Failure/Error: it { is_expected.to contain 'hostname = "test.vagrant.dev"' } expected File "/etc/telegraf/telegraf.conf" to contain "hostname = \"test.vagrant.dev\""
Puppet / OpenVox 8 - AlmaLinux 10: spec/acceptance/default_spec.rb#L47
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "[agent]" Failure/Error: it { is_expected.to contain '[agent]' } expected File "/etc/telegraf/telegraf.conf" to contain "[agent]"
Puppet / OpenVox 8 - AlmaLinux 10: spec/acceptance/default_spec.rb#L46
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/telegraf/telegraf.conf".file?` to be truthy, got false
Puppet / OpenVox 8 - AlmaLinux 10: spec/acceptance/default_spec.rb#L42
telegraf default server Service "telegraf" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "telegraf" to be running
Puppet / OpenVox 8 - AlmaLinux 10: spec/acceptance/default_spec.rb#L38
telegraf default server Package "telegraf" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "telegraf" to be installed
Puppet / OpenVox 8 - AlmaLinux 10: spec/acceptance/default_spec.rb#L7
telegraf default server works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux10-64-openvox8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_124434183.scxpYB.pp Last 10 lines of output were: The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Error: Error downloading packages: influxdata-archive-keyring-2025.09.11-1.noarch: Cannot download, all mirrors were already tried without success Info: Class[Telegraf::Install]: Unscheduling all events on Class[Telegraf::Install] �[mNotice: /Stage[main]/Telegraf::Config/File[/etc/telegraf/telegraf.conf]: Dependency Package[telegraf] has failures: true Warning: /Stage[main]/Telegraf::Config/File[/etc/telegraf/telegraf.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Telegraf::Config/File[/etc/telegraf/telegraf.d]: Skipping because of failed dependencies Warning: /Stage[main]/Telegraf::Service/Service[telegraf]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.68 seconds
Puppet / OpenVox 8 - Rocky 10: spec/acceptance/default_spec.rb#L52
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "username = \"telegraf\"" Failure/Error: it { is_expected.to contain 'username = "telegraf"' } expected File "/etc/telegraf/telegraf.conf" to contain "username = \"telegraf\""
Puppet / OpenVox 8 - Rocky 10: spec/acceptance/default_spec.rb#L51
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "database = \"telegraf\"" Failure/Error: it { is_expected.to contain 'database = "telegraf"' } expected File "/etc/telegraf/telegraf.conf" to contain "database = \"telegraf\""
Puppet / OpenVox 8 - Rocky 10: spec/acceptance/default_spec.rb#L50
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "urls = [\"http://localhost:8086\"]" Failure/Error: it { is_expected.to contain 'urls = ["http://localhost:8086"]' } expected File "/etc/telegraf/telegraf.conf" to contain "urls = [\"http://localhost:8086\"]"
Puppet / OpenVox 8 - Rocky 10: spec/acceptance/default_spec.rb#L49
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "[[outputs.influxdb]]" Failure/Error: it { is_expected.to contain '[[outputs.influxdb]]' } expected File "/etc/telegraf/telegraf.conf" to contain "[[outputs.influxdb]]"
Puppet / OpenVox 8 - Rocky 10: spec/acceptance/default_spec.rb#L48
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "hostname = \"test.vagrant.dev\"" Failure/Error: it { is_expected.to contain 'hostname = "test.vagrant.dev"' } expected File "/etc/telegraf/telegraf.conf" to contain "hostname = \"test.vagrant.dev\""
Puppet / OpenVox 8 - Rocky 10: spec/acceptance/default_spec.rb#L47
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "[agent]" Failure/Error: it { is_expected.to contain '[agent]' } expected File "/etc/telegraf/telegraf.conf" to contain "[agent]"
Puppet / OpenVox 8 - Rocky 10: spec/acceptance/default_spec.rb#L46
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/telegraf/telegraf.conf".file?` to be truthy, got false
Puppet / OpenVox 8 - Rocky 10: spec/acceptance/default_spec.rb#L42
telegraf default server Service "telegraf" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "telegraf" to be running
Puppet / OpenVox 8 - Rocky 10: spec/acceptance/default_spec.rb#L38
telegraf default server Package "telegraf" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "telegraf" to be installed
Puppet / OpenVox 8 - Rocky 10: spec/acceptance/default_spec.rb#L7
telegraf default server works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky10-64-openvox8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_124450851.IvbPq6.pp Last 10 lines of output were: The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Error: Error downloading packages: influxdata-archive-keyring-2025.09.11-1.noarch: Cannot download, all mirrors were already tried without success Info: Class[Telegraf::Install]: Unscheduling all events on Class[Telegraf::Install] �[mNotice: /Stage[main]/Telegraf::Config/File[/etc/telegraf/telegraf.conf]: Dependency Package[telegraf] has failures: true Warning: /Stage[main]/Telegraf::Config/File[/etc/telegraf/telegraf.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Telegraf::Config/File[/etc/telegraf/telegraf.d]: Skipping because of failed dependencies Warning: /Stage[main]/Telegraf::Service/Service[telegraf]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.07 seconds
Puppet / OpenVox 8 - CentOS 10: spec/acceptance/default_spec.rb#L52
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "username = \"telegraf\"" Failure/Error: it { is_expected.to contain 'username = "telegraf"' } expected File "/etc/telegraf/telegraf.conf" to contain "username = \"telegraf\""
Puppet / OpenVox 8 - CentOS 10: spec/acceptance/default_spec.rb#L51
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "database = \"telegraf\"" Failure/Error: it { is_expected.to contain 'database = "telegraf"' } expected File "/etc/telegraf/telegraf.conf" to contain "database = \"telegraf\""
Puppet / OpenVox 8 - CentOS 10: spec/acceptance/default_spec.rb#L50
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "urls = [\"http://localhost:8086\"]" Failure/Error: it { is_expected.to contain 'urls = ["http://localhost:8086"]' } expected File "/etc/telegraf/telegraf.conf" to contain "urls = [\"http://localhost:8086\"]"
Puppet / OpenVox 8 - CentOS 10: spec/acceptance/default_spec.rb#L49
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "[[outputs.influxdb]]" Failure/Error: it { is_expected.to contain '[[outputs.influxdb]]' } expected File "/etc/telegraf/telegraf.conf" to contain "[[outputs.influxdb]]"
Puppet / OpenVox 8 - CentOS 10: spec/acceptance/default_spec.rb#L48
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "hostname = \"test.vagrant.dev\"" Failure/Error: it { is_expected.to contain 'hostname = "test.vagrant.dev"' } expected File "/etc/telegraf/telegraf.conf" to contain "hostname = \"test.vagrant.dev\""
Puppet / OpenVox 8 - CentOS 10: spec/acceptance/default_spec.rb#L47
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "[agent]" Failure/Error: it { is_expected.to contain '[agent]' } expected File "/etc/telegraf/telegraf.conf" to contain "[agent]"
Puppet / OpenVox 8 - CentOS 10: spec/acceptance/default_spec.rb#L46
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/telegraf/telegraf.conf".file?` to be truthy, got false
Puppet / OpenVox 8 - CentOS 10: spec/acceptance/default_spec.rb#L42
telegraf default server Service "telegraf" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "telegraf" to be running
Puppet / OpenVox 8 - CentOS 10: spec/acceptance/default_spec.rb#L38
telegraf default server Package "telegraf" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "telegraf" to be installed
Puppet / OpenVox 8 - CentOS 10: spec/acceptance/default_spec.rb#L7
telegraf default server works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos10-64-openvox8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_124454120.qqGzpA.pp Last 10 lines of output were: The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Error: Error downloading packages: influxdata-archive-keyring-2025.09.11-1.noarch: Cannot download, all mirrors were already tried without success Info: Class[Telegraf::Install]: Unscheduling all events on Class[Telegraf::Install] �[mNotice: /Stage[main]/Telegraf::Config/File[/etc/telegraf/telegraf.conf]: Dependency Package[telegraf] has failures: true Warning: /Stage[main]/Telegraf::Config/File[/etc/telegraf/telegraf.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Telegraf::Config/File[/etc/telegraf/telegraf.d]: Skipping because of failed dependencies Warning: /Stage[main]/Telegraf::Service/Service[telegraf]: Skipping because of failed dependencies �[mNotice: Applied catalog in 4.15 seconds
Puppet / OpenVox 8 - OracleLinux 10: spec/acceptance/default_spec.rb#L52
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "username = \"telegraf\"" Failure/Error: it { is_expected.to contain 'username = "telegraf"' } expected File "/etc/telegraf/telegraf.conf" to contain "username = \"telegraf\""
Puppet / OpenVox 8 - OracleLinux 10: spec/acceptance/default_spec.rb#L51
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "database = \"telegraf\"" Failure/Error: it { is_expected.to contain 'database = "telegraf"' } expected File "/etc/telegraf/telegraf.conf" to contain "database = \"telegraf\""
Puppet / OpenVox 8 - OracleLinux 10: spec/acceptance/default_spec.rb#L50
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "urls = [\"http://localhost:8086\"]" Failure/Error: it { is_expected.to contain 'urls = ["http://localhost:8086"]' } expected File "/etc/telegraf/telegraf.conf" to contain "urls = [\"http://localhost:8086\"]"
Puppet / OpenVox 8 - OracleLinux 10: spec/acceptance/default_spec.rb#L49
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "[[outputs.influxdb]]" Failure/Error: it { is_expected.to contain '[[outputs.influxdb]]' } expected File "/etc/telegraf/telegraf.conf" to contain "[[outputs.influxdb]]"
Puppet / OpenVox 8 - OracleLinux 10: spec/acceptance/default_spec.rb#L48
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "hostname = \"test.vagrant.dev\"" Failure/Error: it { is_expected.to contain 'hostname = "test.vagrant.dev"' } expected File "/etc/telegraf/telegraf.conf" to contain "hostname = \"test.vagrant.dev\""
Puppet / OpenVox 8 - OracleLinux 10: spec/acceptance/default_spec.rb#L47
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to contain "[agent]" Failure/Error: it { is_expected.to contain '[agent]' } expected File "/etc/telegraf/telegraf.conf" to contain "[agent]"
Puppet / OpenVox 8 - OracleLinux 10: spec/acceptance/default_spec.rb#L46
telegraf default server File "/etc/telegraf/telegraf.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/telegraf/telegraf.conf".file?` to be truthy, got false
Puppet / OpenVox 8 - OracleLinux 10: spec/acceptance/default_spec.rb#L42
telegraf default server Service "telegraf" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "telegraf" to be running
Puppet / OpenVox 8 - OracleLinux 10: spec/acceptance/default_spec.rb#L38
telegraf default server Package "telegraf" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "telegraf" to be installed
Puppet / OpenVox 8 - OracleLinux 10: spec/acceptance/default_spec.rb#L7
telegraf default server works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle10-64-openvox8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_124506931.MVASZC.pp Last 10 lines of output were: The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Error: Error downloading packages: influxdata-archive-keyring-2025.09.11-1.noarch: Cannot download, all mirrors were already tried without success Info: Class[Telegraf::Install]: Unscheduling all events on Class[Telegraf::Install] �[mNotice: /Stage[main]/Telegraf::Config/File[/etc/telegraf/telegraf.conf]: Dependency Package[telegraf] has failures: true Warning: /Stage[main]/Telegraf::Config/File[/etc/telegraf/telegraf.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Telegraf::Config/File[/etc/telegraf/telegraf.d]: Skipping because of failed dependencies Warning: /Stage[main]/Telegraf::Service/Service[telegraf]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.80 seconds
Puppet / Test suite
Process completed with exit code 1.
Puppet / Static validations: metadata.json#L0
Skipping EOL operating system FreeBSD 12
Puppet / Static validations: metadata.json#L0
Skipping EOL operating system SLES 12
Puppet / Static validations: metadata.json#L0
Skipping EOL operating system Ubuntu 20.04
Puppet / Static validations: metadata.json#L0
Skipping EOL operating system Ubuntu 18.04
Puppet / Static validations: metadata.json#L0
Skipping EOL operating system CentOS 8
Puppet / Static validations: metadata.json#L0
Skipping EOL operating system Debian 10