Rebuilding preview: 68526652d5d5f2938dc7e5b8 (mr42)68526653ea496b9baba1d805# sh -c mkdir -p $(dirname /var/lib/tugboat)68526653ea496b9baba1d805# git clone git@git.drupal.org:project/micon.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.
68526653ea496b9baba1d805# bash -c git -C /var/lib/tugboat remote show origin && git -C /var/lib/tugboat remote set-url origin git@git.drupal.org:project/micon.git || git -C /var/lib/tugboat remote add origin git@git.drupal.org:project/micon.git* remote origin
Fetch URL: git@git.drupal.org:project/micon.git
Push URL: git@git.drupal.org:project/micon.git
HEAD branch: 2.x
Remote branches:
2.x tracked
8.x-1.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)
68526653ea496b9baba1d805# git -C /var/lib/tugboat fetch --no-recurse-submodules origin 2.xFrom git.drupal.org:project/micon
* branch 2.x -> FETCH_HEAD
68526653ea496b9baba1d805# 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 ffa7766 Issue #3529739 by lrwebks, anybody, thomas.frobieter: No icon is printed when position is set to "after" or "icon_only" (content.field_icon_link.0['#title'].icon is empty in this case)
68526653ea496b9baba1d805# git -C /var/lib/tugboat pull --no-edit --rebase=false git@git.drupal.org:issue/micon-3530567.git 3530567-rename-seticonafter-From git.drupal.org:issue/micon-3530567
* branch 3530567-rename-seticonafter- -> FETCH_HEAD
Updating ffa7766..8daec57
Fast-forward
.../src/Plugin/Field/FieldFormatter/MiconLinkFormatter.php | 4 ++--
.../src/Plugin/Field/FieldWidget/MiconLinkWidgetTrait.php | 2 +-
modules/micon_menu/micon_menu.module | 2 +-
src/MiconIconize.php | 6 +++---
src/Plugin/Field/FieldFormatter/FileMiconFormatter.php | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
Running INIT commandsRunning UPDATE commands68526653ea496b9baba1d805# /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/micon: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 micon
+ git checkout -b 634d4cf8fa87ab0cb0d5c636
Switched to a new branch '634d4cf8fa87ab0cb0d5c636'
+ export COMPOSER_MEMORY_LIMIT=-1
+ cd /var/www/drupal
+ composer config repositories.tugboat vcs /var/lib/tugboat
+ composer require drupal/micon:dev-634d4cf8fa87ab0cb0d5c636
./composer.json has been updated
Running composer update drupal/micon
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 0 updates, 0 removals
- Locking drupal/micon (dev-634d4cf8fa87ab0cb0d5c636 8daec57)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing drupal/micon (dev-634d4cf8fa87ab0cb0d5c636 8daec57): Cloning 8daec57ae7
3 package suggestions were added by new dependencies, use `composer suggest` to see details.
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 26 security vulnerability advisories affecting 8 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 3530567-rename-seticonafter- --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 micon
In ModuleInstaller.php line 123:
Unable to install modules: module 'micon' is incompatible with this version
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/micon: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 micon
68526652d5d5f2938dc7e5b8 (3530567-rename-seticonafter-) is suspended