-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI fails on Ruby HEAD #4584
Comments
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 7 days |
don't close this until releasing new version of webrick. |
Webrick v1.8.2 was released |
Seems CI has another failure...
https://github.com/fluent/fluentd/actions/runs/11024560399/job/30617932835 |
Maybe the failure is introduced by prism which is new Ruby parser... (At least I have found one problem and reported it. https://bugs.ruby-lang.org/issues/20730) |
Done? |
OK, So, we can close this issue. |
Thanks!! |
Describe the bug
Now, CI fails on Ruby HEAD.
https://github.com/fluent/fluentd/actions/runs/10277576606
I investigated this failures and found what webrick raises exception of
"uninitialized constant URI::REGEXP (NameError)"
athttps://github.com/ruby/webrick/blob/158a7ef85337e0e5cdce0c29cb5cb89c7beb9c53/lib/webrick/httprequest.rb#L507
Seems URI::REGEXP was removed at ruby/uri#107 recently.
And webrick maintainer already fixed this issue at ruby/webrick#144,
but it's not released yet.
Note
I tried to use webrick from the master branch, then, CI passes.
This issue should be solved by next release of webrick gem (v1.8.2 or above).
To Reproduce
Run tests with Ruby HEAD
Expected behavior
All tests will be passed.
Your Environment
Your Configuration
Your Error Log
Additional context
No response
The text was updated successfully, but these errors were encountered: