acquia / blt

Acquia's toolset for automating Drupal 8 and 9 development, testing, and deployment.
https://docs.acquia.com/blt/
GNU General Public License v2.0
442 stars 394 forks source link

Memcache patch breaking blt build #1562

Closed dgpalmer closed 7 years ago

dgpalmer commented 7 years ago

My system information:

Output of blt doctor:

blt > doctor:
Changed current directory to /Users/palmerd/.composer
You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
Composer could not find a composer.json file in /Users/palmerd/.composer
To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ "Getting Started" section
+----------------------+----------------------------------------------------------------------------------+
| Property             | Value                                                                            |
+----------------------+----------------------------------------------------------------------------------+
| %paths               |                                                                                  |
|  - %root             | /Users/palmerd/Sites/ch-blt/docroot                                              |
|  - %site             | sites/default                                                                    |
|  - %modules          | modules                                                                          |
|  - %themes           | themes                                                                           |
|  - %config-active    | sites/default/files/config_acqTmp-2017-04-28T10.28.33-0255/active                |
|  - %config-staging   | sites/default/files/config_acqTmp-2017-04-28T10.28.33-0255/staging               |
|  - %config-sync      | /Users/palmerd/Sites/ch-blt/config/default                                       |
|  - %files            | sites/default/files                                                              |
|  - %temp             | /tmp                                                                             |
| admin-theme          | seven                                                                            |
| blt-version          | 8.8.1                                                                            |
| bootstrap            | Successful                                                                       |
| config-active        | sites/default/files/config_acqTmp-2017-04-28T10.28.33-0255/active                |
| config-staging       | sites/default/files/config_acqTmp-2017-04-28T10.28.33-0255/staging               |
| config-sync          | /Users/palmerd/Sites/ch-blt/config/default                                       |
| db-driver            | mysql                                                                            |
| db-hostname          | 127.0.0.1                                                                        |
| db-name              | umgch                                                                            |
| db-password          |                                                                                  |
| db-port              | 33067                                                                            |
| db-status            | Connected                                                                        |
| db-username          | drupaluser                                                                       |
| drupal-settings-file | sites/default/settings.php                                                       |
| drupal-version       | 8.3.2                                                                            |
| drush-alias-files    | /Users/palmerd/.drush/dplift.aliases.drushrc.php                                 |
|                      | /Users/palmerd/.drush/dptest.aliases.drushrc.php                                 |
|                      | /Users/palmerd/.drush/ideaden2.aliases.drushrc.php                               |
|                      | /Users/palmerd/.drush/idpoc.aliases.drushrc.php                                  |
|                      | /Users/palmerd/.drush/igagoogletagmanager.aliases.drushrc.php                    |
|                      | /Users/palmerd/.drush/local.aliases.drushrc.php                                  |
|                      | /Users/palmerd/.drush/onerepublicdev.aliases.drushrc.php                         |
|                      | /Users/palmerd/.drush/tangle001.aliases.drushrc.php                              |
|                      | /Users/palmerd/.drush/testspinup.aliases.drushrc.php                             |
|                      | /Users/palmerd/.drush/umgcontent.aliases.drushrc.php                             |
|                      | /Users/palmerd/.drush/umgd8asf.aliases.drushrc.php                               |
|                      | /Users/palmerd/.drush/umgintranet.aliases.drushrc.php                            |
|                      | /Users/palmerd/.drush/umgintranetp2.aliases.drushrc.php                          |
|                      | /Users/palmerd/.drush/universal.aliases.drushrc.php                              |
|                      | /Users/palmerd/Sites/ch-blt/docroot/../drush/site-aliases/aliases.drushrc.php    |
|                      | /Users/palmerd/Sites/ch-blt/docroot/../drush/site-aliases/example.acsf.aliases.d |
|                      | rushrc.php                                                                       |
|                      | /Users/palmerd/Sites/ch-blt/docroot/../drush/site-aliases/example.local.aliases. |
|                      | drushrc.php                                                                      |
| drush-conf           |                                                                                  |
| drush-script         | /Users/palmerd/Sites/ch-blt/vendor/drush/drush/drush.php                         |
| drush-temp           | /tmp                                                                             |
| drush-version        | 8.1.11                                                                           |
| files                | sites/default/files                                                              |
| install-profile      | umgmw                                                                            |
| modules              | modules                                                                          |
| php-bin              | /usr/local/bin/php                                                               |
| php-conf             | /usr/local/etc/php/5.6/php.ini                                                   |
| php-os               | Darwin                                                                           |
| root                 | /Users/palmerd/Sites/ch-blt/docroot                                              |
| site                 | sites/default                                                                    |
| temp                 | /tmp                                                                             |
| theme                | bartik                                                                           |
| themes               | themes                                                                           |
| uri                  | default                                                                          |
| user                 |                                                                                  |
+----------------------+----------------------------------------------------------------------------------+
+--------------------------+---------------------------------------------------------------------------------+
| Check                    | Outcome                                                                         |
+--------------------------+---------------------------------------------------------------------------------+
| checkDocrootExists       | Found docroot.                                                                  |
| checkCoreExists          | Drupal core exists                                                              |
| checkSettingsFile        | BLT settings are included in settings file.                                     |
| checkLocalSettingsFile   | Could not find local settings file.                                             |
|                          | Your local settings file should exist at                                        |
|                          | /Users/palmerd/Sites/ch-blt/docroot/sites/default/settings/local.settings.php.  |
| checkLocalDrushFile      | Local drushrc file does not exist.                                              |
|                          | Create /Users/palmerd/Sites/ch-blt/docroot/sites/default/local.drushrc.php.     |
|                          | Run `blt setup:drush:settings` to generate it automatically, or run `blt setup` |
|                          | to run the entire setup process.                                                |
| checkFileSystem:%files   | Public files directory is writable.                                             |
| checkFileSystem:%private | Private files directory is not set.                                             |
| checkFileSystem:%temp    | Temporary files directory is writable.                                          |
| checkDbConnection        | Connected to database.                                                          |
| checkDrupalBootstrapped  | Bootstrapped Drupal via drush.                                                  |
| checkDrupalInstalled     | Drupal is installed.                                                            |
| checkCaching:page        | Drupal cache is disabled.                                                       |
| checkCaching:css         | CSS preprocessing is disabled.                                                  |
| checkCaching:js          | JS preprocessing is disabled.                                                   |
| checkNvmExists           | NVM does not exist.                                                             |
|                          |                                                                                 |
|                          | It is recommended that you use NVM to manage multiple versions of NodeJS on one |
|                          | machine.                                                                        |
|                          | Instructions for installing NVM can be found at:                                |
|                          |   https://github.com/creationix/nvm#installation                                |
| checkDevDesktop          | DevDesktop usage is enabled, but variables_order does support environmental     |
|                          | variables.                                                                      |
|                          |                                                                                 |
|                          | Define variables_order = "EGPCS" in /usr/local/etc/php/5.6/php.ini              |
| checkCiConfig            | Git remotes are set in project.yml.                                             |
| checkComposer:require    | acquia/blt is in composer.json's require object.                                |
| checkComposer:plugins    | hirak/prestissimo plugin for composer is not installed.                         |
|                          |   Run `composer global require hirak/prestissimo:^0.3` to install it.           |
|                          |   This will improve composer install/update performance by parallelizing the    |
|                          | download of dependency information.                                             |
| checkBehat:exists        | tests/behat/local.yml is missing!                                               |
|                          |   Run `blt setup:behat` to generate it from example.local.yml.                  |
| checkProjectYml:keys     | The 'project.profile.contrib' key is deprecated. Please remove it from          |
|                          | project.yml.                                                                    |
| checkAcsfConfig          | BLT settings are included in your pre-settings-php include.                     |
| checkPhpDateTimezone     | PHP setting for date.timezone is correctly set                                  |
+--------------------------+---------------------------------------------------------------------------------+

BUILD FINISHED; 6.9777 seconds

When I run this command:

$ blt deploy -Ddeploy.branch=umg-7 -Ddeploy.commitMsg="Testing new video media entity."

I get the following output:

blt > deploy:
blt > deploy:prepare-dir:
   [delete] Deleting directory /Users/palmerd/Sites/ch-blt/deploy
     [exec] Initialized empty Git repository in /Users/palmerd/Sites/ch-blt/deploy/.git/
     [echo] Global .gitignore file is being disabled for this repository to prevent unexpected behavior.
blt > deploy:add-remotes:
blt > deploy:remote:add:
     [echo] Fetching from git remote umgcontent@svn-15800.prod.hosting.acquia.com:umgcontent.git
blt > deploy:remote:pull:
remote: Counting objects: 53833, done.
remote: Compressing objects: 100% (35551/35551), done.
remote: Total 53833 (delta 18460), reused 50413 (delta 15105)
Receiving objects: 100% (53833/53833), 61.74 MiB | 1.73 MiB/s, done.
Resolving deltas: 100% (18460/18460), done.
From svn-15800.prod.hosting.acquia.com:umgcontent
 * branch            umg-7      -> FETCH_HEAD
 * [new branch]      umg-7      -> 86b3c46076da6b8c46a3497d671dbf13/umg-7
Switched to a new branch 'umg-7'
blt > frontend:setup:
blt > target-hook:invoke:
     [echo] Executing command in /Users/palmerd/Sites/ch-blt/docroot:
     [exec] Executing command: echo 'No frontend-setup configured.'
No frontend-setup configured.
blt > frontend:build:
blt > target-hook:invoke:
     [echo] Executing command in /Users/palmerd/Sites/ch-blt/docroot:
     [exec] Executing command: echo 'No frontend-build configured.'
No frontend-build configured.
blt > frontend:
blt > setup:hash-salt:
     [echo] Checking for hash salt in /Users/palmerd/Sites/ch-blt/salt.txt
     [echo] /Users/palmerd/Sites/ch-blt/salt.txt already exists.
blt > deploy:copy:
blt > deploy:copy:site:perms-writable:
    [chmod] Changed file mode on '/Users/palmerd/Sites/ch-blt/docroot/sites/default' to 777
blt > deploy:copy:site:perms-unwritable:
    [chmod] Changed file mode on '/Users/palmerd/Sites/ch-blt/docroot/sites/default' to 755
     [copy] Copying 1 file to /Users/palmerd/Sites/ch-blt/deploy
blt > deploy:composer:install:
     [echo] Rebuilding composer dependencies without require-dev.
     [copy] Copying 2 files to /Users/palmerd/Sites/ch-blt/deploy
You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
Loading composer repositories with package information
Installing dependencies from lock file
  - Installing wikimedia/composer-merge-plugin (v1.4.0)
    Loading from cache

  - Installing composer/installers (v1.3.0)
    Loading from cache

  - Installing grasmash/drupal-security-warning (1.0.0)
    Loading from cache

  - Installing drupal-composer/drupal-scaffold (2.3.0)
    Loading from cache

  - Installing cweagans/composer-patches (1.6.1)
    Loading from cache

Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Installing abraham/twitteroauth (0.7.2)
    Loading from cache

  - Installing symfony/yaml (v2.8.21)
    Loading from cache

  - Installing symfony/polyfill-mbstring (v1.3.0)
    Loading from cache

  - Installing psr/log (1.0.2)
    Loading from cache

  - Installing symfony/debug (v2.8.21)
    Loading from cache

  - Installing symfony/console (v2.8.21)
    Loading from cache

  - Installing squizlabs/php_codesniffer (2.9.1)
    Loading from cache

  - Installing sebastian/version (1.0.6)
    Loading from cache

  - Installing sebastian/global-state (1.1.1)
    Loading from cache

  - Installing sebastian/recursion-context (1.0.5)
    Loading from cache

  - Installing sebastian/exporter (1.2.2)
    Loading from cache

  - Installing sebastian/environment (1.3.8)
    Loading from cache

  - Installing sebastian/diff (1.4.3)
    Loading from cache

  - Installing sebastian/comparator (1.2.4)
    Loading from cache

  - Installing phpunit/php-text-template (1.2.1)
    Loading from cache

  - Installing doctrine/instantiator (1.0.5)
    Loading from cache

  - Installing phpunit/phpunit-mock-objects (2.3.8)
    Loading from cache

  - Installing phpunit/php-timer (1.0.9)
    Loading from cache

  - Installing phpunit/php-file-iterator (1.4.2)
    Loading from cache

  - Installing phpunit/php-token-stream (1.4.11)
    Loading from cache

  - Installing phpunit/php-code-coverage (2.2.4)
    Loading from cache

  - Installing phpdocumentor/reflection-docblock (2.0.5)
    Loading from cache

  - Installing phpspec/prophecy (v1.7.0)
    Loading from cache

  - Installing phpunit/phpunit (4.8.35)
    Loading from cache

  - Installing phing/phing (2.15.2)
    Loading from cache

  - Installing oomphinc/composer-installers-extender (v1.1.2)
    Loading from cache

  - Installing dflydev/dot-access-data (v1.1.0)
    Loading from cache

  - Installing grasmash/yaml-expander (1.1.0)
    Loading from cache

  - Installing symfony/filesystem (v2.8.21)
    Loading from cache

  - Installing grasmash/yaml-cli (1.0.1)
    Loading from cache

  - Installing webmozart/assert (1.2.0)
    Loading from cache

  - Installing webmozart/path-util (2.3.0)
    Loading from cache

  - Installing symfony/var-dumper (v2.8.21)
    Loading from cache

  - Installing symfony/finder (v2.8.21)
    Loading from cache

  - Installing symfony/event-dispatcher (v2.8.21)
    Loading from cache

  - Installing nikic/php-parser (v3.0.5)
    Loading from cache

  - Installing jakub-onderka/php-console-color (0.1)
    Loading from cache

  - Installing jakub-onderka/php-console-highlighter (v0.3.2)
    Loading from cache

  - Installing dnoegel/php-xdg-base-dir (0.1)
    Loading from cache

  - Installing psy/psysh (v0.8.5)
    Loading from cache

  - Installing pear/console_table (v1.3.0)
    Loading from cache

  - Installing consolidation/output-formatters (3.1.9)
    Loading from cache

  - Installing consolidation/annotated-command (2.4.8)
    Loading from cache

  - Installing drush/drush (8.1.11)
    Loading from cache

  - Applying patches for drush/drush
    https://patch-diff.githubusercontent.com/raw/drush-ops/drush/pull/2697.patch (2697 - Don't add profile dependencies to required_by array of modules)

  - Installing drupal/coder (8.2.12)
    Loading from cache

  - Installing doctrine/lexer (v1.0.1)
    Loading from cache

  - Installing doctrine/inflector (v1.1.0)
    Loading from cache

  - Installing doctrine/collections (v1.4.0)
    Loading from cache

  - Installing doctrine/cache (v1.6.1)
    Loading from cache

  - Installing doctrine/annotations (v1.2.7)
    Loading from cache

  - Installing doctrine/common (v2.7.2)
    Loading from cache

  - Installing symfony/process (v2.8.21)
    Loading from cache

  - Installing psr/container (1.0.0)
    Loading from cache

  - Installing container-interop/container-interop (1.2.0)
    Loading from cache

  - Installing league/container (2.4.1)
    Loading from cache

  - Installing consolidation/log (1.0.3)
    Loading from cache

  - Installing consolidation/robo (1.0.7)
    Loading from cache

  - Installing twig/twig (v1.33.2)
    Loading from cache

  - Installing asm89/twig-lint (1.0.2)
    Loading from cache

  - Installing acquia/blt (8.8.1)
    Loading from cache

  - Installing acquia/http-hmac-php (2.1.0)
    Loading from cache

  - Installing zendframework/zend-stdlib (3.1.0)
    Loading from cache

  - Installing zendframework/zend-escaper (2.5.2)
    Loading from cache

  - Installing zendframework/zend-feed (2.8.0)
    Loading from cache

  - Installing psr/http-message (1.0.1)
    Loading from cache

  - Installing zendframework/zend-diactoros (1.4.0)
    Loading from cache

  - Installing symfony/translation (v2.8.21)
    Loading from cache

  - Installing symfony/validator (v2.8.21)
    Loading from cache

  - Installing ircmaxell/password-compat (v1.0.4)
    Loading from cache

  - Installing symfony/polyfill-php55 (v1.3.0)
    Loading from cache

  - Installing symfony/serializer (v2.8.21)
    Loading from cache

  - Installing symfony/routing (v2.8.21)
    Loading from cache

  - Installing symfony/polyfill-php54 (v1.3.0)
    Loading from cache

  - Installing symfony/http-foundation (v2.8.21)
    Loading from cache

  - Installing symfony/psr-http-message-bridge (v1.0.0)
    Loading from cache

  - Installing symfony/polyfill-iconv (v1.3.0)
    Loading from cache

  - Installing symfony/http-kernel (v2.8.21)
    Loading from cache

  - Installing symfony/dependency-injection (v2.8.21)
    Loading from cache

  - Installing symfony/polyfill-apcu (v1.3.0)
    Loading from cache

  - Installing symfony/class-loader (v2.8.21)
    Loading from cache

  - Installing symfony-cmf/routing (1.4.1)
    Loading from cache

  - Installing stack/builder (v1.0.4)
    Loading from cache

  - Installing paragonie/random_compat (v2.0.10)
    Loading from cache

  - Installing masterminds/html5 (2.2.2)
    Loading from cache

  - Installing guzzlehttp/psr7 (1.4.2)
    Loading from cache

  - Installing guzzlehttp/promises (v1.3.1)
    Loading from cache

  - Installing guzzlehttp/guzzle (6.2.3)
    Loading from cache

  - Installing egulias/email-validator (1.2.14)
    Loading from cache

  - Installing easyrdf/easyrdf (0.9.1)
    Loading from cache

  - Installing composer/semver (1.4.2)
    Loading from cache

  - Installing asm89/stack-cors (1.1.0)
    Loading from cache

  - Installing drupal/core (8.3.2)
    Loading from cache

  - Applying patches for drupal/core
    https://www.drupal.org/files/issues/2652138-41.patch (2652138 - ImageFormatter does not support SVGs)
    https://www.drupal.org/files/issues/1356276-303.patch (1356276 - Allow profiles to provide a base/parent profile and load them in the correct order)

  - Installing drupal/workbench_moderation (1.2.0)
    Loading from cache

  - Applying patches for drupal/workbench_moderation
    https://www.drupal.org/files/issues/2668006-2.patch (2668006 - Provide logical access control for when IPE should be applied to moderated nodes)
    https://www.drupal.org/files/issues/2847078-6.patch (2847078 - Revision tracker's dynamic table creation can break Views)
    https://www.drupal.org/files/issues/workbench_moderation-quickedit-support-2749503-6.patch (2749503 - Add basic support for Quick Edit)

  - Installing drupal/views_infinite_scroll (1.3.0)
    Loading from cache

  - Installing drupal/video_embed_field (1.5.0)
    Loading from cache

  - Installing drupal/token (1.0.0)
    Loading from cache

  - Installing drupal/search_api (1.1.0)
    Loading from cache

  - Installing drupal/inline_entity_form (1.0.0-beta1)
    Loading from cache

  - Installing drupal/scheduled_updates (1.0.0-alpha6)
    Loading from cache

  - Installing drupal/ctools (3.0.0)
    Loading from cache

  - Installing drupal/pathauto (1.0.0)
    Loading from cache

  - Installing drupal/panels (4.1.0)
    Loading from cache

  - Installing drupal/panelizer (4.0.0)
    Loading from cache

  - Installing drupal/page_manager (4.0.0-beta2)
    Loading from cache

  - Installing drupal/metatag (1.0.0)
    Loading from cache

  - Installing j7mbo/twitter-api-php (1.0.6)
    Loading from cache

  - Installing drupal/entity (1.0.0-alpha4)
    Loading from cache

  - Installing drupal/media_entity (1.6.0)
    Loading from cache

  - Installing drupal/media_entity_twitter (1.3.0)
    Loading from cache

  - Installing drupal/media_entity_instagram (1.4.0)
    Loading from cache

  - Installing drupal/media_entity_image (1.2.0)
    Loading from cache

  - Installing drupal/media_entity_document (1.1.0)
    Loading from cache

  - Installing drupal/layout_plugin (1.0.0-alpha23)
    Loading from cache

  - Installing drupal/config_update (1.3.0)
    Loading from cache

  - Installing drupal/features (3.5.0)
    Loading from cache

  - Installing drupal/embed (1.0.0)
    Loading from cache

  - Installing drupal/entity_embed (1.0.0-beta2)
    Loading from cache

  - Applying patches for drupal/entity_embed
    https://www.drupal.org/files/issues/2832504-2.patch (2832504 - Send the CKEditor instance ID to the embed.preview route)

  - Installing drupal/entity_browser (1.0.0)
    Loading from cache

  - Applying patches for drupal/entity_browser
    https://www.drupal.org/files/issues/entity-browser-view-context-2865928-8.patch (2865928 - The View widget should filter based on field settings)

  - Installing drupal/entity_block (1.0.0-alpha2)
    Loading from cache

  - Applying patches for drupal/entity_block
    https://www.drupal.org/files/issues/entity_block-view-builder-class.patch (2844068 - Create derivatives for any viewable entity.)
    https://www.drupal.org/files/issues/2846004-2.patch (2846004 - Entity Block does not perform any access control)

  - Installing sunra/php-simple-html-dom-parser (v1.5.2)
    Loading from cache

  - Installing ezyang/htmlpurifier (v4.9.2)
    Loading from cache

  - Installing caxy/php-htmldiff (v0.1.4)
    Loading from cache

  - Installing mkalkbrenner/php-htmldiff-advanced (0.0.8)
    Loading from cache

  - Installing drupal/diff (1.0.0-rc1)
    Loading from cache

  - Installing drupal/contact_storage (1.0.0-beta8)
    Loading from cache

  - Installing drupal/acquia_connector (1.11.0)
    Loading from cache

  - Installing acquia/lightning (2.1.3)
    Loading from cache

  - Installing commerceguys/enum (v1.0)
    Loading from cache

  - Installing commerceguys/addressing (v1.0.0-beta3)
    Loading from cache

  - Installing commerceguys/zone (dev-master 9bd0b36)
    Cloning 9bd0b361a971284442972c42b6749ca855c65435 from cache

  - Installing acquia/content-hub-php (dev-master 671e46a)
    Cloning 671e46ac6e764e2e3e00c653d2fd0f10cfac1f0e from cache

  - Installing drupal/acquia_contenthub (1.11.0)
    Loading from cache

  - Applying patches for drupal/acquia_contenthub

  - Installing drupal/acsf (1.37.0)
    Loading from cache

  - Installing commerceguys/intl (v0.7.4)
    Loading from cache

  - Installing drupal/address (1.0.0-rc3)
    Loading from cache

  - Installing drupal/cog (1.7.0)
    Loading from cache

  - Installing drupal/config_filter (1.0.0-rc1)
    Loading from cache

  - Installing drupal/config_split (1.0.0-beta5)
    Loading from cache

  - Installing drupal/devel (1.0.0-alpha1)
    Loading from cache

  - Installing drupal/field_collection (1.0.0-alpha1)
    Loading from cache

  - Installing drupal/field_group (1.0.0-rc6)
    Loading from cache

  - Installing drupal/memcache (dev-2.x fb3e4ff)
    Cloning fb3e4ff2b9e5610a36241595a0b6267e2e510cb3 from cache

  - Installing drupal/migrate_plus (4.0.0-beta1)
    Loading from cache

  - Applying patches for drupal/migrate_plus

  - Installing drupal/migrate_tools (4.0.0-beta1)
    Loading from cache

  - Applying patches for drupal/migrate_tools

  - Installing drupal/entity_reference_revisions (1.3.0)
    Loading from cache

  - Installing drupal/paragraphs (1.1.0)
    Loading from cache

  - Installing drupal/qa_accounts (1.0.0-alpha1)
    Loading from cache

  - Installing drupal/restui (1.13.0)
    Loading from cache

  - Installing drupal/seckit (1.0.0-alpha2)
    Loading from cache

  - Installing drupal/security_review (dev-1.x 35ebae4)
    Cloning 35ebae445bb260e961e47c4c58efe7c50c228999 from cache

  - Installing drupal/shield (1.0.0)
    Loading from cache

  - Installing phpseclib/phpseclib (2.0.5)
    Loading from cache

  - Installing monolog/monolog (1.22.1)
    Loading from cache

  - Installing psr/cache (1.0.1)
    Loading from cache

  - Installing firebase/php-jwt (v3.0.0)
    Loading from cache

  - Installing google/auth (v0.11.1)
    Loading from cache

  - Installing google/apiclient-services (v0.11)
    Loading from cache

  - Installing google/apiclient (v2.1.3)
    Loading from cache

  - Installing guzzlehttp/oauth-subscriber (0.3.0)
    Loading from cache

  - Installing sainsburys/guzzle-oauth2-plugin (v3.0.1)
    Loading from cache

Generating optimized autoload files
Gathering patches for root package.
Removing package drupal/core so that it can be re-installed and re-patched.
Deleting docroot/core - deleted
Removing package drupal/memcache so that it can be re-installed and re-patched.
Deleting docroot/modules/contrib/memcache - deleted
Loading composer repositories with package information
Installing dependencies from lock file
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Installing drupal/core (8.3.2)
    Loading from cache

  - Applying patches for drupal/core
    https://www.drupal.org/files/issues/no_reliable_method-2752961-29.patch (Clear Twig caches on deploys)
    https://www.drupal.org/files/issues/2652138-41.patch (2652138 - ImageFormatter does not support SVGs)
    https://www.drupal.org/files/issues/1356276-303.patch (1356276 - Allow profiles to provide a base/parent profile and load them in the correct order)

  - Installing drupal/memcache (dev-2.x fb3e4ff)
    Cloning fb3e4ff2b9e5610a36241595a0b6267e2e510cb3 from cache

  - Applying patches for drupal/memcache
    https://www.drupal.org/files/issues/sasl_drupal_8-2862230-3.patch (SASL Support in Drupal 8 version)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/sasl_drupal_8-2862230-3.patch

  [Exception]
  Cannot apply patch SASL Support in Drupal 8 version (https://www.drupal.org/files/issues/sasl_drupal_8-2862230-3.patch)!

install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-reqs] [--] [<packages>]...

[phingcall] /Users/palmerd/Sites/ch-blt/./vendor/acquia/blt/phing/tasks/deploy.xml:196:8: /Users/palmerd/Sites/ch-blt/./vendor/acquia/blt/phing/tasks/deploy.xml:207:63: Task exited with code 1

BUILD FAILED/Users/palmerd/Sites/ch-blt/./vendor/acquia/blt/phing/tasks/deploy.xml:109:22: Execution of the target buildfile failed. Aborting.
; 3 minutes  6.86 seconds

And I expected this to happen:

To build & deploy successfully. It is complaining about a memcache patch provided in the /vendor/acquia/blt/composer.suggested.json

How do I get past this? I am trying to deploy to my acquia cloud environment to test some of my changes for our content hub subscription

Thanks, Donovan

dgpalmer commented 7 years ago

nevermind I fixed the issue by updating to 8.8.3 :)