Conversation
Copilot
AI
changed the title
[WIP] Fix release failure for apprise-api, babybuddy, bazarr and others
investigate: release failure across 9 apps caused by python base image bump to 3.14 / ubuntu resolute
May 7, 2026
Copilot stopped work on behalf of
Crow-Control due to an error
May 7, 2026 11:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Triage-only PR. The release-failure issue lists 9 apps, but they share an upstream root cause and split into fixes that violate this agent's "one app = one PR" rule against the environment's "cannot open new PRs" constraint. Stopped before committing any code change to get direction.
Root cause
All 9 apps
FROM ghcr.io/trueforge-org/python:3.14.4, which was rebuilt on Ubuntu 26.04 (resolute) + Python 3.14. That single bump explains every failure.Per-app classification
uwsgilink:ld: cannot find -lcrypt(missinglibxcrypt-dev)libxml2has no installation candidate (resolute rename, likelylibxml2t64)libxml2renamelxmlwheel: missinglibxml2-dev/libxslt1-devin build depspip install libtorrent→ no distribution for py3.14pydantic-core 2.27.2→ PyO3 0.22 rejects Python 3.14modpythonSWIG bindings don't compile against Python 3.14 (SWIG_Python_str_AsCharundeclared)Why no commits yet
apps/<app>/without bumping (or waiting on) upstream releases — or reverting the base.Decision needed
apps/pythonregression and pin the base image back to Python 3.13 / Ubuntu 25.x — likely resolves most failures at once.