Skip to content

Update the module using the PDK #20

Update the module using the PDK

Update the module using the PDK #20

Triggered via pull request October 9, 2023 04:37
@smortexsmortex
synchronize #344
smortex:pdk
Status Failure
Total duration 3m 29s
Artifacts

spec.yml

on: pull_request
Setup Test Matrix
35s
Setup Test Matrix
Matrix: Spec
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 12 warnings
Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/classes/database/ssl_configuration_spec.rb#L46
puppetdb::database::ssl_configuration on a supported platform is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Validation of Exec[systemd-postgresql.service-systemctl-daemon-reload] failed: 'systemctl' is not qualified and no path was specified. Please qualify the command or specify a path. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/systemd/manifests/daemon_reload.pp, line: 17)
Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/classes/master/config_spec.rb#L23
puppetdb::master::config on ubuntu-16.04-x86_64 when PuppetDB and Puppet Master are on the same server when using default values is expected to contain Puppetdb_conn_validator[puppetdb_conn] with puppetdb_server => "puppetdb.example.com", puppetdb_port => "8081" and use_ssl => "true" Failure/Error: is_expected.to contain_puppetdb_conn_validator('puppetdb_conn').with( puppetdb_server: 'puppetdb.example.com', puppetdb_port: '8081', use_ssl: 'true', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az206-956.3ku5f04kxp4ubmqdbfr0w1rgig.cx.internal.cloudapp.net
Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/classes/master/config_spec.rb#L35
puppetdb::master::config on ubuntu-16.04-x86_64 when PuppetDB and Puppet Master are on the same server when puppetdb class is declared with disable_ssl => true is expected to contain Puppetdb_conn_validator[puppetdb_conn] with puppetdb_port => "8080" and use_ssl => "false" Failure/Error: is_expected.to contain_puppetdb_conn_validator('puppetdb_conn').with( puppetdb_port: '8080', use_ssl: 'false', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az206-956.3ku5f04kxp4ubmqdbfr0w1rgig.cx.internal.cloudapp.net
Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/classes/master/config_spec.rb#L47
puppetdb::master::config on ubuntu-16.04-x86_64 when PuppetDB and Puppet Master are on the same server when puppetdb_port => 1234 is expected to contain Puppetdb_conn_validator[puppetdb_conn] with puppetdb_port => "1234" and use_ssl => "true" Failure/Error: is_expected.to contain_puppetdb_conn_validator('puppetdb_conn').with( puppetdb_port: '1234', use_ssl: 'true', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az206-956.3ku5f04kxp4ubmqdbfr0w1rgig.cx.internal.cloudapp.net
Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/classes/master/config_spec.rb#L59
puppetdb::master::config on ubuntu-16.04-x86_64 when PuppetDB and Puppet Master are on the same server when puppetdb_port => 1234 AND the puppetdb class is declared with disable_ssl => true is expected to contain Puppetdb_conn_validator[puppetdb_conn] with puppetdb_port => "1234" and use_ssl => "false" Failure/Error: is_expected.to contain_puppetdb_conn_validator('puppetdb_conn').with( puppetdb_port: '1234', use_ssl: 'false', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az206-956.3ku5f04kxp4ubmqdbfr0w1rgig.cx.internal.cloudapp.net
Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/classes/init_spec.rb#L13
puppetdb on ubuntu-16.04-x86_64 when using default values for puppetdb class is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az206-956.3ku5f04kxp4ubmqdbfr0w1rgig.cx.internal.cloudapp.net
Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/classes/init_spec.rb#L14
puppetdb on ubuntu-16.04-x86_64 when using default values for puppetdb class is expected to contain Class[puppetdb] Failure/Error: it { is_expected.to contain_class('puppetdb') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az206-956.3ku5f04kxp4ubmqdbfr0w1rgig.cx.internal.cloudapp.net
Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/classes/init_spec.rb#L15
puppetdb on ubuntu-16.04-x86_64 when using default values for puppetdb class is expected to contain Class[puppetdb::server] Failure/Error: it { is_expected.to contain_class('puppetdb::server') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az206-956.3ku5f04kxp4ubmqdbfr0w1rgig.cx.internal.cloudapp.net
Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/classes/init_spec.rb#L16
puppetdb on ubuntu-16.04-x86_64 when using default values for puppetdb class is expected to contain Class[puppetdb::database::postgresql] Failure/Error: it { is_expected.to contain_class('puppetdb::database::postgresql') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az206-956.3ku5f04kxp4ubmqdbfr0w1rgig.cx.internal.cloudapp.net
Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/classes/init_spec.rb#L17
puppetdb on ubuntu-16.04-x86_64 when using default values for puppetdb class is expected to contain Postgresql::Server::Db[puppetdb] Failure/Error: it { is_expected.to contain_postgresql__server__db('puppetdb') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az206-956.3ku5f04kxp4ubmqdbfr0w1rgig.cx.internal.cloudapp.net
Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/unit/classes/database/ssl_configuration_spec.rb#L46
puppetdb::database::ssl_configuration on a supported platform is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Validation of Exec[systemd-postgresql.service-systemctl-daemon-reload] failed: 'systemctl' is not qualified and no path was specified. Please qualify the command or specify a path. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/systemd/manifests/daemon_reload.pp, line: 17)
Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/unit/classes/master/config_spec.rb#L23
puppetdb::master::config on ubuntu-16.04-x86_64 when PuppetDB and Puppet Master are on the same server when using default values is expected to contain Puppetdb_conn_validator[puppetdb_conn] with puppetdb_server => "puppetdb.example.com", puppetdb_port => "8081" and use_ssl => "true" Failure/Error: is_expected.to contain_puppetdb_conn_validator('puppetdb_conn').with( puppetdb_server: 'puppetdb.example.com', puppetdb_port: '8081', use_ssl: 'true', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az573-160.uspngagyt4suddso0aj1djjezg.dx.internal.cloudapp.net
Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/unit/classes/master/config_spec.rb#L35
puppetdb::master::config on ubuntu-16.04-x86_64 when PuppetDB and Puppet Master are on the same server when puppetdb class is declared with disable_ssl => true is expected to contain Puppetdb_conn_validator[puppetdb_conn] with puppetdb_port => "8080" and use_ssl => "false" Failure/Error: is_expected.to contain_puppetdb_conn_validator('puppetdb_conn').with( puppetdb_port: '8080', use_ssl: 'false', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az573-160.uspngagyt4suddso0aj1djjezg.dx.internal.cloudapp.net
Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/unit/classes/master/config_spec.rb#L47
puppetdb::master::config on ubuntu-16.04-x86_64 when PuppetDB and Puppet Master are on the same server when puppetdb_port => 1234 is expected to contain Puppetdb_conn_validator[puppetdb_conn] with puppetdb_port => "1234" and use_ssl => "true" Failure/Error: is_expected.to contain_puppetdb_conn_validator('puppetdb_conn').with( puppetdb_port: '1234', use_ssl: 'true', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az573-160.uspngagyt4suddso0aj1djjezg.dx.internal.cloudapp.net
Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/unit/classes/master/config_spec.rb#L59
puppetdb::master::config on ubuntu-16.04-x86_64 when PuppetDB and Puppet Master are on the same server when puppetdb_port => 1234 AND the puppetdb class is declared with disable_ssl => true is expected to contain Puppetdb_conn_validator[puppetdb_conn] with puppetdb_port => "1234" and use_ssl => "false" Failure/Error: is_expected.to contain_puppetdb_conn_validator('puppetdb_conn').with( puppetdb_port: '1234', use_ssl: 'false', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az573-160.uspngagyt4suddso0aj1djjezg.dx.internal.cloudapp.net
Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/unit/classes/init_spec.rb#L13
puppetdb on ubuntu-16.04-x86_64 when using default values for puppetdb class is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az573-160.uspngagyt4suddso0aj1djjezg.dx.internal.cloudapp.net
Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/unit/classes/init_spec.rb#L14
puppetdb on ubuntu-16.04-x86_64 when using default values for puppetdb class is expected to contain Class[puppetdb] Failure/Error: it { is_expected.to contain_class('puppetdb') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az573-160.uspngagyt4suddso0aj1djjezg.dx.internal.cloudapp.net
Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/unit/classes/init_spec.rb#L15
puppetdb on ubuntu-16.04-x86_64 when using default values for puppetdb class is expected to contain Class[puppetdb::server] Failure/Error: it { is_expected.to contain_class('puppetdb::server') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az573-160.uspngagyt4suddso0aj1djjezg.dx.internal.cloudapp.net
Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/unit/classes/init_spec.rb#L16
puppetdb on ubuntu-16.04-x86_64 when using default values for puppetdb class is expected to contain Class[puppetdb::database::postgresql] Failure/Error: it { is_expected.to contain_class('puppetdb::database::postgresql') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az573-160.uspngagyt4suddso0aj1djjezg.dx.internal.cloudapp.net
Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/unit/classes/init_spec.rb#L17
puppetdb on ubuntu-16.04-x86_64 when using default values for puppetdb class is expected to contain Postgresql::Server::Db[puppetdb] Failure/Error: it { is_expected.to contain_postgresql__server__db('puppetdb') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /home/runner/work/puppetlabs-puppetdb/puppetlabs-puppetdb/spec/fixtures/modules/postgresql/manifests/globals.pp, line: 245, column: 5) on node fv-az573-160.uspngagyt4suddso0aj1djjezg.dx.internal.cloudapp.net
Setup Test Matrix
The following actions uses node12 which is deprecated and will be forced to run on node16: puppetlabs/kvrhdn-gha-buildevents@pdk-templates-v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Setup Test Matrix
Cannot find image for OracleLinux-8
Setup Test Matrix
Cannot find image for SLES-12 SP3
Setup Test Matrix
Cannot find image for Ubuntu-16.04
Setup Test Matrix
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Setup Test Matrix
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: puppetlabs/kvrhdn-gha-buildevents@pdk-templates-v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
The following actions uses node12 which is deprecated and will be forced to run on node16: puppetlabs/kvrhdn-gha-buildevents@pdk-templates-v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/