Skip to content

Add Puppet 8 support #78

Add Puppet 8 support

Add Puppet 8 support #78

Triggered via pull request July 3, 2023 07:24
Status Failure
Total duration 5m 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

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

Annotations

40 errors
Puppet / 8 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L38
proxysql class Upgrading to version 2.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072835125.pp.Fkj2Xp Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/mysql/manifests/params.pp, line: 42, column: 8) on node ubuntu1804-64-puppet8.example.com
Puppet / 8 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L55
proxysql class Upgrading to version 2.0 Package "proxysql" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "proxysql" to be installed
Puppet / 8 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L59
proxysql class Upgrading to version 2.0 Service "proxysql" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "proxysql" to be enabled
Puppet / 8 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L60
proxysql class Upgrading to version 2.0 Service "proxysql" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "proxysql" to be running
Puppet / 8 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L64
proxysql class Upgrading to version 2.0 Command "proxysql --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / 8 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L65
proxysql class Upgrading to version 2.0 Command "proxysql --version" stdout is expected to match /^ProxySQL version 2\.0\./ Failure/Error: its(:stdout) { is_expected.to match %r{^ProxySQL version 2\.0\.} } expected "" to match /^ProxySQL version 2\.0\./ Diff: @@ -1 +1 @@ -/^ProxySQL version 2\.0\./ +""
Puppet / 8 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L71
proxysql class extended testing works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072842681.pp.VLHzXa Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/mysql/manifests/params.pp, line: 42, column: 8) on node ubuntu1804-64-puppet8.example.com
Puppet / 8 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L224
proxysql class extended testing Package "proxysql" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "proxysql" to be installed
Puppet / 8 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L228
proxysql class extended testing Service "proxysql" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "proxysql" to be enabled
Puppet / 8 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L229
proxysql class extended testing Service "proxysql" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "proxysql" to be running
Puppet / 8 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L38
proxysql class Upgrading to version 2.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072835951.pp.eF5hpn Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/mysql/manifests/params.pp, line: 42, column: 8) on node ubuntu2004-64-puppet8.example.com
Puppet / 8 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L55
proxysql class Upgrading to version 2.0 Package "proxysql" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "proxysql" to be installed
Puppet / 8 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L59
proxysql class Upgrading to version 2.0 Service "proxysql" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "proxysql" to be enabled
Puppet / 8 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L60
proxysql class Upgrading to version 2.0 Service "proxysql" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "proxysql" to be running
Puppet / 8 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L64
proxysql class Upgrading to version 2.0 Command "proxysql --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / 8 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L65
proxysql class Upgrading to version 2.0 Command "proxysql --version" stdout is expected to match /^ProxySQL version 2\.0\./ Failure/Error: its(:stdout) { is_expected.to match %r{^ProxySQL version 2\.0\.} } expected "" to match /^ProxySQL version 2\.0\./ Diff: @@ -1 +1 @@ -/^ProxySQL version 2\.0\./ +""
Puppet / 8 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L71
proxysql class extended testing works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072845103.pp.37swPm Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/mysql/manifests/params.pp, line: 42, column: 8) on node ubuntu2004-64-puppet8.example.com
Puppet / 8 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L224
proxysql class extended testing Package "proxysql" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "proxysql" to be installed
Puppet / 8 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L228
proxysql class extended testing Service "proxysql" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "proxysql" to be enabled
Puppet / 8 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L229
proxysql class extended testing Service "proxysql" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "proxysql" to be running
Puppet / 8 - CentOS 7: spec/acceptance/class_spec.rb#L9
proxysql class version 1.4 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072840343.pp.TB9BfW Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/mysql/manifests/params.pp, line: 42, column: 8) on node centos7-64-puppet8.example.com
Puppet / 8 - CentOS 7: spec/acceptance/class_spec.rb#L22
proxysql class version 1.4 Package "proxysql" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "proxysql" to be installed
Puppet / 8 - CentOS 7: spec/acceptance/class_spec.rb#L26
proxysql class version 1.4 Service "proxysql" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "proxysql" to be enabled
Puppet / 8 - CentOS 7: spec/acceptance/class_spec.rb#L27
proxysql class version 1.4 Service "proxysql" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "proxysql" to be running
Puppet / 8 - CentOS 7: spec/acceptance/class_spec.rb#L31
proxysql class version 1.4 Command "proxysql --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / 8 - CentOS 7: spec/acceptance/class_spec.rb#L32
proxysql class version 1.4 Command "proxysql --version" stderr is expected to match /^ProxySQL version 1\.4\./ Failure/Error: its(:stderr) { is_expected.to match %r{^ProxySQL version 1\.4\.} } expected "/bin/sh: proxysql: command not found\n" to match /^ProxySQL version 1\.4\./ Diff: @@ -1 +1 @@ -/^ProxySQL version 1\.4\./ +/bin/sh: proxysql: command not found
Puppet / 8 - CentOS 7: spec/acceptance/class_spec.rb#L38
proxysql class Upgrading to version 2.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072846216.pp.pLiRob Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/mysql/manifests/params.pp, line: 42, column: 8) on node centos7-64-puppet8.example.com
Puppet / 8 - CentOS 7: spec/acceptance/class_spec.rb#L55
proxysql class Upgrading to version 2.0 Package "proxysql" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "proxysql" to be installed
Puppet / 8 - CentOS 7: spec/acceptance/class_spec.rb#L59
proxysql class Upgrading to version 2.0 Service "proxysql" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "proxysql" to be enabled
Puppet / 8 - CentOS 7: spec/acceptance/class_spec.rb#L60
proxysql class Upgrading to version 2.0 Service "proxysql" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "proxysql" to be running
Puppet / 8 - Debian 10: spec/acceptance/class_spec.rb#L38
proxysql class Upgrading to version 2.0 works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072844974.pp.9W46uj Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/mysql/manifests/params.pp, line: 42, column: 8) on node debian10-64-puppet8.example.com
Puppet / 8 - Debian 10: spec/acceptance/class_spec.rb#L55
proxysql class Upgrading to version 2.0 Package "proxysql" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "proxysql" to be installed
Puppet / 8 - Debian 10: spec/acceptance/class_spec.rb#L59
proxysql class Upgrading to version 2.0 Service "proxysql" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "proxysql" to be enabled
Puppet / 8 - Debian 10: spec/acceptance/class_spec.rb#L60
proxysql class Upgrading to version 2.0 Service "proxysql" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "proxysql" to be running
Puppet / 8 - Debian 10: spec/acceptance/class_spec.rb#L64
proxysql class Upgrading to version 2.0 Command "proxysql --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / 8 - Debian 10: spec/acceptance/class_spec.rb#L65
proxysql class Upgrading to version 2.0 Command "proxysql --version" stdout is expected to match /^ProxySQL version 2\.0\./ Failure/Error: its(:stdout) { is_expected.to match %r{^ProxySQL version 2\.0\.} } expected "" to match /^ProxySQL version 2\.0\./ Diff: @@ -1 +1 @@ -/^ProxySQL version 2\.0\./ +""
Puppet / 8 - Debian 10: spec/acceptance/class_spec.rb#L71
proxysql class extended testing works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072851757.pp.tsNgE0 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts Error: Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/mysql/manifests/params.pp, line: 42, column: 8) on node debian10-64-puppet8.example.com
Puppet / 8 - Debian 10: spec/acceptance/class_spec.rb#L224
proxysql class extended testing Package "proxysql" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "proxysql" to be installed
Puppet / 8 - Debian 10: spec/acceptance/class_spec.rb#L228
proxysql class extended testing Service "proxysql" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "proxysql" to be enabled
Puppet / 8 - Debian 10: spec/acceptance/class_spec.rb#L229
proxysql class extended testing Service "proxysql" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "proxysql" to be running