-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
AMD64 FreeBSD14/15 3.x multiprocessing test failures #132719
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
Comments
I would guess it's 954b2cf. "Warning" actually was a failure for the same test (test_many_threads_running_interp_in_other_interp) in one case. Perhaps, now it's flacky with a low chance to be successful on a re-run. |
I think it is 15c75d7. AMD64 FreeBSD15 3.x is failing since this commit with
In this case, 15c75d7 was the only change: https://buildbot.python.org/#/builders/1238/builds/5328. https://buildbot.python.org/#/builders/1232/builds/5365 on AMD64 FreeBSD14 3.x shows the known However, beginning with https://buildbot.python.org/#/builders/1232/builds/5366 the AMD64 FreeBSD14 3.x bot also starts failing with
and 15c75d7 is part of the three changes in there, too. |
I will send a fix today |
…processes` used an unknown `Value` (GH-132774) * Fix creation of resvariable
thanks! your fix made sense, merged. reopen if something strange happens and it doesn't. |
Skip test_lock_locked_2processes() if multiprocessing.sharedctypes is missing (need ctypes).
Tests still fail: the problem is that |
Skip test_lock_locked_2processes() if multiprocessing.sharedctypes is missing (need ctypes).
…132842) Skip test_rlock_locked_2processes() if multiprocessing.sharedctypes is missing (need ctypes).
Skip test_rlock_locked_2processes() if multiprocessing.sharedctypes is missing (need ctypes).
Skip test_rlock_locked_2processes() if multiprocessing.sharedctypes is missing (need ctypes).
I think this can be closed now. Thanks Yves and Victor for the patches! |
Bug report
Bug description:
I don't know which one is the faulty commit so I'm tagaging everyone involved in the recent failures of this build bot.
The build bot is failing since 0c356c8 (cc @skirpichev) but there were warnings since 954b2cf (cc @bswck @sobolevn) for the same tests (I doubt Sergey's commit is actually the faulty one as it shouldn't have touched the interpreter's code itself)
Before that, similar failures appeared since c66ffcf (cc @Yhg1s) and before then, it was failing for a different reason but it was fixed in 102f825.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
test_rlock_locked_2processes
used an unknownValue
#132774The text was updated successfully, but these errors were encountered: