Ruben Q L created CALCITE-7771:
----------------------------------
Summary: Website CI build fails due to expired Debian Bullseye
Key: CALCITE-7771
URL: https://issues.apache.org/jira/browse/CALCITE-7771
Project: Calcite
Issue Type: Bug
Reporter: Ruben Q L
The publish-website CI workflow fails during the build-site step with the
following error during apt-get update:
{noformat}
E: Release file for
http://deb.debian.org/debian-security/dists/bullseye-security/InRelease is
expired. Updates for this repository will not be applied.
Error: Process completed with exit code 100.
{noformat}
Example:
https://github.com/apache/calcite/actions/runs/34329428083/job/102418997523
This occurs because Debian 11 (Bullseye) reached End-of-Life / transition
status, causing the security mirrors (bullseye-security) to serve expired
InRelease metadata. As a result, APT aborts updating package lists inside the
ruby:3.3.7-slim-bullseye container image.
See https://wiki.debian.org/LTS/Bullseye
bq. Bullseye LTS will be supported from August 15th, 2024 to August 31st, 2026.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)