Skip to content
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

gh-126835: Move constant subscript folding to CFG #129568

Merged
merged 10 commits into from
Feb 4, 2025

Conversation

WolframAlph
Copy link
Contributor

@WolframAlph WolframAlph commented Feb 2, 2025

Lib/test/test_peepholer.py Outdated Show resolved Hide resolved
Python/flowgraph.c Outdated Show resolved Hide resolved
Lib/test/test_peepholer.py Outdated Show resolved Hide resolved
Python/ast_opt.c Outdated Show resolved Hide resolved
Copy link
Member

@Eclips4 Eclips4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to wait until #129379 gets merged.

@iritkatriel
Copy link
Member

We need to wait until #129379 gets merged.

No, we can merge this first so you can make progress with the folding business. I'm still working on that one.

Python/flowgraph.c Outdated Show resolved Hide resolved
Python/flowgraph.c Outdated Show resolved Hide resolved
Co-authored-by: Irit Katriel <[email protected]>
Copy link
Member

@Eclips4 Eclips4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I'll wait until the test case is split (#129568 (comment)) and then merge it. However, I think it's worth adding a NEWS entry as all our PRs related to moving the folding optimization from ast to CFG will require it.

@iritkatriel
Copy link
Member

LGTM. I'll wait until the test case is split (#129568 (comment)) and then merge it. However, I think it's worth adding a NEWS entry as all our PRs related to moving the folding optimization from ast to CFG will require it.

Moving folding from ast construction to codegen/flowgraph definitely needs a news entry because ast.parse() is in the stdlib. Moving a folding from codegen to flow graph is no that exposed to users, but we might as well mention it in the whatsnew in case behaviour changed in some edge case and someone will want to look up why it may be so. That said, one whatnew entry about all the folding moves will probably be enough (pointing to multiple issues if need be).

@Eclips4
Copy link
Member

Eclips4 commented Feb 3, 2025

LGTM. I'll wait until the test case is split (#129568 (comment)) and then merge it. However, I think it's worth adding a NEWS entry as all our PRs related to moving the folding optimization from ast to CFG will require it.

Moving folding from ast construction to codegen/flowgraph definitely needs a news entry because ast.parse() is in the stdlib. Moving a folding from codegen to flow graph is no that exposed to users, but we might as well mention it in the whatsnew in case behaviour changed in some edge case and someone will want to look up why it may be so. That said, one whatnew entry about all the folding moves will probably be enough (pointing to multiple issues if need be).

Agreed. So let's do it when all the folding has been moved.

@WolframAlph
Copy link
Contributor Author

WolframAlph commented Feb 3, 2025

I have split tests and added test_constant_folding_small_int which should get more tests for each folding type when migrated to CFG.

@Eclips4 Eclips4 merged commit 0664c1a into python:main Feb 4, 2025
41 checks passed
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot aarch64 RHEL8 Refleaks 3.x has failed when building commit 0664c1a.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/551/builds/696) and take a look at the build logs.
  4. Check if the failure is related to this commit (0664c1a) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/551/builds/696

Failed tests:

  • test_peepholer

Test leaking resources:

  • test_peepholer: memory blocks
  • test_peepholer: references

Summary of the results of the build (if available):

==

Click to see traceback logs
Cloning into '.'...
remote: Enumerating objects: 1082836        
remote: Enumerating objects: 1083043, done.        
remote: Counting objects:   0% (1/221)        
remote: Counting objects:   1% (3/221)        
remote: Counting objects:   2% (5/221)        
remote: Counting objects:   3% (7/221)        
remote: Counting objects:   4% (9/221)        
remote: Counting objects:   5% (12/221)        
remote: Counting objects:   6% (14/221)        
remote: Counting objects:   7% (16/221)        
remote: Counting objects:   8% (18/221)        
remote: Counting objects:   9% (20/221)        
remote: Counting objects:  10% (23/221)        
remote: Counting objects:  11% (25/221)        
remote: Counting objects:  12% (27/221)        
remote: Counting objects:  13% (29/221)        
remote: Counting objects:  14% (31/221)        
remote: Counting objects:  15% (34/221)        
remote: Counting objects:  16% (36/221)        
remote: Counting objects:  17% (38/221)        
remote: Counting objects:  18% (40/221)        
remote: Counting objects:  19% (42/221)        
remote: Counting objects:  20% (45/221)        
remote: Counting objects:  21% (47/221)        
remote: Counting objects:  22% (49/221)        
remote: Counting objects:  23% (51/221)        
remote: Counting objects:  24% (54/221)        
remote: Counting objects:  25% (56/221)        
remote: Counting objects:  26% (58/221)        
remote: Counting objects:  27% (60/221)        
remote: Counting objects:  28% (62/221)        
remote: Counting objects:  29% (65/221)        
remote: Counting objects:  30% (67/221)        
remote: Counting objects:  31% (69/221)        
remote: Counting objects:  32% (71/221)        
remote: Counting objects:  33% (73/221)        
remote: Counting objects:  34% (76/221)        
remote: Counting objects:  35% (78/221)        
remote: Counting objects:  36% (80/221)        
remote: Counting objects:  37% (82/221)        
remote: Counting objects:  38% (84/221)        
remote: Counting objects:  39% (87/221)        
remote: Counting objects:  40% (89/221)        
remote: Counting objects:  41% (91/221)        
remote: Counting objects:  42% (93/221)        
remote: Counting objects:  43% (96/221)        
remote: Counting objects:  44% (98/221)        
remote: Counting objects:  45% (100/221)        
remote: Counting objects:  46% (102/221)        
remote: Counting objects:  47% (104/221)        
remote: Counting objects:  48% (107/221)        
remote: Counting objects:  49% (109/221)        
remote: Counting objects:  50% (111/221)        
remote: Counting objects:  51% (113/221)        
remote: Counting objects:  52% (115/221)        
remote: Counting objects:  53% (118/221)        
remote: Counting objects:  54% (120/221)        
remote: Counting objects:  55% (122/221)        
remote: Counting objects:  56% (124/221)        
remote: Counting objects:  57% (126/221)        
remote: Counting objects:  58% (129/221)        
remote: Counting objects:  59% (131/221)        
remote: Counting objects:  60% (133/221)        
remote: Counting objects:  61% (135/221)        
remote: Counting objects:  62% (138/221)        
remote: Counting objects:  63% (140/221)        
remote: Counting objects:  64% (142/221)        
remote: Counting objects:  65% (144/221)        
remote: Counting objects:  66% (146/221)        
remote: Counting objects:  67% (149/221)        
remote: Counting objects:  68% (151/221)        
remote: Counting objects:  69% (153/221)        
remote: Counting objects:  70% (155/221)        
remote: Counting objects:  71% (157/221)        
remote: Counting objects:  72% (160/221)        
remote: Counting objects:  73% (162/221)        
remote: Counting objects:  74% (164/221)        
remote: Counting objects:  75% (166/221)        
remote: Counting objects:  76% (168/221)        
remote: Counting objects:  77% (171/221)        
remote: Counting objects:  78% (173/221)        
remote: Counting objects:  79% (175/221)        
remote: Counting objects:  80% (177/221)        
remote: Counting objects:  81% (180/221)        
remote: Counting objects:  82% (182/221)        
remote: Counting objects:  83% (184/221)        
remote: Counting objects:  84% (186/221)        
remote: Counting objects:  85% (188/221)        
remote: Counting objects:  86% (191/221)        
remote: Counting objects:  87% (193/221)        
remote: Counting objects:  88% (195/221)        
remote: Counting objects:  89% (197/221)        
remote: Counting objects:  90% (199/221)        
remote: Counting objects:  91% (202/221)        
remote: Counting objects:  92% (204/221)        
remote: Counting objects:  93% (206/221)        
remote: Counting objects:  94% (208/221)        
remote: Counting objects:  95% (210/221)        
remote: Counting objects:  96% (213/221)        
remote: Counting objects:  97% (215/221)        
remote: Counting objects:  98% (217/221)        
remote: Counting objects:  99% (219/221)        
remote: Counting objects: 100% (221/221)        
remote: Counting objects: 100% (221/221), done.        
remote: Compressing objects:   0% (1/155)        
remote: Compressing objects:   1% (2/155)        
remote: Compressing objects:   2% (4/155)        
remote: Compressing objects:   3% (5/155)        
remote: Compressing objects:   4% (7/155)        
remote: Compressing objects:   5% (8/155)        
remote: Compressing objects:   6% (10/155)        
remote: Compressing objects:   7% (11/155)        
remote: Compressing objects:   8% (13/155)        
remote: Compressing objects:   9% (14/155)        
remote: Compressing objects:  10% (16/155)        
remote: Compressing objects:  11% (18/155)        
remote: Compressing objects:  12% (19/155)        
remote: Compressing objects:  13% (21/155)        
remote: Compressing objects:  14% (22/155)        
remote: Compressing objects:  15% (24/155)        
remote: Compressing objects:  16% (25/155)        
remote: Compressing objects:  17% (27/155)        
remote: Compressing objects:  18% (28/155)        
remote: Compressing objects:  19% (30/155)        
remote: Compressing objects:  20% (31/155)        
remote: Compressing objects:  21% (33/155)        
remote: Compressing objects:  22% (35/155)        
remote: Compressing objects:  23% (36/155)        
remote: Compressing objects:  24% (38/155)        
remote: Compressing objects:  25% (39/155)        
remote: Compressing objects:  26% (41/155)        
remote: Compressing objects:  27% (42/155)        
remote: Compressing objects:  28% (44/155)        
remote: Compressing objects:  29% (45/155)        
remote: Compressing objects:  30% (47/155)        
remote: Compressing objects:  31% (49/155)        
remote: Compressing objects:  32% (50/155)        
remote: Compressing objects:  33% (52/155)        
remote: Compressing objects:  34% (53/155)        
remote: Compressing objects:  35% (55/155)        
remote: Compressing objects:  36% (56/155)        
remote: Compressing objects:  37% (58/155)        
remote: Compressing objects:  38% (59/155)        
remote: Compressing objects:  39% (61/155)        
remote: Compressing objects:  40% (62/155)        
remote: Compressing objects:  41% (64/155)        
remote: Compressing objects:  42% (66/155)        
remote: Compressing objects:  43% (67/155)        
remote: Compressing objects:  44% (69/155)        
remote: Compressing objects:  45% (70/155)        
remote: Compressing objects:  46% (72/155)        
remote: Compressing objects:  47% (73/155)        
remote: Compressing objects:  48% (75/155)        
remote: Compressing objects:  49% (76/155)        
remote: Compressing objects:  50% (78/155)        
remote: Compressing objects:  51% (80/155)        
remote: Compressing objects:  52% (81/155)        
remote: Compressing objects:  53% (83/155)        
remote: Compressing objects:  54% (84/155)        
remote: Compressing objects:  55% (86/155)        
remote: Compressing objects:  56% (87/155)        
remote: Compressing objects:  57% (89/155)        
remote: Compressing objects:  58% (90/155)        
remote: Compressing objects:  59% (92/155)        
remote: Compressing objects:  60% (93/155)        
remote: Compressing objects:  61% (95/155)        
remote: Compressing objects:  62% (97/155)        
remote: Compressing objects:  63% (98/155)        
remote: Compressing objects:  64% (100/155)        
remote: Compressing objects:  65% (101/155)        
remote: Compressing objects:  66% (103/155)        
remote: Compressing objects:  67% (104/155)        
remote: Compressing objects:  68% (106/155)        
remote: Compressing objects:  69% (107/155)        
remote: Compressing objects:  70% (109/155)        
remote: Compressing objects:  71% (111/155)        
remote: Compressing objects:  72% (112/155)        
remote: Compressing objects:  73% (114/155)        
remote: Compressing objects:  74% (115/155)        
remote: Compressing objects:  75% (117/155)        
remote: Compressing objects:  76% (118/155)        
remote: Compressing objects:  77% (120/155)        
remote: Compressing objects:  78% (121/155)        
remote: Compressing objects:  79% (123/155)        
remote: Compressing objects:  80% (124/155)        
remote: Compressing objects:  81% (126/155)        
remote: Compressing objects:  82% (128/155)        
remote: Compressing objects:  83% (129/155)        
remote: Compressing objects:  84% (131/155)        
remote: Compressing objects:  85% (132/155)        
remote: Compressing objects:  86% (134/155)        
remote: Compressing objects:  87% (135/155)        
remote: Compressing objects:  88% (137/155)        
remote: Compressing objects:  89% (138/155)        
remote: Compressing objects:  90% (140/155)        
remote: Compressing objects:  91% (142/155)        
remote: Compressing objects:  92% (143/155)        
remote: Compressing objects:  93% (145/155)        
remote: Compressing objects:  94% (146/155)        
remote: Compressing objects:  95% (148/155)        
remote: Compressing objects:  96% (149/155)        
remote: Compressing objects:  97% (151/155)        
remote: Compressing objects:  98% (152/155)        
remote: Compressing objects:  99% (154/155)        
remote: Compressing objects: 100% (155/155)        
remote: Compressing objects: 100% (155/155), done.        
Receiving objects:   0% (1/1083043)
Receiving objects:   1% (10831/1083043)
Receiving objects:   2% (21661/1083043), 14.64 MiB | 29.26 MiB/s
Receiving objects:   3% (32492/1083043), 14.64 MiB | 29.26 MiB/s
Receiving objects:   4% (43322/1083043), 14.64 MiB | 29.26 MiB/s
Receiving objects:   4% (53934/1083043), 14.64 MiB | 29.26 MiB/s
Receiving objects:   5% (54153/1083043), 33.09 MiB | 33.08 MiB/s
Receiving objects:   6% (64983/1083043), 33.09 MiB | 33.08 MiB/s
Receiving objects:   7% (75814/1083043), 33.09 MiB | 33.08 MiB/s
Receiving objects:   8% (86644/1083043), 33.09 MiB | 33.08 MiB/s
Receiving objects:   9% (97474/1083043), 33.09 MiB | 33.08 MiB/s
Receiving objects:  10% (108305/1083043), 46.22 MiB | 30.81 MiB/s
Receiving objects:  11% (119135/1083043), 46.22 MiB | 30.81 MiB/s
Receiving objects:  12% (129966/1083043), 46.22 MiB | 30.81 MiB/s
Receiving objects:  13% (140796/1083043), 46.22 MiB | 30.81 MiB/s
Receiving objects:  14% (151627/1083043), 46.22 MiB | 30.81 MiB/s
Receiving objects:  14% (155230/1083043), 46.22 MiB | 30.81 MiB/s
Receiving objects:  15% (162457/1083043), 77.69 MiB | 31.07 MiB/s
Receiving objects:  15% (167191/1083043), 77.69 MiB | 31.07 MiB/s
Receiving objects:  16% (173287/1083043), 95.47 MiB | 31.82 MiB/s
Receiving objects:  17% (184118/1083043), 115.30 MiB | 32.94 MiB/s
Receiving objects:  17% (185969/1083043), 115.30 MiB | 32.94 MiB/s
Receiving objects:  18% (194948/1083043), 137.63 MiB | 34.41 MiB/s
Receiving objects:  19% (205779/1083043), 166.19 MiB | 36.93 MiB/s
Receiving objects:  19% (211649/1083043), 166.19 MiB | 36.93 MiB/s
Receiving objects:  20% (216609/1083043), 194.96 MiB | 40.08 MiB/s
Receiving objects:  21% (227440/1083043), 194.96 MiB | 40.08 MiB/s
Receiving objects:  22% (238270/1083043), 221.23 MiB | 41.82 MiB/s
Receiving objects:  22% (248413/1083043), 246.79 MiB | 44.58 MiB/s
Receiving objects:  23% (249100/1083043), 246.79 MiB | 44.58 MiB/s
Receiving objects:  24% (259931/1083043), 246.79 MiB | 44.58 MiB/s
Receiving objects:  25% (270761/1083043), 275.22 MiB | 47.83 MiB/s
Receiving objects:  26% (281592/1083043), 275.22 MiB | 47.83 MiB/s
Receiving objects:  26% (283973/1083043), 275.22 MiB | 47.83 MiB/s
Receiving objects:  27% (292422/1083043), 298.64 MiB | 49.11 MiB/s
Receiving objects:  28% (303253/1083043), 320.13 MiB | 49.93 MiB/s
Receiving objects:  28% (309308/1083043), 341.18 MiB | 50.21 MiB/s
Receiving objects:  29% (314083/1083043), 341.18 MiB | 50.21 MiB/s
Receiving objects:  30% (324913/1083043), 360.83 MiB | 49.61 MiB/s
Receiving objects:  31% (335744/1083043), 360.83 MiB | 49.61 MiB/s
Receiving objects:  31% (337752/1083043), 360.83 MiB | 49.61 MiB/s
Receiving objects:  32% (346574/1083043), 382.79 MiB | 48.14 MiB/s
Receiving objects:  33% (357405/1083043), 382.79 MiB | 48.14 MiB/s
Receiving objects:  34% (368235/1083043), 382.79 MiB | 48.14 MiB/s
Receiving objects:  35% (379066/1083043), 404.31 MiB | 46.52 MiB/s
Receiving objects:  36% (389896/1083043), 404.31 MiB | 46.52 MiB/s
Receiving objects:  37% (400726/1083043), 404.31 MiB | 46.52 MiB/s
Receiving objects:  37% (402598/1083043), 404.31 MiB | 46.52 MiB/s
Receiving objects:  38% (411557/1083043), 428.69 MiB | 46.10 MiB/s
Receiving objects:  39% (422387/1083043), 428.69 MiB | 46.10 MiB/s
Receiving objects:  40% (433218/1083043), 428.69 MiB | 46.10 MiB/s
Receiving objects:  41% (444048/1083043), 428.69 MiB | 46.10 MiB/s
Receiving objects:  42% (454879/1083043), 457.48 MiB | 46.82 MiB/s
Receiving objects:  43% (465709/1083043), 457.48 MiB | 46.82 MiB/s
Receiving objects:  44% (476539/1083043), 457.48 MiB | 46.82 MiB/s
Receiving objects:  45% (487370/1083043), 457.48 MiB | 46.82 MiB/s
Receiving objects:  46% (498200/1083043), 457.48 MiB | 46.82 MiB/s
Receiving objects:  46% (501316/1083043), 457.48 MiB | 46.82 MiB/s
Receiving objects:  47% (509031/1083043), 487.49 MiB | 47.18 MiB/s
Receiving objects:  48% (519861/1083043), 487.49 MiB | 47.18 MiB/s
Receiving objects:  49% (530692/1083043), 487.49 MiB | 47.18 MiB/s
Receiving objects:  50% (541522/1083043), 487.49 MiB | 47.18 MiB/s
Receiving objects:  51% (552352/1083043), 487.49 MiB | 47.18 MiB/s
Receiving objects:  52% (563183/1083043), 487.49 MiB | 47.18 MiB/s
Receiving objects:  53% (574013/1083043), 487.49 MiB | 47.18 MiB/s
Receiving objects:  54% (584844/1083043), 487.49 MiB | 47.18 MiB/s
Receiving objects:  55% (595674/1083043), 516.41 MiB | 48.41 MiB/s
Receiving objects:  56% (606505/1083043), 516.41 MiB | 48.41 MiB/s
Receiving objects:  57% (617335/1083043), 516.41 MiB | 48.41 MiB/s
Receiving objects:  58% (628165/1083043), 516.41 MiB | 48.41 MiB/s
Receiving objects:  59% (638996/1083043), 516.41 MiB | 48.41 MiB/s
Receiving objects:  60% (649826/1083043), 516.41 MiB | 48.41 MiB/s
Receiving objects:  61% (660657/1083043), 516.41 MiB | 48.41 MiB/s
Receiving objects:  62% (671487/1083043), 516.41 MiB | 48.41 MiB/s
Receiving objects:  63% (682318/1083043), 516.41 MiB | 48.41 MiB/s
Receiving objects:  63% (689422/1083043), 516.41 MiB | 48.41 MiB/s
Receiving objects:  64% (693148/1083043), 543.79 MiB | 49.72 MiB/s
Receiving objects:  65% (703978/1083043), 543.79 MiB | 49.72 MiB/s
Receiving objects:  66% (714809/1083043), 543.79 MiB | 49.72 MiB/s
Receiving objects:  67% (725639/1083043), 543.79 MiB | 49.72 MiB/s
Receiving objects:  68% (736470/1083043), 543.79 MiB | 49.72 MiB/s
Receiving objects:  69% (747300/1083043), 543.79 MiB | 49.72 MiB/s
Receiving objects:  70% (758131/1083043), 543.79 MiB | 49.72 MiB/s
Receiving objects:  71% (768961/1083043), 543.79 MiB | 49.72 MiB/s
Receiving objects:  72% (779791/1083043), 543.79 MiB | 49.72 MiB/s
Receiving objects:  73% (790622/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  74% (801452/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  75% (812283/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  76% (823113/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  77% (833944/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  78% (844774/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  79% (855604/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  80% (866435/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  81% (877265/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  82% (888096/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  83% (898926/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  84% (909757/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  85% (920587/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  86% (931417/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  86% (941939/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  87% (942248/1083043), 572.64 MiB | 51.47 MiB/s
Receiving objects:  88% (953078/1083043), 595.16 MiB | 52.11 MiB/s
Receiving objects:  89% (963909/1083043), 595.16 MiB | 52.11 MiB/s
Receiving objects:  90% (974739/1083043), 595.16 MiB | 52.11 MiB/s
Receiving objects:  91% (985570/1083043), 595.16 MiB | 52.11 MiB/s
Receiving objects:  92% (996400/1083043), 595.16 MiB | 52.11 MiB/s
Receiving objects:  93% (1007230/1083043), 614.56 MiB | 51.54 MiB/s
Receiving objects:  94% (1018061/1083043), 614.56 MiB | 51.54 MiB/s
Receiving objects:  95% (1028891/1083043), 614.56 MiB | 51.54 MiB/s
Receiving objects:  96% (1039722/1083043), 614.56 MiB | 51.54 MiB/s
Receiving objects:  97% (1050552/1083043), 614.56 MiB | 51.54 MiB/s
Receiving objects:  98% (1061383/1083043), 614.56 MiB | 51.54 MiB/s
Receiving objects:  99% (1072213/1083043), 614.56 MiB | 51.54 MiB/s
remote: Total 1083043 (delta 142), reused 67 (delta 66), pack-reused 1082822 (from 3)        
Receiving objects:  99% (1082691/1083043), 614.56 MiB | 51.54 MiB/s
Receiving objects: 100% (1083043/1083043), 641.93 MiB | 52.84 MiB/s
Receiving objects: 100% (1083043/1083043), 642.84 MiB | 45.81 MiB/s, done.
Resolving deltas:   0% (0/867296)
Resolving deltas:   1% (8673/867296)
Resolving deltas:   2% (17347/867296)
Resolving deltas:   2% (25760/867296)
Resolving deltas:   3% (26019/867296)
Resolving deltas:   4% (34692/867296)
Resolving deltas:   5% (43365/867296)
Resolving deltas:   6% (52039/867296)
Resolving deltas:   6% (57974/867296)
Resolving deltas:   7% (60711/867296)
Resolving deltas:   8% (69384/867296)
Resolving deltas:   9% (78059/867296)
Resolving deltas:   9% (82859/867296)
Resolving deltas:  10% (86731/867296)
Resolving deltas:  11% (95403/867296)
Resolving deltas:  11% (102034/867296)
Resolving deltas:  12% (104076/867296)
Resolving deltas:  13% (112749/867296)
Resolving deltas:  14% (121423/867296)
Resolving deltas:  15% (130097/867296)
Resolving deltas:  15% (137233/867296)
Resolving deltas:  16% (138768/867296)
Resolving deltas:  16% (141557/867296)
Resolving deltas:  17% (147441/867296)
Resolving deltas:  18% (156114/867296)
Resolving deltas:  19% (164787/867296)
Resolving deltas:  19% (169595/867296)
Resolving deltas:  20% (173460/867296)
Resolving deltas:  21% (182134/867296)
Resolving deltas:  22% (190808/867296)
Resolving deltas:  22% (198166/867296)
Resolving deltas:  23% (199480/867296)
Resolving deltas:  24% (208152/867296)
Resolving deltas:  25% (216824/867296)
Resolving deltas:  25% (218401/867296)
Resolving deltas:  26% (225497/867296)
Resolving deltas:  27% (234170/867296)
Resolving deltas:  27% (240592/867296)
Resolving deltas:  28% (242843/867296)
Resolving deltas:  29% (251520/867296)
Resolving deltas:  29% (252860/867296)
Resolving deltas:  30% (260189/867296)
Resolving deltas:  30% (263587/867296)
Resolving deltas:  31% (268862/867296)
Resolving deltas:  32% (277535/867296)
Resolving deltas:  32% (281787/867296)
Resolving deltas:  33% (286208/867296)
Resolving deltas:  34% (294881/867296)
Resolving deltas:  35% (303554/867296)
Resolving deltas:  35% (304312/867296)
Resolving deltas:  36% (312227/867296)
Resolving deltas:  37% (320900/867296)
Resolving deltas:  38% (329573/867296)
Resolving deltas:  38% (329785/867296)
Resolving deltas:  39% (338246/867296)
Resolving deltas:  39% (339722/867296)
Resolving deltas:  40% (346919/867296)
Resolving deltas:  40% (351461/867296)
Resolving deltas:  41% (355595/867296)
Resolving deltas:  42% (364265/867296)
Resolving deltas:  43% (372938/867296)
Resolving deltas:  43% (375371/867296)
Resolving deltas:  44% (381613/867296)
Resolving deltas:  45% (390285/867296)
Resolving deltas:  45% (398518/867296)
Resolving deltas:  46% (398957/867296)
Resolving deltas:  47% (407631/867296)
Resolving deltas:  48% (416304/867296)
Resolving deltas:  49% (424980/867296)
Resolving deltas:  49% (428917/867296)
Resolving deltas:  50% (433648/867296)
Resolving deltas:  51% (442321/867296)
Resolving deltas:  51% (447306/867296)
Resolving deltas:  52% (450994/867296)
Resolving deltas:  53% (459667/867296)
Resolving deltas:  54% (468340/867296)
Resolving deltas:  55% (477013/867296)
Resolving deltas:  55% (480159/867296)
Resolving deltas:  56% (485686/867296)
Resolving deltas:  57% (494360/867296)
Resolving deltas:  57% (501053/867296)
Resolving deltas:  58% (503032/867296)
Resolving deltas:  59% (511706/867296)
Resolving deltas:  59% (513588/867296)
Resolving deltas:  60% (520378/867296)
Resolving deltas:  61% (529051/867296)
Resolving deltas:  62% (537724/867296)
Resolving deltas:  63% (546397/867296)
Resolving deltas:  63% (547836/867296)
Resolving deltas:  64% (555070/867296)
Resolving deltas:  65% (563743/867296)
Resolving deltas:  66% (572416/867296)
Resolving deltas:  66% (578621/867296)
Resolving deltas:  67% (581090/867296)
Resolving deltas:  68% (589762/867296)
Resolving deltas:  68% (595895/867296)
Resolving deltas:  69% (598435/867296)
Resolving deltas:  70% (607108/867296)
Resolving deltas:  70% (615751/867296)
Resolving deltas:  71% (615781/867296)
Resolving deltas:  72% (624458/867296)
Resolving deltas:  73% (633128/867296)
Resolving deltas:  73% (635728/867296)
Resolving deltas:  74% (641800/867296)
Resolving deltas:  75% (650472/867296)
Resolving deltas:  76% (659145/867296)
Resolving deltas:  76% (659338/867296)
Resolving deltas:  77% (667818/867296)
Resolving deltas:  78% (676491/867296)
Resolving deltas:  79% (685164/867296)
Resolving deltas:  79% (687852/867296)
Resolving deltas:  80% (693837/867296)
Resolving deltas:  81% (702510/867296)
Resolving deltas:  82% (711183/867296)
Resolving deltas:  82% (712586/867296)
Resolving deltas:  83% (719856/867296)
Resolving deltas:  84% (728529/867296)
Resolving deltas:  84% (737148/867296)
Resolving deltas:  85% (737202/867296)
Resolving deltas:  86% (745875/867296)
Resolving deltas:  87% (754548/867296)
Resolving deltas:  87% (761038/867296)
Resolving deltas:  88% (763221/867296)
Resolving deltas:  89% (771894/867296)
Resolving deltas:  90% (780568/867296)
Resolving deltas:  91% (789240/867296)
Resolving deltas:  91% (791397/867296)
Resolving deltas:  92% (797913/867296)
Resolving deltas:  93% (806586/867296)
Resolving deltas:  94% (815259/867296)
Resolving deltas:  94% (820053/867296)
Resolving deltas:  95% (823932/867296)
Resolving deltas:  96% (832605/867296)
Resolving deltas:  97% (841279/867296)
Resolving deltas:  98% (849952/867296)
Resolving deltas:  98% (853132/867296)
Resolving deltas:  99% (858624/867296)
Resolving deltas: 100% (867296/867296)
Resolving deltas: 100% (867296/867296), done.
Note: switching to '0664c1af9b29a5af2404e04a522f8e9e175ba05a'.

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 0664c1af9b2 gh-126835: Move constant subscript folding to CFG (#129568)

make: *** [Makefile:2328: buildbottest] Error 2

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x RHEL8 Refleaks 3.x has failed when building commit 0664c1a.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/75/builds/2077) and take a look at the build logs.
  4. Check if the failure is related to this commit (0664c1a) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/75/builds/2077

Failed tests:

  • test_peepholer

Test leaking resources:

  • test_peepholer: memory blocks
  • test_peepholer: references

Summary of the results of the build (if available):

==

Click to see traceback logs
Cloning into '.'...
remote: Enumerating objects: 1082798        
remote: Enumerating objects: 1083043, done.        
remote: Counting objects:   0% (1/245)        
remote: Counting objects:   1% (3/245)        
remote: Counting objects:   2% (5/245)        
remote: Counting objects:   3% (8/245)        
remote: Counting objects:   4% (10/245)        
remote: Counting objects:   5% (13/245)        
remote: Counting objects:   6% (15/245)        
remote: Counting objects:   7% (18/245)        
remote: Counting objects:   8% (20/245)        
remote: Counting objects:   9% (23/245)        
remote: Counting objects:  10% (25/245)        
remote: Counting objects:  11% (27/245)        
remote: Counting objects:  12% (30/245)        
remote: Counting objects:  13% (32/245)        
remote: Counting objects:  14% (35/245)        
remote: Counting objects:  15% (37/245)        
remote: Counting objects:  16% (40/245)        
remote: Counting objects:  17% (42/245)        
remote: Counting objects:  18% (45/245)        
remote: Counting objects:  19% (47/245)        
remote: Counting objects:  20% (49/245)        
remote: Counting objects:  21% (52/245)        
remote: Counting objects:  22% (54/245)        
remote: Counting objects:  23% (57/245)        
remote: Counting objects:  24% (59/245)        
remote: Counting objects:  25% (62/245)        
remote: Counting objects:  26% (64/245)        
remote: Counting objects:  27% (67/245)        
remote: Counting objects:  28% (69/245)        
remote: Counting objects:  29% (72/245)        
remote: Counting objects:  30% (74/245)        
remote: Counting objects:  31% (76/245)        
remote: Counting objects:  32% (79/245)        
remote: Counting objects:  33% (81/245)        
remote: Counting objects:  34% (84/245)        
remote: Counting objects:  35% (86/245)        
remote: Counting objects:  36% (89/245)        
remote: Counting objects:  37% (91/245)        
remote: Counting objects:  38% (94/245)        
remote: Counting objects:  39% (96/245)        
remote: Counting objects:  40% (98/245)        
remote: Counting objects:  41% (101/245)        
remote: Counting objects:  42% (103/245)        
remote: Counting objects:  43% (106/245)        
remote: Counting objects:  44% (108/245)        
remote: Counting objects:  45% (111/245)        
remote: Counting objects:  46% (113/245)        
remote: Counting objects:  47% (116/245)        
remote: Counting objects:  48% (118/245)        
remote: Counting objects:  49% (121/245)        
remote: Counting objects:  50% (123/245)        
remote: Counting objects:  51% (125/245)        
remote: Counting objects:  52% (128/245)        
remote: Counting objects:  53% (130/245)        
remote: Counting objects:  54% (133/245)        
remote: Counting objects:  55% (135/245)        
remote: Counting objects:  56% (138/245)        
remote: Counting objects:  57% (140/245)        
remote: Counting objects:  58% (143/245)        
remote: Counting objects:  59% (145/245)        
remote: Counting objects:  60% (147/245)        
remote: Counting objects:  61% (150/245)        
remote: Counting objects:  62% (152/245)        
remote: Counting objects:  63% (155/245)        
remote: Counting objects:  64% (157/245)        
remote: Counting objects:  65% (160/245)        
remote: Counting objects:  66% (162/245)        
remote: Counting objects:  67% (165/245)        
remote: Counting objects:  68% (167/245)        
remote: Counting objects:  69% (170/245)        
remote: Counting objects:  70% (172/245)        
remote: Counting objects:  71% (174/245)        
remote: Counting objects:  72% (177/245)        
remote: Counting objects:  73% (179/245)        
remote: Counting objects:  74% (182/245)        
remote: Counting objects:  75% (184/245)        
remote: Counting objects:  76% (187/245)        
remote: Counting objects:  77% (189/245)        
remote: Counting objects:  78% (192/245)        
remote: Counting objects:  79% (194/245)        
remote: Counting objects:  80% (196/245)        
remote: Counting objects:  81% (199/245)        
remote: Counting objects:  82% (201/245)        
remote: Counting objects:  83% (204/245)        
remote: Counting objects:  84% (206/245)        
remote: Counting objects:  85% (209/245)        
remote: Counting objects:  86% (211/245)        
remote: Counting objects:  87% (214/245)        
remote: Counting objects:  88% (216/245)        
remote: Counting objects:  89% (219/245)        
remote: Counting objects:  90% (221/245)        
remote: Counting objects:  91% (223/245)        
remote: Counting objects:  92% (226/245)        
remote: Counting objects:  93% (228/245)        
remote: Counting objects:  94% (231/245)        
remote: Counting objects:  95% (233/245)        
remote: Counting objects:  96% (236/245)        
remote: Counting objects:  97% (238/245)        
remote: Counting objects:  98% (241/245)        
remote: Counting objects:  99% (243/245)        
remote: Counting objects: 100% (245/245)        
remote: Counting objects: 100% (245/245), done.        
remote: Compressing objects:   0% (1/174)        
remote: Compressing objects:   1% (2/174)        
remote: Compressing objects:   2% (4/174)        
remote: Compressing objects:   3% (6/174)        
remote: Compressing objects:   4% (7/174)        
remote: Compressing objects:   5% (9/174)        
remote: Compressing objects:   6% (11/174)        
remote: Compressing objects:   7% (13/174)        
remote: Compressing objects:   8% (14/174)        
remote: Compressing objects:   9% (16/174)        
remote: Compressing objects:  10% (18/174)        
remote: Compressing objects:  11% (20/174)        
remote: Compressing objects:  12% (21/174)        
remote: Compressing objects:  13% (23/174)        
remote: Compressing objects:  14% (25/174)        
remote: Compressing objects:  15% (27/174)        
remote: Compressing objects:  16% (28/174)        
remote: Compressing objects:  17% (30/174)        
remote: Compressing objects:  18% (32/174)        
remote: Compressing objects:  19% (34/174)        
remote: Compressing objects:  20% (35/174)        
remote: Compressing objects:  21% (37/174)        
remote: Compressing objects:  22% (39/174)        
remote: Compressing objects:  23% (41/174)        
remote: Compressing objects:  24% (42/174)        
remote: Compressing objects:  25% (44/174)        
remote: Compressing objects:  26% (46/174)        
remote: Compressing objects:  27% (47/174)        
remote: Compressing objects:  28% (49/174)        
remote: Compressing objects:  29% (51/174)        
remote: Compressing objects:  30% (53/174)        
remote: Compressing objects:  31% (54/174)        
remote: Compressing objects:  32% (56/174)        
remote: Compressing objects:  33% (58/174)        
remote: Compressing objects:  34% (60/174)        
remote: Compressing objects:  35% (61/174)        
remote: Compressing objects:  36% (63/174)        
remote: Compressing objects:  37% (65/174)        
remote: Compressing objects:  38% (67/174)        
remote: Compressing objects:  39% (68/174)        
remote: Compressing objects:  40% (70/174)        
remote: Compressing objects:  41% (72/174)        
remote: Compressing objects:  42% (74/174)        
remote: Compressing objects:  43% (75/174)        
remote: Compressing objects:  44% (77/174)        
remote: Compressing objects:  45% (79/174)        
remote: Compressing objects:  46% (81/174)        
remote: Compressing objects:  47% (82/174)        
remote: Compressing objects:  48% (84/174)        
remote: Compressing objects:  49% (86/174)        
remote: Compressing objects:  50% (87/174)        
remote: Compressing objects:  51% (89/174)        
remote: Compressing objects:  52% (91/174)        
remote: Compressing objects:  53% (93/174)        
remote: Compressing objects:  54% (94/174)        
remote: Compressing objects:  55% (96/174)        
remote: Compressing objects:  56% (98/174)        
remote: Compressing objects:  57% (100/174)        
remote: Compressing objects:  58% (101/174)        
remote: Compressing objects:  59% (103/174)        
remote: Compressing objects:  60% (105/174)        
remote: Compressing objects:  61% (107/174)        
remote: Compressing objects:  62% (108/174)        
remote: Compressing objects:  63% (110/174)        
remote: Compressing objects:  64% (112/174)        
remote: Compressing objects:  65% (114/174)        
remote: Compressing objects:  66% (115/174)        
remote: Compressing objects:  67% (117/174)        
remote: Compressing objects:  68% (119/174)        
remote: Compressing objects:  69% (121/174)        
remote: Compressing objects:  70% (122/174)        
remote: Compressing objects:  71% (124/174)        
remote: Compressing objects:  72% (126/174)        
remote: Compressing objects:  73% (128/174)        
remote: Compressing objects:  74% (129/174)        
remote: Compressing objects:  75% (131/174)        
remote: Compressing objects:  76% (133/174)        
remote: Compressing objects:  77% (134/174)        
remote: Compressing objects:  78% (136/174)        
remote: Compressing objects:  79% (138/174)        
remote: Compressing objects:  80% (140/174)        
remote: Compressing objects:  81% (141/174)        
remote: Compressing objects:  82% (143/174)        
remote: Compressing objects:  83% (145/174)        
remote: Compressing objects:  84% (147/174)        
remote: Compressing objects:  85% (148/174)        
remote: Compressing objects:  86% (150/174)        
remote: Compressing objects:  87% (152/174)        
remote: Compressing objects:  88% (154/174)        
remote: Compressing objects:  89% (155/174)        
remote: Compressing objects:  90% (157/174)        
remote: Compressing objects:  91% (159/174)        
remote: Compressing objects:  92% (161/174)        
remote: Compressing objects:  93% (162/174)        
remote: Compressing objects:  94% (164/174)        
remote: Compressing objects:  95% (166/174)        
remote: Compressing objects:  96% (168/174)        
remote: Compressing objects:  97% (169/174)        
remote: Compressing objects:  98% (171/174)        
remote: Compressing objects:  99% (173/174)        
remote: Compressing objects: 100% (174/174)        
remote: Compressing objects: 100% (174/174), done.        
Receiving objects:   0% (1/1083043)
Receiving objects:   1% (10831/1083043)
Receiving objects:   2% (21661/1083043)
Receiving objects:   3% (32492/1083043)
Receiving objects:   4% (43322/1083043)
Receiving objects:   5% (54153/1083043)
Receiving objects:   6% (64983/1083043), 33.35 MiB | 66.69 MiB/s
Receiving objects:   7% (75814/1083043), 33.35 MiB | 66.69 MiB/s
Receiving objects:   8% (86644/1083043), 33.35 MiB | 66.69 MiB/s
Receiving objects:   9% (97474/1083043), 33.35 MiB | 66.69 MiB/s
Receiving objects:  10% (108305/1083043), 33.35 MiB | 66.69 MiB/s
Receiving objects:  11% (119135/1083043), 33.35 MiB | 66.69 MiB/s
Receiving objects:  12% (129966/1083043), 33.35 MiB | 66.69 MiB/s
Receiving objects:  13% (140796/1083043), 33.35 MiB | 66.69 MiB/s
Receiving objects:  14% (151627/1083043), 33.35 MiB | 66.69 MiB/s
Receiving objects:  14% (156878/1083043), 62.39 MiB | 62.39 MiB/s
Receiving objects:  15% (162457/1083043), 62.39 MiB | 62.39 MiB/s
Receiving objects:  16% (173287/1083043), 91.79 MiB | 61.19 MiB/s
Receiving objects:  16% (177277/1083043), 116.84 MiB | 58.42 MiB/s
Receiving objects:  17% (184118/1083043), 116.84 MiB | 58.42 MiB/s
Receiving objects:  18% (194948/1083043), 140.27 MiB | 56.10 MiB/s
Receiving objects:  18% (201958/1083043), 163.43 MiB | 54.47 MiB/s
Receiving objects:  19% (205779/1083043), 163.43 MiB | 54.47 MiB/s
Receiving objects:  20% (216609/1083043), 186.66 MiB | 53.33 MiB/s
Receiving objects:  21% (227440/1083043), 186.66 MiB | 53.33 MiB/s
Receiving objects:  21% (229620/1083043), 186.66 MiB | 53.33 MiB/s
Receiving objects:  22% (238270/1083043), 210.01 MiB | 52.50 MiB/s
Receiving objects:  23% (249100/1083043), 210.01 MiB | 52.50 MiB/s
Receiving objects:  24% (259931/1083043), 233.17 MiB | 51.81 MiB/s
Receiving objects:  24% (264659/1083043), 233.17 MiB | 51.81 MiB/s
Receiving objects:  25% (270761/1083043), 256.33 MiB | 49.55 MiB/s
Receiving objects:  26% (281592/1083043), 279.75 MiB | 48.30 MiB/s
Receiving objects:  27% (292422/1083043), 279.75 MiB | 48.30 MiB/s
Receiving objects:  27% (301157/1083043), 279.75 MiB | 48.30 MiB/s
Receiving objects:  28% (303253/1083043), 304.32 MiB | 47.23 MiB/s
Receiving objects:  29% (314083/1083043), 328.03 MiB | 46.93 MiB/s
Receiving objects:  30% (324913/1083043), 328.03 MiB | 46.93 MiB/s
Receiving objects:  30% (328825/1083043), 328.03 MiB | 46.93 MiB/s
Receiving objects:  31% (335744/1083043), 351.15 MiB | 46.86 MiB/s
Receiving objects:  32% (346574/1083043), 351.15 MiB | 46.86 MiB/s
Receiving objects:  33% (357405/1083043), 351.15 MiB | 46.86 MiB/s
Receiving objects:  34% (368235/1083043), 374.25 MiB | 46.82 MiB/s
Receiving objects:  35% (379066/1083043), 374.25 MiB | 46.82 MiB/s
Receiving objects:  36% (389896/1083043), 374.25 MiB | 46.82 MiB/s
Receiving objects:  36% (391585/1083043), 374.25 MiB | 46.82 MiB/s
Receiving objects:  37% (400726/1083043), 397.41 MiB | 46.80 MiB/s
Receiving objects:  38% (411557/1083043), 397.41 MiB | 46.80 MiB/s
Receiving objects:  39% (422387/1083043), 397.41 MiB | 46.80 MiB/s
Receiving objects:  40% (433218/1083043), 397.41 MiB | 46.80 MiB/s
Receiving objects:  41% (444048/1083043), 420.88 MiB | 46.83 MiB/s
Receiving objects:  42% (454879/1083043), 420.88 MiB | 46.83 MiB/s
Receiving objects:  43% (465709/1083043), 420.88 MiB | 46.83 MiB/s
Receiving objects:  44% (476539/1083043), 420.88 MiB | 46.83 MiB/s
Receiving objects:  44% (481296/1083043), 420.88 MiB | 46.83 MiB/s
Receiving objects:  45% (487370/1083043), 444.09 MiB | 46.84 MiB/s
Receiving objects:  46% (498200/1083043), 444.09 MiB | 46.84 MiB/s
Receiving objects:  47% (509031/1083043), 467.71 MiB | 46.94 MiB/s
Receiving objects:  48% (519861/1083043), 467.71 MiB | 46.94 MiB/s
Receiving objects:  49% (530692/1083043), 467.71 MiB | 46.94 MiB/s
Receiving objects:  50% (541522/1083043), 467.71 MiB | 46.94 MiB/s
Receiving objects:  51% (552352/1083043), 467.71 MiB | 46.94 MiB/s
Receiving objects:  52% (563183/1083043), 467.71 MiB | 46.94 MiB/s
Receiving objects:  53% (574013/1083043), 467.71 MiB | 46.94 MiB/s
Receiving objects:  54% (584844/1083043), 467.71 MiB | 46.94 MiB/s
Receiving objects:  54% (591158/1083043), 467.71 MiB | 46.94 MiB/s
Receiving objects:  55% (595674/1083043), 491.20 MiB | 46.96 MiB/s
Receiving objects:  56% (606505/1083043), 491.20 MiB | 46.96 MiB/s
Receiving objects:  57% (617335/1083043), 491.20 MiB | 46.96 MiB/s
Receiving objects:  58% (628165/1083043), 491.20 MiB | 46.96 MiB/s
Receiving objects:  59% (638996/1083043), 491.20 MiB | 46.96 MiB/s
Receiving objects:  60% (649826/1083043), 491.20 MiB | 46.96 MiB/s
Receiving objects:  61% (660657/1083043), 491.20 MiB | 46.96 MiB/s
Receiving objects:  62% (671487/1083043), 491.20 MiB | 46.96 MiB/s
Receiving objects:  63% (682318/1083043), 491.20 MiB | 46.96 MiB/s
Receiving objects:  64% (693148/1083043), 491.20 MiB | 46.96 MiB/s
Receiving objects:  65% (703978/1083043), 491.20 MiB | 46.96 MiB/s
Receiving objects:  66% (714809/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  67% (725639/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  68% (736470/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  69% (747300/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  70% (758131/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  71% (768961/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  72% (779791/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  73% (790622/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  74% (801452/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  75% (812283/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  76% (823113/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  77% (833944/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  78% (844774/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  79% (855604/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  80% (866435/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  81% (877265/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  82% (888096/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  83% (898926/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  84% (909757/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  85% (920587/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  86% (931417/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  86% (937999/1083043), 533.38 MiB | 50.87 MiB/s
Receiving objects:  87% (942248/1083043), 568.99 MiB | 53.51 MiB/s
Receiving objects:  88% (953078/1083043), 568.99 MiB | 53.51 MiB/s
Receiving objects:  89% (963909/1083043), 568.99 MiB | 53.51 MiB/s
Receiving objects:  90% (974739/1083043), 568.99 MiB | 53.51 MiB/s
Receiving objects:  91% (985570/1083043), 568.99 MiB | 53.51 MiB/s
Receiving objects:  92% (996400/1083043), 568.99 MiB | 53.51 MiB/s
Receiving objects:  93% (1007230/1083043), 568.99 MiB | 53.51 MiB/s
Receiving objects:  94% (1018061/1083043), 568.99 MiB | 53.51 MiB/s
Receiving objects:  95% (1028891/1083043), 568.99 MiB | 53.51 MiB/s
Receiving objects:  96% (1039722/1083043), 568.99 MiB | 53.51 MiB/s
Receiving objects:  97% (1050552/1083043), 568.99 MiB | 53.51 MiB/s
Receiving objects:  98% (1061383/1083043), 611.14 MiB | 57.74 MiB/s
Receiving objects:  99% (1072213/1083043), 611.14 MiB | 57.74 MiB/s
remote: Total 1083043 (delta 160), reused 72 (delta 71), pack-reused 1082798 (from 3)        
Receiving objects: 100% (1083043/1083043), 611.14 MiB | 57.74 MiB/s
Receiving objects: 100% (1083043/1083043), 616.78 MiB | 53.27 MiB/s, done.
Resolving deltas:   0% (0/867763)
Resolving deltas:   1% (8678/867763)
Resolving deltas:   2% (17356/867763)
Resolving deltas:   3% (26033/867763)
Resolving deltas:   4% (34711/867763)
Resolving deltas:   4% (35015/867763)
Resolving deltas:   5% (43389/867763)
Resolving deltas:   6% (52066/867763)
Resolving deltas:   7% (60744/867763)
Resolving deltas:   7% (61312/867763)
Resolving deltas:   8% (69422/867763)
Resolving deltas:   8% (77644/867763)
Resolving deltas:   9% (78099/867763)
Resolving deltas:  10% (86777/867763)
Resolving deltas:  10% (91077/867763)
Resolving deltas:  11% (95454/867763)
Resolving deltas:  11% (100215/867763)
Resolving deltas:  12% (104132/867763)
Resolving deltas:  13% (112810/867763)
Resolving deltas:  14% (121487/867763)
Resolving deltas:  15% (130165/867763)
Resolving deltas:  15% (134746/867763)
Resolving deltas:  16% (138843/867763)
Resolving deltas:  17% (147520/867763)
Resolving deltas:  18% (156198/867763)
Resolving deltas:  18% (157945/867763)
Resolving deltas:  19% (164875/867763)
Resolving deltas:  20% (173553/867763)
Resolving deltas:  21% (182231/867763)
Resolving deltas:  22% (190908/867763)
Resolving deltas:  22% (192004/867763)
Resolving deltas:  23% (199586/867763)
Resolving deltas:  23% (202455/867763)
Resolving deltas:  24% (208264/867763)
Resolving deltas:  25% (216941/867763)
Resolving deltas:  25% (217586/867763)
Resolving deltas:  26% (225619/867763)
Resolving deltas:  27% (234297/867763)
Resolving deltas:  28% (242974/867763)
Resolving deltas:  29% (251652/867763)
Resolving deltas:  29% (254227/867763)
Resolving deltas:  30% (260329/867763)
Resolving deltas:  31% (269007/867763)
Resolving deltas:  32% (277685/867763)
Resolving deltas:  33% (286362/867763)
Resolving deltas:  34% (295040/867763)
Resolving deltas:  35% (303718/867763)
Resolving deltas:  36% (312396/867763)
Resolving deltas:  37% (321073/867763)
Resolving deltas:  37% (322445/867763)
Resolving deltas:  38% (329750/867763)
Resolving deltas:  39% (338428/867763)
Resolving deltas:  40% (347106/867763)
Resolving deltas:  41% (355783/867763)
Resolving deltas:  41% (358037/867763)
Resolving deltas:  42% (364461/867763)
Resolving deltas:  43% (373139/867763)
Resolving deltas:  44% (381816/867763)
Resolving deltas:  45% (390494/867763)
Resolving deltas:  46% (399171/867763)
Resolving deltas:  47% (407849/867763)
Resolving deltas:  47% (412114/867763)
Resolving deltas:  48% (416528/867763)
Resolving deltas:  49% (425204/867763)
Resolving deltas:  50% (433883/867763)
Resolving deltas:  51% (442560/867763)
Resolving deltas:  51% (443150/867763)
Resolving deltas:  52% (451237/867763)
Resolving deltas:  53% (459915/867763)
Resolving deltas:  54% (468593/867763)
Resolving deltas:  55% (477270/867763)
Resolving deltas:  55% (478217/867763)
Resolving deltas:  56% (485949/867763)
Resolving deltas:  57% (494625/867763)
Resolving deltas:  58% (503303/867763)
Resolving deltas:  59% (511981/867763)
Resolving deltas:  60% (520658/867763)
Resolving deltas:  60% (527901/867763)
Resolving deltas:  61% (529336/867763)
Resolving deltas:  62% (538014/867763)
Resolving deltas:  63% (546691/867763)
Resolving deltas:  64% (555369/867763)
Resolving deltas:  65% (564046/867763)
Resolving deltas:  66% (572724/867763)
Resolving deltas:  67% (581402/867763)
Resolving deltas:  68% (590079/867763)
Resolving deltas:  68% (592208/867763)
Resolving deltas:  69% (598757/867763)
Resolving deltas:  70% (607435/867763)
Resolving deltas:  71% (616112/867763)
Resolving deltas:  72% (624790/867763)
Resolving deltas:  72% (632962/867763)
Resolving deltas:  73% (633467/867763)
Resolving deltas:  74% (642145/867763)
Resolving deltas:  75% (650823/867763)
Resolving deltas:  76% (659500/867763)
Resolving deltas:  77% (668178/867763)
Resolving deltas:  78% (676856/867763)
Resolving deltas:  79% (685533/867763)
Resolving deltas:  80% (694211/867763)
Resolving deltas:  81% (702889/867763)
Resolving deltas:  82% (711566/867763)
Resolving deltas:  82% (712802/867763)
Resolving deltas:  83% (720244/867763)
Resolving deltas:  84% (728921/867763)
Resolving deltas:  85% (737599/867763)
Resolving deltas:  86% (746277/867763)
Resolving deltas:  87% (754954/867763)
Resolving deltas:  88% (763632/867763)
Resolving deltas:  89% (772310/867763)
Resolving deltas:  90% (780987/867763)
Resolving deltas:  90% (786864/867763)
Resolving deltas:  91% (789665/867763)
Resolving deltas:  92% (798342/867763)
Resolving deltas:  93% (807020/867763)
Resolving deltas:  94% (815698/867763)
Resolving deltas:  95% (824375/867763)
Resolving deltas:  96% (833053/867763)
Resolving deltas:  97% (841731/867763)
Resolving deltas:  98% (850408/867763)
Resolving deltas:  99% (859086/867763)
Resolving deltas: 100% (867763/867763)
Resolving deltas: 100% (867763/867763), done.
Note: switching to '0664c1af9b29a5af2404e04a522f8e9e175ba05a'.

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 0664c1af9b2 gh-126835: Move constant subscript folding to CFG (#129568)

configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)

make: *** [Makefile:2328: buildbottest] Error 2

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x RHEL9 Refleaks 3.x has failed when building commit 0664c1a.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1589/builds/879) and take a look at the build logs.
  4. Check if the failure is related to this commit (0664c1a) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1589/builds/879

Failed tests:

  • test_peepholer

Test leaking resources:

  • test_peepholer: memory blocks
  • test_peepholer: references

Summary of the results of the build (if available):

==

Click to see traceback logs
Cloning into '.'...
remote: Enumerating objects: 1082798        
remote: Enumerating objects: 1083043, done.        
remote: Counting objects:   0% (1/245)        
remote: Counting objects:   1% (3/245)        
remote: Counting objects:   2% (5/245)        
remote: Counting objects:   3% (8/245)        
remote: Counting objects:   4% (10/245)        
remote: Counting objects:   5% (13/245)        
remote: Counting objects:   6% (15/245)        
remote: Counting objects:   7% (18/245)        
remote: Counting objects:   8% (20/245)        
remote: Counting objects:   9% (23/245)        
remote: Counting objects:  10% (25/245)        
remote: Counting objects:  11% (27/245)        
remote: Counting objects:  12% (30/245)        
remote: Counting objects:  13% (32/245)        
remote: Counting objects:  14% (35/245)        
remote: Counting objects:  15% (37/245)        
remote: Counting objects:  16% (40/245)        
remote: Counting objects:  17% (42/245)        
remote: Counting objects:  18% (45/245)        
remote: Counting objects:  19% (47/245)        
remote: Counting objects:  20% (49/245)        
remote: Counting objects:  21% (52/245)        
remote: Counting objects:  22% (54/245)        
remote: Counting objects:  23% (57/245)        
remote: Counting objects:  24% (59/245)        
remote: Counting objects:  25% (62/245)        
remote: Counting objects:  26% (64/245)        
remote: Counting objects:  27% (67/245)        
remote: Counting objects:  28% (69/245)        
remote: Counting objects:  29% (72/245)        
remote: Counting objects:  30% (74/245)        
remote: Counting objects:  31% (76/245)        
remote: Counting objects:  32% (79/245)        
remote: Counting objects:  33% (81/245)        
remote: Counting objects:  34% (84/245)        
remote: Counting objects:  35% (86/245)        
remote: Counting objects:  36% (89/245)        
remote: Counting objects:  37% (91/245)        
remote: Counting objects:  38% (94/245)        
remote: Counting objects:  39% (96/245)        
remote: Counting objects:  40% (98/245)        
remote: Counting objects:  41% (101/245)        
remote: Counting objects:  42% (103/245)        
remote: Counting objects:  43% (106/245)        
remote: Counting objects:  44% (108/245)        
remote: Counting objects:  45% (111/245)        
remote: Counting objects:  46% (113/245)        
remote: Counting objects:  47% (116/245)        
remote: Counting objects:  48% (118/245)        
remote: Counting objects:  49% (121/245)        
remote: Counting objects:  50% (123/245)        
remote: Counting objects:  51% (125/245)        
remote: Counting objects:  52% (128/245)        
remote: Counting objects:  53% (130/245)        
remote: Counting objects:  54% (133/245)        
remote: Counting objects:  55% (135/245)        
remote: Counting objects:  56% (138/245)        
remote: Counting objects:  57% (140/245)        
remote: Counting objects:  58% (143/245)        
remote: Counting objects:  59% (145/245)        
remote: Counting objects:  60% (147/245)        
remote: Counting objects:  61% (150/245)        
remote: Counting objects:  62% (152/245)        
remote: Counting objects:  63% (155/245)        
remote: Counting objects:  64% (157/245)        
remote: Counting objects:  65% (160/245)        
remote: Counting objects:  66% (162/245)        
remote: Counting objects:  67% (165/245)        
remote: Counting objects:  68% (167/245)        
remote: Counting objects:  69% (170/245)        
remote: Counting objects:  70% (172/245)        
remote: Counting objects:  71% (174/245)        
remote: Counting objects:  72% (177/245)        
remote: Counting objects:  73% (179/245)        
remote: Counting objects:  74% (182/245)        
remote: Counting objects:  75% (184/245)        
remote: Counting objects:  76% (187/245)        
remote: Counting objects:  77% (189/245)        
remote: Counting objects:  78% (192/245)        
remote: Counting objects:  79% (194/245)        
remote: Counting objects:  80% (196/245)        
remote: Counting objects:  81% (199/245)        
remote: Counting objects:  82% (201/245)        
remote: Counting objects:  83% (204/245)        
remote: Counting objects:  84% (206/245)        
remote: Counting objects:  85% (209/245)        
remote: Counting objects:  86% (211/245)        
remote: Counting objects:  87% (214/245)        
remote: Counting objects:  88% (216/245)        
remote: Counting objects:  89% (219/245)        
remote: Counting objects:  90% (221/245)        
remote: Counting objects:  91% (223/245)        
remote: Counting objects:  92% (226/245)        
remote: Counting objects:  93% (228/245)        
remote: Counting objects:  94% (231/245)        
remote: Counting objects:  95% (233/245)        
remote: Counting objects:  96% (236/245)        
remote: Counting objects:  97% (238/245)        
remote: Counting objects:  98% (241/245)        
remote: Counting objects:  99% (243/245)        
remote: Counting objects: 100% (245/245)        
remote: Counting objects: 100% (245/245), done.        
remote: Compressing objects:   0% (1/174)        
remote: Compressing objects:   1% (2/174)        
remote: Compressing objects:   2% (4/174)        
remote: Compressing objects:   3% (6/174)        
remote: Compressing objects:   4% (7/174)        
remote: Compressing objects:   5% (9/174)        
remote: Compressing objects:   6% (11/174)        
remote: Compressing objects:   7% (13/174)        
remote: Compressing objects:   8% (14/174)        
remote: Compressing objects:   9% (16/174)        
remote: Compressing objects:  10% (18/174)        
remote: Compressing objects:  11% (20/174)        
remote: Compressing objects:  12% (21/174)        
remote: Compressing objects:  13% (23/174)        
remote: Compressing objects:  14% (25/174)        
remote: Compressing objects:  15% (27/174)        
remote: Compressing objects:  16% (28/174)        
remote: Compressing objects:  17% (30/174)        
remote: Compressing objects:  18% (32/174)        
remote: Compressing objects:  19% (34/174)        
remote: Compressing objects:  20% (35/174)        
remote: Compressing objects:  21% (37/174)        
remote: Compressing objects:  22% (39/174)        
remote: Compressing objects:  23% (41/174)        
remote: Compressing objects:  24% (42/174)        
remote: Compressing objects:  25% (44/174)        
remote: Compressing objects:  26% (46/174)        
remote: Compressing objects:  27% (47/174)        
remote: Compressing objects:  28% (49/174)        
remote: Compressing objects:  29% (51/174)        
remote: Compressing objects:  30% (53/174)        
remote: Compressing objects:  31% (54/174)        
remote: Compressing objects:  32% (56/174)        
remote: Compressing objects:  33% (58/174)        
remote: Compressing objects:  34% (60/174)        
remote: Compressing objects:  35% (61/174)        
remote: Compressing objects:  36% (63/174)        
remote: Compressing objects:  37% (65/174)        
remote: Compressing objects:  38% (67/174)        
remote: Compressing objects:  39% (68/174)        
remote: Compressing objects:  40% (70/174)        
remote: Compressing objects:  41% (72/174)        
remote: Compressing objects:  42% (74/174)        
remote: Compressing objects:  43% (75/174)        
remote: Compressing objects:  44% (77/174)        
remote: Compressing objects:  45% (79/174)        
remote: Compressing objects:  46% (81/174)        
remote: Compressing objects:  47% (82/174)        
remote: Compressing objects:  48% (84/174)        
remote: Compressing objects:  49% (86/174)        
remote: Compressing objects:  50% (87/174)        
remote: Compressing objects:  51% (89/174)        
remote: Compressing objects:  52% (91/174)        
remote: Compressing objects:  53% (93/174)        
remote: Compressing objects:  54% (94/174)        
remote: Compressing objects:  55% (96/174)        
remote: Compressing objects:  56% (98/174)        
remote: Compressing objects:  57% (100/174)        
remote: Compressing objects:  58% (101/174)        
remote: Compressing objects:  59% (103/174)        
remote: Compressing objects:  60% (105/174)        
remote: Compressing objects:  61% (107/174)        
remote: Compressing objects:  62% (108/174)        
remote: Compressing objects:  63% (110/174)        
remote: Compressing objects:  64% (112/174)        
remote: Compressing objects:  65% (114/174)        
remote: Compressing objects:  66% (115/174)        
remote: Compressing objects:  67% (117/174)        
remote: Compressing objects:  68% (119/174)        
remote: Compressing objects:  69% (121/174)        
remote: Compressing objects:  70% (122/174)        
remote: Compressing objects:  71% (124/174)        
remote: Compressing objects:  72% (126/174)        
remote: Compressing objects:  73% (128/174)        
remote: Compressing objects:  74% (129/174)        
remote: Compressing objects:  75% (131/174)        
remote: Compressing objects:  76% (133/174)        
remote: Compressing objects:  77% (134/174)        
remote: Compressing objects:  78% (136/174)        
remote: Compressing objects:  79% (138/174)        
remote: Compressing objects:  80% (140/174)        
remote: Compressing objects:  81% (141/174)        
remote: Compressing objects:  82% (143/174)        
remote: Compressing objects:  83% (145/174)        
remote: Compressing objects:  84% (147/174)        
remote: Compressing objects:  85% (148/174)        
remote: Compressing objects:  86% (150/174)        
remote: Compressing objects:  87% (152/174)        
remote: Compressing objects:  88% (154/174)        
remote: Compressing objects:  89% (155/174)        
remote: Compressing objects:  90% (157/174)        
remote: Compressing objects:  91% (159/174)        
remote: Compressing objects:  92% (161/174)        
remote: Compressing objects:  93% (162/174)        
remote: Compressing objects:  94% (164/174)        
remote: Compressing objects:  95% (166/174)        
remote: Compressing objects:  96% (168/174)        
remote: Compressing objects:  97% (169/174)        
remote: Compressing objects:  98% (171/174)        
remote: Compressing objects:  99% (173/174)        
remote: Compressing objects: 100% (174/174)        
remote: Compressing objects: 100% (174/174), done.        
Receiving objects:   0% (1/1083043)
Receiving objects:   1% (10831/1083043)
Receiving objects:   2% (21661/1083043), 8.93 MiB | 17.85 MiB/s
Receiving objects:   3% (32492/1083043), 8.93 MiB | 17.85 MiB/s
Receiving objects:   4% (43322/1083043), 8.93 MiB | 17.85 MiB/s
Receiving objects:   5% (54153/1083043), 8.93 MiB | 17.85 MiB/s
Receiving objects:   5% (64457/1083043), 8.93 MiB | 17.85 MiB/s
Receiving objects:   6% (64983/1083043), 35.38 MiB | 35.37 MiB/s
Receiving objects:   7% (75814/1083043), 35.38 MiB | 35.37 MiB/s
Receiving objects:   8% (86644/1083043), 35.38 MiB | 35.37 MiB/s
Receiving objects:   9% (97474/1083043), 35.38 MiB | 35.37 MiB/s
Receiving objects:  10% (108305/1083043), 35.38 MiB | 35.37 MiB/s
Receiving objects:  11% (119135/1083043), 35.38 MiB | 35.37 MiB/s
Receiving objects:  12% (129966/1083043), 35.38 MiB | 35.37 MiB/s
Receiving objects:  13% (140796/1083043), 35.38 MiB | 35.37 MiB/s
Receiving objects:  14% (151627/1083043), 35.38 MiB | 35.37 MiB/s
Receiving objects:  15% (162457/1083043), 62.32 MiB | 41.54 MiB/s
Receiving objects:  15% (165346/1083043), 62.32 MiB | 41.54 MiB/s
Receiving objects:  16% (173287/1083043), 92.35 MiB | 46.17 MiB/s
Receiving objects:  17% (184118/1083043), 124.68 MiB | 49.87 MiB/s
Receiving objects:  18% (194948/1083043), 124.68 MiB | 49.87 MiB/s
Receiving objects:  18% (199834/1083043), 156.81 MiB | 52.27 MiB/s
Receiving objects:  19% (205779/1083043), 156.81 MiB | 52.27 MiB/s
Receiving objects:  20% (216609/1083043), 188.89 MiB | 53.96 MiB/s
Receiving objects:  21% (227440/1083043), 188.89 MiB | 53.96 MiB/s
Receiving objects:  22% (238270/1083043), 188.89 MiB | 53.96 MiB/s
Receiving objects:  22% (239553/1083043), 188.89 MiB | 53.96 MiB/s
Receiving objects:  23% (249100/1083043), 220.84 MiB | 55.21 MiB/s
Receiving objects:  24% (259931/1083043), 220.84 MiB | 55.21 MiB/s
Receiving objects:  25% (270761/1083043), 253.01 MiB | 56.22 MiB/s
Receiving objects:  26% (281592/1083043), 253.01 MiB | 56.22 MiB/s
Receiving objects:  26% (287128/1083043), 253.01 MiB | 56.22 MiB/s
Receiving objects:  27% (292422/1083043), 285.11 MiB | 61.37 MiB/s
Receiving objects:  28% (303253/1083043), 285.11 MiB | 61.37 MiB/s
Receiving objects:  29% (314083/1083043), 316.74 MiB | 62.52 MiB/s
Receiving objects:  30% (324913/1083043), 316.74 MiB | 62.52 MiB/s
Receiving objects:  30% (325246/1083043), 316.74 MiB | 62.52 MiB/s
Receiving objects:  31% (335744/1083043), 346.52 MiB | 63.15 MiB/s
Receiving objects:  32% (346574/1083043), 346.52 MiB | 63.15 MiB/s
Receiving objects:  33% (357405/1083043), 346.52 MiB | 63.15 MiB/s
Receiving objects:  34% (368235/1083043), 379.30 MiB | 63.77 MiB/s
Receiving objects:  35% (379066/1083043), 379.30 MiB | 63.77 MiB/s
Receiving objects:  36% (389896/1083043), 379.30 MiB | 63.77 MiB/s
Receiving objects:  37% (400726/1083043), 379.30 MiB | 63.77 MiB/s
Receiving objects:  37% (404763/1083043), 379.30 MiB | 63.77 MiB/s
Receiving objects:  38% (411557/1083043), 411.48 MiB | 63.73 MiB/s
Receiving objects:  39% (422387/1083043), 411.48 MiB | 63.73 MiB/s
Receiving objects:  40% (433218/1083043), 411.48 MiB | 63.73 MiB/s
Receiving objects:  41% (444048/1083043), 411.48 MiB | 63.73 MiB/s
Receiving objects:  42% (454879/1083043), 411.48 MiB | 63.73 MiB/s
Receiving objects:  43% (465709/1083043), 411.48 MiB | 63.73 MiB/s
Receiving objects:  44% (476539/1083043), 411.48 MiB | 63.73 MiB/s
Receiving objects:  45% (487370/1083043), 443.65 MiB | 63.74 MiB/s
Receiving objects:  46% (498200/1083043), 443.65 MiB | 63.74 MiB/s
Receiving objects:  47% (509031/1083043), 443.65 MiB | 63.74 MiB/s
Receiving objects:  48% (519861/1083043), 443.65 MiB | 63.74 MiB/s
Receiving objects:  48% (522493/1083043), 443.65 MiB | 63.74 MiB/s
Receiving objects:  49% (530692/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  50% (541522/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  51% (552352/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  52% (563183/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  53% (574013/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  54% (584844/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  55% (595674/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  56% (606505/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  57% (617335/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  58% (628165/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  59% (638996/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  60% (649826/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  61% (660657/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  62% (671487/1083043), 475.69 MiB | 63.73 MiB/s
Receiving objects:  63% (682318/1083043), 507.72 MiB | 63.75 MiB/s
Receiving objects:  64% (693148/1083043), 507.72 MiB | 63.75 MiB/s
Receiving objects:  65% (703978/1083043), 507.72 MiB | 63.75 MiB/s
Receiving objects:  66% (714809/1083043), 507.72 MiB | 63.75 MiB/s
Receiving objects:  67% (725639/1083043), 507.72 MiB | 63.75 MiB/s
Receiving objects:  67% (726010/1083043), 507.72 MiB | 63.75 MiB/s
Receiving objects:  68% (736470/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  69% (747300/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  70% (758131/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  71% (768961/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  72% (779791/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  73% (790622/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  74% (801452/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  75% (812283/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  76% (823113/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  77% (833944/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  78% (844774/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  79% (855604/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  80% (866435/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  81% (877265/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  82% (888096/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  83% (898926/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  84% (909757/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  85% (920587/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  86% (931417/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  87% (942248/1083043), 539.79 MiB | 63.74 MiB/s
Receiving objects:  88% (953078/1083043), 571.43 MiB | 63.64 MiB/s
Receiving objects:  89% (963909/1083043), 571.43 MiB | 63.64 MiB/s
Receiving objects:  90% (974739/1083043), 571.43 MiB | 63.64 MiB/s
Receiving objects:  91% (985570/1083043), 571.43 MiB | 63.64 MiB/s
Receiving objects:  92% (996400/1083043), 571.43 MiB | 63.64 MiB/s
Receiving objects:  93% (1007230/1083043), 571.43 MiB | 63.64 MiB/s
Receiving objects:  94% (1018061/1083043), 571.43 MiB | 63.64 MiB/s
Receiving objects:  95% (1028891/1083043), 571.43 MiB | 63.64 MiB/s
Receiving objects:  96% (1039722/1083043), 571.43 MiB | 63.64 MiB/s
Receiving objects:  96% (1043510/1083043), 571.43 MiB | 63.64 MiB/s
Receiving objects:  97% (1050552/1083043), 603.30 MiB | 63.69 MiB/s
Receiving objects:  98% (1061383/1083043), 603.30 MiB | 63.69 MiB/s
Receiving objects:  99% (1072213/1083043), 603.30 MiB | 63.69 MiB/s
remote: Total 1083043 (delta 160), reused 72 (delta 71), pack-reused 1082798 (from 3)        
Receiving objects: 100% (1083043/1083043), 603.30 MiB | 63.69 MiB/s
Receiving objects: 100% (1083043/1083043), 616.78 MiB | 60.33 MiB/s, done.
Resolving deltas:   0% (0/867763)
Resolving deltas:   1% (8678/867763)
Resolving deltas:   2% (17356/867763)
Resolving deltas:   3% (26033/867763)
Resolving deltas:   3% (34650/867763)
Resolving deltas:   4% (34711/867763)
Resolving deltas:   5% (43390/867763)
Resolving deltas:   6% (52066/867763)
Resolving deltas:   6% (60274/867763)
Resolving deltas:   7% (60744/867763)
Resolving deltas:   8% (69422/867763)
Resolving deltas:   8% (76220/867763)
Resolving deltas:   9% (78099/867763)
Resolving deltas:  10% (86777/867763)
Resolving deltas:  10% (90778/867763)
Resolving deltas:  11% (95454/867763)
Resolving deltas:  11% (97764/867763)
Resolving deltas:  12% (104132/867763)
Resolving deltas:  13% (112810/867763)
Resolving deltas:  14% (121487/867763)
Resolving deltas:  14% (121798/867763)
Resolving deltas:  15% (130165/867763)
Resolving deltas:  16% (138844/867763)
Resolving deltas:  17% (147520/867763)
Resolving deltas:  17% (153143/867763)
Resolving deltas:  18% (156198/867763)
Resolving deltas:  19% (164875/867763)
Resolving deltas:  20% (173553/867763)
Resolving deltas:  21% (182231/867763)
Resolving deltas:  21% (188784/867763)
Resolving deltas:  22% (190908/867763)
Resolving deltas:  22% (198206/867763)
Resolving deltas:  23% (199586/867763)
Resolving deltas:  24% (208264/867763)
Resolving deltas:  24% (209174/867763)
Resolving deltas:  25% (216941/867763)
Resolving deltas:  26% (225619/867763)
Resolving deltas:  27% (234297/867763)
Resolving deltas:  28% (242974/867763)
Resolving deltas:  28% (243770/867763)
Resolving deltas:  29% (251652/867763)
Resolving deltas:  30% (260329/867763)
Resolving deltas:  31% (269007/867763)
Resolving deltas:  32% (277685/867763)
Resolving deltas:  33% (286362/867763)
Resolving deltas:  33% (294654/867763)
Resolving deltas:  34% (295040/867763)
Resolving deltas:  35% (303718/867763)
Resolving deltas:  36% (312395/867763)
Resolving deltas:  37% (321073/867763)
Resolving deltas:  38% (329750/867763)
Resolving deltas:  39% (338428/867763)
Resolving deltas:  39% (340719/867763)
Resolving deltas:  40% (347106/867763)
Resolving deltas:  41% (355783/867763)
Resolving deltas:  42% (364461/867763)
Resolving deltas:  43% (373139/867763)
Resolving deltas:  44% (381816/867763)
Resolving deltas:  44% (386525/867763)
Resolving deltas:  45% (390494/867763)
Resolving deltas:  46% (399171/867763)
Resolving deltas:  47% (407849/867763)
Resolving deltas:  48% (416527/867763)
Resolving deltas:  49% (425204/867763)
Resolving deltas:  49% (425814/867763)
Resolving deltas:  50% (433882/867763)
Resolving deltas:  51% (442560/867763)
Resolving deltas:  52% (451237/867763)
Resolving deltas:  52% (452245/867763)
Resolving deltas:  53% (459915/867763)
Resolving deltas:  54% (468593/867763)
Resolving deltas:  55% (477270/867763)
Resolving deltas:  56% (485948/867763)
Resolving deltas:  57% (494625/867763)
Resolving deltas:  57% (498927/867763)
Resolving deltas:  58% (503303/867763)
Resolving deltas:  59% (511981/867763)
Resolving deltas:  60% (520658/867763)
Resolving deltas:  61% (529336/867763)
Resolving deltas:  62% (538014/867763)
Resolving deltas:  63% (546691/867763)
Resolving deltas:  63% (553169/867763)
Resolving deltas:  64% (555369/867763)
Resolving deltas:  65% (564046/867763)
Resolving deltas:  66% (572724/867763)
Resolving deltas:  67% (581402/867763)
Resolving deltas:  68% (590079/867763)
Resolving deltas:  69% (598757/867763)
Resolving deltas:  70% (607435/867763)
Resolving deltas:  71% (616112/867763)
Resolving deltas:  71% (616692/867763)
Resolving deltas:  72% (624790/867763)
Resolving deltas:  73% (633467/867763)
Resolving deltas:  74% (642145/867763)
Resolving deltas:  75% (650823/867763)
Resolving deltas:  76% (659500/867763)
Resolving deltas:  77% (668179/867763)
Resolving deltas:  78% (676856/867763)
Resolving deltas:  78% (680658/867763)
Resolving deltas:  79% (685533/867763)
Resolving deltas:  80% (694211/867763)
Resolving deltas:  81% (702889/867763)
Resolving deltas:  82% (711566/867763)
Resolving deltas:  83% (720244/867763)
Resolving deltas:  84% (728921/867763)
Resolving deltas:  85% (737599/867763)
Resolving deltas:  86% (746277/867763)
Resolving deltas:  86% (753992/867763)
Resolving deltas:  87% (754954/867763)
Resolving deltas:  88% (763632/867763)
Resolving deltas:  89% (772310/867763)
Resolving deltas:  90% (780987/867763)
Resolving deltas:  91% (789665/867763)
Resolving deltas:  92% (798342/867763)
Resolving deltas:  93% (807020/867763)
Resolving deltas:  94% (815698/867763)
Resolving deltas:  95% (824375/867763)
Resolving deltas:  96% (833053/867763)
Resolving deltas:  97% (841731/867763)
Resolving deltas:  98% (850408/867763)
Resolving deltas:  99% (859086/867763)
Resolving deltas: 100% (867763/867763)
Resolving deltas: 100% (867763/867763), done.
Note: switching to '0664c1af9b29a5af2404e04a522f8e9e175ba05a'.

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 0664c1af9b2 gh-126835: Move constant subscript folding to CFG (#129568)

make: *** [Makefile:2328: buildbottest] Error 2

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 CentOS9 NoGIL Refleaks 3.x has failed when building commit 0664c1a.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1610/builds/778) and take a look at the build logs.
  4. Check if the failure is related to this commit (0664c1a) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1610/builds/778

Failed tests:

  • test_peepholer

Test leaking resources:

  • test_peepholer: memory blocks
  • test_peepholer: references

Summary of the results of the build (if available):

==

Click to see traceback logs
remote: Enumerating objects: 14, 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:   7% (1/13)        
remote: Compressing objects:  15% (2/13)        
remote: Compressing objects:  23% (3/13)        
remote: Compressing objects:  30% (4/13)        
remote: Compressing objects:  38% (5/13)        
remote: Compressing objects:  46% (6/13)        
remote: Compressing objects:  53% (7/13)        
remote: Compressing objects:  61% (8/13)        
remote: Compressing objects:  69% (9/13)        
remote: Compressing objects:  76% (10/13)        
remote: Compressing objects:  84% (11/13)        
remote: Compressing objects:  92% (12/13)        
remote: Compressing objects: 100% (13/13)        
remote: Compressing objects: 100% (13/13), done.        
remote: Total 14 (delta 0), reused 0 (delta 0), pack-reused 1 (from 1)        
From https://github.com/python/cpython
 * branch                    main       -> FETCH_HEAD
Note: switching to '0664c1af9b29a5af2404e04a522f8e9e175ba05a'.

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 0664c1af9b2 gh-126835: Move constant subscript folding to CFG (#129568)
Switched to and reset branch 'main'

configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)

make: *** [Makefile:2322: buildbottest] Error 2

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 RHEL8 Refleaks 3.x has failed when building commit 0664c1a.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/259/builds/2092) and take a look at the build logs.
  4. Check if the failure is related to this commit (0664c1a) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/259/builds/2092

Failed tests:

  • test_peepholer

Test leaking resources:

  • test_peepholer: memory blocks
  • test_peepholer: references

Summary of the results of the build (if available):

==

Click to see traceback logs
Cloning into '.'...
remote: Enumerating objects: 1083043        
remote: Enumerating objects: 1083043, done.        
remote: Counting objects:   0% (1/221)        
remote: Counting objects:   1% (3/221)        
remote: Counting objects:   2% (5/221)        
remote: Counting objects:   3% (7/221)        
remote: Counting objects:   4% (9/221)        
remote: Counting objects:   5% (12/221)        
remote: Counting objects:   6% (14/221)        
remote: Counting objects:   7% (16/221)        
remote: Counting objects:   8% (18/221)        
remote: Counting objects:   9% (20/221)        
remote: Counting objects:  10% (23/221)        
remote: Counting objects:  11% (25/221)        
remote: Counting objects:  12% (27/221)        
remote: Counting objects:  13% (29/221)        
remote: Counting objects:  14% (31/221)        
remote: Counting objects:  15% (34/221)        
remote: Counting objects:  16% (36/221)        
remote: Counting objects:  17% (38/221)        
remote: Counting objects:  18% (40/221)        
remote: Counting objects:  19% (42/221)        
remote: Counting objects:  20% (45/221)        
remote: Counting objects:  21% (47/221)        
remote: Counting objects:  22% (49/221)        
remote: Counting objects:  23% (51/221)        
remote: Counting objects:  24% (54/221)        
remote: Counting objects:  25% (56/221)        
remote: Counting objects:  26% (58/221)        
remote: Counting objects:  27% (60/221)        
remote: Counting objects:  28% (62/221)        
remote: Counting objects:  29% (65/221)        
remote: Counting objects:  30% (67/221)        
remote: Counting objects:  31% (69/221)        
remote: Counting objects:  32% (71/221)        
remote: Counting objects:  33% (73/221)        
remote: Counting objects:  34% (76/221)        
remote: Counting objects:  35% (78/221)        
remote: Counting objects:  36% (80/221)        
remote: Counting objects:  37% (82/221)        
remote: Counting objects:  38% (84/221)        
remote: Counting objects:  39% (87/221)        
remote: Counting objects:  40% (89/221)        
remote: Counting objects:  41% (91/221)        
remote: Counting objects:  42% (93/221)        
remote: Counting objects:  43% (96/221)        
remote: Counting objects:  44% (98/221)        
remote: Counting objects:  45% (100/221)        
remote: Counting objects:  46% (102/221)        
remote: Counting objects:  47% (104/221)        
remote: Counting objects:  48% (107/221)        
remote: Counting objects:  49% (109/221)        
remote: Counting objects:  50% (111/221)        
remote: Counting objects:  51% (113/221)        
remote: Counting objects:  52% (115/221)        
remote: Counting objects:  53% (118/221)        
remote: Counting objects:  54% (120/221)        
remote: Counting objects:  55% (122/221)        
remote: Counting objects:  56% (124/221)        
remote: Counting objects:  57% (126/221)        
remote: Counting objects:  58% (129/221)        
remote: Counting objects:  59% (131/221)        
remote: Counting objects:  60% (133/221)        
remote: Counting objects:  61% (135/221)        
remote: Counting objects:  62% (138/221)        
remote: Counting objects:  63% (140/221)        
remote: Counting objects:  64% (142/221)        
remote: Counting objects:  65% (144/221)        
remote: Counting objects:  66% (146/221)        
remote: Counting objects:  67% (149/221)        
remote: Counting objects:  68% (151/221)        
remote: Counting objects:  69% (153/221)        
remote: Counting objects:  70% (155/221)        
remote: Counting objects:  71% (157/221)        
remote: Counting objects:  72% (160/221)        
remote: Counting objects:  73% (162/221)        
remote: Counting objects:  74% (164/221)        
remote: Counting objects:  75% (166/221)        
remote: Counting objects:  76% (168/221)        
remote: Counting objects:  77% (171/221)        
remote: Counting objects:  78% (173/221)        
remote: Counting objects:  79% (175/221)        
remote: Counting objects:  80% (177/221)        
remote: Counting objects:  81% (180/221)        
remote: Counting objects:  82% (182/221)        
remote: Counting objects:  83% (184/221)        
remote: Counting objects:  84% (186/221)        
remote: Counting objects:  85% (188/221)        
remote: Counting objects:  86% (191/221)        
remote: Counting objects:  87% (193/221)        
remote: Counting objects:  88% (195/221)        
remote: Counting objects:  89% (197/221)        
remote: Counting objects:  90% (199/221)        
remote: Counting objects:  91% (202/221)        
remote: Counting objects:  92% (204/221)        
remote: Counting objects:  93% (206/221)        
remote: Counting objects:  94% (208/221)        
remote: Counting objects:  95% (210/221)        
remote: Counting objects:  96% (213/221)        
remote: Counting objects:  97% (215/221)        
remote: Counting objects:  98% (217/221)        
remote: Counting objects:  99% (219/221)        
remote: Counting objects: 100% (221/221)        
remote: Counting objects: 100% (221/221), done.        
remote: Compressing objects:   0% (1/155)        
remote: Compressing objects:   1% (2/155)        
remote: Compressing objects:   2% (4/155)        
remote: Compressing objects:   3% (5/155)        
remote: Compressing objects:   4% (7/155)        
remote: Compressing objects:   5% (8/155)        
remote: Compressing objects:   6% (10/155)        
remote: Compressing objects:   7% (11/155)        
remote: Compressing objects:   8% (13/155)        
remote: Compressing objects:   9% (14/155)        
remote: Compressing objects:  10% (16/155)        
remote: Compressing objects:  11% (18/155)        
remote: Compressing objects:  12% (19/155)        
remote: Compressing objects:  13% (21/155)        
remote: Compressing objects:  14% (22/155)        
remote: Compressing objects:  15% (24/155)        
remote: Compressing objects:  16% (25/155)        
remote: Compressing objects:  17% (27/155)        
remote: Compressing objects:  18% (28/155)        
remote: Compressing objects:  19% (30/155)        
remote: Compressing objects:  20% (31/155)        
remote: Compressing objects:  21% (33/155)        
remote: Compressing objects:  22% (35/155)        
remote: Compressing objects:  23% (36/155)        
remote: Compressing objects:  24% (38/155)        
remote: Compressing objects:  25% (39/155)        
remote: Compressing objects:  26% (41/155)        
remote: Compressing objects:  27% (42/155)        
remote: Compressing objects:  28% (44/155)        
remote: Compressing objects:  29% (45/155)        
remote: Compressing objects:  30% (47/155)        
remote: Compressing objects:  31% (49/155)        
remote: Compressing objects:  32% (50/155)        
remote: Compressing objects:  33% (52/155)        
remote: Compressing objects:  34% (53/155)        
remote: Compressing objects:  35% (55/155)        
remote: Compressing objects:  36% (56/155)        
remote: Compressing objects:  37% (58/155)        
remote: Compressing objects:  38% (59/155)        
remote: Compressing objects:  39% (61/155)        
remote: Compressing objects:  40% (62/155)        
remote: Compressing objects:  41% (64/155)        
remote: Compressing objects:  42% (66/155)        
remote: Compressing objects:  43% (67/155)        
remote: Compressing objects:  44% (69/155)        
remote: Compressing objects:  45% (70/155)        
remote: Compressing objects:  46% (72/155)        
remote: Compressing objects:  47% (73/155)        
remote: Compressing objects:  48% (75/155)        
remote: Compressing objects:  49% (76/155)        
remote: Compressing objects:  50% (78/155)        
remote: Compressing objects:  51% (80/155)        
remote: Compressing objects:  52% (81/155)        
remote: Compressing objects:  53% (83/155)        
remote: Compressing objects:  54% (84/155)        
remote: Compressing objects:  55% (86/155)        
remote: Compressing objects:  56% (87/155)        
remote: Compressing objects:  57% (89/155)        
remote: Compressing objects:  58% (90/155)        
remote: Compressing objects:  59% (92/155)        
remote: Compressing objects:  60% (93/155)        
remote: Compressing objects:  61% (95/155)        
remote: Compressing objects:  62% (97/155)        
remote: Compressing objects:  63% (98/155)        
remote: Compressing objects:  64% (100/155)        
remote: Compressing objects:  65% (101/155)        
remote: Compressing objects:  66% (103/155)        
remote: Compressing objects:  67% (104/155)        
remote: Compressing objects:  68% (106/155)        
remote: Compressing objects:  69% (107/155)        
remote: Compressing objects:  70% (109/155)        
remote: Compressing objects:  71% (111/155)        
remote: Compressing objects:  72% (112/155)        
remote: Compressing objects:  73% (114/155)        
remote: Compressing objects:  74% (115/155)        
remote: Compressing objects:  75% (117/155)        
remote: Compressing objects:  76% (118/155)        
remote: Compressing objects:  77% (120/155)        
remote: Compressing objects:  78% (121/155)        
remote: Compressing objects:  79% (123/155)        
remote: Compressing objects:  80% (124/155)        
remote: Compressing objects:  81% (126/155)        
remote: Compressing objects:  82% (128/155)        
remote: Compressing objects:  83% (129/155)        
remote: Compressing objects:  84% (131/155)        
remote: Compressing objects:  85% (132/155)        
remote: Compressing objects:  86% (134/155)        
remote: Compressing objects:  87% (135/155)        
remote: Compressing objects:  88% (137/155)        
remote: Compressing objects:  89% (138/155)        
remote: Compressing objects:  90% (140/155)        
remote: Compressing objects:  91% (142/155)        
remote: Compressing objects:  92% (143/155)        
remote: Compressing objects:  93% (145/155)        
remote: Compressing objects:  94% (146/155)        
remote: Compressing objects:  95% (148/155)        
remote: Compressing objects:  96% (149/155)        
remote: Compressing objects:  97% (151/155)        
remote: Compressing objects:  98% (152/155)        
remote: Compressing objects:  99% (154/155)        
remote: Compressing objects: 100% (155/155)        
remote: Compressing objects: 100% (155/155), done.        
Receiving objects:   0% (1/1083043)
Receiving objects:   1% (10831/1083043)
Receiving objects:   2% (21661/1083043)
Receiving objects:   3% (32492/1083043), 17.45 MiB | 34.88 MiB/s
Receiving objects:   4% (43322/1083043), 17.45 MiB | 34.88 MiB/s
Receiving objects:   5% (54153/1083043), 17.45 MiB | 34.88 MiB/s
Receiving objects:   5% (56282/1083043), 17.45 MiB | 34.88 MiB/s
Receiving objects:   6% (64983/1083043), 33.58 MiB | 33.57 MiB/s
Receiving objects:   7% (75814/1083043), 33.58 MiB | 33.57 MiB/s
Receiving objects:   8% (86644/1083043), 33.58 MiB | 33.57 MiB/s
Receiving objects:   9% (97474/1083043), 33.58 MiB | 33.57 MiB/s
Receiving objects:  10% (108305/1083043), 44.89 MiB | 29.92 MiB/s
Receiving objects:  11% (119135/1083043), 44.89 MiB | 29.92 MiB/s
Receiving objects:  12% (129966/1083043), 44.89 MiB | 29.92 MiB/s
Receiving objects:  13% (140796/1083043), 44.89 MiB | 29.92 MiB/s
Receiving objects:  13% (142668/1083043), 44.89 MiB | 29.92 MiB/s
Receiving objects:  14% (151627/1083043), 56.68 MiB | 28.35 MiB/s
Receiving objects:  15% (162457/1083043), 72.30 MiB | 28.93 MiB/s
Receiving objects:  15% (164079/1083043), 87.66 MiB | 29.23 MiB/s
Receiving objects:  16% (173287/1083043), 105.41 MiB | 30.12 MiB/s
Receiving objects:  16% (179695/1083043), 105.41 MiB | 30.12 MiB/s
Receiving objects:  17% (184118/1083043), 124.49 MiB | 31.13 MiB/s
Receiving objects:  18% (194948/1083043), 145.14 MiB | 32.27 MiB/s
Receiving objects:  18% (201385/1083043), 145.14 MiB | 32.27 MiB/s
Receiving objects:  19% (205779/1083043), 170.11 MiB | 33.94 MiB/s
Receiving objects:  20% (216609/1083043), 196.55 MiB | 36.23 MiB/s
Receiving objects:  21% (227440/1083043), 196.55 MiB | 36.23 MiB/s
Receiving objects:  21% (227971/1083043), 218.91 MiB | 38.69 MiB/s
Receiving objects:  22% (238270/1083043), 218.91 MiB | 38.69 MiB/s
Receiving objects:  23% (249100/1083043), 239.02 MiB | 40.53 MiB/s
Receiving objects:  23% (256666/1083043), 239.02 MiB | 40.53 MiB/s
Receiving objects:  24% (259931/1083043), 261.72 MiB | 42.10 MiB/s
Receiving objects:  25% (270761/1083043), 283.06 MiB | 43.43 MiB/s
Receiving objects:  26% (281592/1083043), 283.06 MiB | 43.43 MiB/s
Receiving objects:  26% (288048/1083043), 283.06 MiB | 43.43 MiB/s
Receiving objects:  27% (292422/1083043), 305.00 MiB | 44.36 MiB/s
Receiving objects:  28% (303253/1083043), 323.70 MiB | 44.27 MiB/s
Receiving objects:  28% (309641/1083043), 323.70 MiB | 44.27 MiB/s
Receiving objects:  29% (314083/1083043), 341.61 MiB | 43.66 MiB/s
Receiving objects:  30% (324913/1083043), 359.69 MiB | 42.13 MiB/s
Receiving objects:  30% (335492/1083043), 359.69 MiB | 42.13 MiB/s
Receiving objects:  31% (335744/1083043), 377.84 MiB | 40.29 MiB/s
Receiving objects:  32% (346574/1083043), 377.84 MiB | 40.29 MiB/s
Receiving objects:  33% (357405/1083043), 377.84 MiB | 40.29 MiB/s
Receiving objects:  34% (368235/1083043), 399.26 MiB | 40.08 MiB/s
Receiving objects:  35% (379066/1083043), 399.26 MiB | 40.08 MiB/s
Receiving objects:  36% (389896/1083043), 399.26 MiB | 40.08 MiB/s
Receiving objects:  36% (392653/1083043), 399.26 MiB | 40.08 MiB/s
Receiving objects:  37% (400726/1083043), 417.79 MiB | 39.73 MiB/s
Receiving objects:  38% (411557/1083043), 417.79 MiB | 39.73 MiB/s
Receiving objects:  39% (422387/1083043), 417.79 MiB | 39.73 MiB/s
Receiving objects:  40% (433218/1083043), 417.79 MiB | 39.73 MiB/s
Receiving objects:  41% (444048/1083043), 442.70 MiB | 40.22 MiB/s
Receiving objects:  42% (454879/1083043), 442.70 MiB | 40.22 MiB/s
Receiving objects:  43% (465709/1083043), 442.70 MiB | 40.22 MiB/s
Receiving objects:  44% (476539/1083043), 442.70 MiB | 40.22 MiB/s
Receiving objects:  44% (478332/1083043), 442.70 MiB | 40.22 MiB/s
Receiving objects:  45% (487370/1083043), 467.65 MiB | 41.02 MiB/s
Receiving objects:  46% (498200/1083043), 467.65 MiB | 41.02 MiB/s
Receiving objects:  47% (509031/1083043), 493.89 MiB | 41.97 MiB/s
Receiving objects:  48% (519861/1083043), 493.89 MiB | 41.97 MiB/s
Receiving objects:  49% (530692/1083043), 493.89 MiB | 41.97 MiB/s
Receiving objects:  50% (541522/1083043), 493.89 MiB | 41.97 MiB/s
Receiving objects:  51% (552352/1083043), 493.89 MiB | 41.97 MiB/s
Receiving objects:  52% (563183/1083043), 493.89 MiB | 41.97 MiB/s
Receiving objects:  53% (574013/1083043), 493.89 MiB | 41.97 MiB/s
Receiving objects:  54% (584844/1083043), 493.89 MiB | 41.97 MiB/s
Receiving objects:  55% (595674/1083043), 493.89 MiB | 41.97 MiB/s
Receiving objects:  55% (602883/1083043), 493.89 MiB | 41.97 MiB/s
Receiving objects:  56% (606505/1083043), 519.38 MiB | 43.48 MiB/s
Receiving objects:  57% (617335/1083043), 519.38 MiB | 43.48 MiB/s
Receiving objects:  58% (628165/1083043), 519.38 MiB | 43.48 MiB/s
Receiving objects:  59% (638996/1083043), 519.38 MiB | 43.48 MiB/s
Receiving objects:  60% (649826/1083043), 519.38 MiB | 43.48 MiB/s
Receiving objects:  61% (660657/1083043), 519.38 MiB | 43.48 MiB/s
Receiving objects:  62% (671487/1083043), 519.38 MiB | 43.48 MiB/s
Receiving objects:  63% (682318/1083043), 519.38 MiB | 43.48 MiB/s
Receiving objects:  64% (693148/1083043), 543.26 MiB | 44.81 MiB/s
Receiving objects:  65% (703978/1083043), 543.26 MiB | 44.81 MiB/s
Receiving objects:  66% (714809/1083043), 543.26 MiB | 44.81 MiB/s
Receiving objects:  67% (725639/1083043), 543.26 MiB | 44.81 MiB/s
Receiving objects:  68% (736470/1083043), 543.26 MiB | 44.81 MiB/s
Receiving objects:  69% (747300/1083043), 543.26 MiB | 44.81 MiB/s
Receiving objects:  70% (758131/1083043), 543.26 MiB | 44.81 MiB/s
Receiving objects:  70% (759295/1083043), 543.26 MiB | 44.81 MiB/s
Receiving objects:  71% (768961/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  72% (779791/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  73% (790622/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  74% (801452/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  75% (812283/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  76% (823113/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  77% (833944/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  78% (844774/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  79% (855604/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  80% (866435/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  81% (877265/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  82% (888096/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  83% (898926/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  84% (909757/1083043), 569.48 MiB | 46.62 MiB/s
Receiving objects:  85% (920587/1083043), 590.39 MiB | 47.23 MiB/s
Receiving objects:  86% (931417/1083043), 590.39 MiB | 47.23 MiB/s
Receiving objects:  87% (942248/1083043), 590.39 MiB | 47.23 MiB/s
Receiving objects:  88% (953078/1083043), 590.39 MiB | 47.23 MiB/s
Receiving objects:  89% (963909/1083043), 590.39 MiB | 47.23 MiB/s
Receiving objects:  90% (974739/1083043), 590.39 MiB | 47.23 MiB/s
Receiving objects:  91% (985570/1083043), 590.39 MiB | 47.23 MiB/s
Receiving objects:  91% (991994/1083043), 590.39 MiB | 47.23 MiB/s
Receiving objects:  92% (996400/1083043), 608.63 MiB | 46.53 MiB/s
Receiving objects:  93% (1007230/1083043), 608.63 MiB | 46.53 MiB/s
Receiving objects:  94% (1018061/1083043), 608.63 MiB | 46.53 MiB/s
Receiving objects:  95% (1028891/1083043), 608.63 MiB | 46.53 MiB/s
Receiving objects:  96% (1039722/1083043), 608.63 MiB | 46.53 MiB/s
Receiving objects:  97% (1050552/1083043), 630.28 MiB | 47.22 MiB/s
Receiving objects:  98% (1061383/1083043), 630.28 MiB | 47.22 MiB/s
Receiving objects:  99% (1072213/1083043), 630.28 MiB | 47.22 MiB/s
remote: Total 1083043 (delta 142), reused 67 (delta 66), pack-reused 1082822 (from 3)        
Receiving objects: 100% (1083043/1083043), 630.28 MiB | 47.22 MiB/s
Receiving objects: 100% (1083043/1083043), 642.84 MiB | 40.84 MiB/s, done.
Resolving deltas:   0% (0/867296)
Resolving deltas:   1% (8673/867296)
Resolving deltas:   2% (17346/867296)
Resolving deltas:   2% (22294/867296)
Resolving deltas:   3% (26019/867296)
Resolving deltas:   4% (34692/867296)
Resolving deltas:   5% (43365/867296)
Resolving deltas:   5% (44583/867296)
Resolving deltas:   6% (52038/867296)
Resolving deltas:   7% (60712/867296)
Resolving deltas:   7% (61216/867296)
Resolving deltas:   8% (69384/867296)
Resolving deltas:   8% (72988/867296)
Resolving deltas:   9% (78057/867296)
Resolving deltas:   9% (83598/867296)
Resolving deltas:  10% (86730/867296)
Resolving deltas:  10% (89697/867296)
Resolving deltas:  11% (95403/867296)
Resolving deltas:  12% (104076/867296)
Resolving deltas:  12% (110212/867296)
Resolving deltas:  13% (112749/867296)
Resolving deltas:  14% (121422/867296)
Resolving deltas:  15% (130095/867296)
Resolving deltas:  15% (134934/867296)
Resolving deltas:  16% (138768/867296)
Resolving deltas:  17% (147441/867296)
Resolving deltas:  17% (152327/867296)
Resolving deltas:  18% (156114/867296)
Resolving deltas:  19% (164787/867296)
Resolving deltas:  20% (173460/867296)
Resolving deltas:  21% (182133/867296)
Resolving deltas:  21% (184340/867296)
Resolving deltas:  22% (190806/867296)
Resolving deltas:  22% (193395/867296)
Resolving deltas:  23% (199479/867296)
Resolving deltas:  23% (203572/867296)
Resolving deltas:  24% (208152/867296)
Resolving deltas:  24% (213409/867296)
Resolving deltas:  25% (216824/867296)
Resolving deltas:  26% (225497/867296)
Resolving deltas:  27% (234170/867296)
Resolving deltas:  27% (242668/867296)
Resolving deltas:  28% (242843/867296)
Resolving deltas:  29% (251516/867296)
Resolving deltas:  30% (260189/867296)
Resolving deltas:  30% (266080/867296)
Resolving deltas:  31% (268862/867296)
Resolving deltas:  32% (277535/867296)
Resolving deltas:  33% (286208/867296)
Resolving deltas:  34% (294881/867296)
Resolving deltas:  35% (303555/867296)
Resolving deltas:  35% (311475/867296)
Resolving deltas:  36% (312227/867296)
Resolving deltas:  37% (320900/867296)
Resolving deltas:  38% (329573/867296)
Resolving deltas:  38% (337662/867296)
Resolving deltas:  39% (338246/867296)
Resolving deltas:  40% (346919/867296)
Resolving deltas:  41% (355592/867296)
Resolving deltas:  42% (364265/867296)
Resolving deltas:  42% (370333/867296)
Resolving deltas:  43% (372938/867296)
Resolving deltas:  44% (381611/867296)
Resolving deltas:  45% (390284/867296)
Resolving deltas:  46% (398957/867296)
Resolving deltas:  46% (401858/867296)
Resolving deltas:  47% (407630/867296)
Resolving deltas:  48% (416303/867296)
Resolving deltas:  49% (424976/867296)
Resolving deltas:  49% (428432/867296)
Resolving deltas:  50% (433648/867296)
Resolving deltas:  51% (442321/867296)
Resolving deltas:  51% (450649/867296)
Resolving deltas:  52% (450994/867296)
Resolving deltas:  53% (459667/867296)
Resolving deltas:  54% (468340/867296)
Resolving deltas:  55% (477015/867296)
Resolving deltas:  55% (485555/867296)
Resolving deltas:  56% (485686/867296)
Resolving deltas:  57% (494359/867296)
Resolving deltas:  58% (503032/867296)
Resolving deltas:  59% (511705/867296)
Resolving deltas:  59% (513802/867296)
Resolving deltas:  60% (520378/867296)
Resolving deltas:  61% (529051/867296)
Resolving deltas:  62% (537724/867296)
Resolving deltas:  63% (546397/867296)
Resolving deltas:  64% (555070/867296)
Resolving deltas:  64% (558557/867296)
Resolving deltas:  65% (563743/867296)
Resolving deltas:  66% (572416/867296)
Resolving deltas:  67% (581089/867296)
Resolving deltas:  68% (589762/867296)
Resolving deltas:  69% (598435/867296)
Resolving deltas:  69% (600073/867296)
Resolving deltas:  70% (607108/867296)
Resolving deltas:  71% (615781/867296)
Resolving deltas:  72% (624454/867296)
Resolving deltas:  72% (631363/867296)
Resolving deltas:  73% (633127/867296)
Resolving deltas:  74% (641800/867296)
Resolving deltas:  75% (650472/867296)
Resolving deltas:  76% (659145/867296)
Resolving deltas:  77% (667818/867296)
Resolving deltas:  78% (676491/867296)
Resolving deltas:  79% (685164/867296)
Resolving deltas:  79% (686222/867296)
Resolving deltas:  80% (693837/867296)
Resolving deltas:  81% (702510/867296)
Resolving deltas:  82% (711183/867296)
Resolving deltas:  83% (719856/867296)
Resolving deltas:  84% (728529/867296)
Resolving deltas:  84% (733120/867296)
Resolving deltas:  85% (737202/867296)
Resolving deltas:  86% (745875/867296)
Resolving deltas:  87% (754548/867296)
Resolving deltas:  88% (763221/867296)
Resolving deltas:  89% (771894/867296)
Resolving deltas:  90% (780567/867296)
Resolving deltas:  91% (789240/867296)
Resolving deltas:  91% (792870/867296)
Resolving deltas:  92% (797913/867296)
Resolving deltas:  93% (806586/867296)
Resolving deltas:  94% (815259/867296)
Resolving deltas:  95% (823932/867296)
Resolving deltas:  96% (832605/867296)
Resolving deltas:  97% (841280/867296)
Resolving deltas:  98% (849951/867296)
Resolving deltas:  98% (851440/867296)
Resolving deltas:  99% (858624/867296)
Resolving deltas: 100% (867296/867296)
Resolving deltas: 100% (867296/867296), done.
Note: switching to '0664c1af9b29a5af2404e04a522f8e9e175ba05a'.

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 0664c1af9b2 gh-126835: Move constant subscript folding to CFG (#129568)

configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)

make: *** [Makefile:2328: buildbottest] Error 2

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 Fedora Stable Refleaks 3.x has failed when building commit 0664c1a.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/320/builds/1913) and take a look at the build logs.
  4. Check if the failure is related to this commit (0664c1a) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/320/builds/1913

Failed tests:

  • test_peepholer

Test leaking resources:

  • test_peepholer: memory blocks
  • test_peepholer: references

Summary of the results of the build (if available):

==

Click to see traceback logs
Cloning into '.'...
remote: Enumerating objects: 1082823        
remote: Enumerating objects: 1083043, done.        
remote: Counting objects:   0% (1/221)        
remote: Counting objects:   1% (3/221)        
remote: Counting objects:   2% (5/221)        
remote: Counting objects:   3% (7/221)        
remote: Counting objects:   4% (9/221)        
remote: Counting objects:   5% (12/221)        
remote: Counting objects:   6% (14/221)        
remote: Counting objects:   7% (16/221)        
remote: Counting objects:   8% (18/221)        
remote: Counting objects:   9% (20/221)        
remote: Counting objects:  10% (23/221)        
remote: Counting objects:  11% (25/221)        
remote: Counting objects:  12% (27/221)        
remote: Counting objects:  13% (29/221)        
remote: Counting objects:  14% (31/221)        
remote: Counting objects:  15% (34/221)        
remote: Counting objects:  16% (36/221)        
remote: Counting objects:  17% (38/221)        
remote: Counting objects:  18% (40/221)        
remote: Counting objects:  19% (42/221)        
remote: Counting objects:  20% (45/221)        
remote: Counting objects:  21% (47/221)        
remote: Counting objects:  22% (49/221)        
remote: Counting objects:  23% (51/221)        
remote: Counting objects:  24% (54/221)        
remote: Counting objects:  25% (56/221)        
remote: Counting objects:  26% (58/221)        
remote: Counting objects:  27% (60/221)        
remote: Counting objects:  28% (62/221)        
remote: Counting objects:  29% (65/221)        
remote: Counting objects:  30% (67/221)        
remote: Counting objects:  31% (69/221)        
remote: Counting objects:  32% (71/221)        
remote: Counting objects:  33% (73/221)        
remote: Counting objects:  34% (76/221)        
remote: Counting objects:  35% (78/221)        
remote: Counting objects:  36% (80/221)        
remote: Counting objects:  37% (82/221)        
remote: Counting objects:  38% (84/221)        
remote: Counting objects:  39% (87/221)        
remote: Counting objects:  40% (89/221)        
remote: Counting objects:  41% (91/221)        
remote: Counting objects:  42% (93/221)        
remote: Counting objects:  43% (96/221)        
remote: Counting objects:  44% (98/221)        
remote: Counting objects:  45% (100/221)        
remote: Counting objects:  46% (102/221)        
remote: Counting objects:  47% (104/221)        
remote: Counting objects:  48% (107/221)        
remote: Counting objects:  49% (109/221)        
remote: Counting objects:  50% (111/221)        
remote: Counting objects:  51% (113/221)        
remote: Counting objects:  52% (115/221)        
remote: Counting objects:  53% (118/221)        
remote: Counting objects:  54% (120/221)        
remote: Counting objects:  55% (122/221)        
remote: Counting objects:  56% (124/221)        
remote: Counting objects:  57% (126/221)        
remote: Counting objects:  58% (129/221)        
remote: Counting objects:  59% (131/221)        
remote: Counting objects:  60% (133/221)        
remote: Counting objects:  61% (135/221)        
remote: Counting objects:  62% (138/221)        
remote: Counting objects:  63% (140/221)        
remote: Counting objects:  64% (142/221)        
remote: Counting objects:  65% (144/221)        
remote: Counting objects:  66% (146/221)        
remote: Counting objects:  67% (149/221)        
remote: Counting objects:  68% (151/221)        
remote: Counting objects:  69% (153/221)        
remote: Counting objects:  70% (155/221)        
remote: Counting objects:  71% (157/221)        
remote: Counting objects:  72% (160/221)        
remote: Counting objects:  73% (162/221)        
remote: Counting objects:  74% (164/221)        
remote: Counting objects:  75% (166/221)        
remote: Counting objects:  76% (168/221)        
remote: Counting objects:  77% (171/221)        
remote: Counting objects:  78% (173/221)        
remote: Counting objects:  79% (175/221)        
remote: Counting objects:  80% (177/221)        
remote: Counting objects:  81% (180/221)        
remote: Counting objects:  82% (182/221)        
remote: Counting objects:  83% (184/221)        
remote: Counting objects:  84% (186/221)        
remote: Counting objects:  85% (188/221)        
remote: Counting objects:  86% (191/221)        
remote: Counting objects:  87% (193/221)        
remote: Counting objects:  88% (195/221)        
remote: Counting objects:  89% (197/221)        
remote: Counting objects:  90% (199/221)        
remote: Counting objects:  91% (202/221)        
remote: Counting objects:  92% (204/221)        
remote: Counting objects:  93% (206/221)        
remote: Counting objects:  94% (208/221)        
remote: Counting objects:  95% (210/221)        
remote: Counting objects:  96% (213/221)        
remote: Counting objects:  97% (215/221)        
remote: Counting objects:  98% (217/221)        
remote: Counting objects:  99% (219/221)        
remote: Counting objects: 100% (221/221)        
remote: Counting objects: 100% (221/221), done.        
remote: Compressing objects:   0% (1/155)        
remote: Compressing objects:   1% (2/155)        
remote: Compressing objects:   2% (4/155)        
remote: Compressing objects:   3% (5/155)        
remote: Compressing objects:   4% (7/155)        
remote: Compressing objects:   5% (8/155)        
remote: Compressing objects:   6% (10/155)        
remote: Compressing objects:   7% (11/155)        
remote: Compressing objects:   8% (13/155)        
remote: Compressing objects:   9% (14/155)        
remote: Compressing objects:  10% (16/155)        
remote: Compressing objects:  11% (18/155)        
remote: Compressing objects:  12% (19/155)        
remote: Compressing objects:  13% (21/155)        
remote: Compressing objects:  14% (22/155)        
remote: Compressing objects:  15% (24/155)        
remote: Compressing objects:  16% (25/155)        
remote: Compressing objects:  17% (27/155)        
remote: Compressing objects:  18% (28/155)        
remote: Compressing objects:  19% (30/155)        
remote: Compressing objects:  20% (31/155)        
remote: Compressing objects:  21% (33/155)        
remote: Compressing objects:  22% (35/155)        
remote: Compressing objects:  23% (36/155)        
remote: Compressing objects:  24% (38/155)        
remote: Compressing objects:  25% (39/155)        
remote: Compressing objects:  26% (41/155)        
remote: Compressing objects:  27% (42/155)        
remote: Compressing objects:  28% (44/155)        
remote: Compressing objects:  29% (45/155)        
remote: Compressing objects:  30% (47/155)        
remote: Compressing objects:  31% (49/155)        
remote: Compressing objects:  32% (50/155)        
remote: Compressing objects:  33% (52/155)        
remote: Compressing objects:  34% (53/155)        
remote: Compressing objects:  35% (55/155)        
remote: Compressing objects:  36% (56/155)        
remote: Compressing objects:  37% (58/155)        
remote: Compressing objects:  38% (59/155)        
remote: Compressing objects:  39% (61/155)        
remote: Compressing objects:  40% (62/155)        
remote: Compressing objects:  41% (64/155)        
remote: Compressing objects:  42% (66/155)        
remote: Compressing objects:  43% (67/155)        
remote: Compressing objects:  44% (69/155)        
remote: Compressing objects:  45% (70/155)        
remote: Compressing objects:  46% (72/155)        
remote: Compressing objects:  47% (73/155)        
remote: Compressing objects:  48% (75/155)        
remote: Compressing objects:  49% (76/155)        
remote: Compressing objects:  50% (78/155)        
remote: Compressing objects:  51% (80/155)        
remote: Compressing objects:  52% (81/155)        
remote: Compressing objects:  53% (83/155)        
remote: Compressing objects:  54% (84/155)        
remote: Compressing objects:  55% (86/155)        
remote: Compressing objects:  56% (87/155)        
remote: Compressing objects:  57% (89/155)        
remote: Compressing objects:  58% (90/155)        
remote: Compressing objects:  59% (92/155)        
remote: Compressing objects:  60% (93/155)        
remote: Compressing objects:  61% (95/155)        
remote: Compressing objects:  62% (97/155)        
remote: Compressing objects:  63% (98/155)        
remote: Compressing objects:  64% (100/155)        
remote: Compressing objects:  65% (101/155)        
remote: Compressing objects:  66% (103/155)        
remote: Compressing objects:  67% (104/155)        
remote: Compressing objects:  68% (106/155)        
remote: Compressing objects:  69% (107/155)        
remote: Compressing objects:  70% (109/155)        
remote: Compressing objects:  71% (111/155)        
remote: Compressing objects:  72% (112/155)        
remote: Compressing objects:  73% (114/155)        
remote: Compressing objects:  74% (115/155)        
remote: Compressing objects:  75% (117/155)        
remote: Compressing objects:  76% (118/155)        
remote: Compressing objects:  77% (120/155)        
remote: Compressing objects:  78% (121/155)        
remote: Compressing objects:  79% (123/155)        
remote: Compressing objects:  80% (124/155)        
remote: Compressing objects:  81% (126/155)        
remote: Compressing objects:  82% (128/155)        
remote: Compressing objects:  83% (129/155)        
remote: Compressing objects:  84% (131/155)        
remote: Compressing objects:  85% (132/155)        
remote: Compressing objects:  86% (134/155)        
remote: Compressing objects:  87% (135/155)        
remote: Compressing objects:  88% (137/155)        
remote: Compressing objects:  89% (138/155)        
remote: Compressing objects:  90% (140/155)        
remote: Compressing objects:  91% (142/155)        
remote: Compressing objects:  92% (143/155)        
remote: Compressing objects:  93% (145/155)        
remote: Compressing objects:  94% (146/155)        
remote: Compressing objects:  95% (148/155)        
remote: Compressing objects:  96% (149/155)        
remote: Compressing objects:  97% (151/155)        
remote: Compressing objects:  98% (152/155)        
remote: Compressing objects:  99% (154/155)        
remote: Compressing objects: 100% (155/155)        
remote: Compressing objects: 100% (155/155), done.        
Receiving objects:   0% (1/1083043)
Receiving objects:   1% (10831/1083043)
Receiving objects:   2% (21661/1083043), 13.92 MiB | 27.83 MiB/s
Receiving objects:   3% (32492/1083043), 13.92 MiB | 27.83 MiB/s
Receiving objects:   4% (43322/1083043), 13.92 MiB | 27.83 MiB/s
Receiving objects:   4% (50363/1083043), 13.92 MiB | 27.83 MiB/s
Receiving objects:   5% (54153/1083043), 32.13 MiB | 32.12 MiB/s
Receiving objects:   6% (64983/1083043), 32.13 MiB | 32.12 MiB/s
Receiving objects:   7% (75814/1083043), 32.13 MiB | 32.12 MiB/s
Receiving objects:   8% (86644/1083043), 32.13 MiB | 32.12 MiB/s
Receiving objects:   9% (97474/1083043), 32.13 MiB | 32.12 MiB/s
Receiving objects:  10% (108305/1083043), 43.28 MiB | 28.85 MiB/s
Receiving objects:  11% (119135/1083043), 43.28 MiB | 28.85 MiB/s
Receiving objects:  12% (129966/1083043), 43.28 MiB | 28.85 MiB/s
Receiving objects:  12% (137655/1083043), 43.28 MiB | 28.85 MiB/s
Receiving objects:  13% (140796/1083043), 55.21 MiB | 27.60 MiB/s
Receiving objects:  14% (151627/1083043), 55.21 MiB | 27.60 MiB/s
Receiving objects:  15% (162457/1083043), 72.20 MiB | 28.88 MiB/s
Receiving objects:  15% (163363/1083043), 72.20 MiB | 28.88 MiB/s
Receiving objects:  16% (173287/1083043), 102.30 MiB | 29.23 MiB/s
Receiving objects:  16% (178925/1083043), 102.30 MiB | 29.23 MiB/s
Receiving objects:  17% (184118/1083043), 121.88 MiB | 30.47 MiB/s
Receiving objects:  18% (194948/1083043), 143.00 MiB | 31.78 MiB/s
Receiving objects:  18% (199615/1083043), 143.00 MiB | 31.78 MiB/s
Receiving objects:  19% (205779/1083043), 165.87 MiB | 33.77 MiB/s
Receiving objects:  20% (216609/1083043), 190.59 MiB | 35.21 MiB/s
Receiving objects:  20% (224576/1083043), 190.59 MiB | 35.21 MiB/s
Receiving objects:  21% (227440/1083043), 215.09 MiB | 38.18 MiB/s
Receiving objects:  22% (238270/1083043), 215.09 MiB | 38.18 MiB/s
Receiving objects:  23% (249100/1083043), 237.42 MiB | 40.49 MiB/s
Receiving objects:  23% (256484/1083043), 237.42 MiB | 40.49 MiB/s
Receiving objects:  24% (259931/1083043), 261.39 MiB | 42.04 MiB/s
Receiving objects:  25% (270761/1083043), 282.55 MiB | 43.82 MiB/s
Receiving objects:  26% (281592/1083043), 282.55 MiB | 43.82 MiB/s
Receiving objects:  26% (287580/1083043), 303.93 MiB | 44.81 MiB/s
Receiving objects:  27% (292422/1083043), 303.93 MiB | 44.81 MiB/s
Receiving objects:  28% (303253/1083043), 323.96 MiB | 44.91 MiB/s
Receiving objects:  28% (310593/1083043), 323.96 MiB | 44.91 MiB/s
Receiving objects:  29% (314083/1083043), 342.97 MiB | 44.44 MiB/s
Receiving objects:  30% (324913/1083043), 361.49 MiB | 43.47 MiB/s
Receiving objects:  31% (335744/1083043), 361.49 MiB | 43.47 MiB/s
Receiving objects:  31% (337376/1083043), 361.49 MiB | 43.47 MiB/s
Receiving objects:  32% (346574/1083043), 381.51 MiB | 42.43 MiB/s
Receiving objects:  33% (357405/1083043), 381.51 MiB | 42.43 MiB/s
Receiving objects:  34% (368235/1083043), 401.98 MiB | 41.53 MiB/s
Receiving objects:  35% (379066/1083043), 401.98 MiB | 41.53 MiB/s
Receiving objects:  36% (389896/1083043), 401.98 MiB | 41.53 MiB/s
Receiving objects:  36% (399077/1083043), 401.98 MiB | 41.53 MiB/s
Receiving objects:  37% (400726/1083043), 423.22 MiB | 41.29 MiB/s
Receiving objects:  38% (411557/1083043), 423.22 MiB | 41.29 MiB/s
Receiving objects:  39% (422387/1083043), 423.22 MiB | 41.29 MiB/s
Receiving objects:  40% (433218/1083043), 423.22 MiB | 41.29 MiB/s
Receiving objects:  41% (444048/1083043), 423.22 MiB | 41.29 MiB/s
Receiving objects:  42% (454879/1083043), 450.61 MiB | 42.05 MiB/s
Receiving objects:  43% (465709/1083043), 450.61 MiB | 42.05 MiB/s
Receiving objects:  44% (476539/1083043), 450.61 MiB | 42.05 MiB/s
Receiving objects:  44% (486293/1083043), 450.61 MiB | 42.05 MiB/s
Receiving objects:  45% (487370/1083043), 476.61 MiB | 43.12 MiB/s
Receiving objects:  46% (498200/1083043), 476.61 MiB | 43.12 MiB/s
Receiving objects:  47% (509031/1083043), 476.61 MiB | 43.12 MiB/s
Receiving objects:  48% (519861/1083043), 476.61 MiB | 43.12 MiB/s
Receiving objects:  49% (530692/1083043), 502.46 MiB | 44.12 MiB/s
Receiving objects:  50% (541522/1083043), 502.46 MiB | 44.12 MiB/s
Receiving objects:  51% (552352/1083043), 502.46 MiB | 44.12 MiB/s
Receiving objects:  52% (563183/1083043), 502.46 MiB | 44.12 MiB/s
Receiving objects:  53% (574013/1083043), 502.46 MiB | 44.12 MiB/s
Receiving objects:  54% (584844/1083043), 502.46 MiB | 44.12 MiB/s
Receiving objects:  55% (595674/1083043), 502.46 MiB | 44.12 MiB/s
Receiving objects:  56% (606505/1083043), 502.46 MiB | 44.12 MiB/s
Receiving objects:  57% (617335/1083043), 502.46 MiB | 44.12 MiB/s
Receiving objects:  58% (628165/1083043), 502.46 MiB | 44.12 MiB/s
Receiving objects:  58% (637852/1083043), 502.46 MiB | 44.12 MiB/s
Receiving objects:  59% (638996/1083043), 525.70 MiB | 44.83 MiB/s
Receiving objects:  60% (649826/1083043), 525.70 MiB | 44.83 MiB/s
Receiving objects:  61% (660657/1083043), 525.70 MiB | 44.83 MiB/s
Receiving objects:  62% (671487/1083043), 525.70 MiB | 44.83 MiB/s
Receiving objects:  63% (682318/1083043), 525.70 MiB | 44.83 MiB/s
Receiving objects:  64% (693148/1083043), 525.70 MiB | 44.83 MiB/s
Receiving objects:  65% (703978/1083043), 551.67 MiB | 46.38 MiB/s
Receiving objects:  66% (714809/1083043), 551.67 MiB | 46.38 MiB/s
Receiving objects:  67% (725639/1083043), 551.67 MiB | 46.38 MiB/s
Receiving objects:  68% (736470/1083043), 551.67 MiB | 46.38 MiB/s
Receiving objects:  69% (747300/1083043), 551.67 MiB | 46.38 MiB/s
Receiving objects:  70% (758131/1083043), 551.67 MiB | 46.38 MiB/s
Receiving objects:  71% (768961/1083043), 551.67 MiB | 46.38 MiB/s
Receiving objects:  72% (779791/1083043), 551.67 MiB | 46.38 MiB/s
Receiving objects:  73% (790622/1083043), 551.67 MiB | 46.38 MiB/s
Receiving objects:  74% (801452/1083043), 551.67 MiB | 46.38 MiB/s
Receiving objects:  74% (803865/1083043), 551.67 MiB | 46.38 MiB/s
Receiving objects:  75% (812283/1083043), 576.17 MiB | 47.71 MiB/s
Receiving objects:  76% (823113/1083043), 576.17 MiB | 47.71 MiB/s
Receiving objects:  77% (833944/1083043), 576.17 MiB | 47.71 MiB/s
Receiving objects:  78% (844774/1083043), 576.17 MiB | 47.71 MiB/s
Receiving objects:  79% (855604/1083043), 576.17 MiB | 47.71 MiB/s
Receiving objects:  80% (866435/1083043), 576.17 MiB | 47.71 MiB/s
Receiving objects:  81% (877265/1083043), 576.17 MiB | 47.71 MiB/s
Receiving objects:  82% (888096/1083043), 576.17 MiB | 47.71 MiB/s
Receiving objects:  83% (898926/1083043), 576.17 MiB | 47.71 MiB/s
Receiving objects:  84% (909757/1083043), 576.17 MiB | 47.71 MiB/s
Receiving objects:  85% (920587/1083043), 576.17 MiB | 47.71 MiB/s
Receiving objects:  86% (931417/1083043), 576.17 MiB | 47.71 MiB/s
Receiving objects:  87% (942248/1083043), 576.17 MiB | 47.71 MiB/s
Receiving objects:  88% (953078/1083043), 597.26 MiB | 47.94 MiB/s
Receiving objects:  89% (963909/1083043), 597.26 MiB | 47.94 MiB/s
Receiving objects:  90% (974739/1083043), 597.26 MiB | 47.94 MiB/s
Receiving objects:  91% (985570/1083043), 597.26 MiB | 47.94 MiB/s
Receiving objects:  92% (996400/1083043), 597.26 MiB | 47.94 MiB/s
Receiving objects:  93% (1007230/1083043), 597.26 MiB | 47.94 MiB/s
Receiving objects:  93% (1008702/1083043), 615.80 MiB | 47.52 MiB/s
Receiving objects:  94% (1018061/1083043), 615.80 MiB | 47.52 MiB/s
Receiving objects:  95% (1028891/1083043), 615.80 MiB | 47.52 MiB/s
Receiving objects:  96% (1039722/1083043), 615.80 MiB | 47.52 MiB/s
Receiving objects:  97% (1050552/1083043), 615.80 MiB | 47.52 MiB/s
Receiving objects:  98% (1061383/1083043), 615.80 MiB | 47.52 MiB/s
Receiving objects:  99% (1072213/1083043), 615.80 MiB | 47.52 MiB/s
remote: Total 1083043 (delta 142), reused 67 (delta 66), pack-reused 1082822 (from 3)        
Receiving objects: 100% (1083043/1083043), 641.98 MiB | 48.61 MiB/s
Receiving objects: 100% (1083043/1083043), 642.84 MiB | 41.39 MiB/s, done.
Resolving deltas:   0% (0/867296)
Resolving deltas:   1% (8673/867296)
Resolving deltas:   2% (17346/867296)
Resolving deltas:   2% (22677/867296)
Resolving deltas:   3% (26019/867296)
Resolving deltas:   4% (34692/867296)
Resolving deltas:   5% (43367/867296)
Resolving deltas:   5% (44368/867296)
Resolving deltas:   6% (52038/867296)
Resolving deltas:   6% (60250/867296)
Resolving deltas:   7% (60711/867296)
Resolving deltas:   8% (69384/867296)
Resolving deltas:   8% (72069/867296)
Resolving deltas:   9% (78057/867296)
Resolving deltas:   9% (83300/867296)
Resolving deltas:  10% (86730/867296)
Resolving deltas:  10% (88739/867296)
Resolving deltas:  11% (95403/867296)
Resolving deltas:  12% (104076/867296)
Resolving deltas:  12% (105626/867296)
Resolving deltas:  13% (112749/867296)
Resolving deltas:  14% (121422/867296)
Resolving deltas:  15% (130095/867296)
Resolving deltas:  15% (130734/867296)
Resolving deltas:  16% (138768/867296)
Resolving deltas:  17% (147441/867296)
Resolving deltas:  17% (147653/867296)
Resolving deltas:  18% (156114/867296)
Resolving deltas:  19% (164787/867296)
Resolving deltas:  20% (173460/867296)
Resolving deltas:  20% (175963/867296)
Resolving deltas:  21% (182133/867296)
Resolving deltas:  22% (190806/867296)
Resolving deltas:  22% (192654/867296)
Resolving deltas:  23% (199479/867296)
Resolving deltas:  23% (201362/867296)
Resolving deltas:  24% (208152/867296)
Resolving deltas:  24% (209512/867296)
Resolving deltas:  25% (216824/867296)
Resolving deltas:  26% (225497/867296)
Resolving deltas:  27% (234170/867296)
Resolving deltas:  27% (236800/867296)
Resolving deltas:  28% (242843/867296)
Resolving deltas:  29% (251516/867296)
Resolving deltas:  29% (257910/867296)
Resolving deltas:  30% (260189/867296)
Resolving deltas:  31% (268864/867296)
Resolving deltas:  32% (277535/867296)
Resolving deltas:  33% (286209/867296)
Resolving deltas:  34% (294881/867296)
Resolving deltas:  34% (300183/867296)
Resolving deltas:  35% (303554/867296)
Resolving deltas:  36% (312227/867296)
Resolving deltas:  37% (320900/867296)
Resolving deltas:  38% (329573/867296)
Resolving deltas:  38% (337072/867296)
Resolving deltas:  39% (338246/867296)
Resolving deltas:  40% (346919/867296)
Resolving deltas:  40% (355065/867296)
Resolving deltas:  41% (355592/867296)
Resolving deltas:  42% (364265/867296)
Resolving deltas:  43% (372938/867296)
Resolving deltas:  44% (381612/867296)
Resolving deltas:  44% (390227/867296)
Resolving deltas:  45% (390284/867296)
Resolving deltas:  46% (398957/867296)
Resolving deltas:  47% (407630/867296)
Resolving deltas:  48% (416303/867296)
Resolving deltas:  48% (419619/867296)
Resolving deltas:  49% (424976/867296)
Resolving deltas:  50% (433648/867296)
Resolving deltas:  51% (442321/867296)
Resolving deltas:  51% (443390/867296)
Resolving deltas:  52% (450994/867296)
Resolving deltas:  53% (459667/867296)
Resolving deltas:  53% (466953/867296)
Resolving deltas:  54% (468340/867296)
Resolving deltas:  55% (477013/867296)
Resolving deltas:  56% (485686/867296)
Resolving deltas:  57% (494359/867296)
Resolving deltas:  57% (497492/867296)
Resolving deltas:  58% (503032/867296)
Resolving deltas:  59% (511705/867296)
Resolving deltas:  60% (520378/867296)
Resolving deltas:  61% (529051/867296)
Resolving deltas:  61% (531319/867296)
Resolving deltas:  62% (537724/867296)
Resolving deltas:  63% (546397/867296)
Resolving deltas:  64% (555070/867296)
Resolving deltas:  65% (563743/867296)
Resolving deltas:  66% (572416/867296)
Resolving deltas:  67% (581089/867296)
Resolving deltas:  67% (581430/867296)
Resolving deltas:  68% (589762/867296)
Resolving deltas:  69% (598435/867296)
Resolving deltas:  70% (607108/867296)
Resolving deltas:  71% (615781/867296)
Resolving deltas:  71% (618665/867296)
Resolving deltas:  72% (624454/867296)
Resolving deltas:  73% (633127/867296)
Resolving deltas:  74% (641800/867296)
Resolving deltas:  74% (650147/867296)
Resolving deltas:  75% (650472/867296)
Resolving deltas:  76% (659145/867296)
Resolving deltas:  77% (667818/867296)
Resolving deltas:  78% (676491/867296)
Resolving deltas:  79% (685164/867296)
Resolving deltas:  80% (693837/867296)
Resolving deltas:  81% (702510/867296)
Resolving deltas:  81% (706651/867296)
Resolving deltas:  82% (711183/867296)
Resolving deltas:  83% (719856/867296)
Resolving deltas:  84% (728529/867296)
Resolving deltas:  85% (737202/867296)
Resolving deltas:  86% (745875/867296)
Resolving deltas:  86% (753262/867296)
Resolving deltas:  87% (754548/867296)
Resolving deltas:  88% (763221/867296)
Resolving deltas:  89% (771894/867296)
Resolving deltas:  90% (780567/867296)
Resolving deltas:  91% (789240/867296)
Resolving deltas:  92% (797913/867296)
Resolving deltas:  92% (805059/867296)
Resolving deltas:  93% (806586/867296)
Resolving deltas:  94% (815259/867296)
Resolving deltas:  95% (823932/867296)
Resolving deltas:  96% (832606/867296)
Resolving deltas:  97% (841278/867296)
Resolving deltas:  98% (849951/867296)
Resolving deltas:  99% (858624/867296)
Resolving deltas: 100% (867296/867296)
Resolving deltas: 100% (867296/867296), done.
Note: switching to '0664c1af9b29a5af2404e04a522f8e9e175ba05a'.

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 0664c1af9b2 gh-126835: Move constant subscript folding to CFG (#129568)

configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)

make: *** [Makefile:2328: buildbottest] Error 2

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 FreeBSD Refleaks 3.x has failed when building commit 0664c1a.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1613/builds/710) and take a look at the build logs.
  4. Check if the failure is related to this commit (0664c1a) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1613/builds/710

Failed tests:

  • test_peepholer

Test leaking resources:

  • test_peepholer: memory blocks
  • test_peepholer: references

Summary of the results of the build (if available):

==

Click to see traceback logs
warning: failed to remove Lib/__pycache__/: Directory not empty
Cloning into '.'...
remote: Enumerating objects: 1083043, done.        
remote: Counting objects:   0% (1/220)        
remote: Counting objects:   1% (3/220)        
remote: Counting objects:   2% (5/220)        
remote: Counting objects:   3% (7/220)        
remote: Counting objects:   4% (9/220)        
remote: Counting objects:   5% (11/220)        
remote: Counting objects:   6% (14/220)        
remote: Counting objects:   7% (16/220)        
remote: Counting objects:   8% (18/220)        
remote: Counting objects:   9% (20/220)        
remote: Counting objects:  10% (22/220)        
remote: Counting objects:  11% (25/220)        
remote: Counting objects:  12% (27/220)        
remote: Counting objects:  13% (29/220)        
remote: Counting objects:  14% (31/220)        
remote: Counting objects:  15% (33/220)        
remote: Counting objects:  16% (36/220)        
remote: Counting objects:  17% (38/220)        
remote: Counting objects:  18% (40/220)        
remote: Counting objects:  19% (42/220)        
remote: Counting objects:  20% (44/220)        
remote: Counting objects:  21% (47/220)        
remote: Counting objects:  22% (49/220)        
remote: Counting objects:  23% (51/220)        
remote: Counting objects:  24% (53/220)        
remote: Counting objects:  25% (55/220)        
remote: Counting objects:  26% (58/220)        
remote: Counting objects:  27% (60/220)        
remote: Counting objects:  28% (62/220)        
remote: Counting objects:  29% (64/220)        
remote: Counting objects:  30% (66/220)        
remote: Counting objects:  31% (69/220)        
remote: Counting objects:  32% (71/220)        
remote: Counting objects:  33% (73/220)        
remote: Counting objects:  34% (75/220)        
remote: Counting objects:  35% (77/220)        
remote: Counting objects:  36% (80/220)        
remote: Counting objects:  37% (82/220)        
remote: Counting objects:  38% (84/220)        
remote: Counting objects:  39% (86/220)        
remote: Counting objects:  40% (88/220)        
remote: Counting objects:  41% (91/220)        
remote: Counting objects:  42% (93/220)        
remote: Counting objects:  43% (95/220)        
remote: Counting objects:  44% (97/220)        
remote: Counting objects:  45% (99/220)        
remote: Counting objects:  46% (102/220)        
remote: Counting objects:  47% (104/220)        
remote: Counting objects:  48% (106/220)        
remote: Counting objects:  49% (108/220)        
remote: Counting objects:  50% (110/220)        
remote: Counting objects:  51% (113/220)        
remote: Counting objects:  52% (115/220)        
remote: Counting objects:  53% (117/220)        
remote: Counting objects:  54% (119/220)        
remote: Counting objects:  55% (121/220)        
remote: Counting objects:  56% (124/220)        
remote: Counting objects:  57% (126/220)        
remote: Counting objects:  58% (128/220)        
remote: Counting objects:  59% (130/220)        
remote: Counting objects:  60% (132/220)        
remote: Counting objects:  61% (135/220)        
remote: Counting objects:  62% (137/220)        
remote: Counting objects:  63% (139/220)        
remote: Counting objects:  64% (141/220)        
remote: Counting objects:  65% (143/220)        
remote: Counting objects:  66% (146/220)        
remote: Counting objects:  67% (148/220)        
remote: Counting objects:  68% (150/220)        
remote: Counting objects:  69% (152/220)        
remote: Counting objects:  70% (154/220)        
remote: Counting objects:  71% (157/220)        
remote: Counting objects:  72% (159/220)        
remote: Counting objects:  73% (161/220)        
remote: Counting objects:  74% (163/220)        
remote: Counting objects:  75% (165/220)        
remote: Counting objects:  76% (168/220)        
remote: Counting objects:  77% (170/220)        
remote: Counting objects:  78% (172/220)        
remote: Counting objects:  79% (174/220)        
remote: Counting objects:  80% (176/220)        
remote: Counting objects:  81% (179/220)        
remote: Counting objects:  82% (181/220)        
remote: Counting objects:  83% (183/220)        
remote: Counting objects:  84% (185/220)        
remote: Counting objects:  85% (187/220)        
remote: Counting objects:  86% (190/220)        
remote: Counting objects:  87% (192/220)        
remote: Counting objects:  88% (194/220)        
remote: Counting objects:  89% (196/220)        
remote: Counting objects:  90% (198/220)        
remote: Counting objects:  91% (201/220)        
remote: Counting objects:  92% (203/220)        
remote: Counting objects:  93% (205/220)        
remote: Counting objects:  94% (207/220)        
remote: Counting objects:  95% (209/220)        
remote: Counting objects:  96% (212/220)        
remote: Counting objects:  97% (214/220)        
remote: Counting objects:  98% (216/220)        
remote: Counting objects:  99% (218/220)        
remote: Counting objects: 100% (220/220)        
remote: Counting objects: 100% (220/220), done.        
remote: Compressing objects:   0% (1/154)        
remote: Compressing objects:   1% (2/154)        
remote: Compressing objects:   2% (4/154)        
remote: Compressing objects:   3% (5/154)        
remote: Compressing objects:   4% (7/154)        
remote: Compressing objects:   5% (8/154)        
remote: Compressing objects:   6% (10/154)        
remote: Compressing objects:   7% (11/154)        
remote: Compressing objects:   8% (13/154)        
remote: Compressing objects:   9% (14/154)        
remote: Compressing objects:  10% (16/154)        
remote: Compressing objects:  11% (17/154)        
remote: Compressing objects:  12% (19/154)        
remote: Compressing objects:  13% (21/154)        
remote: Compressing objects:  14% (22/154)        
remote: Compressing objects:  15% (24/154)        
remote: Compressing objects:  16% (25/154)        
remote: Compressing objects:  17% (27/154)        
remote: Compressing objects:  18% (28/154)        
remote: Compressing objects:  19% (30/154)        
remote: Compressing objects:  20% (31/154)        
remote: Compressing objects:  21% (33/154)        
remote: Compressing objects:  22% (34/154)        
remote: Compressing objects:  23% (36/154)        
remote: Compressing objects:  24% (37/154)        
remote: Compressing objects:  25% (39/154)        
remote: Compressing objects:  26% (41/154)        
remote: Compressing objects:  27% (42/154)        
remote: Compressing objects:  28% (44/154)        
remote: Compressing objects:  29% (45/154)        
remote: Compressing objects:  30% (47/154)        
remote: Compressing objects:  31% (48/154)        
remote: Compressing objects:  32% (50/154)        
remote: Compressing objects:  33% (51/154)        
remote: Compressing objects:  34% (53/154)        
remote: Compressing objects:  35% (54/154)        
remote: Compressing objects:  36% (56/154)        
remote: Compressing objects:  37% (57/154)        
remote: Compressing objects:  38% (59/154)        
remote: Compressing objects:  39% (61/154)        
remote: Compressing objects:  40% (62/154)        
remote: Compressing objects:  41% (64/154)        
remote: Compressing objects:  42% (65/154)        
remote: Compressing objects:  43% (67/154)        
remote: Compressing objects:  44% (68/154)        
remote: Compressing objects:  45% (70/154)        
remote: Compressing objects:  46% (71/154)        
remote: Compressing objects:  47% (73/154)        
remote: Compressing objects:  48% (74/154)        
remote: Compressing objects:  49% (76/154)        
remote: Compressing objects:  50% (77/154)        
remote: Compressing objects:  51% (79/154)        
remote: Compressing objects:  52% (81/154)        
remote: Compressing objects:  53% (82/154)        
remote: Compressing objects:  54% (84/154)        
remote: Compressing objects:  55% (85/154)        
remote: Compressing objects:  56% (87/154)        
remote: Compressing objects:  57% (88/154)        
remote: Compressing objects:  58% (90/154)        
remote: Compressing objects:  59% (91/154)        
remote: Compressing objects:  60% (93/154)        
remote: Compressing objects:  61% (94/154)        
remote: Compressing objects:  62% (96/154)        
remote: Compressing objects:  63% (98/154)        
remote: Compressing objects:  64% (99/154)        
remote: Compressing objects:  65% (101/154)        
remote: Compressing objects:  66% (102/154)        
remote: Compressing objects:  67% (104/154)        
remote: Compressing objects:  68% (105/154)        
remote: Compressing objects:  69% (107/154)        
remote: Compressing objects:  70% (108/154)        
remote: Compressing objects:  71% (110/154)        
remote: Compressing objects:  72% (111/154)        
remote: Compressing objects:  73% (113/154)        
remote: Compressing objects:  74% (114/154)        
remote: Compressing objects:  75% (116/154)        
remote: Compressing objects:  76% (118/154)        
remote: Compressing objects:  77% (119/154)        
remote: Compressing objects:  78% (121/154)        
remote: Compressing objects:  79% (122/154)        
remote: Compressing objects:  80% (124/154)        
remote: Compressing objects:  81% (125/154)        
remote: Compressing objects:  82% (127/154)        
remote: Compressing objects:  83% (128/154)        
remote: Compressing objects:  84% (130/154)        
remote: Compressing objects:  85% (131/154)        
remote: Compressing objects:  86% (133/154)        
remote: Compressing objects:  87% (134/154)        
remote: Compressing objects:  88% (136/154)        
remote: Compressing objects:  89% (138/154)        
remote: Compressing objects:  90% (139/154)        
remote: Compressing objects:  91% (141/154)        
remote: Compressing objects:  92% (142/154)        
remote: Compressing objects:  93% (144/154)        
remote: Compressing objects:  94% (145/154)        
remote: Compressing objects:  95% (147/154)        
remote: Compressing objects:  96% (148/154)        
remote: Compressing objects:  97% (150/154)        
remote: Compressing objects:  98% (151/154)        
remote: Compressing objects:  99% (153/154)        
remote: Compressing objects: 100% (154/154)        
remote: Compressing objects: 100% (154/154), done.        
remote: Total 1083043 (delta 142), reused 66 (delta 66), pack-reused 1082823 (from 4)        
Receiving objects: 100% (1083043/1083043), 642.84 MiB | 3.01 MiB/s, done.
Resolving deltas: 100% (867296/867296), done.
Note: switching to '0664c1af9b29a5af2404e04a522f8e9e175ba05a'.

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 0664c1af9b2 gh-126835: Move constant subscript folding to CFG (#129568)

@vstinner
Copy link
Member

vstinner commented Feb 4, 2025

@WolframAlph @Eclips4: This change introduced a reference leak, see #129635.

@WolframAlph
Copy link
Contributor Author

@vstinner refleak is fixed by #129634. Sorry for the noise!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants