-
-
Notifications
You must be signed in to change notification settings - Fork 31.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
Possible error in LOAD_FAST_LOAD_FAST opcode: test_statistics: test_kde_random
spurious failure
#130854
Comments
cc @rhettinger |
test_kde_random
spurious failure: "TypeError: 'Random' object is not subscriptable"test_kde_random
spurious failure: "TypeError: 'Random' object is not subscriptable"
That's a build on the pull request #130849 Did you see this error on a regular buildbot build? I don't see test_statistics failures on recent "AMD64 Debian root 3.x" builds. |
It seems clear to me that the failure is unrelated to the PR. I don't generally actively look at regular buildbots unless there's a specific failure, so it's easy to miss things that fail rarely, especially since we retry failures. In order of decreasing confidence I think:
|
The failure of line 352 in
Looking at the disassembly of
|
test_kde_random
spurious failure: "TypeError: 'Random' object is not subscriptable"test_kde_random
spurious failure
I think this is likely a hardware failure. There are other similar unexplainable failures on that worker recently, but not on the other buildbots, and that machine was undergoing thermal stress testing around the same time. See: |
Seen in https://buildbot.python.org/all/#/builders/310/builds/1665/steps/6/logs/stdio
cpython/Lib/test/test_statistics.py
Line 2518 in c989e74
cpython/Lib/statistics.py
Lines 1117 to 1122 in c989e74
cpython/Lib/random.py
Lines 345 to 352 in c989e74
cpython/Lib/random.py
Lines 225 to 243 in c989e74
The text was updated successfully, but these errors were encountered: