add redhat/centos 9, add Debian 12, add Ubuntu 22.04, 23.04, 23.10 #128
ci.yml
on: pull_request
Puppet
/
Static validations
24s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
25 errors
Puppet / Distro Puppet - Debian 12:
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 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_214823520.pp.X1jv0o
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian12-64-none.example.com in environment production in 0.15 seconds
Error: Parameter key_source failed on Gnupg_key[D39DC0E3]: Could not understand source https://rvm.io/mpapis.asc: undefined method `escape' for URI:Module
uri = URI.parse(URI.escape(source))
^^^^^^^ (file: /etc/puppet/code/modules/rvm/manifests/system.pp, line: 39)
|
Puppet / Distro Puppet - Debian 12:
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 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_214826089.pp.JXvvKl
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian12-64-none.example.com in environment production in 0.16 seconds
Error: Parameter key_source failed on Gnupg_key[D39DC0E3]: Could not understand source https://rvm.io/mpapis.asc: undefined method `escape' for URI:Module
uri = URI.parse(URI.escape(source))
^^^^^^^ (file: /etc/puppet/code/modules/rvm/manifests/system.pp, line: 39)
|
Puppet / Distro Puppet - Debian 12:
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 'debian12-64-none.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm list
Last 10 lines of output were:
bash: line 1: /usr/local/rvm/bin/rvm: No such file or directory
|
Puppet / Distro Puppet - Debian 12:
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 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_214828707.pp.msGtmV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian12-64-none.example.com in environment production in 0.18 seconds
Error: Parameter key_source failed on Gnupg_key[D39DC0E3]: Could not understand source https://rvm.io/mpapis.asc: undefined method `escape' for URI:Module
uri = URI.parse(URI.escape(source))
^^^^^^^ (file: /etc/puppet/code/modules/rvm/manifests/system.pp, line: 39)
|
Puppet / Distro Puppet - Debian 12:
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 'debian12-64-none.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm ruby-2.7.0 gemset list
Last 10 lines of output were:
bash: line 1: /usr/local/rvm/bin/rvm: No such file or directory
|
Puppet / Distro Puppet - Debian 12:
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 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_214831371.pp.NIFKhO
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Function Call, unsupported release 12 (file: /etc/puppet/code/modules/java/manifests/params.pp, line: 108, column: 20) on node debian12-64-none.example.com
|
Puppet / Distro Puppet - Debian 12:
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 'debian12-64-none.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm list
Last 10 lines of output were:
bash: line 1: /usr/local/rvm/bin/rvm: No such file or directory
|
Puppet / Distro Puppet - Debian 12:
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 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_214834242.pp.94mTaR
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Scope(Class[Apache]): apache/httpd.conf.epp
�[mNotice: Compiled catalog for debian12-64-none.example.com in environment production in 0.78 seconds
Error: Parameter key_source failed on Gnupg_key[D39DC0E3]: Could not understand source https://rvm.io/mpapis.asc: undefined method `escape' for URI:Module
uri = URI.parse(URI.escape(source))
^^^^^^^ (file: /etc/puppet/code/modules/rvm/manifests/system.pp, line: 39)
|
Puppet / Distro Puppet - Debian 12:
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 'debian12-64-none.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 after 0 ms: Couldn't connect to server
|
Puppet / Distro Puppet - Debian 12
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_214829532.pp.D2qIjZ
Last 10 lines of output were:
100 13.4M 100 13.4M 0 0 25.1M 0 --:--:-- --:--:-- --:--:-- 25.1M
ruby-2.6.5 - #extracting ruby-2.6.5 to /usr/local/rvm/src/ruby-2.6.5.....
ruby-2.6.5 - #configuring......................................................................
ruby-2.6.5 - #post-configuration..
ruby-2.6.5 - #compiling............................................................................................
Error running '__rvm_make -j4',
please read /usr/local/rvm/log/1705355420_ruby-2.6.5/make.log
There has been an error while running make. Halting the installation.
�[mNotice: Applied catalog in 186.10 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04:
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 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_215137621.pp.DDezuI
Last 10 lines of output were:
please read /usr/local/rvm/log/1705355594_ruby-2.6.5/make.log
There has been an error while running make. Halting the installation.
�[mNotice: /Stage[main]/Main/Rvm_gemset[ruby-2.7.0@myproject]: Dependency Rvm_system_ruby[ruby-2.7.0] has failures: true
�[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.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
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 174.78 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04:
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 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_215606886.pp.67tebW
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 105.73 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04:
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 'ubuntu2204-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 after 0 ms: Connection refused
|
Puppet / Puppet 7 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9:
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 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_214836394.pp.hKNPO1
Last 10 lines of output were:
100 13.4M 100 13.4M 0 0 23.4M 0 --:--:-- --:--:-- --:--:-- 23.4M
ruby-2.6.5 - #extracting ruby-2.6.5 to /usr/local/rvm/src/ruby-2.6.5.....
ruby-2.6.5 - #configuring.......................................................................
ruby-2.6.5 - #post-configuration..
ruby-2.6.5 - #compiling............................................................................................
Error running '__rvm_make -j4',
please read /usr/local/rvm/log/1705355436_ruby-2.6.5/make.log
There has been an error while running make. Halting the installation.
�[mNotice: Applied catalog in 196.89 seconds
|
Puppet / Puppet 7 - CentOS 9:
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 - CentOS 9:
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 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_215155748.pp.MTmmtA
Last 10 lines of output were:
please read /usr/local/rvm/log/1705355612_ruby-2.6.5/make.log
There has been an error while running make. Halting the installation.
�[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 176.92 seconds
|
Puppet / Puppet 7 - CentOS 9:
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 - CentOS 9:
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 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_215640719.pp.pqhpg5
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 101.88 seconds
|
Puppet / Puppet 7 - CentOS 9:
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 'centos9-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
|
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
|