Just an "us too". Found this issue after updating Pantheon's build-tools-ci image to the latest version https://github.com/pantheon-systems/docker-build-tools-ci/pull/118/ started causing our Pipelines builds to fail on a project. Our errors were exactly the same as these https://github.com/drush-ops/drush/issues/5892#issuecomment-1994656413
We were on 10.2.3 at the time. Updating Drupal to 10.2.6 alone did not resolve, had to explicitly disable XDEBUG in our CI setup.
tim.plunkett β credited sarahjean β .
e0ipso β credited sarahjean β .
sarahjean β created an issue.
sarahjean β created an issue.
Noting that the error was due to the drupal template core/profiles/demo_umami/themes/umami/templates/components/branding/block--system-branding-block.html.twig having a non-existant variable "slogan" passed to it for reference.
sarahjean β created an issue.