Add Debian 12 OS support #704
ci.yml
on: pull_request
Puppet
/
Static validations
30s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
120 errors
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091925394.pp.ItGUxc
Last 10 lines of output were:
Warning: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Systemd::Journald/Service[systemd-journald]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/File[/etc/init.d/zabbix-server]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/Systemd::Unit_file[zabbix-server.service]/File[/etc/systemd/system/zabbix-server.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/Systemd::Unit_file[zabbix-server.service]/Systemd::Daemon_reload[zabbix-server.service]/Exec[systemd-zabbix-server.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 12.87 seconds
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters Package "zabbix-server-pgsql" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "zabbix-server-pgsql" to be installed
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters Service "zabbix-server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-server" to be running
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-server" to be enabled
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L53
zabbix::server class deploys a zabbix 5.0 server works idempotently with no errors
Failure/Error:
shell <<~SHELL
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
SHELL
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 2 running:
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
Last 10 lines of output were:
Gem 'zabbixapi' is not installed
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory
Is the server running locally and accepting connections on that socket?
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L80
zabbix::server class deploys a zabbix 5.0 server Package "zabbix-server-pgsql" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "zabbix-server-pgsql" to be installed
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L84
zabbix::server class deploys a zabbix 5.0 server Service "zabbix-server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-server" to be running
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L85
zabbix::server class deploys a zabbix 5.0 server Service "zabbix-server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-server" to be enabled
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L45
zabbix_application type create zabbix_application resources with zabbix version 5.0 works with no error on the first apply
Failure/Error:
shell <<~SHELL
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
SHELL
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 2 running:
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
Last 10 lines of output were:
Gem 'zabbixapi' is not installed
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory
Is the server running locally and accepting connections on that socket?
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L52
zabbix_application type create zabbix_application resources with zabbix version 5.0 works with no error on the second apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091951683.pp.lYErUF
Last 10 lines of output were:
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-directories]/Concat_fragment[localhost-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-logging]/Concat_fragment[localhost-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-serversignature]/Concat_fragment[localhost-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-access_log]/Concat_fragment[localhost-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-rewrite]/Concat_fragment[localhost-rewrite]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-custom_fragment]/Concat_fragment[localhost-custom_fragment]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-file_footer]/Concat_fragment[localhost-file_footer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.30 seconds
|
Puppet / 7 (Ruby 2.7)
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - Debian 12 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092017221.pp.kVb9XB
Last 10 lines of output were:
Warning: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Systemd::Journald/Service[systemd-journald]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/File[/etc/init.d/zabbix-server]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/Systemd::Unit_file[zabbix-server.service]/File[/etc/systemd/system/zabbix-server.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/Systemd::Unit_file[zabbix-server.service]/Systemd::Daemon_reload[zabbix-server.service]/Exec[systemd-zabbix-server.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 10.48 seconds
|
Puppet / Puppet 7 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters Package "zabbix-server-pgsql" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "zabbix-server-pgsql" to be installed
|
Puppet / Puppet 7 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters Service "zabbix-server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-server" to be running
|
Puppet / Puppet 7 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-server" to be enabled
|
Puppet / Puppet 7 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L53
zabbix::server class deploys a zabbix 6.0 server works idempotently with no errors
Failure/Error:
shell <<~SHELL
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
SHELL
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 2 running:
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
Last 10 lines of output were:
Gem 'zabbixapi' is not installed
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory
Is the server running locally and accepting connections on that socket?
|
Puppet / Puppet 7 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L80
zabbix::server class deploys a zabbix 6.0 server Package "zabbix-server-pgsql" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "zabbix-server-pgsql" to be installed
|
Puppet / Puppet 7 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L84
zabbix::server class deploys a zabbix 6.0 server Service "zabbix-server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-server" to be running
|
Puppet / Puppet 7 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L85
zabbix::server class deploys a zabbix 6.0 server Service "zabbix-server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-server" to be enabled
|
Puppet / Puppet 7 - Debian 12 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L48
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the first apply
Failure/Error:
shell <<~SHELL
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
SHELL
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 2 running:
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
Last 10 lines of output were:
Gem 'zabbixapi' is not installed
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory
Is the server running locally and accepting connections on that socket?
|
Puppet / Puppet 7 - Debian 12 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L55
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the second apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092039979.pp.Sw1clu
Last 10 lines of output were:
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-directories]/Concat_fragment[localhost-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-logging]/Concat_fragment[localhost-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-serversignature]/Concat_fragment[localhost-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-access_log]/Concat_fragment[localhost-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-rewrite]/Concat_fragment[localhost-rewrite]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-custom_fragment]/Concat_fragment[localhost-custom_fragment]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-file_footer]/Concat_fragment[localhost-file_footer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.48 seconds
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - Debian 12 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092023306.pp.Igi9zM
Last 10 lines of output were:
Warning: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Systemd::Journald/Service[systemd-journald]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/File[/etc/init.d/zabbix-server]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/Systemd::Unit_file[zabbix-server.service]/File[/etc/systemd/system/zabbix-server.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/Systemd::Unit_file[zabbix-server.service]/Systemd::Daemon_reload[zabbix-server.service]/Exec[systemd-zabbix-server.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 12.12 seconds
|
Puppet / Puppet 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters Package "zabbix-server-pgsql" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "zabbix-server-pgsql" to be installed
|
Puppet / Puppet 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters Service "zabbix-server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-server" to be running
|
Puppet / Puppet 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-server" to be enabled
|
Puppet / Puppet 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L53
zabbix::server class deploys a zabbix 6.0 server works idempotently with no errors
Failure/Error:
shell <<~SHELL
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
SHELL
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 2 running:
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
Last 10 lines of output were:
Gem 'zabbixapi' is not installed
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory
Is the server running locally and accepting connections on that socket?
|
Puppet / Puppet 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L80
zabbix::server class deploys a zabbix 6.0 server Package "zabbix-server-pgsql" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "zabbix-server-pgsql" to be installed
|
Puppet / Puppet 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L84
zabbix::server class deploys a zabbix 6.0 server Service "zabbix-server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-server" to be running
|
Puppet / Puppet 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/server_spec.rb#L85
zabbix::server class deploys a zabbix 6.0 server Service "zabbix-server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-server" to be enabled
|
Puppet / Puppet 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L48
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the first apply
Failure/Error:
shell <<~SHELL
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
SHELL
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 2 running:
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
Last 10 lines of output were:
Gem 'zabbixapi' is not installed
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory
Is the server running locally and accepting connections on that socket?
|
Puppet / Puppet 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L55
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the second apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092049811.pp.wygHZX
Last 10 lines of output were:
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-directories]/Concat_fragment[localhost-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-logging]/Concat_fragment[localhost-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-serversignature]/Concat_fragment[localhost-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-access_log]/Concat_fragment[localhost-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-rewrite]/Concat_fragment[localhost-rewrite]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-custom_fragment]/Concat_fragment[localhost-custom_fragment]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-file_footer]/Concat_fragment[localhost-file_footer]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 7.02 seconds
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091936268.pp.VtoGcP
Last 10 lines of output were:
Warning: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Systemd::Journald/Service[systemd-journald]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/File[/etc/init.d/zabbix-server]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/Systemd::Unit_file[zabbix-server.service]/File[/etc/systemd/system/zabbix-server.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/Systemd::Unit_file[zabbix-server.service]/Systemd::Daemon_reload[zabbix-server.service]/Exec[systemd-zabbix-server.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 13.33 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters Package "zabbix-server-pgsql" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "zabbix-server-pgsql" to be installed
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters Service "zabbix-server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-server" to be running
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-server" to be enabled
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L53
zabbix::server class deploys a zabbix 5.0 server works idempotently with no errors
Failure/Error:
shell <<~SHELL
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
SHELL
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 2 running:
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
Last 10 lines of output were:
Gem 'zabbixapi' is not installed
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory
Is the server running locally and accepting connections on that socket?
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L80
zabbix::server class deploys a zabbix 5.0 server Package "zabbix-server-pgsql" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "zabbix-server-pgsql" to be installed
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L84
zabbix::server class deploys a zabbix 5.0 server Service "zabbix-server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-server" to be running
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L85
zabbix::server class deploys a zabbix 5.0 server Service "zabbix-server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-server" to be enabled
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L45
zabbix_application type create zabbix_application resources with zabbix version 5.0 works with no error on the first apply
Failure/Error:
shell <<~SHELL
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
SHELL
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 2 running:
/opt/puppetlabs/puppet/bin/gem uninstall zabbixapi -a
rm -f /etc/zabbix/.*done
if id postgres > /dev/null 2>&1; then
su - postgres -c "psql -c 'drop database if exists zabbix_server;'"
fi
Last 10 lines of output were:
Gem 'zabbixapi' is not installed
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory
Is the server running locally and accepting connections on that socket?
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L52
zabbix_application type create zabbix_application resources with zabbix version 5.0 works with no error on the second apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092006310.pp.vesV3t
Last 10 lines of output were:
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-directories]/Concat_fragment[localhost-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-logging]/Concat_fragment[localhost-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-serversignature]/Concat_fragment[localhost-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-access_log]/Concat_fragment[localhost-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-rewrite]/Concat_fragment[localhost-rewrite]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-custom_fragment]/Concat_fragment[localhost-custom_fragment]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-file_footer]/Concat_fragment[localhost-file_footer]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.70 seconds
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0
The operation was canceled.
|