Building preview: 68f0e14d0f93f80808cd83a9 (mr224)68f0e14f106804ab7125c14a# sh -c mkdir -p $(dirname /var/lib/tugboat)68f0e14f106804ab7125c14a# git clone git@git.drupal.org:project/gutenberg.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.
68f0e14f106804ab7125c14a# bash -c git -C /var/lib/tugboat remote show origin && git -C /var/lib/tugboat remote set-url origin git@git.drupal.org:project/gutenberg.git || git -C /var/lib/tugboat remote add origin git@git.drupal.org:project/gutenberg.git* remote origin
  Fetch URL: git@git.drupal.org:project/gutenberg.git
  Push  URL: git@git.drupal.org:project/gutenberg.git
  HEAD branch: 3.0.x
  Remote branches:
    180284-8.x-2.x-crsf               tracked
    3.0.x                             tracked
    3000499-add-sidebar-options       tracked
    3044237-github-security-alert     tracked
    3252496-upgrade-to-gutenberg      tracked
    3273330-update-gutenberg-library  tracked
    3319060-core-gutenberg-block      tracked
    3327340-facebook-instagram-blocks tracked
    3334499-dialog-modal-z-index      tracked
    3338959-empty-synced-pattern      tracked
    3338959-reusable-blocks-message   tracked
    3353642-group-block               tracked
    3353642-group-block-3             tracked
    3353642-recreate-core-group-block tracked
    3378183-media-block-caption       tracked
    3402975-update-patterns           tracked
    3404462-fix-media-components      tracked
    3404464-remove-drupal-js-build    tracked
    3404619-auto-generated-css        tracked
    3408410-layout-support            tracked
    3415218-fixes                     tracked
    3421059-render-custom-classes-3-x tracked
    3448930-content-block             tracked
    4.0.x                             tracked
    4.x                               tracked
    8.x-1.x                           tracked
    8.x-1.x-3107797-dynamic-render    tracked
    8.x-1.x-blocks-settings           tracked
    8.x-1.x-fields-mapping            tracked
    8.x-2.x                           tracked
    8.x-2.x-3107797-dynamic-render    tracked
    8.x-2.x-3163200-entity-agnostic   tracked
    block_configuration               tracked
    cherry-pick-3ec4ea70              tracked
    cherry-pick-53f208a8              tracked
    cherry-pick-db7c040a              tracked
    entity-agnostic                   tracked
    feature/organize-form-alter       tracked
    feature/template-builder          tracked
    fix/merge-2x                      tracked
    media_library                     tracked
    merge-3                           tracked
    misc-fixes                        tracked
    sec-180284-3.x                    tracked
    uninstall-removed-modules         tracked
    update-translations               tracked
  Local branch configured for 'git pull':
    3.0.x merges with remote 3.0.x
  Local ref configured for 'git push':
    3.0.x pushes to 3.0.x (up to date)
68f0e14f106804ab7125c14a# git -C /var/lib/tugboat fetch --no-recurse-submodules origin 3.0.xFrom git.drupal.org:project/gutenberg
 * branch            3.0.x      -> FETCH_HEAD
68f0e14f106804ab7125c14a# git -C /var/lib/tugboat checkout origin/3.0.xNote: switching to 'origin/3.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 df1683d Issue #3487744: Gutenberg install hook might conflict with installing sites with drush and "--existing-config"
68f0e14f106804ab7125c14a# git -C /var/lib/tugboat pull --no-edit --rebase=false git@git.drupal.org:issue/gutenberg-3552239.git 3552239-pregreplace-passing-nullFrom git.drupal.org:issue/gutenberg-3552239
 * branch            3552239-pregreplace-passing-null -> FETCH_HEAD
Updating df1683d..345c2ef
Fast-forward
 src/MediaUploader.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Running INIT commandsRunning UPDATE commands68f0e14f106804ab7125c14a# /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/gutenberg: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 gutenberg
+ git checkout -b 60cb7669c17bbe74a77b42c0
Switched to a new branch '60cb7669c17bbe74a77b42c0'
+ export COMPOSER_MEMORY_LIMIT=-1
+ cd /var/www/drupal
+ composer config repositories.tugboat vcs /var/lib/tugboat
+ composer require drupal/gutenberg:dev-60cb7669c17bbe74a77b42c0
./composer.json has been updated
Running composer update drupal/gutenberg
Loading composer repositories with package information
                                                      Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/gutenberg dev-60cb7669c17bbe74a77b42c0 -> satisfiable by drupal/gutenberg[dev-60cb7669c17bbe74a77b42c0].
    - drupal/gutenberg dev-60cb7669c17bbe74a77b42c0 requires drupal/core ^9.5 || ^10 || ^11 -> found drupal/core[9.5.0-beta1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.6.x-dev, 11.0.0-alpha1, ..., 11.x-dev] but the package is fixed to 9.0.14 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Command Failed (Tugboat Error 1064): Exit code: 2; 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/gutenberg: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 gutenberg
68f0e14d0f93f80808cd83a9 (3552239-pregreplace-passing-null) is suspended