Rebuilding preview: 685d62df55f0c6471cce7396 (mr105)685d62e22ef6698386234403# sh -c mkdir -p $(dirname /var/lib/tugboat)685d62e22ef6698386234403# git clone git@git.drupal.org:project/klaro.git /var/lib/tugboatCloning into '/var/lib/tugboat'...
Warning: Permanently added 'git.drupal.org' (ED25519) to the list of known hosts.
685d62e22ef6698386234403# bash -c git -C /var/lib/tugboat remote show origin && git -C /var/lib/tugboat remote set-url origin git@git.drupal.org:project/klaro.git || git -C /var/lib/tugboat remote add origin git@git.drupal.org:project/klaro.git* remote origin
Fetch URL: git@git.drupal.org:project/klaro.git
Push URL: git@git.drupal.org:project/klaro.git
HEAD branch: 3.x
Remote branches:
3.1.x tracked
3.x tracked
3.x_D9_support tracked
7.x-1.x tracked
8.x-2.x tracked
Local branch configured for 'git pull':
3.x merges with remote 3.x
Local ref configured for 'git push':
3.x pushes to 3.x (up to date)
685d62e22ef6698386234403# git -C /var/lib/tugboat fetch --no-recurse-submodules origin 3.xFrom git.drupal.org:project/klaro
* branch 3.x -> FETCH_HEAD
685d62e22ef6698386234403# git -C /var/lib/tugboat checkout origin/3.xNote: switching to 'origin/3.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 5f2a627 Edit changelog.md
685d62e22ef6698386234403# git -C /var/lib/tugboat pull --no-edit --rebase=false git@git.drupal.org:issue/klaro-3532563.git 3532563-autofocus-klaro-dialogFrom git.drupal.org:issue/klaro-3532563
* branch 3532563-autofocus-klaro-dialog -> FETCH_HEAD
Updating 5f2a627..ba3ef43
Fast-forward
js/klaro.drupal.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Running INIT commandsRunning UPDATE commands685d62e22ef6698386234403# /bin/sh -c set -eux
# Check out a branch using the unique Tugboat ID for this repository, to
# ensure we don't clobber an existing branch.
git checkout -b $TUGBOAT_REPO_ID
# Composer is hungry. You need a Tugboat project with a pretty sizeable
# chunk of memory.
export COMPOSER_MEMORY_LIMIT=-1
# 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
# We configure the Drupal project to use the checkout of the module as a
# Composer package repository.
composer config repositories.tugboat vcs $TUGBOAT_ROOT
# Now we can require this module, specifing the branch name we created
# above that uses the $TUGBOAT_REPO_ID environment variable.
composer require -W drupal/klaro:dev-$TUGBOAT_REPO_ID
# Install Drupal on the site.
vendor/bin/drush \
--yes \
--db-url=mysql://tugboat:tugboat@mysql:3306/tugboat \
--site-name="Live preview for ${TUGBOAT_PREVIEW_NAME}" \
--account-pass=admin \
site:install standard
# 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
# Enable the module.
vendor/bin/drush --yes pm:enable klaro
+ git checkout -b 675036bedab10e2ceee3fe83
Switched to a new branch '675036bedab10e2ceee3fe83'
+ export COMPOSER_MEMORY_LIMIT=-1
+ cd /var/www/drupal
+ composer config repositories.tugboat vcs /var/lib/tugboat
+ composer require -W drupal/klaro:dev-675036bedab10e2ceee3fe83
./composer.json has been updated
Running composer update drupal/klaro --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Lock file operations: 2 installs, 19 updates, 0 removals
- Upgrading doctrine/deprecations (1.1.4 => 1.1.5)
- Locking drupal/klaro (dev-675036bedab10e2ceee3fe83 ba3ef43)
- Locking drupal/klaro_js (3.0.1)
- Upgrading egulias/email-validator (4.0.3 => 4.0.4)
- Upgrading symfony/console (v6.4.17 => v6.4.22)
- Upgrading symfony/dependency-injection (v6.4.19 => v6.4.22)
- Upgrading symfony/error-handler (v6.4.18 => v6.4.22)
- Upgrading symfony/http-foundation (v6.4.18 => v6.4.22)
- Upgrading symfony/http-kernel (v6.4.18 => v6.4.22)
- Upgrading symfony/mailer (v6.4.18 => v6.4.21)
- Upgrading symfony/mime (v6.4.18 => v6.4.21)
- Upgrading symfony/polyfill-php80 (v1.31.0 => v1.32.0)
- Upgrading symfony/polyfill-php81 (v1.31.0 => v1.32.0)
- Upgrading symfony/process (v6.4.19 => v6.4.20)
- Upgrading symfony/routing (v6.4.18 => v6.4.22)
- Upgrading symfony/serializer (v6.4.18 => v6.4.22)
- Upgrading symfony/string (v6.4.15 => v6.4.21)
- Upgrading symfony/validator (v6.4.18 => v6.4.22)
- Upgrading symfony/var-dumper (v6.4.18 => v6.4.21)
- Upgrading symfony/var-exporter (v6.4.19 => v6.4.22)
- Upgrading symfony/yaml (v6.4.18 => v6.4.21)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 2 installs, 19 updates, 0 removals
- Downloading symfony/string (v6.4.21)
- Downloading symfony/console (v6.4.22)
- Downloading symfony/yaml (v6.4.21)
- Downloading symfony/var-exporter (v6.4.22)
- Downloading symfony/var-dumper (v6.4.21)
- Downloading symfony/polyfill-php80 (v1.32.0)
- Downloading symfony/validator (v6.4.22)
- Downloading symfony/serializer (v6.4.22)
- Downloading symfony/routing (v6.4.22)
- Downloading symfony/http-foundation (v6.4.22)
- Downloading symfony/process (v6.4.20)
- Downloading symfony/mime (v6.4.21)
- Downloading doctrine/deprecations (1.1.5)
- Downloading egulias/email-validator (4.0.4)
- Downloading symfony/mailer (v6.4.21)
- Downloading symfony/error-handler (v6.4.22)
- Downloading symfony/http-kernel (v6.4.22)
- Downloading symfony/dependency-injection (v6.4.22)
- Downloading drupal/klaro_js (3.0.1)
0/19 [>---------------------------] 0%
15/19 [======================>-----] 78%
18/19 [==========================>-] 94%
19/19 [============================] 100%
- Upgrading symfony/string (v6.4.15 => v6.4.21): Extracting archive
- Upgrading symfony/console (v6.4.17 => v6.4.22): Extracting archive
- Upgrading symfony/polyfill-php81 (v1.31.0 => v1.32.0): Extracting archive
- Upgrading symfony/yaml (v6.4.18 => v6.4.21): Extracting archive
- Upgrading symfony/var-exporter (v6.4.19 => v6.4.22): Extracting archive
- Upgrading symfony/var-dumper (v6.4.18 => v6.4.21): Extracting archive
- Upgrading symfony/polyfill-php80 (v1.31.0 => v1.32.0): Extracting archive
- Upgrading symfony/validator (v6.4.18 => v6.4.22): Extracting archive
- Upgrading symfony/serializer (v6.4.18 => v6.4.22): Extracting archive
- Upgrading symfony/routing (v6.4.18 => v6.4.22): Extracting archive
- Upgrading symfony/http-foundation (v6.4.18 => v6.4.22): Extracting archive
- Upgrading symfony/process (v6.4.19 => v6.4.20): Extracting archive
- Upgrading symfony/mime (v6.4.18 => v6.4.21): Extracting archive
- Upgrading doctrine/deprecations (1.1.4 => 1.1.5): Extracting archive
- Upgrading egulias/email-validator (4.0.3 => 4.0.4): Extracting archive
- Upgrading symfony/mailer (v6.4.18 => v6.4.21): Extracting archive
- Upgrading symfony/error-handler (v6.4.18 => v6.4.22): Extracting archive
- Upgrading symfony/http-kernel (v6.4.18 => v6.4.22): Extracting archive
- Upgrading symfony/dependency-injection (v6.4.19 => v6.4.22): Extracting archive
- Installing drupal/klaro_js (3.0.1): Extracting archive
- Installing drupal/klaro (dev-675036bedab10e2ceee3fe83 ba3ef43): Cloning ba3ef431b6
0/20 [>---------------------------] 0%
9/20 [============>---------------] 45%
10/20 [==============>-------------] 50%
17/20 [=======================>----] 85%
20/20 [============================] 100%
Generating autoload files
44 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Found 2 security vulnerability advisories affecting 1 package.
Run "composer audit" for a full list of advisories.
+ vendor/bin/drush --yes --db-url=mysql://tugboat:tugboat@mysql:3306/tugboat --site-name=Live preview for 3532563-autofocus-klaro-dialog --account-pass=admin site:install standard
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_profile_modules
[notice] Performed install task: install_profile_themes
[notice] Performed install task: install_install_profile
[notice] Performed install task: install_configure_form
[notice] Performed install task: install_finished
[success] Installation complete.
+ 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
+ vendor/bin/drush --yes pm:enable klaro
[success] Successfully enabled: klaro
Running BUILD commands685d62e22ef6698386234403# /bin/sh -c set -eux
# Delete and re-check out this branch in case this is built from a Base Preview.
git branch -D $TUGBOAT_REPO_ID && git checkout -b $TUGBOAT_REPO_ID || true
export COMPOSER_MEMORY_LIMIT=-1
cd $DRUPAL_COMPOSER_ROOT
composer install --optimize-autoloader
# Update this module, including all dependencies.
composer update drupal/klaro --with-all-dependencies
vendor/bin/drush --yes updb
vendor/bin/drush cache:rebuild
+ git branch -D 675036bedab10e2ceee3fe83
error: Cannot delete branch '675036bedab10e2ceee3fe83' checked out at '/var/lib/tugboat'
+ true
+ export COMPOSER_MEMORY_LIMIT=-1
+ 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
44 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
* Homepage: https://www.drupal.org/project/drupal
* Support:
* docs: https://www.drupal.org/docs/user_guide/en/index.html
* chat: https://www.drupal.org/node/314178
+ composer update drupal/klaro --with-all-dependencies
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 autoload files
44 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Found 2 security vulnerability advisories affecting 1 package.
Run "composer audit" for a full list of advisories.
+ vendor/bin/drush --yes updb
[success] No pending updates.
+ vendor/bin/drush cache:rebuild
[success] Cache rebuild complete.
Committing 685d62df55f0c6471cce7396 (3532563-autofocus-klaro-dialog)685d62df55f0c6471cce7396 (3532563-autofocus-klaro-dialog) is ready