modulesync 7.2.0 #116
ci.yml
on: pull_request
Puppet
/
Static validations
19s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
58 errors
Puppet / Puppet 7 - OracleLinux 7:
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 'oracle7-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190559118.pp.y4c9sj
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 epel (file: /tmp/apply_manifest_190559118.pp.y4c9sj, line: 2, column: 9) on node oracle7-64-puppet7.example.com
|
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190600707.pp.V9ATGQ
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 epel (file: /tmp/apply_manifest_190600707.pp.V9ATGQ, line: 2, column: 9) on node oracle7-64-puppet7.example.com
|
Puppet / Puppet 7 - OracleLinux 7:
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 'oracle7-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190602354.pp.mb9zAd
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 epel (file: /tmp/apply_manifest_190602354.pp.mb9zAd, line: 2, column: 9) on node oracle7-64-puppet7.example.com
|
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:
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 'oracle7-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm ruby-2.7.0 gemset list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
Puppet / Puppet 7 - OracleLinux 7:
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 'oracle7-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190604025.pp.9UkEos
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 epel (file: /tmp/apply_manifest_190604025.pp.9UkEos, line: 2, column: 9) on node oracle7-64-puppet7.example.com
|
Puppet / Puppet 7 - OracleLinux 7:
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 'oracle7-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190605929.pp.2WHCeB
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 epel (file: /tmp/apply_manifest_190605929.pp.2WHCeB, line: 2, column: 9) on node oracle7-64-puppet7.example.com
|
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 127 running:
rvmsudo_secure_path=1 /usr/local/rvm/bin/rvm ruby-2.7.0 do passenger-status
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
Puppet / Puppet 7 - CentOS 7:
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 'centos7-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190604865.pp.bBY26g
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 epel (file: /tmp/apply_manifest_190604865.pp.bBY26g, line: 2, column: 9) on node centos7-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 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 'centos7-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190606526.pp.tOHhEO
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 epel (file: /tmp/apply_manifest_190606526.pp.tOHhEO, line: 2, column: 9) on node centos7-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 7:
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 'centos7-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
Puppet / Puppet 7 - CentOS 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 'centos7-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190608235.pp.oYCYf6
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 epel (file: /tmp/apply_manifest_190608235.pp.oYCYf6, line: 2, column: 9) on node centos7-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 7:
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 'centos7-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm ruby-2.7.0 gemset list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
Puppet / Puppet 7 - CentOS 7:
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 'centos7-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190609979.pp.6eEzbO
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 epel (file: /tmp/apply_manifest_190609979.pp.6eEzbO, line: 2, column: 9) on node centos7-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 7:
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 'centos7-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
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_190612010.pp.R1cg36
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 epel (file: /tmp/apply_manifest_190612010.pp.R1cg36, line: 2, column: 9) 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:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
Puppet / Puppet 7 - CentOS 8:
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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190617666.pp.16KGKU
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 epel (file: /tmp/apply_manifest_190617666.pp.16KGKU, line: 2, column: 9) on node centos8-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190619193.pp.WvCIHD
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 epel (file: /tmp/apply_manifest_190619193.pp.WvCIHD, line: 2, column: 9) on node centos8-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 8:
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 'centos8-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
Puppet / Puppet 7 - CentOS 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190620768.pp.gjIhZL
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 epel (file: /tmp/apply_manifest_190620768.pp.gjIhZL, line: 2, column: 9) on node centos8-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 8:
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 'centos8-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm ruby-2.7.0 gemset list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
Puppet / Puppet 7 - CentOS 8:
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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190622366.pp.iPMQh2
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 epel (file: /tmp/apply_manifest_190622366.pp.iPMQh2, line: 2, column: 9) on node centos8-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 8:
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 'centos8-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 8:
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 'oracle8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190622728.pp.6caA9f
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 epel (file: /tmp/apply_manifest_190622728.pp.6caA9f, line: 2, column: 9) on node oracle8-64-puppet7.example.com
|
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190624375.pp.Icl423
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 epel (file: /tmp/apply_manifest_190624375.pp.Icl423, line: 2, column: 9) on node oracle8-64-puppet7.example.com
|
Puppet / Puppet 7 - OracleLinux 8:
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 'oracle8-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190626055.pp.zmAzUD
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 epel (file: /tmp/apply_manifest_190626055.pp.zmAzUD, line: 2, column: 9) on node oracle8-64-puppet7.example.com
|
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:
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 'oracle8-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm ruby-2.7.0 gemset list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
Puppet / Puppet 7 - OracleLinux 8:
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 'oracle8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190627741.pp.pPoh2J
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 epel (file: /tmp/apply_manifest_190627741.pp.pPoh2J, line: 2, column: 9) on node oracle8-64-puppet7.example.com
|
Puppet / Puppet 7 - OracleLinux 8:
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 'oracle8-64-puppet7.example.com' exited with 127 running:
/usr/local/rvm/bin/rvm list
Last 10 lines of output were:
bash: /usr/local/rvm/bin/rvm: No such file or directory
|
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190629717.pp.c1rOyN
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 epel (file: /tmp/apply_manifest_190629717.pp.c1rOyN, line: 2, column: 9) on node oracle8-64-puppet7.example.com
|
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 - Debian 10:
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 'debian10-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190720974.pp.ZDTgfp
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_190720974.pp.ZDTgfp, line: 9, column: 9) on node debian10-64-puppet7.example.com
|
Puppet / Puppet 7 - Debian 10:
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
|
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_190723276.pp.z9dUVb
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_190723276.pp.z9dUVb, line: 14, column: 9) 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 18.04:
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 'ubuntu1804-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190727673.pp.O2uOTl
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_190727673.pp.O2uOTl, line: 9, column: 9) on node ubuntu1804-64-puppet7.example.com
|
Puppet / Puppet 7 - Ubuntu 18.04:
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
|
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_190729883.pp.IGmXAK
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_190729883.pp.IGmXAK, line: 14, column: 9) 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 - Ubuntu 20.04:
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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190741885.pp.feFulZ
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_190741885.pp.feFulZ, line: 9, column: 9) on node ubuntu2004-64-puppet7.example.com
|
Puppet / Puppet 7 - Ubuntu 20.04:
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
|
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_190744279.pp.GmUW5m
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_190744279.pp.GmUW5m, line: 14, column: 9) 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 - Debian 11:
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
|
Puppet / Puppet 7 - Debian 11:
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
|
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_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
|
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.
|