Skip to content

CI: core_assertions LoadError in Windows cases #55

Description

@junaruga

https://github.com/ruby/drb/actions/runs/32029577375/job/95386338154?pr=54
I got the following CI failure in my fork repository.

https://github.com/junaruga/ruby-drb/actions/runs/32027865148/job/95381019434

Run bundle exec rake
D:/a/ruby-drb/ruby-drb/test/lib/helper.rb:2:in 'Kernel#require': cannot load such file -- core_assertions (LoadError)
from D:/a/ruby-drb/ruby-drb/test/lib/helper.rb:2:in '<top (required)>'
from <internal:D:/rubyinstaller-head-x64/lib/ruby/4.1.0+4/rubygems/core_ext/kernel_require.rb>:139:in 'Kernel#require'
rake aborted!
Command failed with status (1)
D:/a/ruby-drb/ruby-drb/vendor/bundle/ruby/4.1.0+4/gems/rake-13.4.2/exe/rake:27:in '<top (required)>'
D:/rubyinstaller-head-x64/bin/bundle:33:in '<main>'
Tasks: TOP => default => test
(See full trace by running task with --trace)
Error: Process completed with exit code 1.

The CI failure was reproduced in this repository too by testing PR #54.

https://github.com/ruby/drb/actions/runs/32029577375/job/95386338154?pr=54

The installed gems by bundle install are below.

  • drb (2.2.4)
  • power_assert (3.1.0)
  • rake (13.4.2)
  • test-unit (3.7.8)
  • test-unit-ruby-core (1.0.15 f992e1b)

On the previous passed case, the installed gems were below.

https://github.com/ruby/drb/actions/runs/27925208781/job/82626232042#step:3:107

  • drb (2.2.4)
  • power_assert (3.0.1)
  • rake (13.4.2)
  • test-unit (3.7.8)
  • test-unit-ruby-core (1.0.14)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions