Skip to content

modulesync 9.1.0

modulesync 9.1.0 #28

Triggered via pull request September 13, 2024 12:37
@bastelfreakbastelfreak
synchronize #84
modulesync
Status Failure
Total duration 2m 0s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
30s
Puppet / Static validations
Matrix: Puppet / unit
Puppet  /  Test suite
2s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

21 errors
Puppet / 8 (Ruby 3.2): spec/unit/puppetx/filemapper_spec.rb#L327
PuppetX::FileMapper on resource state change from absent to present marks the related file as dirty Failure/Error: subject.any_instance.stubs(:resource_type).returns(dummytype) The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 8 (Ruby 3.2): spec/unit/puppetx/filemapper_spec.rb#L335
PuppetX::FileMapper on resource state change from present to absent marks the related file as dirty Failure/Error: subject.any_instance.stubs(:resource_type).returns(dummytype) The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 8 (Ruby 3.2): spec/unit/puppetx/filemapper_spec.rb#L352
PuppetX::FileMapper on resource state change on a property marks the related file as dirty Failure/Error: subject.any_instance.stubs(:resource_type).returns(dummytype) The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 8 (Ruby 3.2): spec/unit/puppetx/filemapper_spec.rb#L369
PuppetX::FileMapper on resource state change on a parameter does not mark the related file as dirty Failure/Error: subject.any_instance.stubs(:resource_type).returns(dummytype) The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 8 (Ruby 3.2): spec/unit/puppetx/filemapper_spec.rb#L388
PuppetX::FileMapper when determining whether to flush refuses to flush if the provider is in a failed state Failure/Error: subject.any_instance.stubs(:resource_type).returns dummytype The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 8 (Ruby 3.2): spec/unit/puppetx/filemapper_spec.rb#L395
PuppetX::FileMapper when determining whether to flush uses the provider instance method `select_file` to locate the destination file Failure/Error: subject.any_instance.stubs(:resource_type).returns dummytype The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 8 (Ruby 3.2): spec/unit/puppetx/filemapper_spec.rb#L401
PuppetX::FileMapper when determining whether to flush triggers the class dirty_file! method Failure/Error: subject.any_instance.stubs(:resource_type).returns dummytype The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 8 (Ruby 3.2): spec/unit/puppetx/filemapper_spec.rb#L636
PuppetX::FileMapper when formatting resources for flushing collects all resources for a given file Failure/Error: provider_class.any_instance.stubs(:resource_type).returns dummytype The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 8 (Ruby 3.2): spec/unit/puppetx/filemapper_spec.rb#L646
PuppetX::FileMapper when formatting resources for flushing and selecting present resources Failure/Error: provider_class.any_instance.stubs(:resource_type).returns dummytype The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 8 (Ruby 3.2): spec/unit/puppetx/filemapper_spec.rb#L654
PuppetX::FileMapper when formatting resources for flushing and selecting absent resources Failure/Error: provider_class.any_instance.stubs(:resource_type).returns dummytype The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 7 (Ruby 2.7): spec/unit/puppetx/filemapper_spec.rb#L327
PuppetX::FileMapper on resource state change from absent to present marks the related file as dirty Failure/Error: subject.any_instance.stubs(:resource_type).returns(dummytype) The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 7 (Ruby 2.7): spec/unit/puppetx/filemapper_spec.rb#L335
PuppetX::FileMapper on resource state change from present to absent marks the related file as dirty Failure/Error: subject.any_instance.stubs(:resource_type).returns(dummytype) The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 7 (Ruby 2.7): spec/unit/puppetx/filemapper_spec.rb#L352
PuppetX::FileMapper on resource state change on a property marks the related file as dirty Failure/Error: subject.any_instance.stubs(:resource_type).returns(dummytype) The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 7 (Ruby 2.7): spec/unit/puppetx/filemapper_spec.rb#L369
PuppetX::FileMapper on resource state change on a parameter does not mark the related file as dirty Failure/Error: subject.any_instance.stubs(:resource_type).returns(dummytype) The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 7 (Ruby 2.7): spec/unit/puppetx/filemapper_spec.rb#L388
PuppetX::FileMapper when determining whether to flush refuses to flush if the provider is in a failed state Failure/Error: subject.any_instance.stubs(:resource_type).returns dummytype The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 7 (Ruby 2.7): spec/unit/puppetx/filemapper_spec.rb#L395
PuppetX::FileMapper when determining whether to flush uses the provider instance method `select_file` to locate the destination file Failure/Error: subject.any_instance.stubs(:resource_type).returns dummytype The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 7 (Ruby 2.7): spec/unit/puppetx/filemapper_spec.rb#L401
PuppetX::FileMapper when determining whether to flush triggers the class dirty_file! method Failure/Error: subject.any_instance.stubs(:resource_type).returns dummytype The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 7 (Ruby 2.7): spec/unit/puppetx/filemapper_spec.rb#L636
PuppetX::FileMapper when formatting resources for flushing collects all resources for a given file Failure/Error: provider_class.any_instance.stubs(:resource_type).returns dummytype The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 7 (Ruby 2.7): spec/unit/puppetx/filemapper_spec.rb#L646
PuppetX::FileMapper when formatting resources for flushing and selecting present resources Failure/Error: provider_class.any_instance.stubs(:resource_type).returns dummytype The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / 7 (Ruby 2.7): spec/unit/puppetx/filemapper_spec.rb#L654
PuppetX::FileMapper when formatting resources for flushing and selecting absent resources Failure/Error: provider_class.any_instance.stubs(:resource_type).returns dummytype The use of doubles or partial doubles from rspec-mocks outside of the per-test lifecycle is not supported.
Puppet / Test suite
Process completed with exit code 1.