Rebuilding preview: 6861f6c3469d949162862c92 (mr166)6861f6c5a8c62ea49135b777# sh -c mkdir -p $(dirname /var/lib/tugboat)6861f6c5a8c62ea49135b777# git clone git@git.drupal.org:project/eu-cookie-compliance.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.
6861f6c5a8c62ea49135b777# bash -c git -C /var/lib/tugboat remote show origin && git -C /var/lib/tugboat remote set-url origin git@git.drupal.org:project/eu-cookie-compliance.git || git -C /var/lib/tugboat remote add origin git@git.drupal.org:project/eu-cookie-compliance.git* remote origin
Fetch URL: git@git.drupal.org:project/eu-cookie-compliance.git
Push URL: git@git.drupal.org:project/eu-cookie-compliance.git
HEAD branch: 8.x-1.x
Remote branches:
1779878-submodule tracked
2.0.x tracked
2.0.x-dev tracked
2.0.x-page-attachments tracked
5.x-1.x tracked
6.x-1.x tracked
7.x-1.x tracked
7.x-2.x tracked
8.x-1.x tracked
8.x-1.x-gitlab-resolve tracked
revert-248f7aca tracked
Local branch configured for 'git pull':
8.x-1.x merges with remote 8.x-1.x
Local ref configured for 'git push':
8.x-1.x pushes to 8.x-1.x (up to date)
6861f6c5a8c62ea49135b777# git -C /var/lib/tugboat fetch --no-recurse-submodules origin 8.x-1.x-gitlab-resolveFrom git.drupal.org:project/eu-cookie-compliance
* branch 8.x-1.x-gitlab-resolve -> FETCH_HEAD
6861f6c5a8c62ea49135b777# git -C /var/lib/tugboat checkout origin/8.x-1.x-gitlab-resolveNote: switching to 'origin/8.x-1.x-gitlab-resolve'.
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 94f392d Update .gitlab-ci.yml
6861f6c5a8c62ea49135b777# git -C /var/lib/tugboat pull --no-edit --rebase=false git@git.drupal.org:issue/eu_cookie_compliance-3528292.git 3528292-resolve-cspellFrom git.drupal.org:issue/eu_cookie_compliance-3528292
* branch 3528292-resolve-cspell -> FETCH_HEAD
Updating 94f392d..90c8b14
Fast-forward
.cspell-project-words.txt | 1 +
1 file changed, 1 insertion(+)
create mode 100644 .cspell-project-words.txt
Running INIT commandsRunning UPDATE commands6861f6c5a8c62ea49135b777# /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/coloris:1.0.x-dev drupal/eu_cookie_compliance: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 eu_cookie_compliance
+ git checkout -b 6061b3f865f8172127186291
Switched to a new branch '6061b3f865f8172127186291'
+ export COMPOSER_MEMORY_LIMIT=-1
+ cd /var/www/drupal
+ composer config repositories.tugboat vcs /var/lib/tugboat
+ composer require drupal/coloris:1.0.x-dev drupal/eu_cookie_compliance:dev-6061b3f865f8172127186291
./composer.json has been updated
Running composer update drupal/coloris drupal/eu_cookie_compliance
Loading composer repositories with package information
Updating dependencies
Lock file operations: 2 installs, 0 updates, 0 removals
- Locking drupal/coloris (dev-1.0.x cf6c169)
- Locking drupal/eu_cookie_compliance (dev-6061b3f865f8172127186291 90c8b14)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 2 installs, 0 updates, 0 removals
- Syncing drupal/coloris (dev-1.0.x cf6c169) into cache
0 [>---------------------------] 0 [->--------------------------]
- Installing drupal/coloris (dev-1.0.x cf6c169): Cloning cf6c169b3c from cache
- Installing drupal/eu_cookie_compliance (dev-6061b3f865f8172127186291 90c8b14): Cloning 90c8b14c1f
0 [>---------------------------] 0 [->--------------------------]
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
Generating autoload files
48 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Found 31 security vulnerability advisories affecting 9 packages.
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 3528292-resolve-cspell --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 eu_cookie_compliance
[notice] The file public://eu_cookie_compliance/eu_cookie_compliance.script.js was not deleted because it does not exist.
[notice] The file public://eu_cookie_compliance/eu_cookie_compliance.script.js was not deleted because it does not exist.
[success] Successfully enabled: eu_cookie_compliance
Running BUILD commands6861f6c5a8c62ea49135b777# /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/eu_cookie_compliance --with-all-dependencies
vendor/bin/drush --yes updb
vendor/bin/drush cache:rebuild
+ git branch -D 6061b3f865f8172127186291
error: Cannot delete branch '6061b3f865f8172127186291' 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
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
Generating optimized autoload files
48 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/eu_cookie_compliance --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 6 updates, 0 removals
- Upgrading symfony/filesystem (v6.2.0 => v6.4.13)
- Upgrading symfony/finder (v6.2.0 => v6.4.17)
- Upgrading symfony/polyfill-intl-grapheme (v1.27.0 => v1.32.0)
- Upgrading symfony/polyfill-php72 (v1.26.0 => v1.31.0)
- Upgrading symfony/polyfill-php73 (v1.26.0 => v1.32.0)
- Upgrading symfony/string (v6.2.0 => v6.4.21)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 6 updates, 0 removals
- Downloading symfony/polyfill-php73 (v1.32.0)
- Downloading symfony/finder (v6.4.17)
- Downloading symfony/filesystem (v6.4.13)
- Downloading symfony/polyfill-intl-grapheme (v1.32.0)
- Downloading symfony/string (v6.4.21)
0/5 [>---------------------------] 0%
5/5 [============================] 100%
- Upgrading symfony/polyfill-php73 (v1.26.0 => v1.32.0): Extracting archive
- Upgrading symfony/finder (v6.2.0 => v6.4.17): Extracting archive
- Upgrading symfony/filesystem (v6.2.0 => v6.4.13): Extracting archive
- Removing symfony/polyfill-php72 (v1.26.0)
- Upgrading symfony/polyfill-intl-grapheme (v1.27.0 => v1.32.0): Extracting archive
- Upgrading symfony/string (v6.2.0 => v6.4.21): Extracting archive
- Installing symfony/polyfill-php72 (v1.31.0)
0/5 [>---------------------------] 0%
5/5 [============================] 100%
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package stack/builder is abandoned, you should avoid using it. No replacement was suggested.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
Generating autoload files
48 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Found 31 security vulnerability advisories affecting 9 packages.
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 6861f6c3469d949162862c92 (3528292-resolve-cspell)6861f6c3469d949162862c92 (3528292-resolve-cspell) is ready