Building preview: 6875f9ad6cd631d7cc873b9f (mr112)6875f9ad732855b6d5d34f28# sh -c mkdir -p $(dirname /var/lib/tugboat)6875f9ad732855b6d5d34f28# git clone git@git.drupal.org:project/demo_design_system.git /var/lib/tugboatCloning into '/var/lib/tugboat'...
Warning: Permanently added 'git.drupal.org' (ED25519) to the list of known hosts.
6875f9ad732855b6d5d34f28# bash -c git -C /var/lib/tugboat remote show origin && git -C /var/lib/tugboat remote set-url origin git@git.drupal.org:project/demo_design_system.git || git -C /var/lib/tugboat remote add origin git@git.drupal.org:project/demo_design_system.git* remote origin
  Fetch URL: git@git.drupal.org:project/demo_design_system.git
  Push  URL: git@git.drupal.org:project/demo_design_system.git
  HEAD branch: 1.0.x
  Remote branches:
    1.0.x                                                  tracked
    demo_design_system-3468090-3468090-test-sdc-conversion tracked
    feature/case-study-component                           tracked
    feature/header-panel                                   tracked
    feature/starshot-base                                  tracked
    feature/twig-unused-vars                               tracked
  Local branch configured for 'git pull':
    1.0.x merges with remote 1.0.x
  Local ref configured for 'git push':
    1.0.x pushes to 1.0.x (up to date)
6875f9ad732855b6d5d34f28# git -C /var/lib/tugboat fetch --no-recurse-submodules origin 1.0.xFrom git.drupal.org:project/demo_design_system
 * branch            1.0.x      -> FETCH_HEAD
6875f9ad732855b6d5d34f28# git -C /var/lib/tugboat checkout origin/1.0.xNote: switching to 'origin/1.0.x'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 78c4837 Make "paragraph" a div, this allows other block level elements to be contained...
6875f9ad732855b6d5d34f28# git -C /var/lib/tugboat pull --no-edit --rebase=false git@git.drupal.org:issue/demo_design_system-3535965.git 3535965-allow-p-andFrom git.drupal.org:issue/demo_design_system-3535965
 * branch            3535965-allow-p-and -> FETCH_HEAD
Updating 78c4837..d689220
Fast-forward
 .../components/01-atoms/starshot-paragraph/starshot-paragraph.twig      | 2 +-
 .../02-molecules/starshot-testimonial/starshot-testimonial.twig         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Running INIT commandsRunning UPDATE commands6875f9ad732855b6d5d34f28# /bin/sh -c set -eux

rm -Rf $DRUPAL_COMPOSER_ROOT
composer create phenaproxima/xb-demo --stability=dev $DRUPAL_COMPOSER_ROOT

# This is an environment variable we added in the Dockerfile that
# provides the path to Drupal composer root (not the web root).
cd $DRUPAL_COMPOSER_ROOT

composer config repositories.tugboat path $TUGBOAT_ROOT
composer require drupal/demo_design_system:dev-main

# Install Drupal on the site.
rm -f $DRUPAL_DOCROOT/sites/default/settings.php
php -d memory_limit=-1 \
  vendor/bin/drush.php \
  --yes \
  --db-url=mysql://tugboat:tugboat@mysql:3306/tugboat \
  --site-name="Live preview for ${TUGBOAT_PREVIEW_NAME}" \
  --account-pass=admin \
  site:install drupal_cms_installer

# Require settings.local.php increase CLI memory limit, add trusted
# host patterns, and allow for enabling hidden xb_dev_standard module.
echo "require_once '$TUGBOAT_ROOT/.tugboat/settings.local.php';" >> $DRUPAL_DOCROOT/sites/default/settings.php

# Set up the files directory permissions.
mkdir -p $DRUPAL_DOCROOT/sites/default/files
chgrp -R www-data $DRUPAL_DOCROOT/sites/default/files
chmod 2775 $DRUPAL_DOCROOT/sites/default/files
chmod -R g+w $DRUPAL_DOCROOT/sites/default/files
+ rm -Rf /var/www/drupal
+ composer create phenaproxima/xb-demo --stability=dev /var/www/drupal
Composer could not detect the root package (drupal/demo_design_system) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version
Creating a "phenaproxima/xb-demo" project at "../../www/drupal"
Installing phenaproxima/xb-demo (dev-main 02f94f56400b885185d19f3454e127bf03415ea6)
  - Downloading phenaproxima/xb-demo (dev-main 02f94f5)
  - Installing phenaproxima/xb-demo (dev-main 02f94f5): Extracting archive
Created project in /var/www/drupal
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 135 installs, 0 updates, 0 removals
  - Downloading cweagans/composer-configurable-plugin (2.0.0)
  - Installing cweagans/composer-configurable-plugin (2.0.0): Extracting archive
  - Downloading cweagans/composer-patches (2.0.0-beta2)
  - Installing cweagans/composer-patches (2.0.0-beta2): Extracting archive
  - Downloading webmozart/assert (1.11.0)
  - Downloading dragonmantank/cron-expression (v3.4.0)
  - Downloading symfony/validator (v7.3.1)
  - Downloading symfony/serializer (v7.3.1)
  - Downloading symfony/http-foundation (v7.3.1)
  - Downloading symfony/mailer (v7.3.1)
  - Downloading symfony/error-handler (v7.3.1)
  - Downloading symfony/http-kernel (v7.3.1)
  - Downloading mck89/peast (v1.17.2)
  - Downloading drupal/core (11.2.0)
  - Downloading drupal/default_content (2.0.0-alpha3)
  - Downloading drupal/components (3.1.0)
  - Downloading drupal/demo_design_system (1.0.6)
  - Downloading drupal/tagify (1.2.40)
  - Downloading drupal/sam (1.3.2)
  - Downloading drupal/gin_toolbar (3.0.2)
  - Downloading drupal/gin (5.0.3)
  - Downloading drupal/dashboard (2.0.0)
  - Downloading drupal/coffee (2.0.1)
  - Downloading drupal/drupal_cms_admin_ui (1.2.0)
  - Downloading drupal/honeypot (2.2.2)
  - Downloading drupal/captcha (2.0.7)
  - Downloading drupal/friendlycaptcha (1.1.4)
  - Downloading drupal/friendly_captcha_challenge (0.9.18)
  - Downloading drupal/drupal_cms_anti_spam (1.2.0)
  - Downloading drupal/token (1.15.0)
  - Downloading drupal/login_emailusername (3.0.1)
  - Downloading mtownsend/xml-to-array (2.0.0)
  - Downloading drupal/eca (2.1.10)
  - Downloading drupal/bpmn_io (2.0.10)
  - Downloading drupal/drupal_cms_authentication (1.2.0)
  - Downloading drupal/trash (3.0.18)
  - Downloading drupal/scheduler (2.2.1)
  - Downloading drupal/scheduler_content_moderation_integration (3.0.4)
  - Downloading drupal/ctools (4.1.0)
  - Downloading drupal/pathauto (1.13.0)
  - Downloading drupal/linkit (7.0.6)
  - Downloading enshrined/svg-sanitize (0.21.0)
  - Downloading drupal/svg_image (3.2.1)
  - Downloading drupal/crop (2.4.0)
  - Downloading drupal/focal_point (2.1.2)
  - Downloading drupal/drupal_cms_image (1.2.0)
  - Downloading drupal/autosave_form (1.10.0)
  - Downloading drupal/drupal_cms_content_type_base (1.2.0)
  - Downloading drupal/menu_link_attributes (1.5.0)
  - Downloading drupal/klaro_js (3.0.1)
  - Downloading drupal/klaro (3.0.7)
  - Downloading drupal/drupal_cms_page (1.2.0)
  - Downloading drupal/drupal_cms_privacy_basic (1.2.0)
  - Downloading justinrainbow/json-schema (5.3.0)
  - Downloading drupal/experience_builder (0.6.0-alpha1)
  - Downloading drupal/metatag (2.1.1)
  - Downloading drupal/recipe_installer_kit (1.0.0-alpha6)
  - Downloading drupal/webform (6.3.0-beta2)
  0/54 [>---------------------------]   0%
  6/54 [===>------------------------]  11%
 18/54 [=========>------------------]  33%
 25/54 [============>---------------]  46%
 41/54 [=====================>------]  75%
 46/54 [=======================>----]  85%
 51/54 [==========================>-]  94%
 53/54 [===========================>]  98%
 54/54 [============================] 100%
  - Installing composer/installers (v2.3.0): Extracting archive
  - Installing drupal/core-composer-scaffold (11.x-dev 891b461): Extracting archive
  - Installing symfony/polyfill-iconv (v1.32.0): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.32.0): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.32.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.32.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.32.0): Extracting archive
  - Installing symfony/string (v7.3.0): Extracting archive
  - Installing symfony/deprecation-contracts (v3.6.0): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.6.0): Extracting archive
  - Installing symfony/console (v7.3.1): Extracting archive
  - Installing psr/log (3.0.2): Extracting archive
  - Installing consolidation/log (3.1.0): Extracting archive
  - Installing webmozart/assert (1.11.0): Extracting archive
  - Installing dragonmantank/cron-expression (v3.4.0): Extracting archive
  - Installing twig/twig (v3.21.1): Extracting archive
  - Installing symfony/yaml (v7.3.1): Extracting archive
  - Installing symfony/var-exporter (v7.3.0): Extracting archive
  - Installing symfony/var-dumper (v7.3.1): Extracting archive
  - Installing symfony/translation-contracts (v3.6.0): Extracting archive
  - Installing symfony/polyfill-php83 (v1.32.0): Extracting archive
  - Installing symfony/validator (v7.3.1): Extracting archive
  - Installing symfony/serializer (v7.3.1): Extracting archive
  - Installing symfony/routing (v7.3.0): Extracting archive
  - Installing symfony/http-foundation (v7.3.1): Extracting archive
  - Installing psr/http-message (2.0): Extracting archive
  - Installing symfony/psr-http-message-bridge (v7.3.0): Extracting archive
  - Installing symfony/process (v7.3.0): Extracting archive
  - Installing symfony/polyfill-php84 (v1.32.0): Extracting archive
  - Installing symfony/polyfill-intl-idn (v1.32.0): Extracting archive
  - Installing symfony/mime (v7.3.0): Extracting archive
  - Installing psr/event-dispatcher (1.0.0): Extracting archive
  - Installing symfony/event-dispatcher-contracts (v3.6.0): Extracting archive
  - Installing symfony/event-dispatcher (v7.3.0): Extracting archive
  - Installing doctrine/deprecations (1.1.5): Extracting archive
  - Installing doctrine/lexer (2.1.1): Extracting archive
  - Installing egulias/email-validator (4.0.4): Extracting archive
  - Installing symfony/mailer (v7.3.1): Extracting archive
  - Installing symfony/error-handler (v7.3.1): Extracting archive
  - Installing symfony/http-kernel (v7.3.1): Extracting archive
  - Installing symfony/finder (v7.3.0): Extracting archive
  - Installing symfony/filesystem (v7.3.0): Extracting archive
  - Installing symfony/dependency-injection (v7.3.1): Extracting archive
  - Installing sebastian/diff (6.0.2): Extracting archive
  - Installing revolt/event-loop (v1.0.7): Extracting archive
  - Installing ralouphie/getallheaders (3.0.3): Extracting archive
  - Installing psr/http-factory (1.1.0): Extracting archive
  - Installing psr/http-client (1.0.3): Extracting archive
  - Installing psr/cache (3.0.0): Extracting archive
  - Installing php-tuf/composer-stager (v2.0.1): Extracting archive
  - Installing pear/pear_exception (v1.0.2): Extracting archive
  - Installing pear/console_getopt (v1.4.3): Extracting archive
  - Installing pear/pear-core-minimal (v1.10.16): Extracting archive
  - Installing pear/archive_tar (1.5.0): Extracting archive
  - Installing mck89/peast (v1.17.2): Extracting archive
  - Installing masterminds/html5 (2.9.0): Extracting archive
  - Installing guzzlehttp/psr7 (2.7.1): Extracting archive
  - Installing guzzlehttp/promises (2.2.0): Extracting archive
  - Installing guzzlehttp/guzzle (7.9.3): Extracting archive
  - Installing doctrine/annotations (2.0.2): Extracting archive
  - Installing composer/semver (3.4.3): Extracting archive
  - Installing asm89/stack-cors (v2.3.0): Extracting archive
  - Installing drupal/core (11.2.0): Extracting archive
  - Installing drupal/core-recommended (11.2.0)
  - Installing drupal/default_content (2.0.0-alpha3): Extracting archive
  - Installing drupal/components (3.1.0): Extracting archive
  - Installing drupal/demo_design_system (1.0.6): Extracting archive
  - Installing drupal/tagify (1.2.40): Extracting archive
  - Installing drupal/sam (1.3.2): Extracting archive
  - Installing drupal/gin_toolbar (3.0.2): Extracting archive
  - Installing drupal/gin (5.0.3): Extracting archive
  - Installing drupal/dashboard (2.0.0): Extracting archive
  - Installing drupal/coffee (2.0.1): Extracting archive
  - Installing drupal/drupal_cms_admin_ui (1.2.0): Extracting archive
  - Installing drupal/honeypot (2.2.2): Extracting archive
  - Installing drupal/captcha (2.0.7): Extracting archive
  - Installing drupal/friendlycaptcha (1.1.4): Extracting archive
  - Installing drupal/friendly_captcha_challenge (0.9.18): Extracting archive
  - Installing drupal/drupal_cms_anti_spam (1.2.0): Extracting archive
  - Installing drupal/token (1.15.0): Extracting archive
  - Installing drupal/login_emailusername (3.0.1): Extracting archive
  - Installing mtownsend/xml-to-array (2.0.0): Extracting archive
  - Installing drupal/eca (2.1.10): Extracting archive
  - Installing drupal/eca_ui (2.1.10)
  - Installing drupal/eca_modeller_bpmn (2.1.10)
  - Installing drupal/bpmn_io (2.0.10): Extracting archive
  - Installing drupal/drupal_cms_authentication (1.2.0): Extracting archive
  - Installing drupal/trash (3.0.18): Extracting archive
  - Installing drupal/scheduler (2.2.1): Extracting archive
  - Installing drupal/scheduler_content_moderation_integration (3.0.4): Extracting archive
  - Installing drupal/ctools (4.1.0): Extracting archive
  - Installing drupal/pathauto (1.13.0): Extracting archive
  - Installing drupal/linkit (7.0.6): Extracting archive
  - Installing enshrined/svg-sanitize (0.21.0): Extracting archive
  - Installing drupal/svg_image (3.2.1): Extracting archive
  - Installing drupal/crop (2.4.0): Extracting archive
  - Installing drupal/focal_point (2.1.2): Extracting archive
  - Installing drupal/drupal_cms_image (1.2.0): Extracting archive
  - Installing drupal/autosave_form (1.10.0): Extracting archive
  - Installing drupal/drupal_cms_content_type_base (1.2.0): Extracting archive
  - Installing drupal/menu_link_attributes (1.5.0): Extracting archive
  - Installing drupal/klaro_js (3.0.1): Extracting archive
  - Installing drupal/klaro (3.0.7): Extracting archive
  - Installing drupal/drupal_cms_page (1.2.0): Extracting archive
  - Installing drupal/drupal_cms_privacy_basic (1.2.0): Extracting archive
  - Installing justinrainbow/json-schema (5.3.0): Extracting archive
  - Installing drupal/experience_builder (0.6.0-alpha1): Extracting archive
  - Installing drupal/metatag (2.1.1): Extracting archive
  - Installing nikic/php-parser (v5.5.0): Extracting archive
  - Installing psy/psysh (v0.12.9): Extracting archive
  - Installing league/container (4.2.5): Extracting archive
  - Installing laravel/prompts (v0.3.6): Extracting archive
  - Installing dflydev/dot-access-data (v3.0.3): Extracting archive
  - Installing grasmash/yaml-cli (3.2.1): Extracting archive
  - Installing grasmash/expander (3.0.1): Extracting archive
  - Installing consolidation/config (3.1.1): Extracting archive
  - Installing consolidation/site-alias (4.1.1): Extracting archive
  - Installing consolidation/site-process (5.4.2): Extracting archive
  - Installing symfony/polyfill-php81 (v1.32.0): Extracting archive
  - Installing phootwork/lang (v3.2.3): Extracting archive
  - Installing phootwork/collection (v3.2.3): Extracting archive
  - Installing phpowermove/docblock (v4.0): Extracting archive
  - Installing consolidation/output-formatters (4.6.0): Extracting archive
  - Installing consolidation/annotated-command (4.10.1): Extracting archive
  - Installing consolidation/robo (5.1.0): Extracting archive
  - Installing consolidation/filter-via-dot-access-data (2.0.2): Extracting archive
  - Installing chi-teck/drupal-code-generator (4.2.0): Extracting archive
  - Installing drush/drush (13.6.0): Extracting archive
  - Installing drupal/recipe_installer_kit (1.0.0-alpha6): Extracting archive
  - Installing drupal/webform (6.3.0-beta2): Extracting archive
  - Installing drupal/xb_demo (dev-main): Source already present
  - Installing drupal/xb_page (dev-main): Source already present
   0/126 [>---------------------------]   0%
  23/126 [=====>----------------------]  18%
  37/126 [========>-------------------]  29%
  52/126 [===========>----------------]  41%
  66/126 [==============>-------------]  52%
  79/126 [=================>----------]  62%
  91/126 [====================>-------]  72%
 101/126 [======================>-----]  80%
 114/126 [=========================>--]  90%
 122/126 [===========================>]  96%
 125/126 [===========================>]  99%
 126/126 [============================] 100%
  - Patching drupal/gin
  - Patching drupal/experience_builder
  - Patching drupal/webform
Generating optimized autoload files
48 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Scaffolding files for drupal/core:
  - Copy [web-root]/.htaccess from assets/scaffold/files/htaccess
  - Copy [web-root]/README.md from assets/scaffold/files/drupal.README.md
  - Copy [web-root]/index.php from assets/scaffold/files/index.php
  - Copy [web-root]/.csslintrc from assets/scaffold/files/csslintrc
  - Copy [web-root]/robots.txt from assets/scaffold/files/robots.txt
  - Copy [web-root]/update.php from assets/scaffold/files/update.php
  - Copy [web-root]/INSTALL.txt from assets/scaffold/files/drupal.INSTALL.txt
  - Copy [web-root]/.eslintignore from assets/scaffold/files/eslintignore
  - Copy [web-root]/.eslintrc.json from assets/scaffold/files/eslintrc.json
  - Copy [web-root]/.ht.router.php from assets/scaffold/files/ht.router.php
  - Copy [web-root]/sites/README.txt from assets/scaffold/files/sites.README.txt
  - Copy [project-root]/.editorconfig from assets/scaffold/files/editorconfig
  - Copy [web-root]/example.gitignore from assets/scaffold/files/example.gitignore
  - Copy [web-root]/themes/README.txt from assets/scaffold/files/themes.README.txt
  - Copy [project-root]/.gitattributes from assets/scaffold/files/gitattributes
  - Copy [web-root]/modules/README.txt from assets/scaffold/files/modules.README.txt
  - Copy [web-root]/profiles/README.txt from assets/scaffold/files/profiles.README.txt
  - Copy [project-root]/recipes/README.txt from assets/scaffold/files/recipes.README.txt
  - Copy [web-root]/sites/example.sites.php from assets/scaffold/files/example.sites.php
  - Copy [web-root]/sites/development.services.yml from assets/scaffold/files/development.services.yml
  - Copy [web-root]/sites/example.settings.local.php from assets/scaffold/files/example.settings.local.php
  - Copy [web-root]/sites/default/default.services.yml from assets/scaffold/files/default.services.yml
  - Copy [web-root]/sites/default/default.settings.php from assets/scaffold/files/default.settings.php
No security vulnerability advisories found.
+ cd /var/www/drupal
+ composer config repositories.tugboat path /var/lib/tugboat
+ composer require drupal/demo_design_system:dev-main
./composer.json has been updated
Running composer update drupal/demo_design_system
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
  - Upgrading drupal/demo_design_system (1.0.6 => dev-main)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
  - Removing drupal/demo_design_system (1.0.6)
  - Installing drupal/demo_design_system (dev-main): Symlinking from /var/lib/tugboat
Generating optimized autoload files
48 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found.
+ rm -f /var/www/drupal/web/sites/default/settings.php
+ php -d memory_limit=-1 vendor/bin/drush.php --yes --db-url=mysql://tugboat:tugboat@mysql:3306/tugboat --site-name=Live preview for 3535965-allow-p-and --account-pass=admin site:install drupal_cms_installer
 You are about to:
 * Create a sites/default/settings.php file
 * DROP all tables in your 'tugboat' database.

 // Do you want to continue?: yes.                                              

 [notice] Starting Drupal installation. This takes a while.
 [notice] Performed install task: install_select_language
 [notice] Performed install task: install_select_profile
 [notice] Performed install task: install_load_profile
 [notice] Performed install task: install_verify_requirements
 [notice] Performed install task: install_settings_form
 [notice] Performed install task: install_verify_database_ready
 [notice] Performed install task: install_base_system
 [notice] Performed install task: install_bootstrap_full
 [notice] Performed install task: install_install_profile
 [notice] Performed install task: install_configure_form
 [notice] <em class="placeholder">Publish state</em> hidden for: Media types (Image, Image, SVG Image, SVG Image)
 [notice] <em class="placeholder">Unpublish state</em> hidden for: Media types (Image, Image, SVG Image, SVG Image)
 [warning] The "field_block:node:page:field_content" block plugin was not found
 [warning] The "extra_field_block:node:page:content_moderation_control" block plugin was not found
 [warning] The "field_block:node:page:field_featured_image" block plugin was not found
 [warning] The "field_block:node:page:field_tags" block plugin was not found
 [warning] The "extra_field_block:node:page:content_moderation_control" block plugin was not found
 [warning] The "extra_field_block:node:page:content_moderation_control" block plugin was not found
 [notice] Performed install task: install_profile_modules
 [notice] Performed install task: install_profile_themes
 [notice] Performed install task: xb_demo_alter_welcome_links
 [notice] Performed install task: xb_demo_uninstall_unnecessary_modules
 [notice] Performed install task: uninstall_profile
 [notice] Performed install task: install_finished
 [success] Installation complete.
+ echo require_once '/var/lib/tugboat/.tugboat/settings.local.php';
+ mkdir -p /var/www/drupal/web/sites/default/files
+ chgrp -R www-data /var/www/drupal/web/sites/default/files
+ chmod 2775 /var/www/drupal/web/sites/default/files
+ chmod -R g+w /var/www/drupal/web/sites/default/files
Running BUILD commands6875f9ad732855b6d5d34f28# /bin/sh -c set -eux
cd $DRUPAL_COMPOSER_ROOT
composer install --optimize-autoloader
# Update packages and dependencies.
composer update --with-all-dependencies drupal/demo_design_system
# Run Drupal updates
vendor/bin/drush --yes updb
vendor/bin/drush cache:rebuild
+ cd /var/www/drupal
+ composer install --optimize-autoloader
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Generating optimized autoload files
48 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
+ composer update --with-all-dependencies drupal/demo_design_system
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Writing lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating optimized autoload files
48 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found.
+ vendor/bin/drush --yes updb
 [success] No pending updates.
+ vendor/bin/drush cache:rebuild
 [success] Cache rebuild complete.
6875f9ad732855b6d5d34f28# /bin/sh -c chgrp -R www-data .6875f9ad732855b6d5d34f28# /bin/sh -c curl --silent --header "Host: $TUGBOAT_DEFAULT_SERVICE_URL_HOST" http://localhost > /dev/nullCommitting 6875f9ad6cd631d7cc873b9f (3535965-allow-p-and)6875f9ad6cd631d7cc873b9f (3535965-allow-p-and) is ready