⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️Hi! The buildbotaarch64 Fedora Stable Clang 3.x (tier-2) has failed when building commit327f5ff. What do you need to do: - Don't panic.
- Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
- Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/234/builds/7548) and take a look at the build logs.
- Check if the failure is related to this commit (327f5ff) or if it is a false positive.
- 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/234/builds/7548 Failed tests: Summary of the results of the build (if available): == Click to see traceback logsremote:Enumerating objects: 17, done.remote:Counting objects: 6% (1/16)remote:Counting objects: 12% (2/16)remote:Counting objects: 18% (3/16)remote:Counting objects: 25% (4/16)remote:Counting objects: 31% (5/16)remote:Counting objects: 37% (6/16)remote:Counting objects: 43% (7/16)remote:Counting objects: 50% (8/16)remote:Counting objects: 56% (9/16)remote:Counting objects: 62% (10/16)remote:Counting objects: 68% (11/16)remote:Counting objects: 75% (12/16)remote:Counting objects: 81% (13/16)remote:Counting objects: 87% (14/16)remote:Counting objects: 93% (15/16)remote:Counting objects: 100% (16/16)remote:Counting objects: 100% (16/16), 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 17 (delta 5), reused 4 (delta 3), pack-reused 1 (from 1)From https://github.com/python/cpython * branch main -> FETCH_HEADNote:switching to '327f5ff9fa4291e66079c61c77b273cb953c302f'.You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by switching back to a branch.If you want to create a new branch to retain commits you create, you maydo 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 falseHEAD is now at 327f5ff9fa4 gh-133153: Use rlcompleter for pdb's interact command (#133176)Switched to and reset branch 'main'make:*** [Makefile:2453: buildbottest] Error 2 |
Uh oh!
There was an error while loading.Please reload this page.
interact
now uses the completion function ofpdb
, which lists pdb commands. It should simply use therlcompleter
.<tab>
gives completion instead of indentation in pdb multi-line input afterinteract
#133153