Skip to content

gh-135709: Fix two compile warnings on WASM buildbot #135712

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

Merged
merged 1 commit into from
Jun 19, 2025

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Jun 19, 2025

@sobolevn
Copy link
Member Author

!buildbot wasm

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @sobolevn for commit 5bd3fcc 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F135712%2Fmerge

The command will test the builders whose names match following regular expression: wasm

The builders matched are:

  • wasm32-wasi Non-Debug PR
  • wasm32-wasi PR
  • wasm32 WASI 8Core PR

@vstinner
Copy link
Member

buildbot/wasm32 WASI 8Core PR
buildbot/wasm32-wasi Non-Debug PR

test_capi failed on both buildbots with:

thread 'main' has overflowed its stack
fatal runtime error: stack overflow

@vstinner
Copy link
Member

fatal runtime error: stack overflow

I don't think that this error is related to this PR. I saw it on other PRs.

@vstinner
Copy link
Member

I failed to reproduce the WASI issue locally. I built Python in release mode.

@sobolevn
Copy link
Member Author

But, the warnings are gone: https://buildbot.python.org/#/builders/1373/builds/539/steps/11/logs/warnings__53_ :)

I've also seen them before. I can try fixing them here (but, I have no idea what causes it), or I can create a new issue. What would you prefer?

@sobolevn
Copy link
Member Author

Thank you! I created: #135721

@sobolevn sobolevn merged commit 9c3c020 into python:main Jun 19, 2025
44 of 46 checks passed
@sobolevn sobolevn added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Jun 19, 2025
@miss-islington-app
Copy link

Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @sobolevn, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 9c3c02019cf0bc7792bbdd3a314e45642178e3b5 3.13

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 19, 2025
@sobolevn
Copy link
Member Author

Let's see if backports are possible.

@bedevere-app
Copy link

bedevere-app bot commented Jun 19, 2025

GH-135723 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Jun 19, 2025
@sobolevn
Copy link
Member Author

Yes, 3.13 is not affected. Only 3.14.

sobolevn added a commit that referenced this pull request Jun 19, 2025
… (#135723)

gh-135709: Fix two compile warnings on WASM buildbot (GH-135712)
(cherry picked from commit 9c3c020)

Co-authored-by: sobolevn <[email protected]>
lkollar pushed a commit to lkollar/cpython that referenced this pull request Jun 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants