Título: App deployment failing - “Release file for bullseye-security is expired”
Corpo:
My app has been failing to deploy for over 24 hours with the following error during the apt dependencies installation step:
E: Release file for http://deb.debian.org/debian-security/dists/bullseye-security/InRelease is expired (invalid since 1d 3h+ and counting). Updates for this repository will not be applied.
App URL: iaagro-app-kvrwxtkugla8pqe7dgqeue.streamlit.app
Repo: luciano880/iaagro-app (branch: main)
My packages.txt just contains:
tesseract-ocr
tesseract-ocr-por
libgl1
libzbar0
I’ve tried:
- Rebooting the app multiple times
- Deleting and redeploying the app from scratch
Same error every time. This seems to be an issue with the apt mirror/base image used by Streamlit Cloud, not with my repository. Could someone from the Streamlit team take a look?
Full log:
[00:46:42] Processing dependencies…
[00:46:42] Apt dependencies were installed from /mount/src/iaagro-app/packages.txt using apt-get.
Hit:1 Index of /debian-security bullseye-security InRelease
Hit:2 Index of /debian trixie InRelease
Get:3 Index of /debian trixie-updates InRelease [47.3 kB]
Get:4 Index of /debian-security trixie-security InRelease [43.4 kB]
E: Release file for http://deb.debian.org/debian-security/dists/bullseye-security/InRelease is expired (invalid since 1d 3h 33min 38s). Updates for this repository will not be applied.
[00:46:43] installer returned a non-zero exit code
[00:46:43] Error during processing dependencies!