Add support for el10 #418
ci.yml
on: pull_request
Puppet
/
Static validations
52s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
3s
Annotations
41 errors and 1 warning
|
Puppet / OpenVox 8 - CentOS 10:
spec/acceptance/pip_spec.rb#L76
python::pip defined resource fails to install package with wrong version throws an error
Failure/Error: expect(result.stderr).to contain(%r{returned 1 instead of one of})
expected "\e[1;33mWarning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'\e...ules/epel/manifests/init.pp, line: 303, column: 20) on node centos10-64-openvox8.example.com\e[0m\n" to contain /returned 1 instead of one of/
|
|
Puppet / OpenVox 8 - CentOS 10:
spec/acceptance/pip_spec.rb#L71
python::pip defined resource Command "/opt/test-venv/bin/pip list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
|
Puppet / OpenVox 8 - CentOS 10:
spec/acceptance/pip_spec.rb#L39
python::pip defined resource uninstall package with custom name works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114948310.aj5O91.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node centos10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - CentOS 10:
spec/acceptance/pip_spec.rb#L35
python::pip defined resource Command "/opt/test-venv/bin/pip list" stdout is expected to match /agent.* 0\.1\.2/
Failure/Error: its(:stdout) { is_expected.to match %r{agent.* 0\.1\.2} }
expected "" to match /agent.* 0\.1\.2/
Diff:
@@ -1 +1 @@
-/agent.* 0\.1\.2/
+""
|
|
Puppet / OpenVox 8 - CentOS 10:
spec/acceptance/pip_spec.rb#L34
python::pip defined resource Command "/opt/test-venv/bin/pip list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
|
Puppet / OpenVox 8 - CentOS 10:
spec/acceptance/pip_spec.rb#L7
python::pip defined resource install package with custom name works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114946536.UDvSd7.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node centos10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - CentOS 10:
spec/acceptance/facts_test_spec.rb#L28
python class facts sets up python
Failure/Error: apply_manifest(install_python, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114943175.mJiJaR.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node centos10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - CentOS 10:
spec/acceptance/declared_requirements_install_spec.rb#L6
requirements checks declared requirements file is installed to venv
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114939795.7YiSmX.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) (file: /tmp/apply_manifest_114939795.7YiSmX.pp, line: 6) on node centos10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - CentOS 10:
spec/acceptance/class_spec.rb#L19
python class installing python 3 works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114936451.MnNy85.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node centos10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - CentOS 10:
spec/acceptance/class_spec.rb#L8
python class default parameters works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114934727.eUIgUt.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node centos10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - AlmaLinux 10:
spec/acceptance/pip_spec.rb#L76
python::pip defined resource fails to install package with wrong version throws an error
Failure/Error: expect(result.stderr).to contain(%r{returned 1 instead of one of})
expected "\e[1;33mWarning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'\e...s/epel/manifests/init.pp, line: 303, column: 20) on node almalinux10-64-openvox8.example.com\e[0m\n" to contain /returned 1 instead of one of/
|
|
Puppet / OpenVox 8 - AlmaLinux 10:
spec/acceptance/pip_spec.rb#L71
python::pip defined resource Command "/opt/test-venv/bin/pip list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
|
Puppet / OpenVox 8 - AlmaLinux 10:
spec/acceptance/pip_spec.rb#L39
python::pip defined resource uninstall package with custom name works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114946908.8eYEAU.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node almalinux10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - AlmaLinux 10:
spec/acceptance/pip_spec.rb#L35
python::pip defined resource Command "/opt/test-venv/bin/pip list" stdout is expected to match /agent.* 0\.1\.2/
Failure/Error: its(:stdout) { is_expected.to match %r{agent.* 0\.1\.2} }
expected "" to match /agent.* 0\.1\.2/
Diff:
@@ -1 +1 @@
-/agent.* 0\.1\.2/
+""
|
|
Puppet / OpenVox 8 - AlmaLinux 10:
spec/acceptance/pip_spec.rb#L34
python::pip defined resource Command "/opt/test-venv/bin/pip list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
|
Puppet / OpenVox 8 - AlmaLinux 10:
spec/acceptance/pip_spec.rb#L7
python::pip defined resource install package with custom name works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114944783.Bit8Rc.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node almalinux10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - AlmaLinux 10:
spec/acceptance/facts_test_spec.rb#L28
python class facts sets up python
Failure/Error: apply_manifest(install_python, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114940598.WAlviw.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node almalinux10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - AlmaLinux 10:
spec/acceptance/declared_requirements_install_spec.rb#L6
requirements checks declared requirements file is installed to venv
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114936520.8VlmFk.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) (file: /tmp/apply_manifest_114936520.8VlmFk.pp, line: 6) on node almalinux10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - AlmaLinux 10:
spec/acceptance/class_spec.rb#L19
python class installing python 3 works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114932338.EfXljN.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node almalinux10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - AlmaLinux 10:
spec/acceptance/class_spec.rb#L8
python class default parameters works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114930152.jJsw6C.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node almalinux10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - OracleLinux 10:
spec/acceptance/pip_spec.rb#L76
python::pip defined resource fails to install package with wrong version throws an error
Failure/Error: expect(result.stderr).to contain(%r{returned 1 instead of one of})
expected "\e[1;33mWarning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'\e...ules/epel/manifests/init.pp, line: 303, column: 20) on node oracle10-64-openvox8.example.com\e[0m\n" to contain /returned 1 instead of one of/
|
|
Puppet / OpenVox 8 - OracleLinux 10:
spec/acceptance/pip_spec.rb#L71
python::pip defined resource Command "/opt/test-venv/bin/pip list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
|
Puppet / OpenVox 8 - OracleLinux 10:
spec/acceptance/pip_spec.rb#L39
python::pip defined resource uninstall package with custom name works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114950156.1iwgib.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node oracle10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - OracleLinux 10:
spec/acceptance/pip_spec.rb#L35
python::pip defined resource Command "/opt/test-venv/bin/pip list" stdout is expected to match /agent.* 0\.1\.2/
Failure/Error: its(:stdout) { is_expected.to match %r{agent.* 0\.1\.2} }
expected "" to match /agent.* 0\.1\.2/
Diff:
@@ -1 +1 @@
-/agent.* 0\.1\.2/
+""
|
|
Puppet / OpenVox 8 - OracleLinux 10:
spec/acceptance/pip_spec.rb#L34
python::pip defined resource Command "/opt/test-venv/bin/pip list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
|
Puppet / OpenVox 8 - OracleLinux 10:
spec/acceptance/pip_spec.rb#L7
python::pip defined resource install package with custom name works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114948093.vY3y0D.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node oracle10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - OracleLinux 10:
spec/acceptance/facts_test_spec.rb#L28
python class facts sets up python
Failure/Error: apply_manifest(install_python, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114944103.fcoNy0.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node oracle10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - OracleLinux 10:
spec/acceptance/declared_requirements_install_spec.rb#L6
requirements checks declared requirements file is installed to venv
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114940078.RIVZWX.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) (file: /tmp/apply_manifest_114940078.RIVZWX.pp, line: 6) on node oracle10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - OracleLinux 10:
spec/acceptance/class_spec.rb#L19
python class installing python 3 works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114936069.fyZRmZ.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node oracle10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - OracleLinux 10:
spec/acceptance/class_spec.rb#L8
python class default parameters works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114934007.LK4bjb.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node oracle10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - Rocky 10:
spec/acceptance/pip_spec.rb#L76
python::pip defined resource fails to install package with wrong version throws an error
Failure/Error: expect(result.stderr).to contain(%r{returned 1 instead of one of})
expected "\e[1;33mWarning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'\e...dules/epel/manifests/init.pp, line: 303, column: 20) on node rocky10-64-openvox8.example.com\e[0m\n" to contain /returned 1 instead of one of/
|
|
Puppet / OpenVox 8 - Rocky 10:
spec/acceptance/pip_spec.rb#L71
python::pip defined resource Command "/opt/test-venv/bin/pip list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
|
Puppet / OpenVox 8 - Rocky 10:
spec/acceptance/pip_spec.rb#L39
python::pip defined resource uninstall package with custom name works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115004608.oEMYU1.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node rocky10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - Rocky 10:
spec/acceptance/pip_spec.rb#L35
python::pip defined resource Command "/opt/test-venv/bin/pip list" stdout is expected to match /agent.* 0\.1\.2/
Failure/Error: its(:stdout) { is_expected.to match %r{agent.* 0\.1\.2} }
expected "" to match /agent.* 0\.1\.2/
Diff:
@@ -1 +1 @@
-/agent.* 0\.1\.2/
+""
|
|
Puppet / OpenVox 8 - Rocky 10:
spec/acceptance/pip_spec.rb#L34
python::pip defined resource Command "/opt/test-venv/bin/pip list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
|
Puppet / OpenVox 8 - Rocky 10:
spec/acceptance/pip_spec.rb#L7
python::pip defined resource install package with custom name works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115002615.XaL5Lx.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node rocky10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - Rocky 10:
spec/acceptance/facts_test_spec.rb#L28
python class facts sets up python
Failure/Error: apply_manifest(install_python, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114958790.Tw63Ge.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node rocky10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - Rocky 10:
spec/acceptance/declared_requirements_install_spec.rb#L6
requirements checks declared requirements file is installed to venv
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114954958.UROAXJ.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) (file: /tmp/apply_manifest_114954958.UROAXJ.pp, line: 6) on node rocky10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - Rocky 10:
spec/acceptance/class_spec.rb#L19
python class installing python 3 works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114951168.mwusK8.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node rocky10-64-openvox8.example.com
|
|
Puppet / OpenVox 8 - Rocky 10:
spec/acceptance/class_spec.rb#L8
python class default parameters works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky10-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114949228.q6aHIU.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from epel/RPM-GPG-KEY-EPEL-10 (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 303, column: 20) on node rocky10-64-openvox8.example.com
|
|
Puppet / Test suite
Process completed with exit code 1.
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system SLES 11.3
|