Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-127146: Report uid in Emscripten + node as native uid#136509
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Fixes `test_netrc.NetrcTestCase.test_security`, which was getting madthat we reported the uid of a file correctly but reported the user's uidas 0.
1fc5975
tof2a7202
Compare!buildbot emscripten |
bedevere-bot commentedJul 10, 2025
🤖 New build scheduled with the buildbot fleet by@freakboy3742 for commitf2a7202 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F136509%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
freakboy3742 commentedJul 11, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The buildbotisn't happy with the new C file... |
Indeed, there is a missing |
How do the |
!buildbot emscripten |
bedevere-bot commentedJul 13, 2025
🤖 New build scheduled with the buildbot fleet by@freakboy3742 for commit789681e 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F136509%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
I'm not sure if the buildbot issue is a permissions thing, or if the buildbot directive has to be a comment on its own. I've asked on Discord for clarification; in the meantime, I've kicked off a build for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks like that has done the job!
Looks like it still isn't happy - I thought the "up-to-date" error was a configure.ac thing, but it looks like a linting check on the new C file... |
^ this, or at least the comment has to start with the buildbot command. Improvements welcome :) |
!buildbot emscripten |
bedevere-bot commentedJul 15, 2025
🤖 New build scheduled with the buildbot fleet by@hoodmane for commitb8df7ea 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F136509%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
!buildbot ios|android |
bedevere-bot commentedJul 15, 2025
🤖 New build scheduled with the buildbot fleet by@freakboy3742 for commitb8df7ea 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F136509%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
!buildbot this-doesnt-exist |
bedevere-bot commentedJul 15, 2025
The regex 'this-doesnt-exist' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
(The buildbot trigger noise was part of testingpython/devguide#1605; the iOS/Android builds aren't actually required for testing) |
With the platform specific exclusion in the c-analyzer, this is now passing the netrc test; we're down to just the pydoc test failure. |
e81c4e8
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@hoodmane for the PR, and@freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…nGH-136509)Corrects the handling of getuid on emscripten, which was consistently reporting as 0.(cherry picked from commite81c4e8)Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
GH-136699 is a backport of this pull request to the3.14 branch. |
bedevere-bot commentedJul 16, 2025
|
Uh oh!
There was an error while loading.Please reload this page.
Fixes
test_netrc.NetrcTestCase.test_security
, which was getting mad that we reported the uid of a file correctly but reported the user's uid as 0.cc@freakboy3742.