modulesync 7.2.0 #116
Annotations
5 errors
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 'debian11-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190902608.pp.AULXAh
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Could not find declared class java (file: /tmp/apply_manifest_190902608.pp.AULXAh, line: 9, column: 9) on node debian11-64-puppet7.example.com
|
Run tests:
spec/acceptance/rvm_system_spec.rb#L186
rvm when installing jruby reflects installed rubies
Failure/Error: expect(r.stdout).to include(jruby_version)
expected " ruby-2.6.5 [ x86_64 ]\n ruby-2.7.0 [ x86_64 ]\n\n# Default ruby not set. Try 'rvm alias create default <ruby>'.\n\n# => - current\n# =* - current && default\n# * - default\n\n" to include "jruby"
Diff:
@@ -1,8 +1,15 @@
-jruby
+ ruby-2.6.5 [ x86_64 ]
+ ruby-2.7.0 [ x86_64 ]
+
+# Default ruby not set. Try 'rvm alias create default <ruby>'.
+
+# => - current
+# =* - current && default
+# * - default
|
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 'debian11-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190904898.pp.oTQl40
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Could not find declared class apache (file: /tmp/apply_manifest_190904898.pp.oTQl40, line: 14, column: 9) on node debian11-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 'debian11-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 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to localhost port 80: Connection refused
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading