Building preview: 685f54b240796cecc4c3e4dc (mr3)685f54b355f0c6471cea225e# sh -c mkdir -p $(dirname /var/lib/tugboat)685f54b355f0c6471cea225e# git clone git@git.drupal.org:project/ai_agent_migration.git /var/lib/tugboatCloning into '/var/lib/tugboat'...
Warning: Permanently added 'git.drupal.org' (ED25519) to the list of known hosts.
685f54b355f0c6471cea225e# bash -c git -C /var/lib/tugboat remote show origin && git -C /var/lib/tugboat remote set-url origin git@git.drupal.org:project/ai_agent_migration.git || git -C /var/lib/tugboat remote add origin git@git.drupal.org:project/ai_agent_migration.git* remote origin
Fetch URL: git@git.drupal.org:project/ai_agent_migration.git
Push URL: git@git.drupal.org:project/ai_agent_migration.git
HEAD branch: 1.0.x
Remote branch:
1.0.x 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)
685f54b355f0c6471cea225e# git -C /var/lib/tugboat fetch --no-recurse-submodules origin 1.0.xFrom git.drupal.org:project/ai_agent_migration
* branch 1.0.x -> FETCH_HEAD
685f54b355f0c6471cea225e# 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 b24af6d Fixed more phpcs issues.
685f54b355f0c6471cea225e# git -C /var/lib/tugboat pull --no-edit --rebase=false git@git.drupal.org:issue/ai_agent_migration-3532897.git 3532897-composer-requirements-doFrom git.drupal.org:issue/ai_agent_migration-3532897
* branch 3532897-composer-requirements-do -> FETCH_HEAD
Updating b24af6d..b7ada29
Fast-forward
composer.json | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Running INIT commandsRunning UPDATE commands685f54b355f0c6471cea225e# /bin/sh -c set -eux
# 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 need to change the minimum stability to dev to use the path
composer config minimum-stability dev
# We configure the Drupal project to use the checkout of the module as a
# Composer package repository.
composer config repositories.tugboat path $TUGBOAT_ROOT
# Now we can require this module
composer require drupal/ai_agent_migration
# 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
# Add tugboat URLs to the Drupal trusted host patterns.
echo "\$settings['trusted_host_patterns'] = ['\.tugboatqa\.com\$'];" >> $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
# Enable the module.
vendor/bin/drush --yes pm:enable ai_agent_migration
+ cd /var/www/drupal
+ composer config minimum-stability dev
+ composer config repositories.tugboat path /var/lib/tugboat
+ composer require drupal/ai_agent_migration
./composer.json has been updated
Running composer update drupal/ai_agent_migration
Loading composer repositories with package information
Updating dependencies
Lock file operations: 6 installs, 0 updates, 0 removals
- Locking drupal/ai (1.1.0)
- Locking drupal/ai_agent_migration (dev-main)
- Locking drupal/ai_agents (1.1.0)
- Locking drupal/key (1.20.0)
- Locking league/html-to-markdown (5.1.1)
- Locking yethee/tiktoken (0.5.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 6 installs, 0 updates, 0 removals
- Downloading yethee/tiktoken (0.5.1)
- Downloading league/html-to-markdown (5.1.1)
- Downloading drupal/key (1.20.0)
- Downloading drupal/ai (1.1.0)
- Downloading drupal/ai_agents (1.1.0)
0/5 [>---------------------------] 0%
2/5 [===========>----------------] 40%
5/5 [============================] 100%
- Installing yethee/tiktoken (0.5.1): Extracting archive
- Installing league/html-to-markdown (5.1.1): Extracting archive
- Installing drupal/key (1.20.0): Extracting archive
- Installing drupal/ai (1.1.0): Extracting archive
- Installing drupal/ai_agents (1.1.0): Extracting archive
- Installing drupal/ai_agent_migration (dev-main): Symlinking from /var/lib/tugboat
0/5 [>---------------------------] 0%
4/5 [======================>-----] 80%
5/5 [============================] 100%
5 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
44 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found.
Using version dev-main for drupal/ai_agent_migration
+ vendor/bin/drush --yes --db-url=mysql://tugboat:tugboat@mysql:3306/tugboat --site-name=Live preview for 3532897-composer-requirements-do --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.
+ echo $settings['trusted_host_patterns'] = ['\.tugboatqa\.com$'];
+ 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 ai_agent_migration
The following module(s) will be installed: ai_agent_migration, ai_agents_extra, ai_agents, ai, key
// Do you want to continue?: yes.
[success] Module ai_agent_migration has been installed.
[success] Module ai_agents_extra has been installed.
[success] Module ai_agents has been installed. (Permissions)
[success] Module ai has been installed. (Permissions - Configure)
[success] Module key has been installed. (Permissions - Configure)
Running BUILD commands685f54b355f0c6471cea225e# /bin/sh -c set -eux
cd $DRUPAL_COMPOSER_ROOT
composer install --optimize-autoloader
# Update this module, including all dependencies.
composer update drupal/ai_agent_migration --with-all-dependencies
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
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/ai_agent_migration --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
- Upgrading mck89/peast (v1.17.0 => v1.17.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
- Downloading mck89/peast (v1.17.1)
- Upgrading mck89/peast (v1.17.0 => v1.17.1): Extracting archive
Generating autoload files
44 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.
Committing 685f54b240796cecc4c3e4dc (3532897-composer-requirements-do)685f54b240796cecc4c3e4dc (3532897-composer-requirements-do) is ready