Buildbot failure in Python on AMD64 Debian PGO 3.x
The Buildbot has detected a failed build on builder AMD64 Debian PGO 3.x while building python/cpython. Full details are available at: http://buildbot.python.org/all/#builders/47/builds/607
Buildbot URL: http://buildbot.python.org/all/
Worker for this Build: gps-debian-profile-opt
Build Reason: <unknown> Blamelist: Yury Selivanov <yury@magic.io>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot
Strange. test_ctypes failed, but only on this build, the next one is green!?
====================================================================== FAIL: test_simple (ctypes.test.test_arrays.ArrayTestCase)
Traceback (most recent call last): File "/var/lib/buildbot/slaves/enable-optimizations-bot/3.x.gps-debian-profile-opt.nondebug/build/Lib/ctypes/test/test_arrays.py", line 28, in test_simple self.assertEqual(values, init) AssertionError: Lists differ: [nan, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0] != [15, 16, 17, 18, 19, 20, 21, 22, 23, 24] First differing element 0: nan 15
- [nan, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0]
[15, 16, 17, 18, 19, 20, 21, 22, 23, 24]
FAIL: test_longdouble (ctypes.test.test_cfuncs.CFunctions)
Traceback (most recent call last): File "/var/lib/buildbot/slaves/enable-optimizations-bot/3.x.gps-debian-profile-opt.nondebug/build/Lib/ctypes/test/test_cfuncs.py", line 166, in test_longdouble self.assertEqual(self.S(), 42) AssertionError: -9223372036854775808 != 42
2018-01-28 23:28 GMT+01:00 <buildbot@python.org>:
The Buildbot has detected a failed build on builder AMD64 Debian PGO 3.x while building python/cpython. Full details are available at: http://buildbot.python.org/all/#builders/47/builds/607
Buildbot URL: http://buildbot.python.org/all/
Worker for this Build: gps-debian-profile-opt
Build Reason: <unknown> Blamelist: Yury Selivanov <yury@magic.io>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot
Buildbot-status mailing list buildbot-status@python.org https://mail.python.org/mm3/mailman3/lists/buildbot-status.python.org/
participants (2)
-
buildbot@python.org -
Victor Stinner