The Buildbot has detected a new failure on builder AMD64 Debian root 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/345/builds/7344
Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: angelico-debian-amd64 Build Reason: <unknown> Blamelist: Ken Jin <ken...@python.org>, Sebastian Pipping <sebast...@pipping.org> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): =================================================== == Captured traceback ================== remote: Enumerating objects: 39, done. remote: Counting objects: 2% (1/39) remote: Counting objects: 5% (2/39) remote: Counting objects: 7% (3/39) remote: Counting objects: 10% (4/39) remote: Counting objects: 12% (5/39) remote: Counting objects: 15% (6/39) remote: Counting objects: 17% (7/39) remote: Counting objects: 20% (8/39) remote: Counting objects: 23% (9/39) remote: Counting objects: 25% (10/39) remote: Counting objects: 28% (11/39) remote: Counting objects: 30% (12/39) remote: Counting objects: 33% (13/39) remote: Counting objects: 35% (14/39) remote: Counting objects: 38% (15/39) remote: Counting objects: 41% (16/39) remote: Counting objects: 43% (17/39) remote: Counting objects: 46% (18/39) remote: Counting objects: 48% (19/39) remote: Counting objects: 51% (20/39) remote: Counting objects: 53% (21/39) remote: Counting objects: 56% (22/39) remote: Counting objects: 58% (23/39) remote: Counting objects: 61% (24/39) remote: Counting objects: 64% (25/39) remote: Counting objects: 66% (26/39) remote: Counting objects: 69% (27/39) remote: Counting objects: 71% (28/39) remote: Counting objects: 74% (29/39) remote: Counting objects: 76% (30/39) remote: Counting objects: 79% (31/39) remote: Counting objects: 82% (32/39) remote: Counting objects: 84% (33/39) remote: Counting objects: 87% (34/39) remote: Counting objects: 89% (35/39) remote: Counting objects: 92% (36/39) remote: Counting objects: 94% (37/39) remote: Counting objects: 97% (38/39) remote: Counting objects: 100% (39/39) remote: Counting objects: 100% (39/39), done. remote: Compressing objects: 2% (1/35) remote: Compressing objects: 5% (2/35) remote: Compressing objects: 8% (3/35) remote: Compressing objects: 11% (4/35) remote: Compressing objects: 14% (5/35) remote: Compressing objects: 17% (6/35) remote: Compressing objects: 20% (7/35) remote: Compressing objects: 22% (8/35) remote: Compressing objects: 25% (9/35) remote: Compressing objects: 28% (10/35) remote: Compressing objects: 31% (11/35) remote: Compressing objects: 34% (12/35) remote: Compressing objects: 37% (13/35) remote: Compressing objects: 40% (14/35) remote: Compressing objects: 42% (15/35) remote: Compressing objects: 45% (16/35) remote: Compressing objects: 48% (17/35) remote: Compressing objects: 51% (18/35) remote: Compressing objects: 54% (19/35) remote: Compressing objects: 57% (20/35) remote: Compressing objects: 60% (21/35) remote: Compressing objects: 62% (22/35) remote: Compressing objects: 65% (23/35) remote: Compressing objects: 68% (24/35) remote: Compressing objects: 71% (25/35) remote: Compressing objects: 74% (26/35) remote: Compressing objects: 77% (27/35) remote: Compressing objects: 80% (28/35) remote: Compressing objects: 82% (29/35) remote: Compressing objects: 85% (30/35) remote: Compressing objects: 88% (31/35) remote: Compressing objects: 91% (32/35) remote: Compressing objects: 94% (33/35) remote: Compressing objects: 97% (34/35) remote: Compressing objects: 100% (35/35) remote: Compressing objects: 100% (35/35), done. remote: Total 39 (delta 7), reused 16 (delta 3), pack-reused 0 >From https://github.com/python/cpython * branch main -> FETCH_HEAD Note: switching to '7114cf20c015b99123b32c1ba4f5475b7a6c3a13'. 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 7114cf20c0 gh-116381: Specialize CONTAINS_OP (GH-116385) Switched to and reset branch 'main' configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly. In file included from Python/optimizer_analysis.c:380: Python/optimizer_cases.c.h: In function ‘optimize_uops’: Python/optimizer_cases.c.h:1134:29: warning: variable ‘left’ set but not used [-Wunused-but-set-variable] 1134 | _Py_UopsSymbol *left; | ^~~~ Python/optimizer_cases.c.h:1133:29: warning: variable ‘right’ set but not used [-Wunused-but-set-variable] 1133 | _Py_UopsSymbol *right; | ^~~~~ Python/optimizer_cases.c.h:1151:29: warning: variable ‘left’ set but not used [-Wunused-but-set-variable] 1151 | _Py_UopsSymbol *left; | ^~~~ Python/optimizer_cases.c.h:1150:29: warning: variable ‘right’ set but not used [-Wunused-but-set-variable] 1150 | _Py_UopsSymbol *right; | ^~~~~ Python/optimizer_cases.c.h:1163:29: warning: variable ‘left’ set but not used [-Wunused-but-set-variable] 1163 | _Py_UopsSymbol *left; | ^~~~ Python/optimizer_cases.c.h:1162:29: warning: variable ‘right’ set but not used [-Wunused-but-set-variable] 1162 | _Py_UopsSymbol *right; | ^~~~~ Python/optimizer_cases.c.h:1175:29: warning: variable ‘left’ set but not used [-Wunused-but-set-variable] 1175 | _Py_UopsSymbol *left; | ^~~~ Python/optimizer_cases.c.h:1174:29: warning: variable ‘right’ set but not used [-Wunused-but-set-variable] 1174 | _Py_UopsSymbol *right; | ^~~~~ Python/optimizer_cases.c.h:1187:29: warning: variable ‘left’ set but not used [-Wunused-but-set-variable] 1187 | _Py_UopsSymbol *left; | ^~~~ Python/optimizer_cases.c.h:1186:29: warning: variable ‘right’ set but not used [-Wunused-but-set-variable] 1186 | _Py_UopsSymbol *right; | ^~~~~ Python/optimizer_cases.c.h:1199:29: warning: variable ‘left’ set but not used [-Wunused-but-set-variable] 1199 | _Py_UopsSymbol *left; | ^~~~ Python/optimizer_cases.c.h:1198:29: warning: variable ‘right’ set but not used [-Wunused-but-set-variable] 1198 | _Py_UopsSymbol *right; | ^~~~~ make: *** [Makefile:2145: buildbottest] Error 3 Test report =========== Sincerely, -The Buildbot _______________________________________________ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com