Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder AMD64 Arch Linux Asan 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/579/builds/293
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 25, done.
remote: Counting objects: 7% (1/13)
remote: Counting objects: 15% (2/13)
remote: Counting objects: 23% (3/13)
remote: Counting objects: 30% (4/13)
remote: Counting objects: 38% (5/13)
remote: Counting objects: 46% (6/13)
remote: Counting objects: 53% (7/13)
remote: Counting objects: 61% (8/13)
remote: Counting objects: 69% (9/13)
remote: Counting objects: 76% (10/13)
remote: Counting objects: 84% (11/13)
remote: Counting objects: 92% (12/13)
remote: Counting objects: 100% (13/13)
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
remote: Total 25 (delta 11), reused 11 (delta 11), pack-reused 12
From https://github.com/python/cpython
- branch 3.9 -> FETCH_HEAD Note: switching to '50da397be4f71e5c12759281446b06ce14b6a5c4'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 50da397be4 bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348) Switched to and reset branch '3.9'
./Modules/signalmodule.c: In function ‘signal_siginterrupt_impl’: ./Modules/signalmodule.c:663:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] 663 | if (siginterrupt(signalnum, flag)<0) { | ^~ In file included from ./Modules/signalmodule.c:28: /usr/include/signal.h:311:12: note: declared here 311 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c: In function ‘word_to_string’: /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:354:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 354 | case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */ | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:354:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 354 | case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */ | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 355 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 355 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:356:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:356:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:363:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:363:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot); | ^~~~~~~~~~~~~ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ^ /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot); | ^~~~~~~~~~~~~
test_tix skipped -- Tk unavailable due to TclError: couldn't connect to display ":99" test_msilib skipped -- No module named '_msi' test_winconsoleio skipped -- test only relevant on win32 test_startfile skipped -- object <module 'os' from '/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Lib/os.py'> has no attribute 'startfile' test_flock (__main__.FNTLEINTRTest) ... ok test_lockf (__main__.FNTLEINTRTest) ... ok test_read (__main__.OSEINTRTest) ... ok test_wait (__main__.OSEINTRTest) ... ok test_wait3 (__main__.OSEINTRTest) ... ok test_wait4 (__main__.OSEINTRTest) ... ok test_waitpid (__main__.OSEINTRTest) ... ok test_write (__main__.OSEINTRTest) ... ok test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest) ... ok test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue' test_poll (__main__.SelectEINTRTest) ... ok test_select (__main__.SelectEINTRTest) ... ok test_sigtimedwait (__main__.SignalEINTRTest) ... ok test_sigwaitinfo (__main__.SignalEINTRTest) ... ok test_accept (__main__.SocketEINTRTest) ... ok test_open (__main__.SocketEINTRTest) ... ok test_os_open (__main__.SocketEINTRTest) ... ok test_recv (__main__.SocketEINTRTest) ... ok test_recvmsg (__main__.SocketEINTRTest) ... ok test_send (__main__.SocketEINTRTest) ... ok test_sendall (__main__.SocketEINTRTest) ... ok test_sendmsg (__main__.SocketEINTRTest) ... ok test_sleep (__main__.TimeEINTRTest) ... ok
Ran 24 tests in 7.019s
OK (skipped=2) test_winsound skipped -- No module named 'winsound' test_ioctl skipped -- Unable to open /dev/tty test_devpoll skipped -- test works only on Solaris OS family test_ttk_guionly skipped -- Tk unavailable due to TclError: couldn't connect to display ":99" test_tk skipped -- Tk unavailable due to TclError: couldn't connect to display ":99" test_winreg skipped -- No module named 'winreg' test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run Kill <TestWorkerProcess #1 running test=test_multiprocessing_fork pid=1465055 time=20 min> process group test_kqueue skipped -- test works only on BSD make: *** [Makefile:1239: buildbottest] Terminated
Cannot open file '/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/test-results.xml' for upload
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org