Use the mongosh command instead of the old mongo command #369
ci.yml
on: pull_request
Puppet
/
Static validations
18s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
100 errors
Puppet / Puppet 8 - CentOS 8:
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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114803748.pp.fUDOt0
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114803748.pp.fUDOt0, line: 2) (file: /tmp/apply_manifest_114803748.pp.fUDOt0, line: 2, column: 14) on node centos8-64-puppet8.example.com
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/database_spec.rb#L25
mongodb_database creating a database with default port creates the databases
Failure/Error: shell("mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 127 running:
mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / Puppet 8 - CentOS 8:
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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114805670.pp.vNhBgC
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114805670.pp.vNhBgC, line: 4) (file: /tmp/apply_manifest_114805670.pp.vNhBgC, line: 4, column: 14) on node centos8-64-puppet8.example.com
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/database_spec.rb#L52
mongodb_database creating a database with custom port creates the database
Failure/Error: shell("mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 127 running:
mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/mongos_spec.rb#L10
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114807602.pp.LWmmt8
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114807602.pp.LWmmt8, line: 7) (file: /tmp/apply_manifest_114807602.pp.LWmmt8, line: 7, column: 12) on node centos8-64-puppet8.example.com
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/mongos_spec.rb#L29
mongodb::mongos class installation Package "mongodb-org-server" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "mongodb-org-server" to be installed
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/mongos_spec.rb#L33
mongodb::mongos class installation File "/etc/mongos.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/mongos.conf".file?` to be truthy, got false
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/mongos_spec.rb#L37
mongodb::mongos class installation Service "mongos" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "mongos" to be enabled
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/mongos_spec.rb#L38
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 / Puppet 8 - CentOS 8:
spec/acceptance/mongos_spec.rb#L42
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 / 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114804616.pp.zQQ3Jy
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114804616.pp.zQQ3Jy, line: 2) (file: /tmp/apply_manifest_114804616.pp.zQQ3Jy, line: 2, column: 14) on node centos7-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/database_spec.rb#L25
mongodb_database creating a database with default port creates the databases
Failure/Error: shell("mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 127 running:
mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114806429.pp.QMLZY8
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114806429.pp.QMLZY8, line: 4) (file: /tmp/apply_manifest_114806429.pp.QMLZY8, line: 4, column: 14) on node centos7-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/database_spec.rb#L52
mongodb_database creating a database with custom port creates the database
Failure/Error: shell("mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 127 running:
mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/mongos_spec.rb#L10
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114808245.pp.P7nOaz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114808245.pp.P7nOaz, line: 7) (file: /tmp/apply_manifest_114808245.pp.P7nOaz, line: 7, column: 12) on node centos7-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/mongos_spec.rb#L29
mongodb::mongos class installation Package "mongodb-org-server" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "mongodb-org-server" to be installed
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/mongos_spec.rb#L33
mongodb::mongos class installation File "/etc/mongos.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/mongos.conf".file?` to be truthy, got false
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/mongos_spec.rb#L37
mongodb::mongos class installation Service "mongos" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "mongos" to be enabled
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/mongos_spec.rb#L38
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 / Puppet 7 - CentOS 7:
spec/acceptance/mongos_spec.rb#L42
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 / Puppet 8 - 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-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114804135.pp.A3ru2G
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114804135.pp.A3ru2G, line: 2) (file: /tmp/apply_manifest_114804135.pp.A3ru2G, line: 2, column: 14) on node centos7-64-puppet8.example.com
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/database_spec.rb#L25
mongodb_database creating a database with default port creates the databases
Failure/Error: shell("mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 127 running:
mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / Puppet 8 - 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-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114806207.pp.ZiQTRj
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114806207.pp.ZiQTRj, line: 4) (file: /tmp/apply_manifest_114806207.pp.ZiQTRj, line: 4, column: 14) on node centos7-64-puppet8.example.com
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/database_spec.rb#L52
mongodb_database creating a database with custom port creates the database
Failure/Error: shell("mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 127 running:
mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/mongos_spec.rb#L10
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114808320.pp.Ry9j02
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114808320.pp.Ry9j02, line: 7) (file: /tmp/apply_manifest_114808320.pp.Ry9j02, line: 7, column: 12) on node centos7-64-puppet8.example.com
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/mongos_spec.rb#L29
mongodb::mongos class installation Package "mongodb-org-server" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "mongodb-org-server" to be installed
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/mongos_spec.rb#L33
mongodb::mongos class installation File "/etc/mongos.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/mongos.conf".file?` to be truthy, got false
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/mongos_spec.rb#L37
mongodb::mongos class installation Service "mongos" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "mongos" to be enabled
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/mongos_spec.rb#L38
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 / Puppet 8 - CentOS 7:
spec/acceptance/mongos_spec.rb#L42
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 / Puppet 7 - CentOS 8:
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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114809092.pp.oP3JSe
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114809092.pp.oP3JSe, line: 2) (file: /tmp/apply_manifest_114809092.pp.oP3JSe, line: 2, column: 14) on node centos8-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/database_spec.rb#L25
mongodb_database creating a database with default port creates the databases
Failure/Error: shell("mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 127 running:
mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / Puppet 7 - CentOS 8:
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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114810831.pp.UvutyX
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114810831.pp.UvutyX, line: 4) (file: /tmp/apply_manifest_114810831.pp.UvutyX, line: 4, column: 14) on node centos8-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/database_spec.rb#L52
mongodb_database creating a database with custom port creates the database
Failure/Error: shell("mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 127 running:
mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/mongos_spec.rb#L10
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114812579.pp.eVLK7h
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114812579.pp.eVLK7h, line: 7) (file: /tmp/apply_manifest_114812579.pp.eVLK7h, line: 7, column: 12) on node centos8-64-puppet7.example.com
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/mongos_spec.rb#L29
mongodb::mongos class installation Package "mongodb-org-server" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "mongodb-org-server" to be installed
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/mongos_spec.rb#L33
mongodb::mongos class installation File "/etc/mongos.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/mongos.conf".file?` to be truthy, got false
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/mongos_spec.rb#L37
mongodb::mongos class installation Service "mongos" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "mongos" to be enabled
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/mongos_spec.rb#L38
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 / Puppet 7 - CentOS 8:
spec/acceptance/mongos_spec.rb#L42
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 / Puppet 7 - Debian 11:
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 'debian11-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114807920.pp.8HzREm
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114807920.pp.8HzREm, line: 2) (file: /tmp/apply_manifest_114807920.pp.8HzREm, line: 2, column: 14) on node debian11-64-puppet7.example.com
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/database_spec.rb#L25
mongodb_database creating a database with default port creates the databases
Failure/Error: shell("mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 127 running:
mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: line 1: mongosh: command not found
|
Puppet / Puppet 7 - Debian 11:
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 'debian11-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114810820.pp.Nk64c2
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114810820.pp.Nk64c2, line: 4) (file: /tmp/apply_manifest_114810820.pp.Nk64c2, line: 4, column: 14) on node debian11-64-puppet7.example.com
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/database_spec.rb#L52
mongodb_database creating a database with custom port creates the database
Failure/Error: shell("mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 127 running:
mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: line 1: mongosh: command not found
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/mongos_spec.rb#L10
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114813672.pp.Mf4zwE
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114813672.pp.Mf4zwE, line: 7) (file: /tmp/apply_manifest_114813672.pp.Mf4zwE, line: 7, column: 12) on node debian11-64-puppet7.example.com
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/mongos_spec.rb#L29
mongodb::mongos class installation Package "mongodb-org-server" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "mongodb-org-server" to be installed
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/mongos_spec.rb#L33
mongodb::mongos class installation File "/etc/mongos.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/mongos.conf".file?` to be truthy, got false
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/mongos_spec.rb#L37
mongodb::mongos class installation Service "mongos" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "mongos" to be enabled
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/mongos_spec.rb#L38
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 / Puppet 7 - Debian 11:
spec/acceptance/mongos_spec.rb#L42
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 / 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114809345.pp.pTen08
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114809345.pp.pTen08, line: 2) (file: /tmp/apply_manifest_114809345.pp.pTen08, line: 2, column: 14) on node debian10-64-puppet7.example.com
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/database_spec.rb#L25
mongodb_database creating a database with default port creates the databases
Failure/Error: shell("mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 127 running:
mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114812646.pp.sMFzj3
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114812646.pp.sMFzj3, line: 4) (file: /tmp/apply_manifest_114812646.pp.sMFzj3, line: 4, column: 14) on node debian10-64-puppet7.example.com
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/database_spec.rb#L52
mongodb_database creating a database with custom port creates the database
Failure/Error: shell("mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 127 running:
mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/mongos_spec.rb#L10
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114815822.pp.iaQEuK
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114815822.pp.iaQEuK, line: 7) (file: /tmp/apply_manifest_114815822.pp.iaQEuK, line: 7, column: 12) on node debian10-64-puppet7.example.com
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/mongos_spec.rb#L29
mongodb::mongos class installation Package "mongodb-org-server" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "mongodb-org-server" to be installed
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/mongos_spec.rb#L33
mongodb::mongos class installation File "/etc/mongos.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/mongos.conf".file?` to be truthy, got false
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/mongos_spec.rb#L37
mongodb::mongos class installation Service "mongos" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "mongos" to be enabled
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/mongos_spec.rb#L38
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 / Puppet 7 - Debian 10:
spec/acceptance/mongos_spec.rb#L42
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 / Puppet 8 - 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-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114809696.pp.cuJS1q
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114809696.pp.cuJS1q, line: 2) (file: /tmp/apply_manifest_114809696.pp.cuJS1q, line: 2, column: 14) on node debian10-64-puppet8.example.com
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/database_spec.rb#L25
mongodb_database creating a database with default port creates the databases
Failure/Error: shell("mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 127 running:
mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / Puppet 8 - 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-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114813396.pp.htKlnr
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114813396.pp.htKlnr, line: 4) (file: /tmp/apply_manifest_114813396.pp.htKlnr, line: 4, column: 14) on node debian10-64-puppet8.example.com
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/database_spec.rb#L52
mongodb_database creating a database with custom port creates the database
Failure/Error: shell("mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 127 running:
mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/mongos_spec.rb#L10
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114816825.pp.hRbKsD
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114816825.pp.hRbKsD, line: 7) (file: /tmp/apply_manifest_114816825.pp.hRbKsD, line: 7, column: 12) on node debian10-64-puppet8.example.com
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/mongos_spec.rb#L29
mongodb::mongos class installation Package "mongodb-org-server" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "mongodb-org-server" to be installed
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/mongos_spec.rb#L33
mongodb::mongos class installation File "/etc/mongos.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/mongos.conf".file?` to be truthy, got false
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/mongos_spec.rb#L37
mongodb::mongos class installation Service "mongos" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "mongos" to be enabled
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/mongos_spec.rb#L38
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 / Puppet 8 - Debian 10:
spec/acceptance/mongos_spec.rb#L42
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 / Puppet 8 - Debian 11:
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 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114813258.pp.mccjSX
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114813258.pp.mccjSX, line: 2) (file: /tmp/apply_manifest_114813258.pp.mccjSX, line: 2, column: 14) on node debian11-64-puppet8.example.com
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/database_spec.rb#L25
mongodb_database creating a database with default port creates the databases
Failure/Error: shell("mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 127 running:
mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: line 1: mongosh: command not found
|
Puppet / Puppet 8 - Debian 11:
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 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114816650.pp.aFxBFF
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114816650.pp.aFxBFF, line: 4) (file: /tmp/apply_manifest_114816650.pp.aFxBFF, line: 4, column: 14) on node debian11-64-puppet8.example.com
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/database_spec.rb#L52
mongodb_database creating a database with custom port creates the database
Failure/Error: shell("mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 127 running:
mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: line 1: mongosh: command not found
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/mongos_spec.rb#L10
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114819862.pp.Q7PdEq
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114819862.pp.Q7PdEq, line: 7) (file: /tmp/apply_manifest_114819862.pp.Q7PdEq, line: 7, column: 12) on node debian11-64-puppet8.example.com
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/mongos_spec.rb#L29
mongodb::mongos class installation Package "mongodb-org-server" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "mongodb-org-server" to be installed
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/mongos_spec.rb#L33
mongodb::mongos class installation File "/etc/mongos.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/mongos.conf".file?` to be truthy, got false
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/mongos_spec.rb#L37
mongodb::mongos class installation Service "mongos" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "mongos" to be enabled
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/mongos_spec.rb#L38
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 / Puppet 8 - Debian 11:
spec/acceptance/mongos_spec.rb#L42
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 / 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114822824.pp.Khvl4t
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114822824.pp.Khvl4t, line: 2) (file: /tmp/apply_manifest_114822824.pp.Khvl4t, line: 2, column: 14) on node ubuntu2004-64-puppet7.example.com
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/database_spec.rb#L25
mongodb_database creating a database with default port creates the databases
Failure/Error: shell("mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 127 running:
mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114827138.pp.xuzzr8
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114827138.pp.xuzzr8, line: 4) (file: /tmp/apply_manifest_114827138.pp.xuzzr8, line: 4, column: 14) on node ubuntu2004-64-puppet7.example.com
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/database_spec.rb#L52
mongodb_database creating a database with custom port creates the database
Failure/Error: shell("mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 127 running:
mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/mongos_spec.rb#L10
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114831404.pp.5bLDpl
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114831404.pp.5bLDpl, line: 7) (file: /tmp/apply_manifest_114831404.pp.5bLDpl, line: 7, column: 12) on node ubuntu2004-64-puppet7.example.com
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/mongos_spec.rb#L29
mongodb::mongos class installation Package "mongodb-org-server" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "mongodb-org-server" to be installed
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/mongos_spec.rb#L33
mongodb::mongos class installation File "/etc/mongos.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/mongos.conf".file?` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/mongos_spec.rb#L37
mongodb::mongos class installation Service "mongos" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "mongos" to be enabled
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/mongos_spec.rb#L38
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 / Puppet 7 - Ubuntu 20.04:
spec/acceptance/mongos_spec.rb#L42
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 / Puppet 8 - 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-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114819643.pp.CHnHDi
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114819643.pp.CHnHDi, line: 2) (file: /tmp/apply_manifest_114819643.pp.CHnHDi, line: 2, column: 14) on node ubuntu2004-64-puppet8.example.com
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/database_spec.rb#L25
mongodb_database creating a database with default port creates the databases
Failure/Error: shell("mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 127 running:
mongosh testdb1 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / Puppet 8 - 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-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114824204.pp.xvMdJc
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114824204.pp.xvMdJc, line: 4) (file: /tmp/apply_manifest_114824204.pp.xvMdJc, line: 4, column: 14) on node ubuntu2004-64-puppet8.example.com
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/database_spec.rb#L52
mongodb_database creating a database with custom port creates the database
Failure/Error: shell("mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 127 running:
mongosh testdb1 --port 27018 --eval 'EJSON.stringify(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: mongosh: command not found
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/mongos_spec.rb#L10
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114828700.pp.HsBNgM
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Mongodb::Client] is already declared; cannot redeclare (file: /tmp/apply_manifest_114828700.pp.HsBNgM, line: 7) (file: /tmp/apply_manifest_114828700.pp.HsBNgM, line: 7, column: 12) on node ubuntu2004-64-puppet8.example.com
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/mongos_spec.rb#L29
mongodb::mongos class installation Package "mongodb-org-server" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "mongodb-org-server" to be installed
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/mongos_spec.rb#L33
mongodb::mongos class installation File "/etc/mongos.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/mongos.conf".file?` to be truthy, got false
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/mongos_spec.rb#L37
mongodb::mongos class installation Service "mongos" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "mongos" to be enabled
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/mongos_spec.rb#L38
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 / Puppet 8 - Ubuntu 20.04:
spec/acceptance/mongos_spec.rb#L42
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
|