modulesync 7.2.0 #117
Annotations
10 errors
Run tests:
spec/acceptance/rvm_system_spec.rb#L84
rvm rvm should install and configure system user
Failure/Error: apply_manifest(manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_102337956.pp.Jsgaau
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Could not find declared class epel (file: /tmp/apply_manifest_102337956.pp.Jsgaau, line: 2, column: 9) on node oracle7-64-puppet7.example.com
|
Run tests:
spec/acceptance/rvm_system_spec.rb#L108
rvm when installing rubies installs with no errors
Failure/Error: apply_manifest(manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_102339625.pp.YxJw29
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Could not find declared class epel (file: /tmp/apply_manifest_102339625.pp.YxJw29, line: 2, column: 9) on node oracle7-64-puppet7.example.com
|
Run tests:
spec/acceptance/rvm_system_spec.rb#L113
rvm when installing rubies reflects installed rubies
Failure/Error:
shell('/usr/local/rvm/bin/rvm list') do |r|
expect(r.stdout).to include(ruby27_version).and include(ruby26_version)
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
Run tests:
spec/acceptance/rvm_system_spec.rb#L149
rvm when installing rubies and installing gems installs with no errors
Failure/Error: apply_manifest(gemset_manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_102341286.pp.PUDjX4
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Could not find declared class epel (file: /tmp/apply_manifest_102341286.pp.PUDjX4, line: 2, column: 9) on node oracle7-64-puppet7.example.com
|
Run tests:
spec/acceptance/rvm_system_spec.rb#L154
rvm when installing rubies and installing gems reflects installed gems and gemsets
Failure/Error:
shell("/usr/local/rvm/bin/rvm #{ruby27_version} gemset list") do |r|
expect(r.stdout).to include("\n=> (default)").and include("\n global").and include("\n #{ruby27_gemset}")
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm ruby-2.7.0 gemset list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
Run tests:
spec/acceptance/rvm_system_spec.rb#L181
rvm when installing jruby installs with no errors
Failure/Error: apply_manifest(manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_102342991.pp.Pwb2nN
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Could not find declared class epel (file: /tmp/apply_manifest_102342991.pp.Pwb2nN, line: 2, column: 9) on node oracle7-64-puppet7.example.com
|
Run tests:
spec/acceptance/rvm_system_spec.rb#L186
rvm when installing jruby reflects installed rubies
Failure/Error:
shell('/usr/local/rvm/bin/rvm list') do |r|
expect(r.stdout).to include(jruby_version)
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
Run tests:
spec/acceptance/rvm_system_spec.rb#L248
rvm when installing passenger 6.0.x installs with no errors
Failure/Error: apply_manifest(manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_102344954.pp.YguXId
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Could not find declared class epel (file: /tmp/apply_manifest_102344954.pp.YguXId, line: 2, column: 9) on node oracle7-64-puppet7.example.com
|
Run tests:
spec/acceptance/rvm_system_spec.rb#L262
rvm when installing passenger 6.0.x answers
Failure/Error:
shell('/usr/bin/curl localhost:80') do |r|
expect(r.stdout).to include('hello <b>world</b>')
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 7 running:
/usr/bin/curl localhost:80
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to ::1: Cannot assign requested address
|
Run tests:
spec/acceptance/rvm_system_spec.rb#L270
rvm when installing passenger 6.0.x outputs status via passenger-status
Failure/Error:
shell("rvmsudo_secure_path=1 /usr/local/rvm/bin/rvm #{ruby27_version} do passenger-status") do |r|
expect(r.stdout).to include('General information')
expect(r.exit_code).to be_zero
end
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 127 running:
rvmsudo_secure_path=1 /usr/local/rvm/bin/rvm ruby-2.7.0 do passenger-status
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
The logs for this run have expired and are no longer available.
Loading