Rebuilding preview: 685bdd5355f0c6471cb67f89 (mr133)685bdd542ef6698386050ccb# sh -c mkdir -p $(dirname /var/lib/tugboat)685bdd542ef6698386050ccb# git clone git@git.drupal.org:project/cookies.git /var/lib/tugboatCloning into '/var/lib/tugboat'...
Warning: Permanently added 'git.drupal.org,44.230.112.158' (ECDSA) to the list of known hosts.
685bdd542ef6698386050ccb# bash -c git -C /var/lib/tugboat remote show origin && git -C /var/lib/tugboat remote set-url origin git@git.drupal.org:project/cookies.git || git -C /var/lib/tugboat remote add origin git@git.drupal.org:project/cookies.git* remote origin
  Fetch URL: git@git.drupal.org:project/cookies.git
  Push  URL: git@git.drupal.org:project/cookies.git
  HEAD branch: 2.x
  Remote branches:
    1.0.x tracked
    1.1.x tracked
    1.2.x tracked
    2.x   tracked
  Local branch configured for 'git pull':
    2.x merges with remote 2.x
  Local ref configured for 'git push':
    2.x pushes to 2.x (up to date)
685bdd542ef6698386050ccb# git -C /var/lib/tugboat fetch --no-recurse-submodules origin 2.xFrom git.drupal.org:project/cookies
 * branch            2.x        -> FETCH_HEAD
685bdd542ef6698386050ccb# git -C /var/lib/tugboat checkout origin/2.xNote: switching to 'origin/2.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 5786349 Issue #3526709: 11.2 compatibility
685bdd542ef6698386050ccb# git -C /var/lib/tugboat pull --no-edit --rebase=false git@git.drupal.org:issue/cookies-3532276.git 3532276-save-button-labelFrom git.drupal.org:issue/cookies-3532276
 * branch            3532276-save-button-label -> FETCH_HEAD
Updating 5786349..1ae1599
Fast-forward
 config/install/cookies.texts.yml | 2 +-
 src/Form/CookiesTextsForm.php    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Running INIT commandsRunning UPDATE commands685bdd542ef6698386050ccb# /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 drupal/cookies: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 cookies
+ git checkout -b 60ccc7a0c17bbe49a77c7d4f
Switched to a new branch '60ccc7a0c17bbe49a77c7d4f'
+ export COMPOSER_MEMORY_LIMIT=-1
+ cd /var/www/drupal
+ composer config repositories.tugboat vcs /var/lib/tugboat
+ composer require drupal/cookies:dev-60ccc7a0c17bbe49a77c7d4f
./composer.json has been updated
Running composer update drupal/cookies
Loading composer repositories with package information
                                                      Updating dependencies
Lock file operations: 2 installs, 0 updates, 0 removals
  - Locking drupal/cookies (dev-60ccc7a0c17bbe49a77c7d4f 1ae1599)
  - Locking jfeltkamp/cookiesjsr (2.0.5)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 2 installs, 0 updates, 0 removals
  - Downloading jfeltkamp/cookiesjsr (2.0.5)
  - Syncing drupal/cookies (dev-60ccc7a0c17bbe49a77c7d4f 1ae1599) into cache
 0/1 [>---------------------------]   0%
 1/1 [============================] 100%
  - Installing jfeltkamp/cookiesjsr (2.0.5): Extracting archive
  - Installing drupal/cookies (dev-60ccc7a0c17bbe49a77c7d4f 1ae1599): Cloning 1ae1599b3e from cache
 0/1 [>---------------------------]   0%
 1/1 [============================] 100%
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Package sebastian/resource-operations is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
63 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
+ vendor/bin/drush --yes --db-url=mysql://tugboat:tugboat@mysql:3306/tugboat --site-name=Live preview for 3532276-save-button-label --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] Cron run completed.
 [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 cookies
The following module(s) will be enabled: cookies, config_translation, locale, language

 // Do you want to continue?: yes.                                              


In ModuleInstaller.php line 91:
                                                                               
  Unable to install modules: module 'cookies' is incompatible with this versi  
  on of Drupal core.                                                           
                                                                               

Command Failed (Tugboat Error 1064): Exit code: 1; Command: 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 drupal/cookies: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 cookies
685bdd5355f0c6471cb67f89 (3532276-save-button-label) is suspended