Skip to content

puppetlabs/stdlib: Allow 9.x #124

puppetlabs/stdlib: Allow 9.x

puppetlabs/stdlib: Allow 9.x #124

Triggered via pull request January 9, 2024 14:01
Status Failure
Total duration 6m 34s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
15s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 2 warnings
Puppet / Puppet 7 - CentOS 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 'centos7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140624792.pp.IZlF2B Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Scope(Class[Apache]): apache/httpd.conf.epp Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Passenger]: parameter 'passenger_max_pool_size' expects a value of type Undef or Integer, got String (file: /etc/puppetlabs/code/environments/production/modules/rvm/manifests/passenger/apache.pp, line: 63, column: 3) on node centos7-64-puppet7.example.com
Puppet / Puppet 7 - CentOS 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 'centos7-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 - CentOS 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 'centos7-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: /usr/local/rvm/scripts/set: line 19: exec: passenger-status: not found
Puppet / Puppet 7 - CentOS 7
Process completed with exit code 1.
Puppet / Puppet 7 - Debian 10: 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 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140627444.pp.TPTVxc Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Scope(Class[Apache]): apache/httpd.conf.epp Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Passenger]: parameter 'passenger_max_pool_size' expects a value of type Undef or Integer, got String (file: /etc/puppetlabs/code/environments/production/modules/rvm/manifests/passenger/apache.pp, line: 63, column: 3) on node debian10-64-puppet7.example.com
Puppet / Puppet 7 - Debian 10: 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 'debian10-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 - Debian 10
Process completed with exit code 1.
Puppet / Puppet 7 - Ubuntu 20.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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140631544.pp.wkDvEu Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Scope(Class[Apache]): apache/httpd.conf.epp Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Passenger]: parameter 'passenger_max_pool_size' expects a value of type Undef or Integer, got String (file: /etc/puppetlabs/code/environments/production/modules/rvm/manifests/passenger/apache.pp, line: 63, column: 3) on node ubuntu2004-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 20.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 'ubuntu2004-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 - Ubuntu 20.04
Process completed with exit code 1.
Puppet / Puppet 7 - Ubuntu 18.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 'ubuntu1804-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140637521.pp.EBXVOm Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Scope(Class[Apache]): apache/httpd.conf.epp Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Passenger]: parameter 'passenger_max_pool_size' expects a value of type Undef or Integer, got String (file: /etc/puppetlabs/code/environments/production/modules/rvm/manifests/passenger/apache.pp, line: 63, column: 3) on node ubuntu1804-64-puppet7.example.com
Puppet / Puppet 7 - Ubuntu 18.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 'ubuntu1804-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 - Ubuntu 18.04
Process completed with exit code 1.
Puppet / Puppet 7 - Debian 11: 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_140748032.pp.EegiLL Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Scope(Class[Apache]): apache/httpd.conf.epp Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Passenger]: parameter 'passenger_max_pool_size' expects a value of type Undef or Integer, got String (file: /etc/puppetlabs/code/environments/production/modules/rvm/manifests/passenger/apache.pp, line: 63, column: 3) on node debian11-64-puppet7.example.com
Puppet / Puppet 7 - Debian 11: 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
Puppet / Puppet 7 - Debian 11
Process completed with exit code 1.
Puppet / Puppet 7 - Debian 10
Failed to download action 'https://api.github.com/repos/ruby/setup-ruby/tarball/360dc864d5da99d54fcb8e9148c14a84b90d3e88'. Error: Response status code does not indicate success: 500 (Internal Server Error).
Puppet / Puppet 7 - Debian 10
Back off 17.86 seconds before retry.