Skip to content

Add Debian 12 OS support #679

Add Debian 12 OS support

Add Debian 12 OS support #679

Triggered via pull request March 4, 2024 14:59
Status Failure
Total duration 40m 57s
Artifacts

ci.yml

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

Annotations

20 errors
Puppet / Distro Puppet - 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-none.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_150148821.pp.B5BGUV 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.57 seconds
Puppet / Distro Puppet - 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 / Distro Puppet - 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 / Distro Puppet - 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 / Distro Puppet - Debian 12 - Zabbix 5.0: spec/acceptance/server_spec.rb#L51
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-none.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: bash: line 1: /opt/puppetlabs/puppet/bin/gem: No such file or directory 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 / Distro Puppet - Debian 12 - Zabbix 5.0: spec/acceptance/server_spec.rb#L78
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 / Distro Puppet - Debian 12 - Zabbix 5.0: spec/acceptance/server_spec.rb#L82
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 / Distro Puppet - Debian 12 - Zabbix 5.0: spec/acceptance/server_spec.rb#L83
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 / Distro Puppet - Debian 12 - Zabbix 5.0: spec/acceptance/zabbix_application_spec.rb#L43
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-none.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: bash: line 1: /opt/puppetlabs/puppet/bin/gem: No such file or directory 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 / Distro Puppet - Debian 12 - Zabbix 5.0: spec/acceptance/zabbix_application_spec.rb#L50
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-none.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_150219266.pp.CHfF3s Last 10 lines of output were: 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 Error: /Stage[main]/Zabbix::Zabbixapi/Package[zabbixapi]: Provider puppet_gem is not functional on this host �[mNotice: /Stage[main]/Zabbix::Resources::Web/File[/etc/zabbix/api.conf]: Dependency Package[zabbixapi] has failures: true Warning: /Stage[main]/Zabbix::Resources::Web/File[/etc/zabbix/api.conf]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.95 seconds
Puppet / Distro Puppet - 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-none.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_150250524.pp.pdhnLV 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 11.20 seconds
Puppet / Distro Puppet - 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 / Distro Puppet - 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 / Distro Puppet - 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 / Distro Puppet - Debian 12 - Zabbix 6.0: spec/acceptance/server_spec.rb#L51
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-none.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: bash: line 1: /opt/puppetlabs/puppet/bin/gem: No such file or directory 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 / Distro Puppet - Debian 12 - Zabbix 6.0: spec/acceptance/server_spec.rb#L78
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 / Distro Puppet - Debian 12 - Zabbix 6.0: spec/acceptance/server_spec.rb#L82
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 / Distro Puppet - Debian 12 - Zabbix 6.0: spec/acceptance/server_spec.rb#L83
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 / Distro Puppet - Debian 12 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L46
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-none.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: bash: line 1: /opt/puppetlabs/puppet/bin/gem: No such file or directory 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 / Distro Puppet - Debian 12 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L53
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-none.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_150318004.pp.2lq5os Last 10 lines of output were: 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 Error: /Stage[main]/Zabbix::Zabbixapi/Package[zabbixapi]: Provider puppet_gem is not functional on this host �[mNotice: /Stage[main]/Zabbix::Resources::Web/File[/etc/zabbix/api.conf]: Dependency Package[zabbixapi] has failures: true Warning: /Stage[main]/Zabbix::Resources::Web/File[/etc/zabbix/api.conf]: Skipping because of failed dependencies �[mNotice: Applied catalog in 6.84 seconds