Building preview: 684f784bea496b9bab7c82a8 (mr644)684f784cd5d5f2938d8a4287# sh -c mkdir -p $(dirname /var/lib/tugboat)684f784cd5d5f2938d8a4287# git clone git@git.drupal.org:project/webform.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.
684f784cd5d5f2938d8a4287# bash -c git -C /var/lib/tugboat remote show origin && git -C /var/lib/tugboat remote set-url origin git@git.drupal.org:project/webform.git || git -C /var/lib/tugboat remote add origin git@git.drupal.org:project/webform.git* remote origin
  Fetch URL: git@git.drupal.org:project/webform.git
  Push  URL: git@git.drupal.org:project/webform.git
  HEAD branch: 6.3.x
  Remote branches:
    4.4.x-1.x tracked
    4.5.x-1.x tracked
    4.6.x-1.x tracked
    4.7.x-1.x tracked
    5.x-1.x   tracked
    5.x-2.x   tracked
    6.0.x     tracked
    6.1.x     tracked
    6.2.x     tracked
    6.3.x     tracked
    6.x       tracked
    6.x-2.x   tracked
    6.x-3.x   tracked
    7.x-3.x   tracked
    7.x-4.x   tracked
    8.x-4.x   tracked
    8.x-5.x   tracked
  Local branch configured for 'git pull':
    6.3.x merges with remote 6.3.x
  Local ref configured for 'git push':
    6.3.x pushes to 6.3.x (up to date)
684f784cd5d5f2938d8a4287# git -C /var/lib/tugboat fetch --no-recurse-submodules origin 6.3.xFrom git.drupal.org:project/webform
 * branch                6.3.x      -> FETCH_HEAD
684f784cd5d5f2938d8a4287# git -C /var/lib/tugboat checkout origin/6.3.xNote: switching to 'origin/6.3.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 466712649 Issue #3524749: Remove outdated warning about CDN, Ajax, and BigPipe
684f784cd5d5f2938d8a4287# git -C /var/lib/tugboat pull --no-edit --rebase=false git@git.drupal.org:issue/webform-3530256.git 3530256-conditions-arent-workingFrom git.drupal.org:issue/webform-3530256
 * branch                3530256-conditions-arent-working -> FETCH_HEAD
Updating 466712649..dac062698
Fast-forward
 src/Plugin/WebformElement/DateBase.php | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
Running INIT commandsRunning UPDATE commands684f784cd5d5f2938d8a4287# /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/webform: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 webform webform_ui webform_templates webform_examples webform_image_select webform_node webform_share webform_submission_log
+ git checkout -b 619beb0ade4970b5dde65e54
Switched to a new branch '619beb0ade4970b5dde65e54'
+ export COMPOSER_MEMORY_LIMIT=-1
+ cd /var/www/drupal
+ composer config repositories.tugboat vcs /var/lib/tugboat
composer/installers contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. See https://getcomposer.org/allow-plugins
You can run "composer config --no-plugins allow-plugins.composer/installers [true|false]" to enable it (true) or keep it disabled and suppress this warning (false)
dealerdirect/phpcodesniffer-composer-installer contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. See https://getcomposer.org/allow-plugins
You can run "composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer [true|false]" to enable it (true) or keep it disabled and suppress this warning (false)
drupal/core-composer-scaffold contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. See https://getcomposer.org/allow-plugins
You can run "composer config --no-plugins allow-plugins.drupal/core-composer-scaffold [true|false]" to enable it (true) or keep it disabled and suppress this warning (false)
drupal/core-project-message contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. See https://getcomposer.org/allow-plugins
You can run "composer config --no-plugins allow-plugins.drupal/core-project-message [true|false]" to enable it (true) or keep it disabled and suppress this warning (false)
+ composer require drupal/webform:dev-619beb0ade4970b5dde65e54
composer/installers contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. See https://getcomposer.org/allow-plugins
You can run "composer config --no-plugins allow-plugins.composer/installers [true|false]" to enable it (true) or keep it disabled and suppress this warning (false)
dealerdirect/phpcodesniffer-composer-installer contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. See https://getcomposer.org/allow-plugins
You can run "composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer [true|false]" to enable it (true) or keep it disabled and suppress this warning (false)
drupal/core-composer-scaffold contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. See https://getcomposer.org/allow-plugins
You can run "composer config --no-plugins allow-plugins.drupal/core-composer-scaffold [true|false]" to enable it (true) or keep it disabled and suppress this warning (false)
drupal/core-project-message contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. See https://getcomposer.org/allow-plugins
You can run "composer config --no-plugins allow-plugins.drupal/core-project-message [true|false]" to enable it (true) or keep it disabled and suppress this warning (false)
./composer.json has been updated
Running composer update drupal/webform
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/webform dev-619beb0ade4970b5dde65e54 -> satisfiable by drupal/webform[dev-619beb0ade4970b5dde65e54].
    - drupal/webform dev-619beb0ade4970b5dde65e54 requires drupal/core ^10.3 || ^11.0 -> found drupal/core[10.3.0, ..., 10.4.8, 11.0.0, ..., 11.1.8] but the package is fixed to 9.2.20 (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/webform: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 webform webform_ui webform_templates webform_examples webform_image_select webform_node webform_share webform_submission_log
684f784bea496b9bab7c82a8 (3530256-conditions-arent-working) is suspended