Failures: |
|
1) mount provider (integration) When initially unmounted When there is no initial fstab entry When setting ensure => mounted When setting options => 'local' should leave the system in the mounted state, with data in /etc/fstab |
Failure/Error: err(format_exception(exception, message, trace)) |
Mocha::ExpectationError: |
unexpected invocation: #<Puppet::Type::Mount:0x7f8e2db7dd20>.err('Could not evaluate: Permission denied @ dir_s_mkdir - /Volumes/foo_disk') |
unsatisfied expectations: |
- expected never, invoked once: #<Puppet::Type::Mount:0x7f8e2db7dd20>.err(any_parameters) |
satisfied expectations: |
- allowed any number of times, not yet invoked: Signal.trap(any_parameters) |
- allowed any number of times, invoked 3 times: Puppet::Type::Mount::ProviderParsed.default_target(any_parameters) |
- allowed any number of times, not yet invoked: Facter.value(:fips_enabled) |
- allowed any number of times, invoked 3 times: Facter.value(:osfamily) |
- allowed any number of times, invoked once: Facter.value(:operatingsystem) |
- allowed any number of times, not yet invoked: Facter.value(:kernel) |
- allowed any number of times, not yet invoked: Facter.value(:domain) |
- allowed any number of times, not yet invoked: Facter.value(:hostname) |
- allowed any number of times, invoked once: #<AnyInstance:Puppet::FileBucket::Dipper>.backup(any_parameters) |
# ./lib/puppet/util/logging.rb:69:in `log_exception' |
# ./lib/puppet/resource/status.rb:135:in `failed_because' |
# ./lib/puppet/transaction/resource_harness.rb:28:in `rescue in evaluate' |
# ./lib/puppet/transaction/resource_harness.rb:31:in `evaluate' |
# ./lib/puppet/transaction.rb:257:in `apply' |
# ./lib/puppet/transaction.rb:277:in `eval_resource' |
# ./lib/puppet/transaction.rb:181:in `call' |
# ./lib/puppet/transaction.rb:181:in `block (2 levels) in evaluate' |
# ./lib/puppet/util.rb:517:in `block in thinmark' |
# ./lib/puppet/util.rb:516:in `thinmark' |
# ./lib/puppet/transaction.rb:181:in `block in evaluate' |
# ./lib/puppet/graph/relationship_graph.rb:121:in `traverse' |
# ./lib/puppet/transaction.rb:171:in `evaluate' |
# ./lib/puppet/resource/catalog.rb:238:in `block in apply' |
# ./lib/puppet/util/log.rb:160:in `with_destination' |
# ./lib/puppet/transaction/report.rb:144:in `as_logging_destination' |
# ./lib/puppet/resource/catalog.rb:237:in `apply' |
# ./spec/integration/provider/mount_spec.rb:83:in `run_in_catalog' |
# ./spec/integration/provider/mount_spec.rb:122:in `block (10 levels) in <top (required)>' |
# util/rspec_runner:44:in `run' |
# util/rspec_runner:59:in `<main>' |
# ------------------ |
# --- Caused by: --- |
# Errno::EACCES: |
# Permission denied @ dir_s_mkdir - /Volumes/foo_disk |
# ./lib/puppet/provider/mount.rb:9:in `mkdir' |
2) mount provider (integration) When initially unmounted When there is no initial fstab entry When setting ensure => mounted When setting options => 'journaled' should leave the system in the mounted state, with data in /etc/fstab |
Failure/Error: err(format_exception(exception, message, trace)) |
Mocha::ExpectationError: |
unexpected invocation: #<Puppet::Type::Mount:0x7f8e2dc0dc40>.err('Could not evaluate: Permission denied @ dir_s_mkdir - /Volumes/foo_disk') |
unsatisfied expectations: |
- expected never, invoked once: #<Puppet::Type::Mount:0x7f8e2dc0dc40>.err(any_parameters) |
satisfied expectations: |
- allowed any number of times, not yet invoked: Signal.trap(any_parameters) |
- allowed any number of times, invoked 3 times: Puppet::Type::Mount::ProviderParsed.default_target(any_parameters) |
- allowed any number of times, not yet invoked: Facter.value(:fips_enabled) |
- allowed any number of times, invoked 3 times: Facter.value(:osfamily) |
- allowed any number of times, invoked once: Facter.value(:operatingsystem) |
- allowed any number of times, not yet invoked: Facter.value(:kernel) |
- allowed any number of times, not yet invoked: Facter.value(:domain) |
- allowed any number of times, not yet invoked: Facter.value(:hostname) |
- allowed any number of times, invoked once: #<AnyInstance:Puppet::FileBucket::Dipper>.backup(any_parameters) |
# ./lib/puppet/util/logging.rb:69:in `log_exception' |
# ./lib/puppet/resource/status.rb:135:in `failed_because' |
# ./lib/puppet/transaction/resource_harness.rb:28:in `rescue in evaluate' |
# ./lib/puppet/transaction/resource_harness.rb:31:in `evaluate' |
# ./lib/puppet/transaction.rb:257:in `apply' |
# ./lib/puppet/transaction.rb:277:in `eval_resource' |
# ./lib/puppet/transaction.rb:181:in `call' |
# ./lib/puppet/transaction.rb:181:in `block (2 levels) in evaluate' |
# ./lib/puppet/util.rb:517:in `block in thinmark' |
# ./lib/puppet/util.rb:516:in `thinmark' |
# ./lib/puppet/transaction.rb:181:in `block in evaluate' |
# ./lib/puppet/graph/relationship_graph.rb:121:in `traverse' |
# ./lib/puppet/transaction.rb:171:in `evaluate' |
# ./lib/puppet/resource/catalog.rb:238:in `block in apply' |
# ./lib/puppet/util/log.rb:160:in `with_destination' |
# ./lib/puppet/transaction/report.rb:144:in `as_logging_destination' |
# ./lib/puppet/resource/catalog.rb:237:in `apply' |
# ./spec/integration/provider/mount_spec.rb:83:in `run_in_catalog' |
# ./spec/integration/provider/mount_spec.rb:122:in `block (10 levels) in <top (required)>' |
# util/rspec_runner:44:in `run' |
# util/rspec_runner:59:in `<main>' |
# ------------------ |
# --- Caused by: --- |
# Errno::EACCES: |
# Permission denied @ dir_s_mkdir - /Volumes/foo_disk |
# ./lib/puppet/provider/mount.rb:9:in `mkdir' |
3) mount provider (integration) When initially unmounted When there is no initial fstab entry When setting ensure => mounted When setting options => '' should leave the system in the mounted state, with data in /etc/fstab |
Failure/Error: err(format_exception(exception, message, trace)) |
Mocha::ExpectationError: |
unexpected invocation: #<Puppet::Type::Mount:0x7f8e2aa96568>.err('Could not evaluate: Permission denied @ dir_s_mkdir - /Volumes/foo_disk') |
unsatisfied expectations: |
- expected never, invoked once: #<Puppet::Type::Mount:0x7f8e2aa96568>.err(any_parameters) |
satisfied expectations: |
- allowed any number of times, not yet invoked: Signal.trap(any_parameters) |
- allowed any number of times, invoked 3 times: Puppet::Type::Mount::ProviderParsed.default_target(any_parameters) |
- allowed any number of times, not yet invoked: Facter.value(:fips_enabled) |
- allowed any number of times, invoked 3 times: Facter.value(:osfamily) |
- allowed any number of times, invoked once: Facter.value(:operatingsystem) |
- allowed any number of times, invoked once: Facter.value(:kernel) |
- allowed any number of times, not yet invoked: Facter.value(:domain) |
- allowed any number of times, not yet invoked: Facter.value(:hostname) |
- allowed any number of times, invoked once: #<AnyInstance:Puppet::FileBucket::Dipper>.backup(any_parameters) |
# ./lib/puppet/util/logging.rb:69:in `log_exception' |
# ./lib/puppet/resource/status.rb:135:in `failed_because' |
# ./lib/puppet/transaction/resource_harness.rb:28:in `rescue in evaluate' |
# ./lib/puppet/transaction/resource_harness.rb:31:in `evaluate' |
# ./lib/puppet/transaction.rb:257:in `apply' |
# ./lib/puppet/transaction.rb:277:in `eval_resource' |
# ./lib/puppet/transaction.rb:181:in `call' |
# ./lib/puppet/transaction.rb:181:in `block (2 levels) in evaluate' |
# ./lib/puppet/util.rb:517:in `block in thinmark' |
# ./lib/puppet/util.rb:516:in `thinmark' |
# ./lib/puppet/transaction.rb:181:in `block in evaluate' |
# ./lib/puppet/graph/relationship_graph.rb:121:in `traverse' |
# ./lib/puppet/transaction.rb:171:in `evaluate' |
# ./lib/puppet/resource/catalog.rb:238:in `block in apply' |
# ./lib/puppet/util/log.rb:160:in `with_destination' |
# ./lib/puppet/transaction/report.rb:144:in `as_logging_destination' |
# ./lib/puppet/resource/catalog.rb:237:in `apply' |
# ./spec/integration/provider/mount_spec.rb:83:in `run_in_catalog' |
# ./spec/integration/provider/mount_spec.rb:129:in `block (10 levels) in <top (required)>' |
# util/rspec_runner:44:in `run' |
# util/rspec_runner:59:in `<main>' |
# ------------------ |
# --- Caused by: --- |
# Errno::EACCES: |
# Permission denied @ dir_s_mkdir - /Volumes/foo_disk |
# ./lib/puppet/provider/mount.rb:9:in `mkdir' |
4) mount provider (integration) When initially unmounted When there is an initial fstab entry When setting ensure => mounted When setting options => 'local' should leave the system in the mounted state, with data in /etc/fstab |
Failure/Error: err(format_exception(exception, message, trace)) |
Mocha::ExpectationError: |
unexpected invocation: #<Puppet::Type::Mount:0x7f8e2c4e56a8>.err('Could not evaluate: Permission denied @ dir_s_mkdir - /Volumes/foo_disk') |
unsatisfied expectations: |
- expected never, invoked once: #<Puppet::Type::Mount:0x7f8e2c4e56a8>.err(any_parameters) |
satisfied expectations: |
- allowed any number of times, not yet invoked: Signal.trap(any_parameters) |
- allowed any number of times, invoked 3 times: Puppet::Type::Mount::ProviderParsed.default_target(any_parameters) |
- allowed any number of times, not yet invoked: Facter.value(:fips_enabled) |
- allowed any number of times, invoked 3 times: Facter.value(:osfamily) |
- allowed any number of times, invoked once: Facter.value(:operatingsystem) |
- allowed any number of times, not yet invoked: Facter.value(:kernel) |
- allowed any number of times, not yet invoked: Facter.value(:domain) |
- allowed any number of times, not yet invoked: Facter.value(:hostname) |
- allowed any number of times, not yet invoked: #<AnyInstance:Puppet::FileBucket::Dipper>.backup(any_parameters) |
# ./lib/puppet/util/logging.rb:69:in `log_exception' |
# ./lib/puppet/resource/status.rb:135:in `failed_because' |
# ./lib/puppet/transaction/resource_harness.rb:28:in `rescue in evaluate' |
# ./lib/puppet/transaction/resource_harness.rb:31:in `evaluate' |
# ./lib/puppet/transaction.rb:257:in `apply' |
# ./lib/puppet/transaction.rb:277:in `eval_resource' |
# ./lib/puppet/transaction.rb:181:in `call' |
# ./lib/puppet/transaction.rb:181:in `block (2 levels) in evaluate' |
# ./lib/puppet/util.rb:517:in `block in thinmark' |
# ./lib/puppet/util.rb:516:in `thinmark' |
# ./lib/puppet/transaction.rb:181:in `block in evaluate' |
# ./lib/puppet/graph/relationship_graph.rb:121:in `traverse' |
# ./lib/puppet/transaction.rb:171:in `evaluate' |
# ./lib/puppet/resource/catalog.rb:238:in `block in apply' |
# ./lib/puppet/util/log.rb:160:in `with_destination' |
# ./lib/puppet/transaction/report.rb:144:in `as_logging_destination' |
# ./lib/puppet/resource/catalog.rb:237:in `apply' |
# ./spec/integration/provider/mount_spec.rb:83:in `run_in_catalog' |
# ./spec/integration/provider/mount_spec.rb:122:in `block (10 levels) in <top (required)>' |
# util/rspec_runner:44:in `run' |
# util/rspec_runner:59:in `<main>' |
# ------------------ |
# --- Caused by: --- |
# Errno::EACCES: |
# Permission denied @ dir_s_mkdir - /Volumes/foo_disk |
# ./lib/puppet/provider/mount.rb:9:in `mkdir' |
5) mount provider (integration) When initially unmounted When there is an initial fstab entry When setting ensure => mounted When setting options => 'journaled' should leave the system in the mounted state, with data in /etc/fstab |
Failure/Error: err(format_exception(exception, message, trace)) |
Mocha::ExpectationError: |
unexpected invocation: #<Puppet::Type::Mount:0x7f8e2ab7e200>.err('Could not evaluate: Permission denied @ dir_s_mkdir - /Volumes/foo_disk') |
unsatisfied expectations: |
- expected never, invoked once: #<Puppet::Type::Mount:0x7f8e2ab7e200>.err(any_parameters) |
satisfied expectations: |
- allowed any number of times, not yet invoked: Signal.trap(any_parameters) |
- allowed any number of times, invoked 3 times: Puppet::Type::Mount::ProviderParsed.default_target(any_parameters) |
- allowed any number of times, not yet invoked: Facter.value(:fips_enabled) |
- allowed any number of times, invoked 3 times: Facter.value(:osfamily) |
- allowed any number of times, invoked once: Facter.value(:operatingsystem) |
- allowed any number of times, not yet invoked: Facter.value(:kernel) |
- allowed any number of times, not yet invoked: Facter.value(:domain) |
- allowed any number of times, not yet invoked: Facter.value(:hostname) |
- allowed any number of times, invoked once: #<AnyInstance:Puppet::FileBucket::Dipper>.backup(any_parameters) |
# ./lib/puppet/util/logging.rb:69:in `log_exception' |
# ./lib/puppet/resource/status.rb:135:in `failed_because' |
# ./lib/puppet/transaction/resource_harness.rb:28:in `rescue in evaluate' |
# ./lib/puppet/transaction/resource_harness.rb:31:in `evaluate' |
# ./lib/puppet/transaction.rb:257:in `apply' |
# ./lib/puppet/transaction.rb:277:in `eval_resource' |
# ./lib/puppet/transaction.rb:181:in `call' |
# ./lib/puppet/transaction.rb:181:in `block (2 levels) in evaluate' |
# ./lib/puppet/util.rb:517:in `block in thinmark' |
# ./lib/puppet/util.rb:516:in `thinmark' |
# ./lib/puppet/transaction.rb:181:in `block in evaluate' |
# ./lib/puppet/graph/relationship_graph.rb:121:in `traverse' |
# ./lib/puppet/transaction.rb:171:in `evaluate' |
# ./lib/puppet/resource/catalog.rb:238:in `block in apply' |
# ./lib/puppet/util/log.rb:160:in `with_destination' |
# ./lib/puppet/transaction/report.rb:144:in `as_logging_destination' |
# ./lib/puppet/resource/catalog.rb:237:in `apply' |
# ./spec/integration/provider/mount_spec.rb:83:in `run_in_catalog' |
# ./spec/integration/provider/mount_spec.rb:122:in `block (10 levels) in <top (required)>' |
# util/rspec_runner:44:in `run' |
# util/rspec_runner:59:in `<main>' |
# ------------------ |
# --- Caused by: --- |
# Errno::EACCES: |
# Permission denied @ dir_s_mkdir - /Volumes/foo_disk |
# ./lib/puppet/provider/mount.rb:9:in `mkdir' |
6) mount provider (integration) When initially unmounted When there is an initial fstab entry When setting ensure => mounted When setting options => '' should leave the system in the mounted state, with data in /etc/fstab |
Failure/Error: err(format_exception(exception, message, trace)) |
Mocha::ExpectationError: |
unexpected invocation: #<Puppet::Type::Mount:0x7f8e29cbe148>.err('Could not evaluate: Permission denied @ dir_s_mkdir - /Volumes/foo_disk') |
unsatisfied expectations: |
- expected never, invoked once: #<Puppet::Type::Mount:0x7f8e29cbe148>.err(any_parameters) |
satisfied expectations: |
- allowed any number of times, not yet invoked: Signal.trap(any_parameters) |
- allowed any number of times, invoked 3 times: Puppet::Type::Mount::ProviderParsed.default_target(any_parameters) |
- allowed any number of times, not yet invoked: Facter.value(:fips_enabled) |
- allowed any number of times, invoked 3 times: Facter.value(:osfamily) |
- allowed any number of times, invoked once: Facter.value(:operatingsystem) |
- allowed any number of times, not yet invoked: Facter.value(:kernel) |
- allowed any number of times, not yet invoked: Facter.value(:domain) |
- allowed any number of times, not yet invoked: Facter.value(:hostname) |
- allowed any number of times, not yet invoked: #<AnyInstance:Puppet::FileBucket::Dipper>.backup(any_parameters) |
# ./lib/puppet/util/logging.rb:69:in `log_exception' |
# ./lib/puppet/resource/status.rb:135:in `failed_because' |
# ./lib/puppet/transaction/resource_harness.rb:28:in `rescue in evaluate' |
# ./lib/puppet/transaction/resource_harness.rb:31:in `evaluate' |
# ./lib/puppet/transaction.rb:257:in `apply' |
# ./lib/puppet/transaction.rb:277:in `eval_resource' |
# ./lib/puppet/transaction.rb:181:in `call' |
# ./lib/puppet/transaction.rb:181:in `block (2 levels) in evaluate' |
# ./lib/puppet/util.rb:517:in `block in thinmark' |
# ./lib/puppet/util.rb:516:in `thinmark' |
# ./lib/puppet/transaction.rb:181:in `block in evaluate' |
# ./lib/puppet/graph/relationship_graph.rb:121:in `traverse' |
# ./lib/puppet/transaction.rb:171:in `evaluate' |
# ./lib/puppet/resource/catalog.rb:238:in `block in apply' |
# ./lib/puppet/util/log.rb:160:in `with_destination' |
# ./lib/puppet/transaction/report.rb:144:in `as_logging_destination' |
# ./lib/puppet/resource/catalog.rb:237:in `apply' |
# ./spec/integration/provider/mount_spec.rb:83:in `run_in_catalog' |
# ./spec/integration/provider/mount_spec.rb:129:in `block (10 levels) in <top (required)>' |
# util/rspec_runner:44:in `run' |
# util/rspec_runner:59:in `<main>' |
# ------------------ |
# --- Caused by: --- |
# Errno::EACCES: |
# Permission denied @ dir_s_mkdir - /Volumes/foo_disk |
# ./lib/puppet/provider/mount.rb:9:in `mkdir' |
Finished in 36.98 seconds (files took 5.94 seconds to load) |
|
Finished in 2 minutes 46.2 seconds |
24342 examples, 6 failures, 46 pending |
|
Failed examples: |
rspec ./spec/integration/provider/mount_spec.rb[1:1:1:3:1:1] # mount provider (integration) When initially unmounted When there is no initial fstab entry When setting ensure => mounted When setting options => 'local' should leave the system in the mounted state, with data in /etc/fstab |
rspec ./spec/integration/provider/mount_spec.rb[1:1:1:3:2:1] # mount provider (integration) When initially unmounted When there is no initial fstab entry When setting ensure => mounted When setting options => 'journaled' should leave the system in the mounted state, with data in /etc/fstab |
rspec ./spec/integration/provider/mount_spec.rb[1:1:1:3:4:1] # mount provider (integration) When initially unmounted When there is no initial fstab entry When setting ensure => mounted When setting options => '' should leave the system in the mounted state, with data in /etc/fstab |
rspec ./spec/integration/provider/mount_spec.rb[1:1:2:3:1:1] # mount provider (integration) When initially unmounted When there is an initial fstab entry When setting ensure => mounted When setting options => 'local' should leave the system in the mounted state, with data in /etc/fstab |
rspec ./spec/integration/provider/mount_spec.rb[1:1:2:3:2:1] # mount provider (integration) When initially unmounted When there is an initial fstab entry When setting ensure => mounted When setting options => 'journaled' should leave the system in the mounted state, with data in /etc/fstab |
rspec ./spec/integration/provider/mount_spec.rb[1:1:2:3:4:1] # mount provider (integration) When initially unmounted When there is an initial fstab entry When setting ensure => mounted When setting options => '' should leave the system in the mounted state, with data in /etc/fstab
|