-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Java][Integration][Release] verify-rc-source-integration-linux-conda-latest-amd64 fails with MemoryError #44389
Comments
This may also be a Python 3.13-related issue. jpype-project/jpype#1204 |
While that issue is closed, I don't see a corresponding commit. It's possible this will be tied to Python <= 3.12 for the foreseeable future. Unfortunately I'm also not sure if we can feasibly use something other than jpype here... |
For now, JPype can't work on 3.13. There is a lengthy (and sometimes difficult to follow) explanation here: https://discuss.python.org/t/api-for-python-3-13-prevents-use-of-3rd-party-gc-allocators/62709/5 So, yes, we should pin Python to 3.12 in the integration builds. |
…fication when using Conda (#44388) ### Rationale for this change Conda Python 3.13 fails when running verification tasks for Java. It's related to JPype. See also: * GH-44389 * https://discuss.python.org/t/api-for-python-3-13-prevents-use-of-3rd-party-gc-allocators/62709/5 ### What changes are included in this PR? Pin Python 3.12 on Conda integration jobs because JPype doesn't work with Python 3.13. We can use Python 3.13 again once JPype supports Python 3.13. ### Are these changes tested? Yes via CI ### Are there any user-facing changes? No * GitHub Issue: #44386 Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Should we keep this open for JPype update? |
…fication when using Conda (#44388) ### Rationale for this change Conda Python 3.13 fails when running verification tasks for Java. It's related to JPype. See also: * GH-44389 * https://discuss.python.org/t/api-for-python-3-13-prevents-use-of-3rd-party-gc-allocators/62709/5 ### What changes are included in this PR? Pin Python 3.12 on Conda integration jobs because JPype doesn't work with Python 3.13. We can use Python 3.13 again once JPype supports Python 3.13. ### Are these changes tested? Yes via CI ### Are there any user-facing changes? No * GitHub Issue: #44386 Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Ooops, this wasn't solved by the other PR because this is on Linux not on macOS where the fix was done. |
…fy-rc-source-integration-linux-conda-latest-amd64 Because JPype doesn't support Python 3.13 yet. See also: * apacheGH-44389 * https://discuss.python.org/t/api-for-python-3-13-prevents-use-of-3rd-party-gc-allocators/62709/5
Oh, sorry. I missed it: GH-44395 |
…source-integration-linux-conda-latest-amd64 (#44395) ### Rationale for this change Because JPype doesn't support Python 3.13 yet. See also: * GH-44389 * https://discuss.python.org/t/api-for-python-3-13-prevents-use-of-3rd-party-gc-allocators/62709/5 ### What changes are included in this PR? Pin Python 3.12. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #44389 Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com> Co-authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Issue resolved by pull request 44395 |
Describe the bug, including details regarding any error messages, version, and platform.
The verify-rc-source-integration-linux-conda-latest-amd64 is failing consistently with:
This is also failing on the maintenance branch for 18.0.0
Component(s)
Integration, Java, Release
The text was updated successfully, but these errors were encountered: