Uh oh!
There was an error while loading. Please reload this page.
gh-132983: Install compression package contents - #133063
Conversation
bedevere-bot
commented
Apr 27, 2025
🤖 New build scheduled with the buildbot fleet by @emmatyping for commit 8c347a1 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F133063%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
emmatyping
commented
Apr 27, 2025
I added test-with-buildbots to verify this fix corrects the failing buildbots |
emmatyping
commented
Apr 27, 2025
Installed tests passed https://buildbot.python.org/#/builders/1285/builds/243 Looks like the M1 free-threaded buildbot failure is not related. |
emmatyping
commented
Apr 27, 2025
The macos test failures look unrelated. |
JelleZijlstra
commented
Apr 27, 2025
Agree but the check is required, so I can't merge. Restarted the test. |
freakboy3742
commented
Apr 28, 2025
Looks like this will resolve the iOS test failure as well. |
JelleZijlstra
commented
Apr 28, 2025
Now we're blocked from merging by the CLA bot. Feel free to ping me if the CI is fully green and it hasn't been merged yet. |
bedevere-bot
commented
Apr 28, 2025
|
bedevere-bot
commented
Apr 28, 2025
|
bedevere-bot
commented
Apr 28, 2025
|
bedevere-bot
commented
Apr 28, 2025
|
picnixz
commented
Apr 28, 2025
The problem is not yet solved. Is it because there are some missing bits? |
emmatyping
commented
Apr 28, 2025
These failures look different from the others. The previous buildbot failure was in tests in the installed python (raising errors about missing It's not clear to me how these errors could be caused by the changes. A loader being None when no code is customizing loaders is deeply weird. |
picnixz
commented
Apr 28, 2025
It could have been me then: #130721. I will check that revert this commit actually solves those failures. |
After investigation, the package causing the issue is |
vstinner
commented
Apr 28, 2025
I confirm that the buildbot failure is caused by this change.
I confirm that adding an |
This fixes a buildbot failure for running tests on installed Python.
Changes in this PR:
compression.*packages.