acquia / blt

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

Installing BLT results in incomplete setup: `[error] The provided cwd does not exist.` #2393

Closed guitarte closed 6 years ago

guitarte commented 6 years ago

My system information:

Output of blt doctor:

$ blt doctor
Attempting to run doctor on host machine...
+----------------------+----------------------------------------------------------------------------------+
| Property             | Value                                                                            |
+----------------------+----------------------------------------------------------------------------------+
| %paths               |                                                                                  |
|  - %root             | /Users/christopher.guitarte/Documents/Acquia_Ready/Repos/testblt/docroot         |
|  - %site             | sites/default                                                                    |
|  - %modules          | modules                                                                          |
|  - %themes           | themes                                                                           |
| blt-version          | 8.9.11                                                                           |
| dev-desktop-enabled  | false                                                                            |
| drupal-settings-file | sites/default/settings.php                                                       |
| drupal-version       | 8.4.3                                                                            |
| drupal-vm-enabled    | false                                                                            |
| drush-alias-files    | /Users/christopher.guitarte/.drush/drupalvm.aliases.drushrc.php                  |
|                      | /Users/christopher.guitarte/Documents/Acquia_Ready/Repos/testblt/docroot/../drus |
|                      | h/site-aliases/aliases.drushrc.php                                               |
|                      | /Users/christopher.guitarte/Documents/Acquia_Ready/Repos/testblt/docroot/../drus |
|                      | h/site-aliases/example.acsf.aliases.drushrc.php                                  |
|                      | /Users/christopher.guitarte/Documents/Acquia_Ready/Repos/testblt/docroot/../drus |
|                      | h/site-aliases/example.local.aliases.drushrc.php                                 |
| drush-conf           | /Users/christopher.guitarte/Documents/Acquia_Ready/Repos/testblt/drush/drushrc.p |
|                      | hp                                                                               |
| drush-script         | /Users/christopher.guitarte/Documents/Acquia_Ready/Repos/testblt/vendor/drush/dr |
|                      | ush/drush.php                                                                    |
| drush-temp           | /tmp                                                                             |
| drush-version        | 8.1.15                                                                           |
| modules              | modules                                                                          |
| php-bin              | /opt/boxen/homebrew/opt/php71/bin/php                                            |
| php-conf             | /opt/boxen/homebrew/etc/php/7.1/php.ini                                          |
| php-mysql            | /tmp/mysql.sock                                                                  |
| php-os               | Darwin                                                                           |
| root                 | /Users/christopher.guitarte/Documents/Acquia_Ready/Repos/testblt/docroot         |
| shell                |                                                                                  |
| site                 | sites/default                                                                    |
| themes               | themes                                                                           |
| uri                  | http://default                                                                   |
+----------------------+----------------------------------------------------------------------------------+
+--------------------------+----------------------------------------------------------------------------------+
| Check                    | Outcome                                                                          |
+--------------------------+----------------------------------------------------------------------------------+
| checkDocrootExists       | Found docroot.                                                                   |
| checkCoreExists          | Drupal core exists                                                               |
| checkSettingsFile        | Found settings file.                                                             |
| checkSettingsFile        | BLT settings are not included in settings file.                                  |
| checkLocalSettingsFile   | Could not find local settings file.                                              |
|                          | Your local settings file should exist at                                         |
|                          | /Users/christopher.guitarte/Documents/Acquia_Ready/Repos/testblt/docroot/sites/d |
|                          | efault/settings/local.settings.php.                                              |
| checkLocalDrushFile      | Local drushrc file does not exist.                                               |
|                          | Create                                                                           |
|                          | /Users/christopher.guitarte/Documents/Acquia_Ready/Repos/testblt/docroot/sites/d |
|                          | efault/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 not set.                                               |
| checkFileSystem:%private | Private files directory is not set.                                              |
| checkFileSystem:%temp    | Temporary files directory is not set.                                            |
| checkDbConnection        | Could not connect to MySQL database.                                             |
|                          |                                                                                  |
|                          | Is your *AMP stack running?                                                      |
|                          | Are your database credentials correct?                                           |
|                          |   db-driver:                                                                     |
|                          |   db-hostname:                                                                   |
|                          |   db-username:                                                                   |
|                          |   db-password:                                                                   |
|                          |   db-name:                                                                       |
|                          |   db-port:                                                                       |
|                          |                                                                                  |
|                          | Are you using the correct PHP binary?                                            |
|                          | Is PHP using the correct MySQL socket?                                           |
|                          |   php-os: Darwin                                                                 |
|                          |   php-bin: /opt/boxen/homebrew/opt/php71/bin/php                                 |
|                          |   php-conf: /opt/boxen/homebrew/etc/php/7.1/php.ini                              |
|                          |   php-mysql: /tmp/mysql.sock                                                     |
|                          |                                                                                  |
|                          | Are you using the correct site and settings.php file?                            |
|                          |   site: sites/default                                                            |
|                          |   drupal-settings-file: sites/default/settings.php                               |
|                          |                                                                                  |
|                          | To verify, run `drush sqlc`                                                      |
|                          |                                                                                  |
| checkDrupalBootstrapped  | Could not bootstrap Drupal via drush without alias.                              |
| checkDrupalInstalled     | Drupal is not installed.                                                         |
|                          |                                                                                  |
|                          | Run `blt local:setup` to install Drupal locally.                                 |
| checkCaching:page        | Drupal cache is disabled.                                                        |
| checkCaching:css         | CSS preprocessing is disabled.                                                   |
| checkCaching:js          | JS preprocessing is disabled.                                                    |
| checkComposer:require    | acquia/blt is in composer.json's require object.                                 |
| checkComposer:plugins    | hirak/prestissimo plugin for composer is installed.                              |
| checkBehat:exists        | tests/behat/local.yml is missing!                                                |
|                          |   Run `blt setup:behat` to generate it from example.local.yml.                   |
| checkProjectYml:keys     | project.yml has no deprecated keys.                                              |
| checkPhpDateTimezone     | PHP setting for date.timezone is not set.                                        |
|                          |   Define date.timezone in /opt/boxen/homebrew/etc/php/7.1/php.ini                |
+--------------------------+----------------------------------------------------------------------------------+

When I run this command:

$ composer create-project --no-interaction acquia/blt-project testblt

I get the following output:

$ composer create-project --no-interaction acquia/blt-project testblt
    1/10:   http://packagist.org/p/provider-archived$9c32585da51bfd28b58df64b789889690acf6407649b27ff993f1cee8f67d3ed.json
    2/10:   http://packagist.org/p/provider-2013$8508b0eff3520c6d0bd0d97f1b70dbdcf4a19bb684a4bbc20c19cb2faf3167e5.json
    3/10:   http://packagist.org/p/provider-latest$cd1f73231713c46509671bf7e434e0ca0763c9cc39aa8e9b82e2d5f73fa90f20.json
    4/10:   http://packagist.org/p/provider-2017-01$5ba44b962048f375179cb3f73a50eaaf6b9a5fd56d4685c8b98cf3aa55d5216f.json
    5/10:   http://packagist.org/p/provider-2014$0158a5401e949a5215f5f7e98f54b40ba1b12ded77ec0c2026eb6d27723f2b52.json
    6/10:   http://packagist.org/p/provider-2017-04$6a842cb6bf1c86c5197cd2b5eabb20fc148cfc5fb06513427a34a9f96444c96e.json
    7/10:   http://packagist.org/p/provider-2017-07$d8ec2f24dbc99b5becc3efb8647a95dff23163b1f9570df923d311a4c0d95864.json
    8/10:   http://packagist.org/p/provider-2017-10$8c31ce65b5d13525195865ac583d063c99ca80a4baa5b3490e40cc5772508397.json
    9/10:   http://packagist.org/p/provider-2015$5cc61e4880fe05251725da3f64153dd82e534fdb192231a8788cf199d2a8142b.json
    10/10:  http://packagist.org/p/provider-2016$1b7f8ca54b07315bdeed46660a375f107441f7de9d7d6466412d40820bb2fdd0.json
    Finished: success: 10, skipped: 0, failure: 0, total: 10
Installing acquia/blt-project (8.0.4)
  - Installing acquia/blt-project (8.0.4): Downloading (100%)
Created project in testblt
Loading composer repositories with package information
Updating dependencies (including require-dev)
    1/66:   https://codeload.github.com/Dealerdirect/phpcodesniffer-composer-installer/legacy.zip/2e41850d5f7797cbb1af7b030d245b3b24e63a08
    2/66:   https://codeload.github.com/composer/semver/legacy.zip/c7cb9a2095a074d131b65a8a0cd294479d785573
    3/66:   https://codeload.github.com/doctrine/collections/legacy.zip/a01ee38fcd999f34d9bfbcee59dbda5105449cbf
    4/66:   https://codeload.github.com/asm89/twig-lint/legacy.zip/bbf7bc49689ed55d2900de7528c528c93db19431
    5/66:   https://codeload.github.com/cweagans/composer-patches/legacy.zip/462e65061606dc6149349535d4322241515d1b16
    6/66:   https://codeload.github.com/doctrine/lexer/legacy.zip/83893c552fd2045dd78aef794c31e694c37c0b8c
    7/66:   https://codeload.github.com/doctrine/cache/legacy.zip/b3217d58609e9c8e661cd41357a54d926c4a2a1a
    8/66:   https://codeload.github.com/doctrine/inflector/legacy.zip/90b2128806bfde671b6952ab8bea493942c1fdae
    9/66:   https://codeload.github.com/doctrine/annotations/legacy.zip/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5
    10/66:  https://codeload.github.com/doctrine/common/legacy.zip/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66
    11/66:  https://codeload.github.com/grasmash/expander/legacy.zip/95d6037344a4be1dd5f8e0b0b2571a28c397578f
    12/66:  https://codeload.github.com/symfony/process/legacy.zip/18d1953068e72262830bad593f0366fa62c93fb7
    13/66:  https://codeload.github.com/consolidation/config/legacy.zip/34ca8d7c1ee60a7b591b10617114cf1210a2e92c
    14/66:  https://codeload.github.com/container-interop/container-interop/legacy.zip/79cbf1341c22ec75643d841642dd5d6acd83bdb8
    15/66:  https://codeload.github.com/consolidation/log/legacy.zip/dbc7c535f319a4a2d5a5077738f8eb7c10df8821
    16/66:  https://codeload.github.com/thephpleague/container/legacy.zip/43f35abd03a12977a60ffd7095efd6a7808488c0
    17/66:  https://codeload.github.com/php-fig/container/legacy.zip/b7ce3b176482dbbc1245ebf52b181af44c2cf55f
    18/66:  https://codeload.github.com/acquia/blt/legacy.zip/ee1b8cedeeafa4357d4ef5ba96394807ebec9a73
    19/66:  https://codeload.github.com/twigphp/Twig/legacy.zip/daa657073e55b0a78cce8fdd22682fddecc6385f
    20/66:  https://codeload.github.com/pear/Console_Table/legacy.zip/64100b9ee81852f4fa17823e55d0b385a544f976
    21/66:  https://codeload.github.com/dnoegel/php-xdg-base-dir/legacy.zip/265b8593498b997dc2d31e75b89f053b5cc9621a
    22/66:  https://codeload.github.com/consolidation/Robo/legacy.zip/c46c13de3eca55e6b3635f363688ce85e845adf0
    23/66:  https://codeload.github.com/JakubOnderka/PHP-Console-Highlighter/legacy.zip/7daa75df45242c8d5b75a22c00a201e7954e4fb5
    24/66:  https://codeload.github.com/consolidation/annotated-command/legacy.zip/e97c38717eae23a2bafcf3f09438290eee6ebeb4
    25/66:  https://codeload.github.com/JakubOnderka/PHP-Console-Color/legacy.zip/e0b393dacf7703fc36a4efc3df1435485197e6c1
    26/66:  https://codeload.github.com/consolidation/output-formatters/legacy.zip/3188461e965b32148c8fb85261833b2b72d34b8c
    27/66:  https://codeload.github.com/symfony/finder/legacy.zip/dac8d7db537bac7ad8143eb11360a8c2231f251a
    28/66:  https://codeload.github.com/webmozart/path-util/legacy.zip/d939f7edc24c9a1bb9c0dee5cb05d8e859490725
    29/66:  https://codeload.github.com/bobthecow/psysh/legacy.zip/d4c8eab0683dc056f2ca54ca67f5388527c068b1
    30/66:  https://codeload.github.com/grasmash/drupal-security-warning/legacy.zip/cfc5424c84df02be9d094f491e5b57063c15cd72
    31/66:  https://codeload.github.com/symfony/event-dispatcher/legacy.zip/b869cbf8a15ca6261689de2c28a7d7f2d0706835
    32/66:  https://codeload.github.com/nikic/PHP-Parser/legacy.zip/579f4ce846734a1cf55d6a531d00ca07a43e3cda
    33/66:  https://codeload.github.com/grasmash/yaml-cli/legacy.zip/7facf30da454c33cc3babe361b14c71fef0bc339
    34/66:  https://codeload.github.com/symfony/var-dumper/legacy.zip/757074cf71b952ce9e75b557538948811c2bf006
    35/66:  https://codeload.github.com/symfony/filesystem/legacy.zip/25b135bea251829e3db6a77d773643408b575ed4
    36/66:  https://codeload.github.com/grasmash/yaml-expander/legacy.zip/3f0f6001ae707a24f4d9733958d77d92bf9693b1
    37/66:  https://codeload.github.com/webmozart/assert/legacy.zip/2db61e59ff05fe5126d152bd0655c9ea113e550f
    38/66:  https://codeload.github.com/oomphinc/composer-installers-extender/legacy.zip/ca1c4b16b0905c81d1e77e608f36a2eff1a56f56
    39/66:  https://codeload.github.com/dflydev/dflydev-dot-access-data/legacy.zip/3fbd874921ab2c041e899d044585a2ab9795df8a
    40/66:  https://codeload.github.com/composer/installers/legacy.zip/9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b
    41/66:  https://codeload.github.com/phpspec/prophecy/legacy.zip/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf
    42/66:  https://codeload.github.com/drush-ops/drush/legacy.zip/f78b619806a9bc7c3d167fa425e8757eb046bb87
    43/66:  https://codeload.github.com/phpDocumentor/ReflectionDocBlock/legacy.zip/e6a969a640b00d8daa3c66518b0405fb41ae0c4b
    44/66:  https://codeload.github.com/sebastianbergmann/php-token-stream/legacy.zip/1ce90ba27c42e4e44e6d8458241466380b51fa16
    45/66:  https://codeload.github.com/sebastianbergmann/php-timer/legacy.zip/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f
    46/66:  https://codeload.github.com/sebastianbergmann/php-file-iterator/legacy.zip/730b01bc3e867237eaac355e06a36b85dd93a8b4
    47/66:  https://codeload.github.com/sebastianbergmann/phpunit-mock-objects/legacy.zip/ac8e7a3db35738d56ee9a76e78a4e03d97628983
    48/66:  https://codeload.github.com/sebastianbergmann/php-text-template/legacy.zip/31f8b717e51d9a2afca6c9f046f5d69fc27c8686
    49/66:  https://codeload.github.com/doctrine/instantiator/legacy.zip/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda
    50/66:  https://codeload.github.com/sebastianbergmann/comparator/legacy.zip/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be
    51/66:  https://codeload.github.com/sebastianbergmann/diff/legacy.zip/7f066a26a962dbe58ddea9f72a4e82874a3975a4
    52/66:  https://codeload.github.com/sebastianbergmann/phpunit/legacy.zip/46023de9a91eec7dfb06cc56cb4e260017298517
    53/66:  https://codeload.github.com/sebastianbergmann/environment/legacy.zip/be2c607e43ce4c89ecd60e75c6a85c126e754aea
    54/66:  https://codeload.github.com/sebastianbergmann/php-code-coverage/legacy.zip/eabf68b476ac7d0f73793aada060f1c1a9bf8979
    55/66:  https://codeload.github.com/sebastianbergmann/exporter/legacy.zip/42c4c2eec485ee3e159ec9884f95b431287edde4
    56/66:  https://codeload.github.com/sebastianbergmann/recursion-context/legacy.zip/b19cc3298482a335a95f3016d2f8a6950f0fbcd7
    57/66:  https://codeload.github.com/sebastianbergmann/global-state/legacy.zip/bc37d50fea7d017d3d340f230811c9f1d7280af4
    58/66:  https://codeload.github.com/sebastianbergmann/version/legacy.zip/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6
    59/66:  https://codeload.github.com/symfony/polyfill-mbstring/legacy.zip/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296
    60/66:  https://codeload.github.com/php-fig/log/legacy.zip/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d
    61/66:  https://codeload.github.com/symfony/console/legacy.zip/eced439413608647aeff243038a33ea246b2b33a
    62/66:  https://codeload.github.com/symfony/debug/legacy.zip/543deab3ffff94402440b326fc94153bae2dfa7a
    63/66:  https://codeload.github.com/symfony/yaml/legacy.zip/78a0c5d7d43713212aac73d7c6a56754a5c26cea
    64/66:  https://codeload.github.com/tivie/php-os-detector/legacy.zip/9461dcd85c00e03842264f2fc8ccdc8d46867321
    65/66:  https://codeload.github.com/wikimedia/composer-merge-plugin/legacy.zip/81c6ac72a24a67383419c7eb9aa2b3437f2ab100
    66/66:  https://codeload.github.com/squizlabs/PHP_CodeSniffer/legacy.zip/dcbed1074f8244661eecddfc2a675430d8d33f62
    Finished: success: 66, skipped: 0, failure: 0, total: 66
Package operations: 67 installs, 0 updates, 0 removals
  - Installing wikimedia/composer-merge-plugin (v1.4.1): Loading from cache
  - Installing composer/installers (v1.4.0): Loading from cache
  - Installing grasmash/drupal-security-warning (1.1.1): Loading from cache
  - Installing cweagans/composer-patches (1.6.4): Loading from cache
  - Installing tivie/php-os-detector (1.1.0): Loading from cache
  - Installing symfony/yaml (v3.2.14): Loading from cache
  - Installing psr/log (1.0.2): Loading from cache
  - Installing symfony/debug (v3.4.2): Loading from cache
  - Installing symfony/polyfill-mbstring (v1.6.0): Loading from cache
  - Installing symfony/console (v3.2.14): 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 doctrine/instantiator (1.1.0): Loading from cache
  - Installing phpunit/php-text-template (1.2.1): 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.5): Loading from cache
  - Installing phpunit/php-token-stream (1.4.12): Loading from cache
  - Installing phpunit/php-code-coverage (2.2.4): Loading from cache
  - Installing webmozart/assert (1.2.0): Loading from cache
  - Installing phpdocumentor/reflection-docblock (2.0.5): Loading from cache
  - Installing phpspec/prophecy (1.7.3): Loading from cache
  - Installing phpunit/phpunit (4.8.36): 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.4.0): Loading from cache
  - Installing symfony/filesystem (v3.4.2): Loading from cache
  - Installing grasmash/yaml-cli (1.0.3): Loading from cache
  - Installing symfony/event-dispatcher (v3.4.2): Loading from cache
  - Installing webmozart/path-util (2.3.0): Loading from cache
  - Installing symfony/var-dumper (v3.4.2): Loading from cache
  - Installing symfony/finder (v3.4.2): 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 nikic/php-parser (v3.1.3): Loading from cache
  - Installing psy/psysh (v0.8.16): Loading from cache
  - Installing pear/console_table (v1.3.0): Loading from cache
  - Installing consolidation/output-formatters (3.1.13): Loading from cache
  - Installing consolidation/annotated-command (2.8.2): 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.5): Loading from cache
  - Installing symfony/process (v4.0.2): Loading from cache
  - Installing grasmash/expander (1.0.0): Loading from cache
  - Installing consolidation/config (1.0.9): Loading from cache
  - Installing consolidation/robo (1.2.0): Loading from cache
  - Installing drush/drush (8.1.15): Loading from cache
  - Installing drupal/coder (8.2.12): Cloning 984c54a7b1 from cache
  - Installing doctrine/inflector (v1.1.0): Loading from cache
  - Installing doctrine/lexer (v1.0.1): Loading from cache
  - Installing doctrine/collections (v1.5.0): Loading from cache
  - Installing doctrine/cache (v1.7.1): Loading from cache
  - Installing doctrine/annotations (v1.6.0): Loading from cache
  - Installing doctrine/common (v2.8.1): Loading from cache
  - Installing dealerdirect/phpcodesniffer-composer-installer (v0.4.4): Loading from cache
  - Installing composer/semver (1.4.2): Loading from cache
  - Installing twig/twig (v1.35.0): Loading from cache
  - Installing asm89/twig-lint (1.0.2): Loading from cache
  - Installing acquia/blt (8.9.11): Loading from cache
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (>=2.2.1)
phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
symfony/event-dispatcher suggests installing symfony/dependency-injection ()
symfony/event-dispatcher suggests installing symfony/http-kernel ()
symfony/var-dumper suggests installing ext-intl (To show region name in time zone dump)
symfony/var-dumper suggests installing ext-symfony_debug ()
psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
pear/console_table suggests installing pear/Console_Color2 (>=0.1.2)
consolidation/robo suggests installing pear/archive_tar (Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.)
consolidation/robo suggests installing henrikbjorn/lurker (For monitoring filesystem changes in taskWatch)
consolidation/robo suggests installing patchwork/jsqueeze (For minifying JS files in taskMinify)
consolidation/robo suggests installing natxet/CssMin (For minifying CSS files in taskMinify)
drush/drush suggests installing drush/config-extra (Provides configuration workflow commands, such as config-merge.)
doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use legacy MongoDB driver)
dealerdirect/phpcodesniffer-composer-installer suggests installing dealerdirect/qa-tools (All the PHP QA tools you'll need)
acquia/blt suggests installing hirak/prestissimo (^0.3)
acquia/blt suggests installing typhonius/acquia_cli (^0.0.7)
Writing lock file
Generating autoload files
    1/1:    http://packagist.org/p/provider-latest$d22e6203f369ce3fc6a192d1c1880e1753cbe3766b20d38a9ab0dfbe8e51661d.json
    Finished: success: 1, skipped: 0, failure: 0, total: 1
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
PHP CodeSniffer Config installed_paths set to ../../drupal/coder/coder_sniffer/
PHP CodeSniffer Config installed_paths set to ../../drupal/coder/coder_sniffer/
Creating BLT templated files...
 > /Users/christopher.guitarte/Documents/Acquia_Ready/Repos/testblt/vendor/acquia/blt/bin/blt internal:create-project --ansi
Copying files from BLT's template into your project...
Merging default configuration into composer.json...
Merging BLT's project.yml template with your project's blt/project.yml...
Installing new Composer dependencies provided by BLT. This make take a while...
[ExecStack] composer install --no-interaction --prefer-dist --ansi
[ExecStack] Running composer install --no-interaction --prefer-dist --ansi in /Users/christopher.guitarte/Documents/Acquia_Ready/Repos/testblt
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 67 installs, 0 updates, 0 removals
  - Installing wikimedia/composer-merge-plugin (v1.4.1): Loading from cache
  - Installing composer/installers (v1.4.0): Loading from cache
  - Installing grasmash/drupal-security-warning (1.1.1): Loading from cache
  - Installing cweagans/composer-patches (1.6.4): Loading from cache
No patches supplied.
Gathering patches for dependencies. This might take a minute.
  - Installing tivie/php-os-detector (1.1.0): Loading from cache
  - Installing symfony/yaml (v3.2.14): Loading from cache
  - Installing psr/log (1.0.2): Loading from cache
  - Installing symfony/debug (v3.4.2): Loading from cache
  - Installing symfony/polyfill-mbstring (v1.6.0): Loading from cache
  - Installing symfony/console (v3.2.14): 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 doctrine/instantiator (1.1.0): Loading from cache
  - Installing phpunit/php-text-template (1.2.1): 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.5): Loading from cache
  - Installing phpunit/php-token-stream (1.4.12): Loading from cache
  - Installing phpunit/php-code-coverage (2.2.4): Loading from cache
  - Installing webmozart/assert (1.2.0): Loading from cache
  - Installing phpdocumentor/reflection-docblock (2.0.5): Loading from cache
  - Installing phpspec/prophecy (1.7.3): Loading from cache
  - Installing phpunit/phpunit (4.8.36): 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.4.0): Loading from cache
  - Installing symfony/filesystem (v3.4.2): Loading from cache
  - Installing grasmash/yaml-cli (1.0.3): Loading from cache
  - Installing symfony/event-dispatcher (v3.4.2): Loading from cache
  - Installing webmozart/path-util (2.3.0): Loading from cache
  - Installing symfony/var-dumper (v3.4.2): Loading from cache
  - Installing symfony/finder (v3.4.2): 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 nikic/php-parser (v3.1.3): Loading from cache
  - Installing psy/psysh (v0.8.16): Loading from cache
  - Installing pear/console_table (v1.3.0): Loading from cache
  - Installing consolidation/output-formatters (3.1.13): Loading from cache
  - Installing consolidation/annotated-command (2.8.2): 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.5): Loading from cache
  - Installing symfony/process (v4.0.2): Loading from cache
  - Installing grasmash/expander (1.0.0): Loading from cache
  - Installing consolidation/config (1.0.9): Loading from cache
  - Installing consolidation/robo (1.2.0): Loading from cache
  - Installing drush/drush (8.1.15): Loading from cache
  - Installing drupal/coder (8.2.12): Cloning 984c54a7b1 from cache
  - Installing doctrine/inflector (v1.1.0): Loading from cache
  - Installing doctrine/lexer (v1.0.1): Loading from cache
  - Installing doctrine/collections (v1.5.0): Loading from cache
  - Installing doctrine/cache (v1.7.1): Loading from cache
  - Installing doctrine/annotations (v1.6.0): Loading from cache
  - Installing doctrine/common (v2.8.1): Loading from cache
  - Installing dealerdirect/phpcodesniffer-composer-installer (v0.4.4): Loading from cache
  - Installing composer/semver (1.4.2): Loading from cache
  - Installing twig/twig (v1.35.0): Loading from cache
  - Installing asm89/twig-lint (1.0.2): Loading from cache
  - Installing acquia/blt (8.9.11): Loading from cache
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (>=2.2.1)
phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
symfony/event-dispatcher suggests installing symfony/dependency-injection ()
symfony/event-dispatcher suggests installing symfony/http-kernel ()
symfony/var-dumper suggests installing ext-intl (To show region name in time zone dump)
symfony/var-dumper suggests installing ext-symfony_debug ()
psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
pear/console_table suggests installing pear/Console_Color2 (>=0.1.2)
consolidation/robo suggests installing pear/archive_tar (Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.)
consolidation/robo suggests installing henrikbjorn/lurker (For monitoring filesystem changes in taskWatch)
consolidation/robo suggests installing patchwork/jsqueeze (For minifying JS files in taskMinify)
consolidation/robo suggests installing natxet/CssMin (For minifying CSS files in taskMinify)
drush/drush suggests installing drush/config-extra (Provides configuration workflow commands, such as config-merge.)
doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use legacy MongoDB driver)
dealerdirect/phpcodesniffer-composer-installer suggests installing dealerdirect/qa-tools (All the PHP QA tools you'll need)
acquia/blt suggests installing hirak/prestissimo (^0.3)
acquia/blt suggests installing typhonius/acquia_cli (^0.0.7)
Writing lock file
Generating autoload files
Gathering patches for root package.
Loading composer repositories with package information
Updating dependencies (including require-dev)
    1/107:  https://ftp.drupal.org/files/projects/shield-8.x-1.1.zip
    2/107:  https://ftp.drupal.org/files/projects/seckit-8.x-1.0-alpha2.zip
    3/107:  https://ftp.drupal.org/files/projects/memcache-8.x-2.0-alpha5.zip
    4/107:  https://ftp.drupal.org/files/projects/qa_accounts-8.x-1.0-alpha1.zip
    5/107:  https://ftp.drupal.org/files/projects/cog-8.x-1.10.zip
    6/107:  https://codeload.github.com/tkotosz/behat-extension-driver-locator/legacy.zip/af9fb11f5f3cc220ee2c08071ee9d50f11048b86
    7/107:  https://codeload.github.com/minkphp/MinkSelenium2Driver/legacy.zip/473a9f3ebe0c134ee1e623ce8a9c852832020288
    8/107:  https://codeload.github.com/elvetemedve/behat-screenshot/legacy.zip/1e2f704a5dd26b679953d6aff9a1add7ec978f81
    9/107:  https://codeload.github.com/instaclick/php-webdriver/legacy.zip/6fa959452e774dcaed543faad3a9d1a37d803327
    10/107: https://codeload.github.com/drupal-composer/drupal-scaffold/legacy.zip/745f0a2d4141fc83d3b42222beff43d66afb3dc6
    11/107: https://codeload.github.com/Behat/MinkExtension/legacy.zip/badc565b7a1d05c4a4bf49c789045bcf7af6c6de
    12/107: https://ftp.drupal.org/files/projects/acquia_connector-8.x-1.14.zip
    13/107: https://codeload.github.com/jhedstrom/DrupalDriver/legacy.zip/aa1f32b207939dfc0c96919be47b952d3c1b900b
    14/107: https://codeload.github.com/enyo/dropzone/legacy.zip/7d0792d1346d83a8b0c0d2919121bdd2b8e7fee4
    15/107: https://ftp.drupal.org/files/projects/contact_storage-8.x-1.0-beta9.zip
    16/107: https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.0-alpha3.zip
    17/107: https://ftp.drupal.org/files/projects/entity_block-8.x-1.0-alpha2.zip
    18/107: https://codeload.github.com/mkalkbrenner/php-htmldiff/legacy.zip/3a714b48c9c3d3730baaf6d3949691e654cd37c9
    19/107: https://codeload.github.com/sunra/php-simple-html-dom-parser/legacy.zip/75b9b1cb64502d8f8c04dc11b5906b969af247c6
    20/107: https://ftp.drupal.org/files/projects/entity_browser-8.x-2.0-alpha2.zip
    21/107: https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip
    22/107: https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc1.zip
    23/107: https://ftp.drupal.org/files/projects/features-8.x-3.5.zip
    24/107: https://ftp.drupal.org/files/projects/config_update-8.x-1.5.zip
    25/107: https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.1.zip
    26/107: https://ftp.drupal.org/files/projects/crop-8.x-2.0-beta1.zip
    27/107: https://codeload.github.com/caxy/php-htmldiff/legacy.zip/d7540c9938c860f2cb7083f72ba24c45f51d57bc
    28/107: https://codeload.github.com/ezyang/htmlpurifier/legacy.zip/95e1bae3182efc0f3422896a3236e991049dac69
    29/107: https://ftp.drupal.org/files/projects/entity-8.x-1.0-beta1.zip
    30/107: https://ftp.drupal.org/files/projects/jsonapi-8.x-1.5.zip
    31/107: https://ftp.drupal.org/files/projects/media_entity-8.x-2.0-alpha2.zip
    32/107: https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip
    33/107: https://codeload.github.com/jhedstrom/drupalextension/legacy.zip/5fb3c6957d477594253491d8dcfefd895e32c5b8
    34/107: https://ftp.drupal.org/files/projects/metatag-8.x-1.4.zip
    35/107: https://codeload.github.com/J7mbo/twitter-api-php/legacy.zip/443d22c53d621b3cc6b7e0c56daa60c5ada033f7
    36/107: https://ftp.drupal.org/files/projects/openapi-8.x-1.0-alpha1.zip
    37/107: https://ftp.drupal.org/files/projects/schemata-8.x-1.0-alpha2.zip
    38/107: https://ftp.drupal.org/files/projects/panels-8.x-4.2.zip
    39/107: https://ftp.drupal.org/files/projects/scheduled_updates-8.x-1.0-alpha6.zip
    40/107: https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-2.0-alpha1.zip
    41/107: https://ftp.drupal.org/files/projects/panelizer-8.x-4.0.zip
    42/107: https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-2.0-alpha2.zip
    43/107: https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip
    44/107: https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-beta1.zip
    45/107: https://ftp.drupal.org/files/projects/consumers-8.x-1.0-beta1.zip
    46/107: https://codeload.github.com/thephpleague/event/legacy.zip/e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd
    47/107: https://codeload.github.com/lcobucci/jwt/legacy.zip/0b5930be73582369e10c4d4bb7a12bac927a203c
    48/107: https://codeload.github.com/thephpleague/oauth2-server/legacy.zip/a0cabb573c7cd5ee01803daec992d6ee3677c4ae
    49/107: https://ftp.drupal.org/files/projects/simple_oauth-8.x-3.3.zip
    50/107: https://ftp.drupal.org/files/projects/token-8.x-1.1.zip
    51/107: https://ftp.drupal.org/files/projects/views_infinite_scroll-8.x-1.5.zip
    52/107: https://ftp.drupal.org/files/projects/search_api-8.x-1.6.zip
    53/107: https://codeload.github.com/defuse/php-encryption/legacy.zip/5176f5abb38d3ea8a6e3ac6cd3bbb54d8185a689
    54/107: https://ftp.drupal.org/files/projects/pathauto-8.x-1.0.zip
    55/107: https://ftp.drupal.org/files/projects/workbench_moderation-8.x-1.2.zip
    56/107: https://codeload.github.com/acquia/lightning/legacy.zip/eab197f1b624aa3260a2b51dc45fd9d8c79cc540
    57/107: https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip
    58/107: https://ftp.drupal.org/files/projects/config_filter-8.x-1.1.zip
    59/107: https://ftp.drupal.org/files/projects/config_split-8.x-1.3.zip
    60/107: https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0-alpha2.zip
    61/107: https://codeload.github.com/minkphp/MinkGoutteDriver/legacy.zip/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca
    62/107: https://codeload.github.com/minkphp/MinkBrowserKitDriver/legacy.zip/10e67fb4a295efcd62ea0bf16025a85ea19534fb
    63/107: https://codeload.github.com/FriendsOfPHP/Goutte/legacy.zip/395f61d7c2e15a813839769553a4de16fa3b3c96
    64/107: https://codeload.github.com/symfony/browser-kit/legacy.zip/f761b4ecdd23a451c2cae6fba704d8b207cbb045
    65/107: https://api.github.com/repos/fengyuanchen/cropper/zipball/30c58b29ee21010e17e58ebab165fbd84285c685
    66/107: https://codeload.github.com/symfony/dom-crawler/legacy.zip/dc847845c66fa68ad4522ed27e62b9b9dd12ab3b
    67/107: https://codeload.github.com/guzzle/guzzle/legacy.zip/f4db5a78a5ea468d4831de7f0bf9d9415e348699
    68/107: https://codeload.github.com/guzzle/promises/legacy.zip/a59da6cf61d80060647ff4d3eb2c03a2bc694646
    69/107: https://codeload.github.com/guzzle/psr7/legacy.zip/f5b8a8512e2b58b0071a7280e39f14f72e05d87c
    70/107: https://codeload.github.com/mikey179/vfsStream/legacy.zip/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145
    71/107: https://codeload.github.com/egulias/EmailValidator/legacy.zip/5642614492f0ca2064c01d60cc33284cc2f731a9
    72/107: https://codeload.github.com/njh/easyrdf/legacy.zip/acd09dfe0555fbcfa254291e433c45fdd4652566
    73/107: https://codeload.github.com/stackphp/builder/legacy.zip/fb3d136d04c6be41120ebf8c0cc71fe9507d750a
    74/107: https://codeload.github.com/symfony/http-kernel/legacy.zip/18ec42e19ec676d7da5ddff13f1eed68d88fb460
    75/107: https://codeload.github.com/asm89/stack-cors/legacy.zip/c163e2b614550aedcf71165db2473d936abbced6
    76/107: https://codeload.github.com/symfony/process/legacy.zip/b39d805dd6c4d1cba1f00cd80361ec80eed0d7bc
    77/107: https://codeload.github.com/Masterminds/html5-php/legacy.zip/2c37c6c520b995b761674de3be8455a381679067
    78/107: https://codeload.github.com/symfony/psr-http-message-bridge/legacy.zip/c2b757934f2d9681a287e662efbc27c41fe8ef86
    79/107: https://codeload.github.com/symfony/http-foundation/legacy.zip/107b7e6c2372ad4859b8a8c8c5b4fb9d7a208fe1
    80/107: https://codeload.github.com/symfony-cmf/routing/legacy.zip/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac
    81/107: https://codeload.github.com/paragonie/random_compat/legacy.zip/5da4d3c796c275c55f057af5a643ae297d96b4d8
    82/107: https://codeload.github.com/symfony/serializer/legacy.zip/dc98d5ab4ae29dc47bfb1507b39806bfe13d3477
    83/107: https://codeload.github.com/zendframework/zend-diactoros/legacy.zip/c8664b92a6d5bc229e48b0923486c097e45a7877
    84/107: https://codeload.github.com/php-fig/http-message/legacy.zip/f6561bf28d520154e4b0ec72be95418abe6d9363
    85/107: https://codeload.github.com/symfony/polyfill-iconv/legacy.zip/7a84ccdb8c953ee274c96dd6bde778d873fc824a
    86/107: https://codeload.github.com/zendframework/zend-escaper/legacy.zip/2dcd14b61a72d8b8e27d579c6344e12c26141d4e
    87/107: https://codeload.github.com/zendframework/zend-stdlib/legacy.zip/debedcfc373a293f9250cc9aa03cf121428c8e78
    88/107: https://codeload.github.com/minkphp/Mink/legacy.zip/e6930b9c74693dff7f4e58577e1b1743399f3ff9
    89/107: https://codeload.github.com/symfony/css-selector/legacy.zip/eac760b414cf1f64362c3dd047b989e4db121332
    90/107: https://codeload.github.com/symfony/validator/legacy.zip/39244fbf580e01acc3f5df01238a8f69b1b3e46f
    91/107: https://codeload.github.com/Textalk/websocket-php/legacy.zip/bfa18bb6bf523680c7803f6b04694fbbf2f67bbf
    92/107: https://codeload.github.com/zendframework/zend-feed/legacy.zip/abe88686124d492e0a2a84656f15e5482bfbe030
    93/107: https://codeload.github.com/jakoch/phantomjs-installer/legacy.zip/4d0e994f110a79738b73083c2c3086d162547bd6
    94/107: https://codeload.github.com/j-arnaiz/behat-junit-formatter/legacy.zip/2f80b3881e04d3cf43e05ab821c0e80675a9846d
    95/107: https://codeload.github.com/Behat/Gherkin/legacy.zip/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a
    96/107: https://codeload.github.com/symfony/routing/legacy.zip/b382d7c4f443372c118efcd0cd2bf1028434f2f5
    97/107: https://codeload.github.com/symfony/class-loader/legacy.zip/e192d96b15fdd168bdb1c91001d26c93ba4af482
    98/107: https://codeload.github.com/symfony/config/legacy.zip/e5533fcc0b3dd377626153b2852707878f363728
    99/107: https://codeload.github.com/symfony/dependency-injection/legacy.zip/d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761
    100/107:    https://codeload.github.com/symfony/event-dispatcher/legacy.zip/b8de6ee252af19330dd72ad5fc0dd4658a1d6325
    101/107:    https://codeload.github.com/Behat/Behat/legacy.zip/44a58c1480d6144b2dc2c2bf02b9cef73c83840d
    102/107:    https://codeload.github.com/symfony/translation/legacy.zip/df36a48672b929bf3995eb62c58d83004b1d0d50
    103/107:    https://codeload.github.com/Behat/Transliterator/legacy.zip/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c
    104/107:    https://gitlab.com/api/v3/projects/DMore%2Fbehat-chrome-extension/repository/archive.zip
    105/107:    https://codeload.github.com/drupal/core/legacy.zip/793cb14c54624b4be160b78f742af44a01cc7b4e
    106/107:    https://codeload.github.com/sveneisenschmidt/selenium-server-standalone/legacy.zip/ef4eea9c99efb9c0e3084e9cae625662ccd43361
    107/107:    https://gitlab.com/api/v4/projects/DMore%2Fchrome-mink-driver/repository/archive.zip
    Finished: success: 107, skipped: 0, failure: 0, total: 107
Package operations: 112 installs, 2 updates, 0 removals
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Installing drupal-composer/drupal-scaffold (2.4.0): Loading from cache
  - Installing symfony/translation (v3.2.14): Loading from cache
  - Updating symfony/event-dispatcher (v3.4.2 => v3.2.14): Loading from cache
  - Installing symfony/dependency-injection (v3.2.14): Loading from cache
  - Installing symfony/config (v3.2.14): Loading from cache
  - Installing symfony/class-loader (v3.2.14): Loading from cache
  - Installing behat/transliterator (v1.2.0): Loading from cache
  - Installing behat/gherkin (v4.5.1): Loading from cache
  - Installing behat/behat (v3.3.1): Loading from cache
  - Installing jarnaiz/behat-junit-formatter (v1.3.2): Loading from cache
  - Installing jakoch/phantomjs-installer (2.1.1-p07): Loading from cache
  - Installing textalk/websocket (1.2.0): Loading from cache
  - Installing symfony/css-selector (v3.4.2): Loading from cache
  - Installing behat/mink (v1.7.1): Loading from cache
  - Installing dmore/chrome-mink-driver (2.4.0): Loading from cache
  - Installing dmore/behat-chrome-extension (1.0.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.9.0): Loading from cache
  - Installing psr/http-message (1.0.1): Loading from cache
  - Installing zendframework/zend-diactoros (1.6.1): Loading from cache
  - Installing symfony/validator (v3.2.14): Loading from cache
  - Installing symfony/serializer (v3.2.14): Loading from cache
  - Installing symfony/routing (v3.2.14): Loading from cache
  - Installing paragonie/random_compat (v2.0.11): Loading from cache
  - Installing symfony/http-foundation (v3.2.14): Loading from cache
  - Installing symfony/psr-http-message-bridge (v1.0.2): Loading from cache
  - Updating symfony/process (v4.0.2 => v3.2.14): Loading from cache
  - Installing symfony/polyfill-iconv (v1.6.0): Loading from cache
  - Installing symfony/http-kernel (v3.2.14): Loading from cache
  - Installing symfony-cmf/routing (1.4.1): Loading from cache
  - Installing stack/builder (v1.0.5): Loading from cache
  - Installing masterminds/html5 (2.3.0): 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.3.0): Loading from cache
  - Installing egulias/email-validator (1.2.14): Loading from cache
  - Installing easyrdf/easyrdf (0.9.1): Loading from cache
  - Installing asm89/stack-cors (1.2.0): Loading from cache
  - Installing drupal/core (8.4.3): Loading from cache
  - Applying patches for drupal/core
    https://www.drupal.org/files/issues/2752961-90.patch (Clear Twig caches on deploys)
    https://www.drupal.org/files/issues/1356276-408--8.4.3.patch (1356276 - Allow profiles to provide a base/parent profile and load them in the correct order)
    https://www.drupal.org/files/issues/2880374-remove-experimental-warnings-6.patch (2880374 - Experimental modules should not have warnings after being installed)
    https://www.drupal.org/files/issues/2880445-remove-config-write-warning-2.patch (2880445 - Config sync should not throw a warning when not being writable)
    https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch (2869592 - Disabled update module shouldn't produce a status report warning)
    https://www.drupal.org/files/issues/2885441-2.patch (2885441 - EntityReferenceAutocompleteWidget should define its size setting as an integer)
    https://www.drupal.org/files/issues/2883813-27.patch (2883813 - Move File/Image media type into Standard once Media is stable)
    https://www.drupal.org/files/issues/2877383-23.patch (2877383 - Add action support to Media module)
    https://www.drupal.org/files/issues/2862041-229.patch (2862041 - Provide useful Views filters for Content Moderation State fields)
    https://www.drupal.org/files/issues/2815221-69-8.4.x.patch (2815221 - Add quickedit to the latest-revision route)

  - Installing mikey179/vfsstream (v1.6.5): Loading from cache
  - Installing symfony/dom-crawler (v3.4.2): Loading from cache
  - Installing symfony/browser-kit (v3.4.2): Loading from cache
  - Installing fabpot/goutte (v3.2.2): Loading from cache
  - Installing behat/mink-browserkit-driver (v1.3.2): Loading from cache
  - Installing behat/mink-goutte-driver (v1.2.1): Loading from cache
  - Installing drupal/config_filter (1.1.0): Loading from cache
  - Installing drupal/config_split (1.3.0): Loading from cache
  - Installing drupal/devel (1.2.0): Loading from cache
  - 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/wbm2cm (dev-2.x e155a0b): Cloning e155a0b2c9 from cache
  - Installing drupal/views_infinite_scroll (1.5.0): Loading from cache
  - Installing drupal/video_embed_field (2.0.0-alpha2): Loading from cache
  - Installing drupal/token (1.1.0): Loading from cache
  - Installing defuse/php-encryption (v2.1.0): Loading from cache
  - Installing lcobucci/jwt (3.2.2): Loading from cache
  - Installing league/event (2.1.2): Loading from cache
  - Installing league/oauth2-server (6.1.1): Loading from cache
  - Installing drupal/consumers (1.0.0-beta1): Loading from cache
  - Installing drupal/simple_oauth (3.3.0): Loading from cache
  - Applying patches for drupal/simple_oauth
    https://www.drupal.org/files/issues/2925369-2.patch (2925369 - TokenAuthUser does not fulfill RevisionableInterface, causes fatals)

  - Installing drupal/search_api (1.6.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.2.0): Loading from cache
  - Applying patches for drupal/panels
    https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch (2878684 - Use String.match to correlate regions when switching Layouts in Panels IPE)
    https://www.drupal.org/files/issues/panels-ipe-propogate-errors-2825034-5.patch (2825034 - Form error messages do not appear in IPE)
    https://www.drupal.org/files/issues/2908897-2.patch (2908897 - CategoryView leaves AJAX request marked active)
    https://www.drupal.org/files/issues/2913353-2.patch (2913353 - IPE attaches behaviors a bit too quickly)
    https://www.drupal.org/files/issues/panels-ipe-date-field-2825028-10.patch (2825028 - AJAX error creating and placing blocks with date fields in IPE)

  - Installing drupal/panelizer (4.0.0): Loading from cache
  - Applying patches for drupal/panelizer
    https://www.drupal.org/files/issues/2908917-2.patch (2908917 - SaveTabView blindly assumes a Revert tab exists)

  - Installing drupal/schemata (1.0.0-alpha2): Loading from cache
  - Installing drupal/openapi (1.0.0-alpha1): Loading from cache
  - Installing drupal/metatag (1.4.0): Loading from cache
  - Installing j7mbo/twitter-api-php (1.0.6): Loading from cache
  - Installing drupal/media_entity_twitter (2.0.0-alpha2): Loading from cache
  - Installing drupal/media_entity_instagram (2.0.0-alpha1): Loading from cache
  - Applying patches for drupal/media_entity_instagram
    https://www.drupal.org/files/issues/2917454-2.patch (2917454 - Field formatter test is broken)

  - Installing drupal/entity (1.0.0-beta1): Loading from cache
  - Installing drupal/media_entity (2.0.0-alpha2): Loading from cache
  - Applying patches for drupal/media_entity
    https://www.drupal.org/files/issues/2918172-5.patch (2918172 - Media Entity upgrade -> core fails on absent column revision_uid)

  - Installing drupal/media_entity_image (dev-1.x 3264d04): Cloning 3264d04a39 from cache
  - Installing drupal/media_entity_document (dev-1.x b98ec72): Cloning b98ec72e30 from cache
  - Installing drupal/jsonapi (1.5.0): Loading from cache
  - Installing drupal/crop (2.0.0-beta1): Loading from cache
  - Applying patches for drupal/crop
    https://www.drupal.org/files/issues/2918441-beta1-packaged-info-file.patch (Make Crop API compatible with core Media)

  - Installing drupal/image_widget_crop (2.1.0): Loading from cache
  - Installing drupal/config_update (1.5.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 (2.0.0-alpha2): Loading from cache
  - Applying patches for drupal/entity_browser
    https://www.drupal.org/files/issues/entity-browser-view-context-2865928-14.patch (2865928 - The View widget should filter based on field settings)
    https://www.drupal.org/files/issues/2877751-17.patch (2877751 - Inform users how many items they can add to a field that uses an entity browser)

  - 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 drupal/dropzonejs (2.0.0-alpha3): Loading from cache
  - Installing sunra/php-simple-html-dom-parser (v1.5.2): Loading from cache
  - Installing ezyang/htmlpurifier (v4.9.3): Loading from cache
  - Installing caxy/php-htmldiff (v0.1.5): 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-beta9): Loading from cache
  - Installing drupal/acquia_connector (1.14.0): Loading from cache
  - Installing bower-asset/dropzone (v5.1.1): Loading from cache
  - Installing bower-asset/cropper (v2.3.4): Loading from cache
  - Installing acquia/lightning (2.2.6): Loading from cache
  - Installing drupal/cog (1.10.0): Loading from cache
  - Installing drupal/qa_accounts (1.0.0-alpha1): Loading from cache
  - Installing drupal/memcache (2.0.0-alpha5): Loading from cache
  - Installing drupal/seckit (1.0.0-alpha2): Loading from cache
  - Installing drupal/security_review (dev-1.x 35ebae4): Cloning 35ebae445b from cache
  - Installing drupal/shield (1.1.0): Loading from cache
  - Installing bex/behat-extension-driver-locator (1.0.2): Loading from cache
  - Installing behat/mink-extension (2.3.0): Loading from cache
  - Installing bex/behat-screenshot (1.2.6): Loading from cache
  - Installing drupal/drupal-driver (v1.3.2): Loading from cache
  - Installing instaclick/php-webdriver (1.4.5): Loading from cache
  - Installing behat/mink-selenium2-driver (v1.3.1): Loading from cache
  - Installing drupal/drupal-extension (v3.4.0): Loading from cache
  - Installing se/selenium-server-standalone (v2.53.1): Loading from cache
symfony/dependency-injection suggests installing symfony/expression-language (For using expressions in service container configuration)
symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them)
symfony/class-loader suggests installing symfony/polyfill-apcu (For using ApcClassLoader on HHVM)
behat/behat suggests installing behat/symfony2-extension (for integration with Symfony2 web framework)
behat/behat suggests installing behat/yii-extension (for integration with Yii web framework)
behat/mink suggests installing behat/mink-zombie-driver (fast and JS-enabled headless driver for any app (requires node.js))
zendframework/zend-feed suggests installing zendframework/zend-cache (Zend\Cache component, for optionally caching feeds between requests)
zendframework/zend-feed suggests installing zendframework/zend-db (Zend\Db component, for use with PubSubHubbub)
zendframework/zend-feed suggests installing zendframework/zend-http (Zend\Http for PubSubHubbub, and optionally for use with Zend\Feed\Reader)
zendframework/zend-feed suggests installing zendframework/zend-servicemanager (Zend\ServiceManager component, for easily extending ExtensionManager implementations)
zendframework/zend-feed suggests installing zendframework/zend-validator (Zend\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent)
symfony/validator suggests installing psr/cache-implementation (For using the metadata cache.)
symfony/validator suggests installing symfony/expression-language (For using the Expression validator)
symfony/validator suggests installing symfony/intl ()
symfony/serializer suggests installing psr/cache-implementation (For using the metadata cache.)
symfony/serializer suggests installing symfony/property-info (To deserialize relations.)
symfony/serializer suggests installing symfony/property-access (For using the ObjectNormalizer.)
symfony/routing suggests installing symfony/expression-language (For using expression matching)
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
easyrdf/easyrdf suggests installing ml/json-ld (~1.0)
lcobucci/jwt suggests installing mdanter/ecc (Required to use Elliptic Curves based algorithms.)
drupal/dropzonejs suggests installing enyo/dropzone (Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library.)
bex/behat-screenshot suggests installing bex/behat-screenshot-image-driver-uploadpie (Allows to upload the screenshot to uploadpie.com)
bex/behat-screenshot suggests installing bex/behat-screenshot-image-driver-img42 (Allows to upload the screenshot to img42.com)
bex/behat-screenshot suggests installing bex/behat-screenshot-image-driver-unsee (Allows to upload the screenshot to unsee.cc)
Writing lock file
Generating autoload files
You are using Drupal packages that are not supported by the Drupal Security Team!
  - drupal/wbm2cm:dev-2.x: Project has not opted into security advisory coverage!
  - drupal/video_embed_field:2.0.0.0-alpha2: Alpha releases are not covered by Drupal security advisories.
  - drupal/consumers:1.0.0.0-beta1: Project has not opted into security advisory coverage!
  - drupal/inline_entity_form:1.0.0.0-beta1: Beta releases are not covered by Drupal security advisories.
  - drupal/scheduled_updates:1.0.0.0-alpha6: Project has not opted into security advisory coverage!
  - drupal/schemata:1.0.0.0-alpha2: Project has not opted into security advisory coverage!
  - drupal/schemata_json_schema:1.0.0.0-alpha2: Project has not opted into security advisory coverage!
  - drupal/openapi:1.0.0.0-alpha1: Project has not opted into security advisory coverage!
  - drupal/media_entity_twitter:2.0.0.0-alpha2: Alpha releases are not covered by Drupal security advisories.
  - drupal/media_entity_instagram:2.0.0.0-alpha1: Alpha releases are not covered by Drupal security advisories.
  - drupal/entity:1.0.0.0-beta1: Beta releases are not covered by Drupal security advisories.
  - drupal/media_entity:2.0.0.0-alpha2: Alpha releases are not covered by Drupal security advisories.
  - drupal/media_entity_image:dev-1.x: Dev releases are not covered by Drupal security advisories.
  - drupal/media_entity_document:dev-1.x: Dev releases are not covered by Drupal security advisories.
  - drupal/crop:2.0.0.0-beta1: Beta releases are not covered by Drupal security advisories.
  - drupal/entity_embed:1.0.0.0-beta2: Beta releases are not covered by Drupal security advisories.
  - drupal/entity_browser:2.0.0.0-alpha2: Alpha releases are not covered by Drupal security advisories.
  - drupal/entity_block:1.0.0.0-alpha2: Alpha releases are not covered by Drupal security advisories.
  - drupal/dropzonejs:2.0.0.0-alpha3: Project has not opted into security advisory coverage!
  - drupal/diff:1.0.0.0-RC1: RC releases are not covered by Drupal security advisories.
  - drupal/contact_storage:1.0.0.0-beta9: Beta releases are not covered by Drupal security advisories.
  - drupal/qa_accounts:1.0.0.0-alpha1: Project has not opted into security advisory coverage!
  - drupal/memcache:2.0.0.0-alpha5: Alpha releases are not covered by Drupal security advisories.
  - drupal/seckit:1.0.0.0-alpha2: Alpha releases are not covered by Drupal security advisories.
  - drupal/security_review:dev-1.x: Dev releases are not covered by Drupal security advisories.
See https://www.drupal.org/security-advisory-policy for more information.
PHP CodeSniffer Config installed_paths set to ../../drupal/coder/coder_sniffer/
Downloading (100%)Downloading (100%)PHP CodeSniffer Config installed_paths set to ../../drupal/coder/coder_sniffer/
Updating BLT templated files...
 > blt update --ansi -y
Copying files from BLT's template into your project...
Merging BLT's project.yml template with your project's blt/project.yml...
Removing deprecated files and directories...
> install-alias
The BLT alias is already installed and up to date.
[ExecStack] Done in 02:20
> examples:init
Example commands and hooks were copied to your repository root.
[ExecStack] git init && git add -A && git commit -m 'Initial commit.'
[error]  The provided cwd does not exist.

And I expected this to happen:

I expected a complete and functional install :)

Seems like I can work-around this by navigating into the project directory and running blt internal:create-project:

$ blt internal:create-project
Copying files from BLT's template into your project...
Merging default configuration into composer.json...
Merging BLT's project.yml template with your project's blt/project.yml...
Installing new Composer dependencies provided by BLT. This make take a while...
[ExecStack] composer install --no-interaction --prefer-dist --ansi
[ExecStack] Running composer install --no-interaction --prefer-dist --ansi in /Users/christopher.guitarte/Documents/Acquia_Ready/Repos/testblt
    1/1:    http://packagist.org/p/provider-latest$c32b1ac5dd35660b9fd5838d8afa41b099f227c02a7b4e76357495bd783b9c38.json
    Finished: success: 1, skipped: 0, failure: 0, total: 1
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 67 installs, 0 updates, 0 removals
  - Installing wikimedia/composer-merge-plugin (v1.4.1): Loading from cache
  - Installing composer/installers (v1.4.0): Loading from cache
  - Installing grasmash/drupal-security-warning (1.1.1): Loading from cache
  - Installing cweagans/composer-patches (1.6.4): Loading from cache
No patches supplied.
Gathering patches for dependencies. This might take a minute.
  - Installing tivie/php-os-detector (1.1.0): Loading from cache
  - Installing symfony/yaml (v3.2.14): Loading from cache
  - Installing psr/log (1.0.2): Loading from cache
  - Installing symfony/debug (v3.4.2): Loading from cache
  - Installing symfony/polyfill-mbstring (v1.6.0): Loading from cache
  - Installing symfony/console (v3.2.14): 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 doctrine/instantiator (1.1.0): Loading from cache
  - Installing phpunit/php-text-template (1.2.1): 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.5): Loading from cache
  - Installing phpunit/php-token-stream (1.4.12): Loading from cache
  - Installing phpunit/php-code-coverage (2.2.4): Loading from cache
  - Installing webmozart/assert (1.2.0): Loading from cache
  - Installing phpdocumentor/reflection-docblock (2.0.5): Loading from cache
  - Installing phpspec/prophecy (1.7.3): Loading from cache
  - Installing phpunit/phpunit (4.8.36): 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.4.0): Loading from cache
  - Installing symfony/filesystem (v3.4.2): Loading from cache
  - Installing grasmash/yaml-cli (1.0.3): Loading from cache
  - Installing symfony/event-dispatcher (v3.4.2): Loading from cache
  - Installing webmozart/path-util (2.3.0): Loading from cache
  - Installing symfony/var-dumper (v3.4.2): Loading from cache
  - Installing symfony/finder (v3.4.2): 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 nikic/php-parser (v3.1.3): Loading from cache
  - Installing psy/psysh (v0.8.16): Loading from cache
  - Installing pear/console_table (v1.3.0): Loading from cache
  - Installing consolidation/output-formatters (3.1.13): Loading from cache
  - Installing consolidation/annotated-command (2.8.2): 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.5): Loading from cache
  - Installing symfony/process (v4.0.2): Loading from cache
  - Installing grasmash/expander (1.0.0): Loading from cache
  - Installing consolidation/config (1.0.9): Loading from cache
  - Installing consolidation/robo (1.2.0): Loading from cache
  - Installing drush/drush (8.1.15): Loading from cache
  - Installing drupal/coder (8.2.12): Cloning 984c54a7b1 from cache
  - Installing doctrine/inflector (v1.1.0): Loading from cache
  - Installing doctrine/lexer (v1.0.1): Loading from cache
  - Installing doctrine/collections (v1.5.0): Loading from cache
  - Installing doctrine/cache (v1.7.1): Loading from cache
  - Installing doctrine/annotations (v1.6.0): Loading from cache
  - Installing doctrine/common (v2.8.1): Loading from cache
  - Installing dealerdirect/phpcodesniffer-composer-installer (v0.4.4): Loading from cache
  - Installing composer/semver (1.4.2): Loading from cache
  - Installing twig/twig (v1.35.0): Loading from cache
  - Installing asm89/twig-lint (1.0.2): Loading from cache
  - Installing acquia/blt (8.9.11): Loading from cache
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (>=2.2.1)
phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
symfony/event-dispatcher suggests installing symfony/dependency-injection ()
symfony/event-dispatcher suggests installing symfony/http-kernel ()
symfony/var-dumper suggests installing ext-intl (To show region name in time zone dump)
symfony/var-dumper suggests installing ext-symfony_debug ()
psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
pear/console_table suggests installing pear/Console_Color2 (>=0.1.2)
consolidation/robo suggests installing pear/archive_tar (Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.)
consolidation/robo suggests installing henrikbjorn/lurker (For monitoring filesystem changes in taskWatch)
consolidation/robo suggests installing patchwork/jsqueeze (For minifying JS files in taskMinify)
consolidation/robo suggests installing natxet/CssMin (For minifying CSS files in taskMinify)
drush/drush suggests installing drush/config-extra (Provides configuration workflow commands, such as config-merge.)
doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use legacy MongoDB driver)
dealerdirect/phpcodesniffer-composer-installer suggests installing dealerdirect/qa-tools (All the PHP QA tools you'll need)
acquia/blt suggests installing hirak/prestissimo (^0.3)
acquia/blt suggests installing typhonius/acquia_cli (^0.0.7)
Writing lock file
Generating autoload files
Gathering patches for root package.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 112 installs, 2 updates, 0 removals
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Installing drupal-composer/drupal-scaffold (2.4.0): Loading from cache
  - Installing symfony/translation (v3.2.14): Loading from cache
  - Updating symfony/event-dispatcher (v3.4.2 => v3.2.14): Loading from cache
  - Installing symfony/dependency-injection (v3.2.14): Loading from cache
  - Installing symfony/config (v3.2.14): Loading from cache
  - Installing symfony/class-loader (v3.2.14): Loading from cache
  - Installing behat/transliterator (v1.2.0): Loading from cache
  - Installing behat/gherkin (v4.5.1): Loading from cache
  - Installing behat/behat (v3.3.1): Loading from cache
  - Installing jarnaiz/behat-junit-formatter (v1.3.2): Loading from cache
  - Installing jakoch/phantomjs-installer (2.1.1-p07): Loading from cache
  - Installing textalk/websocket (1.2.0): Loading from cache
  - Installing symfony/css-selector (v3.4.2): Loading from cache
  - Installing behat/mink (v1.7.1): Loading from cache
  - Installing dmore/chrome-mink-driver (2.4.0): Loading from cache
  - Installing dmore/behat-chrome-extension (1.0.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.9.0): Loading from cache
  - Installing psr/http-message (1.0.1): Loading from cache
  - Installing zendframework/zend-diactoros (1.6.1): Loading from cache
  - Installing symfony/validator (v3.2.14): Loading from cache
  - Installing symfony/serializer (v3.2.14): Loading from cache
  - Installing symfony/routing (v3.2.14): Loading from cache
  - Installing paragonie/random_compat (v2.0.11): Loading from cache
  - Installing symfony/http-foundation (v3.2.14): Loading from cache
  - Installing symfony/psr-http-message-bridge (v1.0.2): Loading from cache
  - Updating symfony/process (v4.0.2 => v3.2.14): Loading from cache
  - Installing symfony/polyfill-iconv (v1.6.0): Loading from cache
  - Installing symfony/http-kernel (v3.2.14): Loading from cache
  - Installing symfony-cmf/routing (1.4.1): Loading from cache
  - Installing stack/builder (v1.0.5): Loading from cache
  - Installing masterminds/html5 (2.3.0): 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.3.0): Loading from cache
  - Installing egulias/email-validator (1.2.14): Loading from cache
  - Installing easyrdf/easyrdf (0.9.1): Loading from cache
  - Installing asm89/stack-cors (1.2.0): Loading from cache
  - Installing drupal/core (8.4.3): Loading from cache
  - Applying patches for drupal/core
    https://www.drupal.org/files/issues/2752961-90.patch (Clear Twig caches on deploys)
    https://www.drupal.org/files/issues/1356276-408--8.4.3.patch (1356276 - Allow profiles to provide a base/parent profile and load them in the correct order)
    https://www.drupal.org/files/issues/2880374-remove-experimental-warnings-6.patch (2880374 - Experimental modules should not have warnings after being installed)
    https://www.drupal.org/files/issues/2880445-remove-config-write-warning-2.patch (2880445 - Config sync should not throw a warning when not being writable)
    https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch (2869592 - Disabled update module shouldn't produce a status report warning)
    https://www.drupal.org/files/issues/2885441-2.patch (2885441 - EntityReferenceAutocompleteWidget should define its size setting as an integer)
    https://www.drupal.org/files/issues/2883813-27.patch (2883813 - Move File/Image media type into Standard once Media is stable)
    https://www.drupal.org/files/issues/2877383-23.patch (2877383 - Add action support to Media module)
    https://www.drupal.org/files/issues/2862041-229.patch (2862041 - Provide useful Views filters for Content Moderation State fields)
    https://www.drupal.org/files/issues/2815221-69-8.4.x.patch (2815221 - Add quickedit to the latest-revision route)

  - Installing mikey179/vfsstream (v1.6.5): Loading from cache
  - Installing symfony/dom-crawler (v3.4.2): Loading from cache
  - Installing symfony/browser-kit (v3.4.2): Loading from cache
  - Installing fabpot/goutte (v3.2.2): Loading from cache
  - Installing behat/mink-browserkit-driver (v1.3.2): Loading from cache
  - Installing behat/mink-goutte-driver (v1.2.1): Loading from cache
  - Installing drupal/config_filter (1.1.0): Loading from cache
  - Installing drupal/config_split (1.3.0): Loading from cache
  - Installing drupal/devel (1.2.0): Loading from cache
  - 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/wbm2cm (dev-2.x e155a0b): Cloning e155a0b2c9 from cache
  - Installing drupal/views_infinite_scroll (1.5.0): Loading from cache
  - Installing drupal/video_embed_field (2.0.0-alpha2): Loading from cache
  - Installing drupal/token (1.1.0): Loading from cache
  - Installing defuse/php-encryption (v2.1.0): Loading from cache
  - Installing lcobucci/jwt (3.2.2): Loading from cache
  - Installing league/event (2.1.2): Loading from cache
  - Installing league/oauth2-server (6.1.1): Loading from cache
  - Installing drupal/consumers (1.0.0-beta1): Loading from cache
  - Installing drupal/simple_oauth (3.3.0): Loading from cache
  - Applying patches for drupal/simple_oauth
    https://www.drupal.org/files/issues/2925369-2.patch (2925369 - TokenAuthUser does not fulfill RevisionableInterface, causes fatals)

  - Installing drupal/search_api (1.6.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.2.0): Loading from cache
  - Applying patches for drupal/panels
    https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch (2878684 - Use String.match to correlate regions when switching Layouts in Panels IPE)
    https://www.drupal.org/files/issues/panels-ipe-propogate-errors-2825034-5.patch (2825034 - Form error messages do not appear in IPE)
    https://www.drupal.org/files/issues/2908897-2.patch (2908897 - CategoryView leaves AJAX request marked active)
    https://www.drupal.org/files/issues/2913353-2.patch (2913353 - IPE attaches behaviors a bit too quickly)
    https://www.drupal.org/files/issues/panels-ipe-date-field-2825028-10.patch (2825028 - AJAX error creating and placing blocks with date fields in IPE)

  - Installing drupal/panelizer (4.0.0): Loading from cache
  - Applying patches for drupal/panelizer
    https://www.drupal.org/files/issues/2908917-2.patch (2908917 - SaveTabView blindly assumes a Revert tab exists)

  - Installing drupal/schemata (1.0.0-alpha2): Loading from cache
  - Installing drupal/openapi (1.0.0-alpha1): Loading from cache
  - Installing drupal/metatag (1.4.0): Loading from cache
  - Installing j7mbo/twitter-api-php (1.0.6): Loading from cache
  - Installing drupal/media_entity_twitter (2.0.0-alpha2): Loading from cache
  - Installing drupal/media_entity_instagram (2.0.0-alpha1): Loading from cache
  - Applying patches for drupal/media_entity_instagram
    https://www.drupal.org/files/issues/2917454-2.patch (2917454 - Field formatter test is broken)

  - Installing drupal/entity (1.0.0-beta1): Loading from cache
  - Installing drupal/media_entity (2.0.0-alpha2): Loading from cache
  - Applying patches for drupal/media_entity
    https://www.drupal.org/files/issues/2918172-5.patch (2918172 - Media Entity upgrade -> core fails on absent column revision_uid)

  - Installing drupal/media_entity_image (dev-1.x 3264d04): Cloning 3264d04a39 from cache
  - Installing drupal/media_entity_document (dev-1.x b98ec72): Cloning b98ec72e30 from cache
  - Installing drupal/jsonapi (1.5.0): Loading from cache
  - Installing drupal/crop (2.0.0-beta1): Loading from cache
  - Applying patches for drupal/crop
    https://www.drupal.org/files/issues/2918441-beta1-packaged-info-file.patch (Make Crop API compatible with core Media)

  - Installing drupal/image_widget_crop (2.1.0): Loading from cache
  - Installing drupal/config_update (1.5.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 (2.0.0-alpha2): Loading from cache
  - Applying patches for drupal/entity_browser
    https://www.drupal.org/files/issues/entity-browser-view-context-2865928-14.patch (2865928 - The View widget should filter based on field settings)
    https://www.drupal.org/files/issues/2877751-17.patch (2877751 - Inform users how many items they can add to a field that uses an entity browser)

  - 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 drupal/dropzonejs (2.0.0-alpha3): Loading from cache
  - Installing sunra/php-simple-html-dom-parser (v1.5.2): Loading from cache
  - Installing ezyang/htmlpurifier (v4.9.3): Loading from cache
  - Installing caxy/php-htmldiff (v0.1.5): 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-beta9): Loading from cache
  - Installing drupal/acquia_connector (1.14.0): Loading from cache
  - Installing bower-asset/dropzone (v5.1.1): Loading from cache
  - Installing bower-asset/cropper (v2.3.4): Loading from cache
  - Installing acquia/lightning (2.2.6): Loading from cache
  - Installing drupal/cog (1.10.0): Loading from cache
  - Installing drupal/qa_accounts (1.0.0-alpha1): Loading from cache
  - Installing drupal/memcache (2.0.0-alpha5): Loading from cache
  - Installing drupal/seckit (1.0.0-alpha2): Loading from cache
  - Installing drupal/security_review (dev-1.x 35ebae4): Cloning 35ebae445b from cache
  - Installing drupal/shield (1.1.0): Loading from cache
  - Installing bex/behat-extension-driver-locator (1.0.2): Loading from cache
  - Installing behat/mink-extension (2.3.0): Loading from cache
  - Installing bex/behat-screenshot (1.2.6): Loading from cache
  - Installing drupal/drupal-driver (v1.3.2): Loading from cache
  - Installing instaclick/php-webdriver (1.4.5): Loading from cache
  - Installing behat/mink-selenium2-driver (v1.3.1): Loading from cache
  - Installing drupal/drupal-extension (v3.4.0): Loading from cache
  - Installing se/selenium-server-standalone (v2.53.1): Loading from cache
symfony/dependency-injection suggests installing symfony/expression-language (For using expressions in service container configuration)
symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them)
symfony/class-loader suggests installing symfony/polyfill-apcu (For using ApcClassLoader on HHVM)
behat/behat suggests installing behat/symfony2-extension (for integration with Symfony2 web framework)
behat/behat suggests installing behat/yii-extension (for integration with Yii web framework)
behat/mink suggests installing behat/mink-zombie-driver (fast and JS-enabled headless driver for any app (requires node.js))
zendframework/zend-feed suggests installing zendframework/zend-cache (Zend\Cache component, for optionally caching feeds between requests)
zendframework/zend-feed suggests installing zendframework/zend-db (Zend\Db component, for use with PubSubHubbub)
zendframework/zend-feed suggests installing zendframework/zend-http (Zend\Http for PubSubHubbub, and optionally for use with Zend\Feed\Reader)
zendframework/zend-feed suggests installing zendframework/zend-servicemanager (Zend\ServiceManager component, for easily extending ExtensionManager implementations)
zendframework/zend-feed suggests installing zendframework/zend-validator (Zend\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent)
symfony/validator suggests installing psr/cache-implementation (For using the metadata cache.)
symfony/validator suggests installing symfony/expression-language (For using the Expression validator)
symfony/validator suggests installing symfony/intl ()
symfony/serializer suggests installing psr/cache-implementation (For using the metadata cache.)
symfony/serializer suggests installing symfony/property-info (To deserialize relations.)
symfony/serializer suggests installing symfony/property-access (For using the ObjectNormalizer.)
symfony/routing suggests installing symfony/expression-language (For using expression matching)
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
easyrdf/easyrdf suggests installing ml/json-ld (~1.0)
lcobucci/jwt suggests installing mdanter/ecc (Required to use Elliptic Curves based algorithms.)
drupal/dropzonejs suggests installing enyo/dropzone (Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library.)
bex/behat-screenshot suggests installing bex/behat-screenshot-image-driver-uploadpie (Allows to upload the screenshot to uploadpie.com)
bex/behat-screenshot suggests installing bex/behat-screenshot-image-driver-img42 (Allows to upload the screenshot to img42.com)
bex/behat-screenshot suggests installing bex/behat-screenshot-image-driver-unsee (Allows to upload the screenshot to unsee.cc)
Writing lock file
Generating autoload files
You are using Drupal packages that are not supported by the Drupal Security Team!
  - drupal/wbm2cm:dev-2.x: Project has not opted into security advisory coverage!
  - drupal/video_embed_field:2.0.0.0-alpha2: Alpha releases are not covered by Drupal security advisories.
  - drupal/consumers:1.0.0.0-beta1: Project has not opted into security advisory coverage!
  - drupal/inline_entity_form:1.0.0.0-beta1: Beta releases are not covered by Drupal security advisories.
  - drupal/scheduled_updates:1.0.0.0-alpha6: Project has not opted into security advisory coverage!
  - drupal/schemata:1.0.0.0-alpha2: Project has not opted into security advisory coverage!
  - drupal/schemata_json_schema:1.0.0.0-alpha2: Project has not opted into security advisory coverage!
  - drupal/openapi:1.0.0.0-alpha1: Project has not opted into security advisory coverage!
  - drupal/media_entity_twitter:2.0.0.0-alpha2: Alpha releases are not covered by Drupal security advisories.
  - drupal/media_entity_instagram:2.0.0.0-alpha1: Alpha releases are not covered by Drupal security advisories.
  - drupal/entity:1.0.0.0-beta1: Beta releases are not covered by Drupal security advisories.
  - drupal/media_entity:2.0.0.0-alpha2: Alpha releases are not covered by Drupal security advisories.
  - drupal/media_entity_image:dev-1.x: Dev releases are not covered by Drupal security advisories.
  - drupal/media_entity_document:dev-1.x: Dev releases are not covered by Drupal security advisories.
  - drupal/crop:2.0.0.0-beta1: Beta releases are not covered by Drupal security advisories.
  - drupal/entity_embed:1.0.0.0-beta2: Beta releases are not covered by Drupal security advisories.
  - drupal/entity_browser:2.0.0.0-alpha2: Alpha releases are not covered by Drupal security advisories.
  - drupal/entity_block:1.0.0.0-alpha2: Alpha releases are not covered by Drupal security advisories.
  - drupal/dropzonejs:2.0.0.0-alpha3: Project has not opted into security advisory coverage!
  - drupal/diff:1.0.0.0-RC1: RC releases are not covered by Drupal security advisories.
  - drupal/contact_storage:1.0.0.0-beta9: Beta releases are not covered by Drupal security advisories.
  - drupal/qa_accounts:1.0.0.0-alpha1: Project has not opted into security advisory coverage!
  - drupal/memcache:2.0.0.0-alpha5: Alpha releases are not covered by Drupal security advisories.
  - drupal/seckit:1.0.0.0-alpha2: Alpha releases are not covered by Drupal security advisories.
  - drupal/security_review:dev-1.x: Dev releases are not covered by Drupal security advisories.
See https://www.drupal.org/security-advisory-policy for more information.
PHP CodeSniffer Config installed_paths set to ../../drupal/coder/coder_sniffer/
PHP CodeSniffer Config installed_paths set to ../../drupal/coder/coder_sniffer/
Updating BLT templated files...
 > blt update --ansi -y
Copying files from BLT's template into your project...
Merging BLT's project.yml template with your project's blt/project.yml...
Removing deprecated files and directories...
> install-alias
The BLT alias is already installed and up to date.
[ExecStack] Done in 01:53
> examples:init
Example commands and hooks were copied to your repository root.
[ExecStack] git init && git add -A && git commit -m 'Initial commit.'
> install-alias
The BLT alias is already installed and up to date.

__________.____  ___________
\______   \    | \__    ___/
 |    |  _/    |   |    |
 |    |   \    |___|    |
 |______  /_______ \____|
        \/        \/

 Your new BLT-based project has been created in /Users/christopher.guitarte/Documents/Acquia_Ready/Repos/testblt.

Please continue by following the "Creating a new project with BLT" instructions:
http://blt.readthedocs.io/en/8.x/readme/creating-new-project/
guitarte commented 6 years ago

Sorry - it looks like this is the same as the issue #2383 and a fix is already in place on the branch https://github.com/acquia/blt/tree/8.9.x - likely will be fixed in a default install once a new tag is cut. I was running into this issue last week or two and didn't see similar issues in the queue, I should have searched again :)