Skip to content

[Daily] Unit Tests with nightly Puppet gem #23

[Daily] Unit Tests with nightly Puppet gem

[Daily] Unit Tests with nightly Puppet gem #23

Triggered via schedule February 11, 2025 05:08
Status Failure
Total duration 6m 42s
Artifacts
Matrix: daily_unit_tests_with_nightly_puppet_gem / unit_tests_with_nightly_puppet_gem
Notify workflow conclusion via Slack
3s
Notify workflow conclusion via Slack
Fit to window
Zoom out
Zoom in

Annotations

1 error and 40 warnings
Notify workflow conclusion via Slack
Process completed with exit code 2.
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on Linux: spec/unit/provider/mount/parsed_spec.rb#L23
Puppet::Type::Mount::ProviderParsed defaults to /etc/vfstab on Solaris Skipped: This test only works on Solaris
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on Linux: spec/unit/provider/mount/parsed_spec.rb#L31
Puppet::Type::Mount::ProviderParsed defaults to /etc/filesystems on AIX Failure/Error: expect(described_class.default_target).to eq('/etc/filesystems') expected: "/etc/filesystems" got: "/etc/fstab" (compared using ==)
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on Linux: spec/unit/provider/mount/parsed_spec.rb#L198
Puppet::Type::Mount::ProviderParsed supports AIX's paragraph based /etc/filesystems Failure/Error: expect(instances[0].name).to eq('/') expected: "/" got: "IBM_PROLOG_BEGIN_TAG" (compared using ==)
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on Linux: spec/unit/type/mount_spec.rb#L469
Puppet::Type::Mount when responding to refresh 2.6.x specifies slightly different behavior and the desired behavior needs to be clarified and revisited. See ticket #4904 Failure/Error: it 'remounts if it is supposed to be mounted' do resource[:ensure] = 'mounted' expect(provider).to receive(:remount) resource.refresh end `it` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). raise WrongScopeError, ^^^^^
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on Linux: spec/unit/provider/mount/parsed_spec.rb#L248
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes unmounted resources Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on Linux: spec/unit/provider/mount/parsed_spec.rb#L252
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes mounted resources Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on Linux: spec/unit/provider/mount/parsed_spec.rb#L256
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes ghost resources Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on Linux: spec/integration/provider/mount_spec.rb#L144
mount provider (integration) When the wrong device is mounted remounts the correct device Failure/Error: expect(@current_device).to eq('/dev/disk1s1') expected: "/dev/disk1s1" got: "/dev/disk2s2" (compared using ==)
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on Linux: spec/unit/provider/mount/parsed_spec.rb#L382
Puppet::Type::Mount::ProviderParsed when prefetching on solaris sets :ensure to :absent if not found in fstab and not mounted Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on Linux: spec/unit/provider/mount/parsed_spec.rb#L361
Puppet::Type::Mount::ProviderParsed when prefetching on solaris on other platforms than Solaris sets :ensure to :unmounted if found in fstab but not mounted Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on macOS: spec/unit/provider/mount/parsed_spec.rb#L23
Puppet::Type::Mount::ProviderParsed defaults to /etc/vfstab on Solaris Skipped: This test only works on Solaris
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on macOS: spec/unit/provider/mount/parsed_spec.rb#L31
Puppet::Type::Mount::ProviderParsed defaults to /etc/filesystems on AIX Failure/Error: expect(described_class.default_target).to eq('/etc/filesystems') expected: "/etc/filesystems" got: "/etc/fstab" (compared using ==)
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on macOS: spec/unit/provider/mount/parsed_spec.rb#L198
Puppet::Type::Mount::ProviderParsed supports AIX's paragraph based /etc/filesystems Failure/Error: expect(instances[0].name).to eq('/') expected: "/" got: "IBM_PROLOG_BEGIN_TAG" (compared using ==)
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on macOS: spec/unit/type/mount_spec.rb#L469
Puppet::Type::Mount when responding to refresh 2.6.x specifies slightly different behavior and the desired behavior needs to be clarified and revisited. See ticket #4904 Failure/Error: it 'remounts if it is supposed to be mounted' do resource[:ensure] = 'mounted' expect(provider).to receive(:remount) resource.refresh end `it` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). raise WrongScopeError, ^^^^^
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on macOS: spec/unit/provider/mount/parsed_spec.rb#L248
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes unmounted resources Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on macOS: spec/unit/provider/mount/parsed_spec.rb#L252
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes mounted resources Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on macOS: spec/unit/provider/mount/parsed_spec.rb#L256
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes ghost resources Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on macOS: spec/integration/provider/mount_spec.rb#L144
mount provider (integration) When the wrong device is mounted remounts the correct device Failure/Error: expect(@current_device).to eq('/dev/disk1s1') expected: "/dev/disk1s1" got: "/dev/disk2s2" (compared using ==)
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on macOS: spec/unit/provider/mount/parsed_spec.rb#L382
Puppet::Type::Mount::ProviderParsed when prefetching on solaris sets :ensure to :absent if not found in fstab and not mounted Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet8 gem on Ruby 3.1 on macOS: spec/unit/provider/mount/parsed_spec.rb#L361
Puppet::Type::Mount::ProviderParsed when prefetching on solaris on other platforms than Solaris sets :ensure to :unmounted if found in fstab but not mounted Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on Linux: spec/unit/provider/mount/parsed_spec.rb#L23
Puppet::Type::Mount::ProviderParsed defaults to /etc/vfstab on Solaris Skipped: This test only works on Solaris
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on Linux: spec/unit/provider/mount/parsed_spec.rb#L31
Puppet::Type::Mount::ProviderParsed defaults to /etc/filesystems on AIX Failure/Error: expect(described_class.default_target).to eq('/etc/filesystems') expected: "/etc/filesystems" got: "/etc/fstab" (compared using ==)
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on Linux: spec/unit/provider/mount/parsed_spec.rb#L198
Puppet::Type::Mount::ProviderParsed supports AIX's paragraph based /etc/filesystems Failure/Error: expect(instances[0].name).to eq('/') expected: "/" got: "IBM_PROLOG_BEGIN_TAG" (compared using ==)
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on Linux: spec/unit/provider/mount/parsed_spec.rb#L248
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes unmounted resources Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on Linux: spec/unit/provider/mount/parsed_spec.rb#L252
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes mounted resources Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on Linux: spec/unit/provider/mount/parsed_spec.rb#L256
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes ghost resources Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on Linux: spec/unit/provider/mount/parsed_spec.rb#L382
Puppet::Type::Mount::ProviderParsed when prefetching on solaris sets :ensure to :absent if not found in fstab and not mounted Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on Linux: spec/unit/provider/mount/parsed_spec.rb#L361
Puppet::Type::Mount::ProviderParsed when prefetching on solaris on other platforms than Solaris sets :ensure to :unmounted if found in fstab but not mounted Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on Linux: spec/unit/provider/mount/parsed_spec.rb#L366
Puppet::Type::Mount::ProviderParsed when prefetching on solaris on other platforms than Solaris sets :ensure to :ghost if not found in fstab but mounted Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on Linux: spec/unit/provider/mount/parsed_spec.rb#L371
Puppet::Type::Mount::ProviderParsed when prefetching on solaris on other platforms than Solaris sets :ensure to :mounted if found in fstab and mounted Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on macOS: spec/unit/provider/mount/parsed_spec.rb#L23
Puppet::Type::Mount::ProviderParsed defaults to /etc/vfstab on Solaris Skipped: This test only works on Solaris
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on macOS: spec/unit/provider/mount/parsed_spec.rb#L31
Puppet::Type::Mount::ProviderParsed defaults to /etc/filesystems on AIX Failure/Error: expect(described_class.default_target).to eq('/etc/filesystems') expected: "/etc/filesystems" got: "/etc/fstab" (compared using ==)
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on macOS: spec/unit/provider/mount/parsed_spec.rb#L198
Puppet::Type::Mount::ProviderParsed supports AIX's paragraph based /etc/filesystems Failure/Error: expect(instances[0].name).to eq('/') expected: "/" got: "IBM_PROLOG_BEGIN_TAG" (compared using ==)
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on macOS: spec/unit/type/mount_spec.rb#L469
Puppet::Type::Mount when responding to refresh 2.6.x specifies slightly different behavior and the desired behavior needs to be clarified and revisited. See ticket #4904 Failure/Error: it 'remounts if it is supposed to be mounted' do resource[:ensure] = 'mounted' expect(provider).to receive(:remount) resource.refresh end `it` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block).
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on macOS: spec/unit/provider/mount/parsed_spec.rb#L248
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes unmounted resources Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on macOS: spec/unit/provider/mount/parsed_spec.rb#L252
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes mounted resources Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on macOS: spec/unit/provider/mount/parsed_spec.rb#L256
Puppet::Type::Mount::ProviderParsed when calling instances on solaris on other platforms than Solaris includes ghost resources Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on macOS: spec/integration/provider/mount_spec.rb#L144
mount provider (integration) When the wrong device is mounted remounts the correct device Failure/Error: expect(@current_device).to eq('/dev/disk1s1') expected: "/dev/disk1s1" got: "/dev/disk2s2" (compared using ==)
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on macOS: spec/unit/provider/mount/parsed_spec.rb#L382
Puppet::Type::Mount::ProviderParsed when prefetching on solaris sets :ensure to :absent if not found in fstab and not mounted Skipped: We need to double the operatingsystem fact at load time, but can't
daily_unit_tests_with_nightly_puppet_gem / Puppet7 gem on Ruby 2.7 on macOS: spec/unit/provider/mount/parsed_spec.rb#L361
Puppet::Type::Mount::ProviderParsed when prefetching on solaris on other platforms than Solaris sets :ensure to :unmounted if found in fstab but not mounted Skipped: We need to double the operatingsystem fact at load time, but can't