OracleLinux fixes #550
ci.yml
on: pull_request
Puppet
/
Static validations
33s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
20 errors
Puppet / 7 (Ruby 2.7):
spec/classes/database_postgresql_spec.rb#L66
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is server and version is 4.0 is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f #{sql_server} && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
|
Puppet / 7 (Ruby 2.7):
spec/classes/database_postgresql_spec.rb#L87
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is server and version is 4.0 and no port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f #{sql_server} && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
|
Puppet / 7 (Ruby 2.7):
spec/classes/database_postgresql_spec.rb#L109
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is server and version is 4.0 and custom port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f #{sql_server} && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
|
Puppet / 7 (Ruby 2.7):
spec/classes/database_postgresql_spec.rb#L133
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is proxy and version is 4.0 is expected to contain Exec[zabbix_proxy_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql').with_command("cd #{path} && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_proxy_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
|
Puppet / 7 (Ruby 2.7):
spec/classes/database_postgresql_spec.rb#L156
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is proxy and version is 4.0 and no port is defined is expected to contain Exec[zabbix_proxy_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql').with_command("cd #{path} && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_proxy_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
|
Puppet / 7 (Ruby 2.7):
spec/classes/database_postgresql_spec.rb#L66
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is server and version is 5.0 is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f #{sql_server} && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
|
Puppet / 7 (Ruby 2.7):
spec/classes/database_postgresql_spec.rb#L87
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is server and version is 5.0 and no port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f #{sql_server} && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
|
Puppet / 7 (Ruby 2.7):
spec/classes/database_postgresql_spec.rb#L109
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is server and version is 5.0 and custom port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f #{sql_server} && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
|
Puppet / 7 (Ruby 2.7):
spec/classes/database_postgresql_spec.rb#L133
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is proxy and version is 5.0 is expected to contain Exec[zabbix_proxy_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql').with_command("cd #{path} && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_proxy_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
|
Puppet / 7 (Ruby 2.7):
spec/classes/database_postgresql_spec.rb#L156
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is proxy and version is 5.0 and no port is defined is expected to contain Exec[zabbix_proxy_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql').with_command("cd #{path} && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_proxy_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/zabbix_application_spec.rb#L54
zabbix_application type create zabbix_application resources with zabbix version 4.0 works with no error on the first apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071456377.pp.nnzCor
Last 10 lines of output were:
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: Class[Zabbix::Web]: Unscheduling all events on Class[Zabbix::Web]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 66.96 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/zabbix_application_spec.rb#L61
zabbix_application type create zabbix_application resources with zabbix version 4.0 works with no error on the second apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071608117.pp.y3MXCd
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 2.67 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/zabbix_application_spec.rb#L66
zabbix_application type create zabbix_application resources with zabbix version 4.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071615373.pp.HYlEHr
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1696403777'
Error: /Stage[main]/Main/Zabbix_application[TestApplication1]: Could not evaluate: Failed to open TCP connection to localhost:80 (Cannot assign requested address - connect(2) for "localhost" port 80)
�[mNotice: Applied catalog in 0.05 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/zabbix_application_spec.rb#L70
zabbix_application type create zabbix_application resources with zabbix version 4.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071618117.pp.uZoMIM
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1696403780'
Error: /Stage[main]/Main/Zabbix_application[TestApplication1]: Could not evaluate: Failed to open TCP connection to localhost:80 (Cannot assign requested address - connect(2) for "localhost" port 80)
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/zabbix_application_spec.rb#L82
zabbix_application type TestApplication1 is attached to Template OS Linux
Failure/Error: JSON.parse(result.stdout.chomp)
JSON::ParserError:
809: unexpected token at ''
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/zabbix_application_spec.rb#L54
zabbix_application type create zabbix_application resources with zabbix version 5.0 works with no error on the first apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071644485.pp.qSGYrH
Last 10 lines of output were:
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: Class[Zabbix::Web]: Unscheduling all events on Class[Zabbix::Web]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 51.54 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/zabbix_application_spec.rb#L61
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 'oracle7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071740730.pp.cVRjVe
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 4.33 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/zabbix_application_spec.rb#L66
zabbix_application type create zabbix_application resources with zabbix version 5.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071749655.pp.YE3YxF
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1696403872'
Error: /Stage[main]/Main/Zabbix_application[TestApplication1]: Could not evaluate: Failed to open TCP connection to localhost:80 (Cannot assign requested address - connect(2) for "localhost" port 80)
�[mNotice: Applied catalog in 0.05 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/zabbix_application_spec.rb#L70
zabbix_application type create zabbix_application resources with zabbix version 5.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071752445.pp.ILcJ1k
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1696403875'
Error: /Stage[main]/Main/Zabbix_application[TestApplication1]: Could not evaluate: Failed to open TCP connection to localhost:80 (Cannot assign requested address - connect(2) for "localhost" port 80)
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/zabbix_application_spec.rb#L82
zabbix_application type TestApplication1 is attached to Template OS Linux by Zabbix agent
Failure/Error: JSON.parse(result.stdout.chomp)
JSON::ParserError:
809: unexpected token at ''
|