modulesync 7.2.0 #119
ci.yml
on: pull_request
Puppet
/
Static validations
20s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
15 errors
Puppet / Puppet 7 - OracleLinux 8:
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 'oracle8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104645584.pp.2GB2Ts
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.
No binary rubies available for: oracle/8/x86_64/ruby-2.6.5.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for oracle.
Installing requirements for oracle.
Installing required packages: patch, autoconf, automake, bison, bzip2, gcc-c++, libffi-devel, libtool, make, patch, readline-devel, ruby, sqlite-devel, zlib-devel, glibc-headers, glibc-devel, libyaml-devel, openssl-devel..
Error running 'requirements_centos_libs_install patch autoconf automake bison bzip2 gcc-c++ libffi-devel libtool make patch readline-devel ruby sqlite-devel zlib-devel glibc-headers glibc-devel libyaml-devel openssl-devel',
please read /usr/local/rvm/log/1704797221_ruby-2.6.5/package_install_patch_autoconf_automake_bison_bzip2_gcc-c++_libffi-devel_libtool_make_patch_readline-devel_ruby_sqlite-devel_zlib-devel_glibc-headers_glibc-devel_libyaml-devel_openssl-devel.log
Requirements installation failed with status: 1.
�[mNotice: Applied catalog in 16.62 seconds
|
Puppet / Puppet 7 - OracleLinux 8:
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 "\n# No rvm rubies installed yet. Try 'rvm help install'.\n\n" to include "ruby-2.7.0"
...and:
expected "\n# No rvm rubies installed yet. Try 'rvm help install'.\n\n" to include "ruby-2.6.5"
Diff for (include "ruby-2.7.0"):
@@ -1,2 +1,3 @@
-ruby-2.7.0
+
+# No rvm rubies installed yet. Try 'rvm help install'.
Diff for (include "ruby-2.6.5"):
@@ -1,2 +1,3 @@
-ruby-2.6.5
+
+# No rvm rubies installed yet. Try 'rvm help install'.
|
Puppet / Puppet 7 - OracleLinux 8:
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 'oracle8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104704625.pp.lztaKj
Last 10 lines of output were:
Error running 'requirements_centos_libs_install patch autoconf automake bison bzip2 gcc-c++ libffi-devel libtool make patch readline-devel ruby sqlite-devel zlib-devel glibc-headers glibc-devel libyaml-devel openssl-devel',
please read /usr/local/rvm/log/1704797231_ruby-2.6.5/package_install_patch_autoconf_automake_bison_bzip2_gcc-c++_libffi-devel_libtool_make_patch_readline-devel_ruby_sqlite-devel_zlib-devel_glibc-headers_glibc-devel_libyaml-devel_openssl-devel.log
Requirements installation failed with status: 1.
�[mNotice: /Stage[main]/Main/Rvm_gemset[ruby-2.7.0@myproject]: Dependency Rvm_system_ruby[ruby-2.7.0] has failures: true
Warning: /Stage[main]/Main/Rvm_gemset[ruby-2.7.0@myproject]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Rvm_gem[ruby-2.7.0@myproject/simple-rss]: Skipping because of failed dependencies
�[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
�[mNotice: Applied catalog in 7.50 seconds
|
Puppet / Puppet 7 - OracleLinux 8:
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 #{ruby27_gemset}")
expected "\ngemsets for ruby-2.7.0 (found in /usr/local/rvm/gems/ruby-2.7.0)\n=> (default)\n *\n\n" to include "\n global"
...and:
expected "\ngemsets for ruby-2.7.0 (found in /usr/local/rvm/gems/ruby-2.7.0)\n=> (default)\n *\n\n" to include "\n myproject"
Diff for (include "\n global"):
@@ -1,4 +1,7 @@
-\n global
+
+gemsets for ruby-2.7.0 (found in /usr/local/rvm/gems/ruby-2.7.0)
+=> (default)
+ *
Diff for (include "\n myproject"):
@@ -1,4 +1,7 @@
-\n myproject
+
+gemsets for ruby-2.7.0 (found in /usr/local/rvm/gems/ruby-2.7.0)
+=> (default)
+ *
|
Puppet / Puppet 7 - OracleLinux 8:
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 'oracle8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104855970.pp.pezkxS
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 15.36 seconds
|
Puppet / Puppet 7 - OracleLinux 8:
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 'oracle8-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 localhost port 80: Connection refused
|
Puppet / Puppet 7 - OracleLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 7:
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
|
Puppet / Puppet 7 - OracleLinux 7:
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
|
Puppet / Puppet 7 - OracleLinux 7:
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
|
Puppet / Puppet 7 - OracleLinux 7:
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)
+ *
|
Puppet / Puppet 7 - OracleLinux 7:
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
|
Puppet / Puppet 7 - OracleLinux 7:
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
|
Puppet / Puppet 7 - OracleLinux 7:
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.
|
Puppet / Puppet 7 - OracleLinux 7
Process completed with exit code 1.
|