Split package installation in multiple classes #245
Annotations
9 errors
Run tests:
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 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_075458618.pp.rMQQtj
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1702540500'
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install python3-venv' returned 1: Error: Nothing to do
Error: /Stage[main]/Python::Install::Venv/Package[python-venv]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install python3-venv' returned 1: Error: Nothing to do
�[mNotice: /Stage[main]/Python::Install::Dev/Package[python-dev]/ensure: created
Info: Class[Python::Install]: Unscheduling all events on Class[Python::Install]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 12.84 seconds
|
Run tests:
spec/acceptance/pyvenv_spec.rb#L8
python::pyvenv defined resource with python 3 minimal parameters works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_075559882.pp.aKsj6t
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1702540562'
�[mNotice: /Stage[main]/Main/User[agent]/ensure: created
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install python3-venv' returned 1: Error: Nothing to do
Error: /Stage[main]/Python::Install::Venv/Package[python-venv]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install python3-venv' returned 1: Error: Nothing to do
�[mNotice: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/File[/opt/agent/venv]: Dependency Package[python-venv] has failures: true
Warning: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/File[/opt/agent/venv]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/Exec[python_virtualenv_/opt/agent/venv]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 4.03 seconds
|
Run tests:
spec/acceptance/pyvenv_spec.rb#L40
python::pyvenv defined resource with python 3 with python::pip works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_075606281.pp.eQg4FO
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1702540568'
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install python3-venv' returned 1: Error: Nothing to do
Error: /Stage[main]/Python::Install::Venv/Package[python-venv]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install python3-venv' returned 1: Error: Nothing to do
�[mNotice: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/File[/opt/agent/venv]: Dependency Package[python-venv] has failures: true
Warning: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/File[/opt/agent/venv]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/Exec[python_virtualenv_/opt/agent/venv]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Python::Pip[agent]/Exec[pip_install_agent]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.19 seconds
|
Run tests:
spec/acceptance/pyvenv_spec.rb#L80
python::pyvenv defined resource with python 3 with minimal python::pip works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_075614762.pp.6UZxOB
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1702540576'
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install python3-venv' returned 1: Error: Nothing to do
Error: /Stage[main]/Python::Install::Venv/Package[python-venv]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install python3-venv' returned 1: Error: Nothing to do
�[mNotice: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/File[/opt/agent/venv]: Dependency Package[python-venv] has failures: true
Warning: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/File[/opt/agent/venv]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/Exec[python_virtualenv_/opt/agent/venv]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Python::Pip[agent]/Exec[pip_install_agent]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 8.10 seconds
|
Run tests:
spec/acceptance/pyvenv_spec.rb#L117
python::pyvenv defined resource with python 3 with minimal python::pip and without systempkgs works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_075625158.pp.TRXRai
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1702540587'
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install python3-venv' returned 1: Error: Nothing to do
Error: /Stage[main]/Python::Install::Venv/Package[python-venv]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install python3-venv' returned 1: Error: Nothing to do
�[mNotice: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/File[/opt/agent/venv]: Dependency Package[python-venv] has failures: true
Warning: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/File[/opt/agent/venv]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/Exec[python_virtualenv_/opt/agent/venv]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Python::Pip[agent]/Exec[pip_install_agent]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.29 seconds
|
Run tests:
spec/acceptance/pyvenv_spec.rb#L154
python::pyvenv defined resource with python 3 with versioned minimal python::pip and without systempkgs works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_075630746.pp.LMfZSI
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1702540592'
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install python3-venv' returned 1: Error: Nothing to do
Error: /Stage[main]/Python::Install::Venv/Package[python-venv]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install python3-venv' returned 1: Error: Nothing to do
�[mNotice: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/File[/opt/agent/venv]: Dependency Package[python-venv] has failures: true
Warning: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/File[/opt/agent/venv]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Python::Pyvenv[/opt/agent/venv]/Exec[python_virtualenv_/opt/agent/venv]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Python::Pip[agent]/Exec[pip_install_agent]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.81 seconds
|
Run tests:
spec/acceptance/pyvenv_spec.rb#L191
python::pyvenv defined resource with python 3 with versioned minimal python::pip and without systempkgs Command "/opt/agent/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 ==)
|
Run tests:
spec/acceptance/pyvenv_spec.rb#L192
python::pyvenv defined resource with python 3 with versioned minimal python::pip and without systempkgs Command "/opt/agent/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/
+""
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading