Skip to content
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

Open
Watson1978 opened this issue Aug 8, 2024 · 2 comments
Open

CI fails on Ruby HEAD #4584

Watson1978 opened this issue Aug 8, 2024 · 2 comments
Labels
bug Something isn't working Non fluentd issue

Comments

@Watson1978
Copy link
Contributor

Watson1978 commented Aug 8, 2024

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)" at
https://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

- Fluentd version:
- Package version:
- Operating system:
- Kernel version:

Your Configuration

none

Your Error Log

https://github.com/fluent/fluentd/actions/runs/10277576606

Additional context

No response

Copy link

github-actions bot commented Sep 7, 2024

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

@github-actions github-actions bot added the stale label Sep 7, 2024
@Watson1978
Copy link
Contributor Author

don't close this until releasing new version of webrick.

@Watson1978 Watson1978 removed the stale label Sep 9, 2024
@ashie ashie added the bug Something isn't working label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Non fluentd issue
Projects
None yet
Development

No branches or pull requests

2 participants