modulesync 7.2.0 #119
Annotations
8 errors
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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104616268.pp.PKPEEh
Last 10 lines of output were:
Error: /Stage[main]/Main/Rvm_system_ruby[ruby-2.6.5]/ensure: change from 'absent' to 'present' failed: Execution of '/usr/local/rvm/bin/rvm install ruby-2.6.5 ' returned 1: Searching for binary rubies, this might take some time.
Found remote file https://rvm_io.global.ssl.fastly.net/binaries/oracle/7/x86_64/ruby-2.6.5.tar.bz2
Checking requirements for oracle.
Installing requirements for oracle.
Installing required packages: libyaml-devel..
Error running 'requirements_centos_libs_install libyaml-devel',
please read /usr/local/rvm/log/1704797200_ruby-2.6.5/package_install_libyaml-devel.log
Requirements installation failed with status: 1.
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 22.08 seconds
|
Run tests:
spec/acceptance/rvm_system_spec.rb#L113
rvm when installing rubies reflects installed rubies
Failure/Error: expect(r.stdout).to include(ruby27_version).and include(ruby26_version)
expected " 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 "ruby-2.6.5"
Diff for (include "ruby-2.6.5"):
@@ -1,7 +1,13 @@
-ruby-2.6.5
+ 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#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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104640977.pp.83Ekgm
Last 10 lines of output were:
Error running 'requirements_centos_libs_install libyaml-devel',
please read /usr/local/rvm/log/1704797204_ruby-2.6.5/package_install_libyaml-devel.log
Requirements installation failed with status: 1.
�[mNotice: /Stage[main]/Main/Rvm_gemset[ruby-2.7.0@myproject]/ensure: created
�[mNotice: /Stage[main]/Main/Rvm_gem[ruby-2.7.0@myproject/simple-rss]/ensure: created
�[mNotice: /Stage[main]/Main/Rvm_gemset[ruby-2.6.5@myproject]: Dependency Rvm_system_ruby[ruby-2.6.5] has failures: true
Warning: /Stage[main]/Main/Rvm_gemset[ruby-2.6.5@myproject]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Rvm_gem[ruby-2.6.5@myproject/simple-rss]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 16.61 seconds
|
Run tests:
spec/acceptance/rvm_system_spec.rb#L154
rvm when installing rubies and installing gems reflects installed gems and gemsets
Failure/Error: expect(r.stdout).to include("\n=> (default)").and include("\n global").and include("\n #{ruby26_gemset}")
expected "\ngemsets for ruby-2.6.5 (found in /usr/local/rvm/gems/ruby-2.6.5)\n=> (default)\n *\n\n" to include "\n global"
...and:
expected "\ngemsets for ruby-2.6.5 (found in /usr/local/rvm/gems/ruby-2.6.5)\n=> (default)\n *\n\n" to include "\n myproject"
Diff for (include "\n global"):
@@ -1,4 +1,7 @@
-\n global
+
+gemsets for ruby-2.6.5 (found in /usr/local/rvm/gems/ruby-2.6.5)
+=> (default)
+ *
Diff for (include "\n myproject"):
@@ -1,4 +1,7 @@
-\n myproject
+
+gemsets for ruby-2.6.5 (found in /usr/local/rvm/gems/ruby-2.6.5)
+=> (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 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104855708.pp.kiyXzW
Last 10 lines of output were:
Warning: /Stage[main]/Main/Apache::Vhost[passenger3.example.com]/Concat::Fragment[passenger3.example.com-docroot]/Concat_fragment[passenger3.example.com-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Apache::Vhost[passenger3.example.com]/Concat::Fragment[passenger3.example.com-directories]/Concat_fragment[passenger3.example.com-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Apache::Vhost[passenger3.example.com]/Concat::Fragment[passenger3.example.com-logging]/Concat_fragment[passenger3.example.com-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Apache::Vhost[passenger3.example.com]/Concat::Fragment[passenger3.example.com-serversignature]/Concat_fragment[passenger3.example.com-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Apache::Vhost[passenger3.example.com]/Concat::Fragment[passenger3.example.com-access_log]/Concat_fragment[passenger3.example.com-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Apache::Vhost[passenger3.example.com]/Concat::Fragment[passenger3.example.com-custom_fragment]/Concat_fragment[passenger3.example.com-custom_fragment]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Apache::Vhost[passenger3.example.com]/Concat::Fragment[passenger3.example.com-file_footer]/Concat_fragment[passenger3.example.com-file_footer]: Skipping because of failed dependencies
Info: Class[Apache]: Unscheduling all events on Class[Apache]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 187.79 seconds
|
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 1 running:
rvmsudo_secure_path=1 /usr/local/rvm/bin/rvm ruby-2.7.0 do passenger-status
Last 10 lines of output were:
ERROR: Phusion Passenger(R) doesn't seem to be running. If you are sure that it is running, then the causes of this problem could be:
1. You customized the instance registry directory using Apache's PassengerInstanceRegistryDir option, Nginx's passenger_instance_registry_dir option, or Phusion Passenger(R) Standalone's --instance-registry-dir command line argument. If so, please set the environment variable PASSENGER_INSTANCE_REGISTRY_DIR to that directory and run passenger-status again.
2. The instance directory has been removed by an operating system background service. Please set a different instance registry directory using Apache's PassengerInstanceRegistryDir option, Nginx's passenger_instance_registry_dir option, or Phusion Passenger(R) Standalone's --instance-registry-dir command line argument.
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading