Skip to content

SIRE-9538 remove pp #13

SIRE-9538 remove pp

SIRE-9538 remove pp #13

Triggered via push June 20, 2023 09:24
Status Failure
Total duration 15m 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

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

Annotations

50 errors
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L74
mongodb::server on centos-7-x86_64 with defaults is expected to contain File[/root/.mongorc.js] with ensure => "file" and content !~ /db\.auth/ Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js').with_ensure('file').without_content(%r{db\.auth}) } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L168
mongodb::server on centos-7-x86_64 when specifying auth to true is expected to contain File[/root/.mongorc.js] Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js') } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L264
mongodb::server on centos-7-x86_64 with store_creds true is expected to contain File[/root/.mongorc.js] with ensure => "file", owner => "root", group => "root", mode => "0600" and content =~ /db\.auth\('admin', 'password'\)/ Failure/Error: is_expected.to contain_file('/root/.mongorc.js'). with_ensure('file'). with_owner('root'). with_group('root'). with_mode('0600'). with_content(%r{db\.auth\('admin', 'password'\)}) expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L281
mongodb::server on centos-7-x86_64 with store_creds false is expected to contain File[/root/.mongorc.js] with ensure => "file" and content !~ /db\.auth/ Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js').with_ensure('file').without_content(%r{db\.auth}) } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L74
mongodb::server on ubuntu-18.04-x86_64 with defaults is expected to contain File[/root/.mongorc.js] with ensure => "file" and content !~ /db\.auth/ Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js').with_ensure('file').without_content(%r{db\.auth}) } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L168
mongodb::server on ubuntu-18.04-x86_64 when specifying auth to true is expected to contain File[/root/.mongorc.js] Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js') } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L264
mongodb::server on ubuntu-18.04-x86_64 with store_creds true is expected to contain File[/root/.mongorc.js] with ensure => "file", owner => "root", group => "root", mode => "0600" and content =~ /db\.auth\('admin', 'password'\)/ Failure/Error: is_expected.to contain_file('/root/.mongorc.js'). with_ensure('file'). with_owner('root'). with_group('root'). with_mode('0600'). with_content(%r{db\.auth\('admin', 'password'\)}) expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L281
mongodb::server on ubuntu-18.04-x86_64 with store_creds false is expected to contain File[/root/.mongorc.js] with ensure => "file" and content !~ /db\.auth/ Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js').with_ensure('file').without_content(%r{db\.auth}) } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L74
mongodb::server on ubuntu-20.04-x86_64 with defaults is expected to contain File[/root/.mongorc.js] with ensure => "file" and content !~ /db\.auth/ Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js').with_ensure('file').without_content(%r{db\.auth}) } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L168
mongodb::server on ubuntu-20.04-x86_64 when specifying auth to true is expected to contain File[/root/.mongorc.js] Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js') } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 - Ubuntu 20.04: spec/acceptance/database_spec.rb#L8
mongodb_database creating a database with default port compiles with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092649439.pp.hN05nZ Last 10 lines of output were: Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Dependency Mongodb_database[testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Dependency Mongodb_user[User testuser on db testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Dependency Mongodb_database[testdb2] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 45.62 seconds
Puppet / 7 - Ubuntu 20.04: spec/acceptance/database_spec.rb#L32
mongodb_database creating a database with custom port works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092740919.pp.cih1l1 Last 10 lines of output were: Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_database[testdb1]: Skipping because provider prefetch failed Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Dependency Mongodb_database[testdb1] has failures: true �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Dependency Mongodb_user[User testuser on db testdb1] has failures: true �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Dependency Mongodb_database[testdb2] has failures: true Info: Stage[main]: Unscheduling all events on Stage[main] Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Skipping because of failed dependencies Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Skipping because of failed dependencies �[mNotice: Applied catalog in 32.21 seconds
Puppet / 7 - Ubuntu 20.04: spec/acceptance/mongos_spec.rb#L20
mongodb::mongos class installation works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092818929.pp.dKWwvd Last 10 lines of output were: Info: Class[Mongodb::Mongos::Service]: Scheduling refresh of Service[mongos] �[mNotice: /Stage[main]/Mongodb::Mongos::Service/Service[mongos]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Mongodb::Mongos::Service/Service[mongos]: Unscheduling refresh on Service[mongos] �[mNotice: Failed to connect to mongodb within timeout window of 240 seconds; giving up. Error: Unable to connect to mongodb server! (127.0.0.1:27017) Error: /Stage[main]/Mongodb::Mongos::Service/Mongodb_conn_validator[mongos]/ensure: change from 'absent' to 'present' failed: Unable to connect to mongodb server! (127.0.0.1:27017) Info: Class[Mongodb::Mongos::Service]: Unscheduling all events on Class[Mongodb::Mongos::Service] Info: Class[Mongodb::Mongos]: Unscheduling all events on Class[Mongodb::Mongos] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 265.16 seconds
Puppet / 7 - Ubuntu 20.04: spec/acceptance/mongos_spec.rb#L52
mongodb::mongos class installation Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / 7 - Ubuntu 20.04: spec/acceptance/server_spec.rb#L98
mongodb::server class installation using authentication works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_093351183.pp.1Mqh0E Last 10 lines of output were: Info: Applying configuration version '1687253636' �[mNotice: /Stage[main]/Mongodb::Server::Config/File[/etc/mongodb.conf]/content: content changed '{sha256}0271a4c9b2902727d245e24940dfb95907bf40474611260c0c2aa58b3f55e27c' to '{sha256}dceb8fb5781a7f80849374c6697528b69da92d2bc33ddc111cf6f4027d264770' �[mNotice: /Stage[main]/Mongodb::Server::Config/File[/root/.mongoshrc.js]/content: content changed '{sha256}f7eec824ed4427fcde6092515a2ec1bc6e15dc06291cbf99ddb5a140616cb246' to '{sha256}13ae059dd72a4202a66114b8f23ff21d99ee5c5a5ac2723a9b6f7d88019a3ff8' Info: Class[Mongodb::Server::Config]: Scheduling refresh of Class[Mongodb::Server::Service] Info: Class[Mongodb::Server::Service]: Scheduling refresh of Service[mongodb] �[mNotice: /Stage[main]/Mongodb::Server::Service/Service[mongodb]: Triggered 'refresh' from 1 event Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing Warning: /Stage[main]/Main/Mongodb_user[User admin on db admin]: Skipping because provider prefetch failed Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 5.24 seconds
Puppet / 7 - Ubuntu 20.04: spec/acceptance/server_spec.rb#L147
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/root/.mongorc.js".file?` to be truthy, got false
Puppet / 7 - Ubuntu 20.04: spec/acceptance/server_spec.rb#L148
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be owned by "root" Failure/Error: it { is_expected.to be_owned_by 'root' } expected `File "/root/.mongorc.js".owned_by?("root")` to be truthy, got false
Puppet / 7 - Ubuntu 20.04: spec/acceptance/server_spec.rb#L149
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be grouped into "root" Failure/Error: it { is_expected.to be_grouped_into 'root' } expected `File "/root/.mongorc.js".grouped_into?("root")` to be truthy, got false
Puppet / 7 - Ubuntu 20.04: spec/acceptance/server_spec.rb#L150
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be mode 600 Failure/Error: it { is_expected.to be_mode 600 } expected `File "/root/.mongorc.js".mode?(600)` to be truthy, got false
Puppet / 7 - Ubuntu 20.04: spec/acceptance/server_spec.rb#L151
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to contain "db.auth('admin', 'password')" Failure/Error: it { is_expected.to contain 'db.auth(\'admin\', \'password\')' } expected File "/root/.mongorc.js" to contain "db.auth('admin', 'password')"
Puppet / 7 - Debian 10: spec/acceptance/database_spec.rb#L8
mongodb_database creating a database with default port compiles with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092701287.pp.yzUUOQ Last 10 lines of output were: Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Dependency Mongodb_database[testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Dependency Mongodb_user[User testuser on db testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Dependency Mongodb_database[testdb2] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 46.82 seconds
Puppet / 7 - Debian 10: spec/acceptance/database_spec.rb#L32
mongodb_database creating a database with custom port works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092753857.pp.g7Sw3L Last 10 lines of output were: Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_database[testdb1]: Skipping because provider prefetch failed Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Dependency Mongodb_database[testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Dependency Mongodb_user[User testuser on db testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Dependency Mongodb_database[testdb2] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 32.72 seconds
Puppet / 7 - Debian 10: spec/acceptance/mongos_spec.rb#L20
mongodb::mongos class installation works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092832881.pp.jRcSok Last 10 lines of output were: Info: Class[Mongodb::Mongos::Service]: Scheduling refresh of Service[mongos] �[mNotice: /Stage[main]/Mongodb::Mongos::Service/Service[mongos]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Mongodb::Mongos::Service/Service[mongos]: Unscheduling refresh on Service[mongos] �[mNotice: Failed to connect to mongodb within timeout window of 240 seconds; giving up. Error: Unable to connect to mongodb server! (127.0.0.1:27017) Error: /Stage[main]/Mongodb::Mongos::Service/Mongodb_conn_validator[mongos]/ensure: change from 'absent' to 'present' failed: Unable to connect to mongodb server! (127.0.0.1:27017) Info: Class[Mongodb::Mongos::Service]: Unscheduling all events on Class[Mongodb::Mongos::Service] Info: Class[Mongodb::Mongos]: Unscheduling all events on Class[Mongodb::Mongos] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 270.88 seconds
Puppet / 7 - Debian 10: spec/acceptance/mongos_spec.rb#L52
mongodb::mongos class installation Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / 7 - Debian 10: spec/acceptance/server_spec.rb#L98
mongodb::server class installation using authentication works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_093419704.pp.jkiPh6 Last 10 lines of output were: Info: Applying configuration version '1687253665' �[mNotice: /Stage[main]/Mongodb::Server::Config/File[/etc/mongod.conf]/content: content changed '{sha256}41c7561050b6d191462e7242c9bf93f98ae5ffa91e6ab8307cc9c5073ca76455' to '{sha256}cbe690d4db3e62992a7dfed4e75b1f30e0072e8a580e38932d54df81617343e8' �[mNotice: /Stage[main]/Mongodb::Server::Config/File[/root/.mongoshrc.js]/content: content changed '{sha256}f7eec824ed4427fcde6092515a2ec1bc6e15dc06291cbf99ddb5a140616cb246' to '{sha256}13ae059dd72a4202a66114b8f23ff21d99ee5c5a5ac2723a9b6f7d88019a3ff8' Info: Class[Mongodb::Server::Config]: Scheduling refresh of Class[Mongodb::Server::Service] Info: Class[Mongodb::Server::Service]: Scheduling refresh of Service[mongodb] �[mNotice: /Stage[main]/Mongodb::Server::Service/Service[mongodb]: Triggered 'refresh' from 1 event Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing Warning: /Stage[main]/Main/Mongodb_user[User admin on db admin]: Skipping because provider prefetch failed Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 5.83 seconds
Puppet / 7 - Debian 10: spec/acceptance/server_spec.rb#L147
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/root/.mongorc.js".file?` to be truthy, got false
Puppet / 7 - Debian 10: spec/acceptance/server_spec.rb#L148
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be owned by "root" Failure/Error: it { is_expected.to be_owned_by 'root' } expected `File "/root/.mongorc.js".owned_by?("root")` to be truthy, got false
Puppet / 7 - Debian 10: spec/acceptance/server_spec.rb#L149
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be grouped into "root" Failure/Error: it { is_expected.to be_grouped_into 'root' } expected `File "/root/.mongorc.js".grouped_into?("root")` to be truthy, got false
Puppet / 7 - Debian 10: spec/acceptance/server_spec.rb#L150
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be mode 600 Failure/Error: it { is_expected.to be_mode 600 } expected `File "/root/.mongorc.js".mode?(600)` to be truthy, got false
Puppet / 7 - Debian 10: spec/acceptance/server_spec.rb#L151
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to contain "db.auth('admin', 'password')" Failure/Error: it { is_expected.to contain 'db.auth(\'admin\', \'password\')' } expected File "/root/.mongorc.js" to contain "db.auth('admin', 'password')"
Puppet / 7 - Ubuntu 18.04: spec/acceptance/database_spec.rb#L8
mongodb_database creating a database with default port compiles with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092716129.pp.d6rZSq Last 10 lines of output were: Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Dependency Mongodb_database[testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Dependency Mongodb_user[User testuser on db testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Dependency Mongodb_database[testdb2] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 50.86 seconds
Puppet / 7 - Ubuntu 18.04: spec/acceptance/database_spec.rb#L32
mongodb_database creating a database with custom port works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092814442.pp.3M0s6D Last 10 lines of output were: Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_database[testdb1]: Skipping because provider prefetch failed Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Dependency Mongodb_database[testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Dependency Mongodb_user[User testuser on db testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Dependency Mongodb_database[testdb2] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 33.11 seconds
Puppet / 7 - Ubuntu 18.04: spec/acceptance/mongos_spec.rb#L20
mongodb::mongos class installation works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092855038.pp.7KOOMV Last 10 lines of output were: Info: Class[Mongodb::Mongos::Service]: Scheduling refresh of Service[mongos] �[mNotice: /Stage[main]/Mongodb::Mongos::Service/Service[mongos]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Mongodb::Mongos::Service/Service[mongos]: Unscheduling refresh on Service[mongos] �[mNotice: Failed to connect to mongodb within timeout window of 240 seconds; giving up. Error: Unable to connect to mongodb server! (127.0.0.1:27017) Error: /Stage[main]/Mongodb::Mongos::Service/Mongodb_conn_validator[mongos]/ensure: change from 'absent' to 'present' failed: Unable to connect to mongodb server! (127.0.0.1:27017) Info: Class[Mongodb::Mongos::Service]: Unscheduling all events on Class[Mongodb::Mongos::Service] Info: Class[Mongodb::Mongos]: Unscheduling all events on Class[Mongodb::Mongos] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 265.81 seconds
Puppet / 7 - Ubuntu 18.04: spec/acceptance/mongos_spec.rb#L52
mongodb::mongos class installation Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / 7 - Ubuntu 18.04: spec/acceptance/server_spec.rb#L98
mongodb::server class installation using authentication works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_093450492.pp.8o5OHV Last 10 lines of output were: Info: Applying configuration version '1687253697' �[mNotice: /Stage[main]/Mongodb::Server::Config/File[/etc/mongodb.conf]/content: content changed '{sha256}0271a4c9b2902727d245e24940dfb95907bf40474611260c0c2aa58b3f55e27c' to '{sha256}dceb8fb5781a7f80849374c6697528b69da92d2bc33ddc111cf6f4027d264770' �[mNotice: /Stage[main]/Mongodb::Server::Config/File[/root/.mongoshrc.js]/content: content changed '{sha256}f7eec824ed4427fcde6092515a2ec1bc6e15dc06291cbf99ddb5a140616cb246' to '{sha256}13ae059dd72a4202a66114b8f23ff21d99ee5c5a5ac2723a9b6f7d88019a3ff8' Info: Class[Mongodb::Server::Config]: Scheduling refresh of Class[Mongodb::Server::Service] Info: Class[Mongodb::Server::Service]: Scheduling refresh of Service[mongodb] �[mNotice: /Stage[main]/Mongodb::Server::Service/Service[mongodb]: Triggered 'refresh' from 1 event Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing Warning: /Stage[main]/Main/Mongodb_user[User admin on db admin]: Skipping because provider prefetch failed Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 6.03 seconds
Puppet / 7 - Ubuntu 18.04: spec/acceptance/server_spec.rb#L147
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/root/.mongorc.js".file?` to be truthy, got false
Puppet / 7 - Ubuntu 18.04: spec/acceptance/server_spec.rb#L148
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be owned by "root" Failure/Error: it { is_expected.to be_owned_by 'root' } expected `File "/root/.mongorc.js".owned_by?("root")` to be truthy, got false
Puppet / 7 - Ubuntu 18.04: spec/acceptance/server_spec.rb#L149
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be grouped into "root" Failure/Error: it { is_expected.to be_grouped_into 'root' } expected `File "/root/.mongorc.js".grouped_into?("root")` to be truthy, got false
Puppet / 7 - Ubuntu 18.04: spec/acceptance/server_spec.rb#L150
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be mode 600 Failure/Error: it { is_expected.to be_mode 600 } expected `File "/root/.mongorc.js".mode?(600)` to be truthy, got false
Puppet / 7 - Ubuntu 18.04: spec/acceptance/server_spec.rb#L151
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to contain "db.auth('admin', 'password')" Failure/Error: it { is_expected.to contain 'db.auth(\'admin\', \'password\')' } expected File "/root/.mongorc.js" to contain "db.auth('admin', 'password')"
Puppet / 7 - CentOS 7: spec/acceptance/database_spec.rb#L8
mongodb_database creating a database with default port compiles with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092659858.pp.ozGTY6 Last 10 lines of output were: Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Dependency Mongodb_database[testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Dependency Mongodb_user[User testuser on db testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Dependency Mongodb_database[testdb2] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 75.07 seconds
Puppet / 7 - CentOS 7: spec/acceptance/database_spec.rb#L32
mongodb_database creating a database with custom port works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092818160.pp.1mLIyB Last 10 lines of output were: Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_database[testdb1]: Skipping because provider prefetch failed Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Dependency Mongodb_database[testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Dependency Mongodb_user[User testuser on db testdb1] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Skipping because of failed dependencies �[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Dependency Mongodb_database[testdb2] has failures: true Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 28.53 seconds
Puppet / 7 - CentOS 7: spec/acceptance/mongos_spec.rb#L20
mongodb::mongos class installation works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092850027.pp.cfjP2X Last 10 lines of output were: Jun 20 09:36:01 centos7-64-puppet7.example.com systemd[1]: Unit mongos.service entered failed state. Jun 20 09:36:01 centos7-64-puppet7.example.com systemd[1]: mongos.service failed. �[mNotice: /Stage[main]/Mongodb::Mongos::Service/Service[mongos]: Triggered 'refresh' from 2 events �[mNotice: /Stage[main]/Mongodb::Mongos::Service/Mongodb_conn_validator[mongos]: Dependency Service[mongos] has failures: true Warning: /Stage[main]/Mongodb::Mongos::Service/Mongodb_conn_validator[mongos]: Skipping because of failed dependencies Info: Class[Mongodb::Mongos::Service]: Unscheduling all events on Class[Mongodb::Mongos::Service] Info: Class[Mongodb::Mongos]: Unscheduling all events on Class[Mongodb::Mongos] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 427.83 seconds
Puppet / 7 - CentOS 7: spec/acceptance/mongos_spec.rb#L48
mongodb::mongos class installation Service "mongos" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongos" to be running
Puppet / 7 - CentOS 7: spec/acceptance/mongos_spec.rb#L52
mongodb::mongos class installation Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / 7 - CentOS 7: spec/acceptance/server_spec.rb#L98
mongodb::server class installation using authentication works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_093641846.pp.PUichE Last 10 lines of output were: Info: Applying configuration version '1687253804' �[mNotice: /Stage[main]/Mongodb::Server::Config/File[/etc/mongod.conf]/content: content changed '{sha256}a598b3ee8c49312e66e2a045a5a07a2f077ab070018ccaa029eefdff8ebd52d0' to '{sha256}a12ad999b73aa27ae1bc2c8433f7ec3184a37f8a725ad672b1cabab426175185' �[mNotice: /Stage[main]/Mongodb::Server::Config/File[/root/.mongoshrc.js]/content: content changed '{sha256}f7eec824ed4427fcde6092515a2ec1bc6e15dc06291cbf99ddb5a140616cb246' to '{sha256}13ae059dd72a4202a66114b8f23ff21d99ee5c5a5ac2723a9b6f7d88019a3ff8' Info: Class[Mongodb::Server::Config]: Scheduling refresh of Class[Mongodb::Server::Service] Info: Class[Mongodb::Server::Service]: Scheduling refresh of Service[mongodb] �[mNotice: /Stage[main]/Mongodb::Server::Service/Service[mongodb]: Triggered 'refresh' from 1 event Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing Warning: /Stage[main]/Main/Mongodb_user[User admin on db admin]: Skipping because provider prefetch failed Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.36 seconds
Puppet / 7 - CentOS 7: spec/acceptance/server_spec.rb#L147
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/root/.mongorc.js".file?` to be truthy, got false
Puppet / 7 - CentOS 7: spec/acceptance/server_spec.rb#L148
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be owned by "root" Failure/Error: it { is_expected.to be_owned_by 'root' } expected `File "/root/.mongorc.js".owned_by?("root")` to be truthy, got false
Puppet / 7 - CentOS 7: spec/acceptance/server_spec.rb#L149
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be grouped into "root" Failure/Error: it { is_expected.to be_grouped_into 'root' } expected `File "/root/.mongorc.js".grouped_into?("root")` to be truthy, got false
Puppet / 7 - CentOS 7: spec/acceptance/server_spec.rb#L150
mongodb::server class installation using authentication File "/root/.mongorc.js" is expected to be mode 600 Failure/Error: it { is_expected.to be_mode 600 } expected `File "/root/.mongorc.js".mode?(600)` to be truthy, got false