Fixes #37291 - Use explicit java on RH with Puppetserver 8 #1269
ci.yml
on: pull_request
Puppet
/
Static validations
13s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
100 errors and 20 warnings
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143456846.pp.46VWuM
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143458912.pp.4IFntj
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143500901.pp.Dn3lw1
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143502916.pp.D9GoRB
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/puppetserver_latest_spec.rb#L44
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 2
(compared using ==)
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/puppetserver_latest_spec.rb#L45
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" stdout is expected to match /^Max open files\s+32143\s+32143\s+files\s*$/
Failure/Error: its(:stdout) { is_expected.to match %r{^Max open files\s+32143\s+32143\s+files\s*$} }
expected "" to match /^Max open files\s+32143\s+32143\s+files\s*$/
Diff:
@@ -1 +1 @@
-/^Max open files\s+32143\s+32143\s+files\s*$/
+""
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143505336.pp.CvgKGz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143507373.pp.FBQDxW
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/puppetserver_upgrade_spec.rb#L50
Scenario: minor version upgrade install 8.2.0 Command "puppetserver --version" stdout is expected to match "puppetserver version: 8.2.0\n"
Failure/Error: its(:stdout) { is_expected.to match("puppetserver version: #{from_version}\n") }
expected "" to match "puppetserver version: 8.2.0\n"
Diff:
@@ -1,2 +1 @@
-puppetserver version: 8.2.0
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/puppetserver_upgrade_spec.rb#L54
Scenario: minor version upgrade install 8.2.0 Service "puppetserver" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "puppetserver" to be enabled
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143457614.pp.Svtqeq
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143459540.pp.PwdOC9
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143501390.pp.BZ7VX7
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143503302.pp.2CrUDg
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/puppetserver_latest_spec.rb#L44
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 2
(compared using ==)
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/puppetserver_latest_spec.rb#L45
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" stdout is expected to match /^Max open files\s+32143\s+32143\s+files\s*$/
Failure/Error: its(:stdout) { is_expected.to match %r{^Max open files\s+32143\s+32143\s+files\s*$} }
expected "" to match /^Max open files\s+32143\s+32143\s+files\s*$/
Diff:
@@ -1 +1 @@
-/^Max open files\s+32143\s+32143\s+files\s*$/
+""
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143505632.pp.1Qesmv
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143507550.pp.UxVxoS
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/puppetserver_upgrade_spec.rb#L50
Scenario: minor version upgrade install 8.2.0 Command "puppetserver --version" stdout is expected to match "puppetserver version: 8.2.0\n"
Failure/Error: its(:stdout) { is_expected.to match("puppetserver version: #{from_version}\n") }
expected "" to match "puppetserver version: 8.2.0\n"
Diff:
@@ -1,2 +1 @@
-puppetserver version: 8.2.0
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/puppetserver_upgrade_spec.rb#L54
Scenario: minor version upgrade install 8.2.0 Service "puppetserver" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "puppetserver" to be enabled
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143505018.pp.i8pjHl
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node oracle9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143506966.pp.jyc26W
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node oracle9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143508825.pp.8tv7kW
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node oracle9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143510820.pp.GJps09
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node oracle9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/puppetserver_latest_spec.rb#L44
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 2
(compared using ==)
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/puppetserver_latest_spec.rb#L45
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" stdout is expected to match /^Max open files\s+32143\s+32143\s+files\s*$/
Failure/Error: its(:stdout) { is_expected.to match %r{^Max open files\s+32143\s+32143\s+files\s*$} }
expected "" to match /^Max open files\s+32143\s+32143\s+files\s*$/
Diff:
@@ -1 +1 @@
-/^Max open files\s+32143\s+32143\s+files\s*$/
+""
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143513102.pp.bGgcMp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node oracle9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143515012.pp.Oe2R1E
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node oracle9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/puppetserver_upgrade_spec.rb#L50
Scenario: minor version upgrade install 8.2.0 Command "puppetserver --version" stdout is expected to match "puppetserver version: 8.2.0\n"
Failure/Error: its(:stdout) { is_expected.to match("puppetserver version: #{from_version}\n") }
expected "" to match "puppetserver version: 8.2.0\n"
Diff:
@@ -1,2 +1 @@
-puppetserver version: 8.2.0
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/puppetserver_upgrade_spec.rb#L54
Scenario: minor version upgrade install 8.2.0 Service "puppetserver" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "puppetserver" to be enabled
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143506176.pp.Fm5fPp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143508279.pp.iyM7av
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143510296.pp.eS9a1G
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143512424.pp.2d9Ebi
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/puppetserver_latest_spec.rb#L44
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 2
(compared using ==)
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/puppetserver_latest_spec.rb#L45
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" stdout is expected to match /^Max open files\s+32143\s+32143\s+files\s*$/
Failure/Error: its(:stdout) { is_expected.to match %r{^Max open files\s+32143\s+32143\s+files\s*$} }
expected "" to match /^Max open files\s+32143\s+32143\s+files\s*$/
Diff:
@@ -1 +1 @@
-/^Max open files\s+32143\s+32143\s+files\s*$/
+""
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143514964.pp.r71D9U
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143517041.pp.CuCmJm
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/puppetserver_upgrade_spec.rb#L50
Scenario: minor version upgrade install 8.2.0 Command "puppetserver --version" stdout is expected to match "puppetserver version: 8.2.0\n"
Failure/Error: its(:stdout) { is_expected.to match("puppetserver version: #{from_version}\n") }
expected "" to match "puppetserver version: 8.2.0\n"
Diff:
@@ -1,2 +1 @@
-puppetserver version: 8.2.0
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/puppetserver_upgrade_spec.rb#L54
Scenario: minor version upgrade install 8.2.0 Service "puppetserver" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "puppetserver" to be enabled
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143507979.pp.NPVVTW
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143509987.pp.yz4Tgp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143511860.pp.Z6iKV9
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143513804.pp.mfhdAc
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/puppetserver_latest_spec.rb#L44
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 2
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/puppetserver_latest_spec.rb#L45
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" stdout is expected to match /^Max open files\s+32143\s+32143\s+files\s*$/
Failure/Error: its(:stdout) { is_expected.to match %r{^Max open files\s+32143\s+32143\s+files\s*$} }
expected "" to match /^Max open files\s+32143\s+32143\s+files\s*$/
Diff:
@@ -1 +1 @@
-/^Max open files\s+32143\s+32143\s+files\s*$/
+""
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143516130.pp.ngKLyP
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143518032.pp.6rKWjo
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/puppetserver_upgrade_spec.rb#L50
Scenario: minor version upgrade install 8.2.0 Command "puppetserver --version" stdout is expected to match "puppetserver version: 8.2.0\n"
Failure/Error: its(:stdout) { is_expected.to match("puppetserver version: #{from_version}\n") }
expected "" to match "puppetserver version: 8.2.0\n"
Diff:
@@ -1,2 +1 @@
-puppetserver version: 8.2.0
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/puppetserver_upgrade_spec.rb#L54
Scenario: minor version upgrade install 8.2.0 Service "puppetserver" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "puppetserver" to be enabled
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143515252.pp.XRpIgk
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143517221.pp.vqZHKz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143519133.pp.QOnj31
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143521080.pp.3WQaoX
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/puppetserver_latest_spec.rb#L44
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 2
(compared using ==)
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/puppetserver_latest_spec.rb#L45
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" stdout is expected to match /^Max open files\s+32143\s+32143\s+files\s*$/
Failure/Error: its(:stdout) { is_expected.to match %r{^Max open files\s+32143\s+32143\s+files\s*$} }
expected "" to match /^Max open files\s+32143\s+32143\s+files\s*$/
Diff:
@@ -1 +1 @@
-/^Max open files\s+32143\s+32143\s+files\s*$/
+""
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143523425.pp.vwD0Hq
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143525360.pp.EAoOFM
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/puppetserver_upgrade_spec.rb#L50
Scenario: minor version upgrade install 8.2.0 Command "puppetserver --version" stdout is expected to match "puppetserver version: 8.2.0\n"
Failure/Error: its(:stdout) { is_expected.to match("puppetserver version: #{from_version}\n") }
expected "" to match "puppetserver version: 8.2.0\n"
Diff:
@@ -1,2 +1 @@
-puppetserver version: 8.2.0
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/puppetserver_upgrade_spec.rb#L54
Scenario: minor version upgrade install 8.2.0 Service "puppetserver" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "puppetserver" to be enabled
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143523593.pp.nxBwTI
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143525789.pp.29ik2c
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143527888.pp.8XyeZi
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): server_max_open_files behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143530008.pp.ZXsSoP
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:31
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/puppetserver_latest_spec.rb#L44
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 2
(compared using ==)
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/puppetserver_latest_spec.rb#L45
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" stdout is expected to match /^Max open files\s+32143\s+32143\s+files\s*$/
Failure/Error: its(:stdout) { is_expected.to match %r{^Max open files\s+32143\s+32143\s+files\s*$} }
expected "" to match /^Max open files\s+32143\s+32143\s+files\s*$/
Diff:
@@ -1 +1 @@
-/^Max open files\s+32143\s+32143\s+files\s*$/
+""
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143532551.pp.a42PcB
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143534644.pp.frHQZ3
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/puppetserver_upgrade_spec.rb#L50
Scenario: minor version upgrade install 8.2.0 Command "puppetserver --version" stdout is expected to match "puppetserver version: 8.2.0\n"
Failure/Error: its(:stdout) { is_expected.to match("puppetserver version: #{from_version}\n") }
expected "" to match "puppetserver version: 8.2.0\n"
Diff:
@@ -1,2 +1 @@
-puppetserver version: 8.2.0
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/puppetserver_upgrade_spec.rb#L54
Scenario: minor version upgrade install 8.2.0 Service "puppetserver" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "puppetserver" to be enabled
|
Puppet / Puppet 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143533320.pp.2U5Rho
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install puppetserver (latest): default options behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143535378.pp.uUqjJZ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Puppet / Puppet 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143537749.pp.pFExZQ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: minor version upgrade install 8.2.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143539798.pp.xJPVa4
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/puppetserver_upgrade_spec.rb#L50
Scenario: minor version upgrade install 8.2.0 Command "puppetserver --version" stdout is expected to match "puppetserver version: 8.2.0\n"
Failure/Error: its(:stdout) { is_expected.to match("puppetserver version: #{from_version}\n") }
expected "" to match "puppetserver version: 8.2.0\n"
Diff:
@@ -1,2 +1 @@
-puppetserver version: 8.2.0
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/puppetserver_upgrade_spec.rb#L54
Scenario: minor version upgrade install 8.2.0 Service "puppetserver" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "puppetserver" to be enabled
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/puppetserver_upgrade_spec.rb#L55
Scenario: minor version upgrade install 8.2.0 Service "puppetserver" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "puppetserver" to be running
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/puppetserver_upgrade_spec.rb#L59
Scenario: minor version upgrade install 8.2.0 Port "8140" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8140" to be listening
|
Puppet / Puppet 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: minor version upgrade upgrade to 8.5.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143542063.pp.3IjjZg
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:64
|
Puppet / Puppet 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: minor version upgrade upgrade to 8.5.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143544134.pp.iyrDpB
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:64
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_puppetserver_spec.rb#L37
puppet on almalinux-9-x86_64 with default parameters is expected to contain File[/etc/custom/puppetserver/services.d] with ensure => "directory"
Failure/Error: it { should contain_file('/etc/custom/puppetserver/services.d').with_ensure('directory') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_puppetserver_spec.rb#L38
puppet on almalinux-9-x86_64 with default parameters is expected to contain File[/etc/custom/puppetserver/services.d/ca.cfg] with content =~ /^puppetlabs.services.ca.certificate-authority-service\/certificate-authority-service/, content =~ /^#puppetlabs.services.ca.certificate-authority-disabled-service\/certificate-authority-disabled-service/ and content =~ /^puppetlabs.trapperkeeper.services.watcher.filesystem-watch-service\/filesystem-watch-service/
Failure/Error:
should contain_file('/etc/custom/puppetserver/services.d/ca.cfg')
.with_content(%r{^puppetlabs.services.ca.certificate-authority-service/certificate-authority-service})
.with_content(%r{^#puppetlabs.services.ca.certificate-authority-disabled-service/certificate-authority-disabled-service})
.with_content(%r{^puppetlabs.trapperkeeper.services.watcher.filesystem-watch-service/filesystem-watch-service})
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L50
puppet on almalinux-9-x86_64 with no custom parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { should compile.with_all_deps }
error during compilation: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_puppetserver_spec.rb#L51
puppet on almalinux-9-x86_64 with default parameters is expected to contain Augeas[puppet::server::puppetserver::bootstrap] with changes => "set BOOTSTRAP_CONFIG '\"/etc/custom/puppetserver/services.d/,/opt/puppetlabs/server/apps/puppetserver/config/services.d/\"'", context => "/files/etc/default/puppetserver", incl => "/etc/default/puppetserver" and lens => "Shellvars.lns"
Failure/Error:
should contain_augeas('puppet::server::puppetserver::bootstrap')
.with_changes('set BOOTSTRAP_CONFIG \'"/etc/custom/puppetserver/services.d/,/opt/puppetlabs/server/apps/puppetserver/config/services.d/"\'')
.with_context('/files/etc/default/puppetserver')
.with_incl('/etc/default/puppetserver')
.with_lens('Shellvars.lns')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L53
puppet on almalinux-9-x86_64 with no custom parameters is expected to contain Class[puppet::server::install]
Failure/Error: it { should contain_class('puppet::server::install') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_puppetserver_spec.rb#L59
puppet on almalinux-9-x86_64 with default parameters is expected to contain Augeas[puppet::server::puppetserver::jvm] with changes => ["set JAVA_ARGS '\"-Xms2G -Xmx2G -Dcom.redhat.fips=false\"'", /^set JAVA_BIN \/usr\/(lib\/jvm\/jre-1[17]\/)?bin\/java$/], context => "/files/etc/default/puppetserver", incl => "/etc/default/puppetserver" and lens => "Shellvars.lns"
Failure/Error:
should contain_augeas('puppet::server::puppetserver::jvm')
.with_changes(['set JAVA_ARGS \'"-Xms2G -Xmx2G -Dcom.redhat.fips=false"\'', java_bin])
.with_context('/files/etc/default/puppetserver')
.with_incl('/etc/default/puppetserver')
.with_lens('Shellvars.lns')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L54
puppet on almalinux-9-x86_64 with no custom parameters is expected to contain User[puppet]
Failure/Error: it { should contain_user('puppet') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L55
puppet on almalinux-9-x86_64 with no custom parameters is expected to contain Package[puppetserver] with install_options defined
Failure/Error: it { should contain_package(puppetserver_pkg).with_install_options(nil) }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_puppetserver_spec.rb#L75
puppet on almalinux-9-x86_64 with default parameters is expected to contain Augeas[puppet::server::puppetserver::jruby_jar] with changes => ["rm JRUBY_JAR"], context => "/files/etc/default/puppetserver", incl => "/etc/default/puppetserver" and lens => "Shellvars.lns"
Failure/Error:
should contain_augeas('puppet::server::puppetserver::jruby_jar')
.with_changes(['rm JRUBY_JAR'])
.with_context('/files/etc/default/puppetserver')
.with_incl('/etc/default/puppetserver')
.with_lens('Shellvars.lns')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L58
puppet on almalinux-9-x86_64 with no custom parameters is expected to contain Class[puppet::server::config]
Failure/Error: it { should contain_class('puppet::server::config') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_puppetserver_spec.rb#L37
puppet on scientific-7-x86_64 with default parameters is expected to contain File[/etc/custom/puppetserver/services.d] with ensure => "directory"
Failure/Error: it { should contain_file('/etc/custom/puppetserver/services.d').with_ensure('directory') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L50
puppet on scientific-7-x86_64 with no custom parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { should compile.with_all_deps }
error during compilation: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_puppetserver_spec.rb#L38
puppet on scientific-7-x86_64 with default parameters is expected to contain File[/etc/custom/puppetserver/services.d/ca.cfg] with content =~ /^puppetlabs.services.ca.certificate-authority-service\/certificate-authority-service/, content =~ /^#puppetlabs.services.ca.certificate-authority-disabled-service\/certificate-authority-disabled-service/ and content =~ /^puppetlabs.trapperkeeper.services.watcher.filesystem-watch-service\/filesystem-watch-service/
Failure/Error:
should contain_file('/etc/custom/puppetserver/services.d/ca.cfg')
.with_content(%r{^puppetlabs.services.ca.certificate-authority-service/certificate-authority-service})
.with_content(%r{^#puppetlabs.services.ca.certificate-authority-disabled-service/certificate-authority-disabled-service})
.with_content(%r{^puppetlabs.trapperkeeper.services.watcher.filesystem-watch-service/filesystem-watch-service})
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L53
puppet on scientific-7-x86_64 with no custom parameters is expected to contain Class[puppet::server::install]
Failure/Error: it { should contain_class('puppet::server::install') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L54
puppet on scientific-7-x86_64 with no custom parameters is expected to contain User[puppet]
Failure/Error: it { should contain_user('puppet') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_puppetserver_spec.rb#L51
puppet on scientific-7-x86_64 with default parameters is expected to contain Augeas[puppet::server::puppetserver::bootstrap] with changes => "set BOOTSTRAP_CONFIG '\"/etc/custom/puppetserver/services.d/,/opt/puppetlabs/server/apps/puppetserver/config/services.d/\"'", context => "/files/etc/default/puppetserver", incl => "/etc/default/puppetserver" and lens => "Shellvars.lns"
Failure/Error:
should contain_augeas('puppet::server::puppetserver::bootstrap')
.with_changes('set BOOTSTRAP_CONFIG \'"/etc/custom/puppetserver/services.d/,/opt/puppetlabs/server/apps/puppetserver/config/services.d/"\'')
.with_context('/files/etc/default/puppetserver')
.with_incl('/etc/default/puppetserver')
.with_lens('Shellvars.lns')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L55
puppet on scientific-7-x86_64 with no custom parameters is expected to contain Package[puppetserver] with install_options defined
Failure/Error: it { should contain_package(puppetserver_pkg).with_install_options(nil) }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_puppetserver_spec.rb#L67
puppet on scientific-7-x86_64 with default parameters is expected to contain Augeas[puppet::server::puppetserver::jvm] with changes => ["set JAVA_ARGS '\"-Xms2G -Xmx2G\"'", /^set JAVA_BIN \/usr\/(lib\/jvm\/jre-1[17]\/)?bin\/java$/], context => "/files/etc/default/puppetserver", incl => "/etc/default/puppetserver" and lens => "Shellvars.lns"
Failure/Error:
should contain_augeas('puppet::server::puppetserver::jvm')
.with_changes(['set JAVA_ARGS \'"-Xms2G -Xmx2G"\'', java_bin])
.with_context('/files/etc/default/puppetserver')
.with_incl('/etc/default/puppetserver')
.with_lens('Shellvars.lns')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L58
puppet on scientific-7-x86_64 with no custom parameters is expected to contain Class[puppet::server::config]
Failure/Error: it { should contain_class('puppet::server::config') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_puppetserver_spec.rb#L75
puppet on scientific-7-x86_64 with default parameters is expected to contain Augeas[puppet::server::puppetserver::jruby_jar] with changes => ["rm JRUBY_JAR"], context => "/files/etc/default/puppetserver", incl => "/etc/default/puppetserver" and lens => "Shellvars.lns"
Failure/Error:
should contain_augeas('puppet::server::puppetserver::jruby_jar')
.with_changes(['rm JRUBY_JAR'])
.with_context('/files/etc/default/puppetserver')
.with_incl('/etc/default/puppetserver')
.with_lens('Shellvars.lns')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on almalinux-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on centos-7-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on centos-8-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on centos-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on debian-11-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on debian-12-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on fedora-36-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on freebsd-11-amd64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on freebsd-12-amd64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/puppet_server_spec.rb#L487
puppet on oraclelinux-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on scientific-7-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on centos-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on ubuntu-20.04-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on freebsd-11-amd64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on debian-12-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on redhat-8-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on debian-11-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on rocky-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on centos-7-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/puppet_server_spec.rb#L487
puppet on freebsd-12-amd64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1116-638.iopidld3wkhelkdxw22dv3nexc.bx.internal.cloudapp.net
|