Coder Social home page Coder Social logo

Comments (16)

grasmash avatar grasmash commented on May 18, 2024

Is this is a completely up-to-date version of BLT? There was a bug related to this which was fixed yesterday.

from blt.

jeffreyisham avatar jeffreyisham commented on May 18, 2024

I had cloned it yesterday a couple time while troubleshooting. I just cloned it again after your response. Same error. :(

from blt.

grasmash avatar grasmash commented on May 18, 2024

Ok, will try to reproduce. Thanks for filing the issue.

from blt.

grasmash avatar grasmash commented on May 18, 2024

I was not able to reproduce.

@jeffreyisham Can you confirm that the following line is in properties.xml on your local clone of the repo? This is the line that should prevent the error you're getting.

https://github.com/acquia/blt/blob/8.x/template/build/core/phing/tasks/properties.xml#L24

from blt.

jeffreyisham avatar jeffreyisham commented on May 18, 2024

Confirmed. Spinning up with DrupalVM now to compare.

from blt.

jeffreyisham avatar jeffreyisham commented on May 18, 2024

Seems similar, but DrupalVM fails on setup here:

`Could not find the alias @self [error]

BUILD FAILED
/Users/34532/Sites/AcquiaBLT_VM/blted8/build/core/phing/tasks/setup.xml:69:40: Drush exited with code 1`

from blt.

grasmash avatar grasmash commented on May 18, 2024

Yeah there are additional setup instructions for DrupalVM which we're still working on. Basically, you need to create a drush alias for the VM and then ensure that it is the default alias by setting drush.alias in your build/core/phing/tasks/build.yml. DrupalVM isn't formally supported, but there's a separate issue that's addressing that.

from blt.

grasmash avatar grasmash commented on May 18, 2024

@jeffreyisham Can you post the entire log output for the command when it is run outside of the VM?

from blt.

jeffreyisham avatar jeffreyisham commented on May 18, 2024

`
ICF2024605:blted8 34532$ ./blt.sh setup
Buildfile: /Users/34532/Sites/AcquiaBLT/blted8/build/custom/phing/build.xml
[property] Loading /Users/34532/Sites/AcquiaBLT/blted8/project.yml
[property] Loading /Users/34532/Sites/AcquiaBLT/blted8/build/core/phing/build.yml
[copy] default.local.settings.php omitted, is up to date
[echo] Executing commands against multisite "default"
[echo] Using settings file /Users/34532/Sites/AcquiaBLT/blted8/docroot/sites/default/settings/local.settings.php
[property] Loading /Users/34532/Sites/AcquiaBLT/blted8/build/custom/phing/build.yml

project > setup:git-hooks:

[delete] Deleting directory /Users/34532/Sites/AcquiaBLT/blted8/.git/hooks
[exec] hooks -> ../scripts/git-hooks
[chmod] Changed file mode on '/Users/34532/Sites/AcquiaBLT/blted8/scripts/git-hooks/commit-msg' to 755
[chmod] Changed file mode on '/Users/34532/Sites/AcquiaBLT/blted8/scripts/git-hooks/pre-commit' to 755
[chmod] Changed file mode on '/Users/34532/Sites/AcquiaBLT/blted8/scripts/git-hooks/' to 755

project > setup:drupal:settings:

[chmod] Changed file mode on '/Users/34532/Sites/AcquiaBLT/blted8/docroot/sites/default' to 755
 [copy] default.local.settings.php omitted, is up to date
 [copy] default.local.drushrc.php omitted, is up to date

project > setup:behat:

 [copy] Copying 1 file to /Users/34532/Sites/AcquiaBLT/blted8/tests/behat

project > setup:composer:install:

Gathering patches for root package.
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.

  • Updating phing/phing dev-master (0ef30e5 => e3bf50d)
    Checking out e3bf50d2b5d85c2d6c061b5d677089bbe5b41cfc

Generating autoload files

PhantomInstaller\Installer::installPhantomJS

  • Installing phantomjs (1.9.8)
    Loading from cache

project > setup:build:profile:

 [echo] Building make file for lightning
[drush] Executing '/Users/34532/Sites/AcquiaBLT/blted8/vendor/bin/drush --no-core --nocolor --root=/Users/34532/Sites/AcquiaBLT/blted8/docroot --yes --verbose make "/Users/34532/Sites/AcquiaBLT/blted8/docroot/profiles/contrib/lightning/drupal-org.make" /Users/34532/Sites/AcquiaBLT/blted8/docroot/profiles/contrib/lightning'...

Loading release_info engine. [notice]
Beginning to build [ok]
/Users/34532/Sites/AcquiaBLT/blted8/docroot/profiles/contrib/lightning/drupal-org.make.
/usr/bin/php [notice]
/Users/34532/Sites/AcquiaBLT/blted8/vendor/drush/drush/drush.php
--php=/usr/bin/php --backend=2
--root=/Users/34532/Sites/AcquiaBLT/blted8/docroot make-process
/tmp/make_tmp_1464964013_575193adc42ba 2>&1
Loading release_info engine. [notice]
acquia_connector cloned from [ok]
https://git.drupal.org/project/acquia_connector.
Checked out tag 8.x-1.1. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
config_update cloned from [ok]
https://git.drupal.org/project/config_update.git.
Checked out tag 8.x-1.1. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
ctools cloned from https://git.drupal.org/project/ctools. [ok]
Checked out tag 8.x-3.0-alpha25. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
embed cloned from https://git.drupal.org/project/embed.git. [ok]
Checked out tag 8.x-1.0-rc2. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
entity cloned from https://git.drupal.org/project/entity. [ok]
Checked out tag 8.x-1.0-alpha3. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
entity_embed cloned from [ok]
https://git.drupal.org/project/entity_embed.git.
Checked out tag 8.x-1.0-alpha1. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
features cloned from https://git.drupal.org/project/features. [ok]
Checked out tag 8.x-3.0-beta3. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
inline_entity_form cloned from [ok]
https://git.drupal.org/project/inline_entity_form.
Checked out tag 8.x-1.0-alpha6. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
layout_plugin cloned from [ok]
https://git.drupal.org/project/layout_plugin.
Checked out tag 8.x-1.0-alpha22. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
media_entity cloned from [ok]
https://git.drupal.org/project/media_entity.git.
Checked out tag 8.x-1.0. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
media_entity_image cloned from [ok]
https://git.drupal.org/project/media_entity_image.git.
Checked out tag 8.x-1.0. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
media_entity_instagram cloned from [ok]
https://git.drupal.org/project/media_entity_instagram.git.
Checked out tag 8.x-1.0. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
media_entity_twitter cloned from [ok]
https://git.drupal.org/project/media_entity_twitter.git.
Checked out tag 8.x-1.0. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
metatag cloned from https://git.drupal.org/project/metatag. [ok]
Checked out tag 8.x-1.0-beta7. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
page_manager cloned from https://git.drupal.org/project/page_manager. [ok]
Checked out tag 8.x-1.0-alpha23. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
panelizer cloned from https://git.drupal.org/project/panelizer. [ok]
Checked out tag 8.x-3.0-alpha2. [ok]
/Users/34532/.drush/cache/download/https---www.drupal.org-files-issues-2701349-2.patch [notice]
retrieved from cache.
Checking patch panelizer.module... [notice]
Applied patch panelizer.module cleanly.
panelizer patched with 2701349-2.patch. [ok]
/Users/34532/.drush/cache/download/https---www.drupal.org-files-issues-panelizer-ipe-url-root-handling.patch [notice]
retrieved from cache.
Checking patch js/panels_ipe/views/SaveTabView.js... [notice]
Applied patch js/panels_ipe/views/SaveTabView.js cleanly.
panelizer patched with panelizer-ipe-url-root-handling.patch. [ok]
Generated PATCHES.txt file for panelizer [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
panels cloned from https://git.drupal.org/project/panels. [ok]
Checked out tag 8.x-3.0-beta4. [ok]
/Users/34532/.drush/cache/download/https---www.drupal.org-files-issues-panels--beta4-to-8eba1a0.patch [notice]
retrieved from cache.
Checking patch panels_ipe/js/views/TabsView.js... [notice]
Checking patch panels_ipe/js/views/AppView.js...
Checking patch panels_ipe/js/views/TabsView.js...
Checking patch layouts/onecol/onecol.css...
Checking patch layouts/onecol/onecol.png...
Checking patch layouts/onecol/panels-onecol.html.twig...
Checking patch
layouts/threecol_25_50_25/panels-threecol-25-50-25.html.twig...
Checking patch layouts/threecol_25_50_25/threecol_25_50_25.css...
Checking patch layouts/threecol_25_50_25/threecol_25_50_25.png...
Checking patch
layouts/threecol_25_50_25_stacked/panels-threecol-25-50-25-stacked.html.twig...
Checking patch
layouts/threecol_25_50_25_stacked/threecol_25_50_25_stacked.css...
Checking patch
layouts/threecol_25_50_25_stacked/threecol_25_50_25_stacked.png...
Checking patch
layouts/threecol_33_34_33/panels-threecol-33-34-33.html.twig...
Checking patch layouts/threecol_33_34_33/threecol_33_34_33.css...
Checking patch layouts/threecol_33_34_33/threecol_33_34_33.png...
Checking patch
layouts/threecol_33_34_33_stacked/panels-threecol-33-34-33-stacked.html.twig...
Checking patch
layouts/threecol_33_34_33_stacked/threecol_33_34_33_stacked.css...
Checking patch
layouts/threecol_33_34_33_stacked/threecol_33_34_33_stacked.png...
Checking patch layouts/twocol/panels-twocol.html.twig...
Checking patch layouts/twocol/twocol.css...
Checking patch layouts/twocol/twocol.png...
Checking patch
layouts/twocol_bricks/panels-twocol-bricks.html.twig...
Checking patch layouts/twocol_bricks/twocol_bricks.css...
Checking patch layouts/twocol_bricks/twocol_bricks.png...
Checking patch
layouts/twocol_stacked/panels-twocol-stacked.html.twig...
Checking patch layouts/twocol_stacked/twocol_stacked.css...
Checking patch layouts/twocol_stacked/twocol_stacked.png...
Checking patch panels.layouts.yml...
Checking patch plugins/layouts/flexible/flexible-admin.css...
Checking patch plugins/layouts/flexible/flexible-admin.js...
Checking patch plugins/layouts/flexible/flexible.css...
Checking patch plugins/layouts/flexible/flexible.inc...
Checking patch plugins/layouts/flexible/flexible.png...
Checking patch plugins/layouts/flexible/grippie-vertical.png...
Checking patch plugins/layouts/onecol/onecol.css...
Checking patch plugins/layouts/onecol/onecol.inc...
Checking patch plugins/layouts/onecol/onecol.png...
Checking patch plugins/layouts/onecol/panels-onecol.html.twig...
Checking patch
plugins/layouts/threecol_25_50_25/panels-threecol-25-50-25.tpl.php...
Checking patch
plugins/layouts/threecol_25_50_25/threecol_25_50_25.css...
Checking patch
plugins/layouts/threecol_25_50_25/threecol_25_50_25.inc...
Checking patch
plugins/layouts/threecol_25_50_25/threecol_25_50_25.png...
Checking patch
plugins/layouts/threecol_25_50_25_stacked/panels-threecol-25-50-25-stacked.tpl.php...
Checking patch
plugins/layouts/threecol_25_50_25_stacked/threecol_25_50_25_stacked.css...
Checking patch
plugins/layouts/threecol_25_50_25_stacked/threecol_25_50_25_stacked.inc...
Checking patch
plugins/layouts/threecol_25_50_25_stacked/threecol_25_50_25_stacked.png...
Checking patch
plugins/layouts/threecol_33_34_33/panels-threecol-33-34-33.tpl.php...
Checking patch
plugins/layouts/threecol_33_34_33/threecol_33_34_33.css...
Checking patch
plugins/layouts/threecol_33_34_33/threecol_33_34_33.inc...
Checking patch
plugins/layouts/threecol_33_34_33/threecol_33_34_33.png...
Checking patch
plugins/layouts/threecol_33_34_33_stacked/panels-threecol-33-34-33-stacked.tpl.php...
Checking patch
plugins/layouts/threecol_33_34_33_stacked/threecol_33_34_33_stacked.css...
Checking patch
plugins/layouts/threecol_33_34_33_stacked/threecol_33_34_33_stacked.inc...
Checking patch
plugins/layouts/threecol_33_34_33_stacked/threecol_33_34_33_stacked.png...
Checking patch plugins/layouts/twocol/panels-twocol.html.twig...
Checking patch plugins/layouts/twocol/twocol.css...
Checking patch plugins/layouts/twocol/twocol.inc...
Checking patch plugins/layouts/twocol/twocol.png...
Checking patch
plugins/layouts/twocol_bricks/panels-twocol-bricks.tpl.php...
Checking patch plugins/layouts/twocol_bricks/twocol_bricks.css...
Checking patch plugins/layouts/twocol_bricks/twocol_bricks.inc...
Checking patch plugins/layouts/twocol_bricks/twocol_bricks.png...
Checking patch
plugins/layouts/twocol_stacked/panels-twocol-stacked.tpl.php...
Checking patch plugins/layouts/twocol_stacked/twocol_stacked.css...
Checking patch plugins/layouts/twocol_stacked/twocol_stacked.inc...
Checking patch plugins/layouts/twocol_stacked/twocol_stacked.png...
Checking patch panels_ipe/js/panels_ipe.js...
Checking patch panels_ipe/js/views/BlockContentPicker.js...
Checking patch panels_ipe/js/views/BlockPicker.js...
Checking patch panels_ipe/js/views/BlockView.js...
Checking patch panels_ipe/js/views/LayoutPicker.js...
Checking patch panels_ipe/js/views/LayoutView.js...
Checking patch CHANGELOG.txt...
Checking patch KNOWN_ISSUES.txt...
Checking patch README.txt...
Checking patch UPGRADE.txt...
Checking patch css/panels-dashboard.css...
Checking patch css/panels.css...
Checking patch css/panels_admin.css...
Checking patch css/panels_dnd.css...
Checking patch css/panels_page.css...
Checking patch help/display.html...
Checking patch help/pane.html...
Checking patch help/plugins-style.html...
Checking patch images/arrow-active.png...
Checking patch images/arrow-down-light.png...
Checking patch images/bg-content-modal.png...
Checking patch images/bg-shade-dark.png...
Checking patch images/bg-shade-light.png...
Checking patch images/bg-shade-medium.png...
Checking patch images/bg-shade-white-lrg.png...
Checking patch images/blank.gif...
Checking patch images/close.gif...
Checking patch images/delete.png...
Checking patch images/go-down.png...
Checking patch images/go-right.png...
Checking patch images/go-up.png...
Checking patch images/icon-addcontent.png...
Checking patch images/icon-cache.png...
Checking patch images/icon-configure.png...
Checking patch images/icon-delete.png...
Checking patch images/icon-draggable.png...
Checking patch images/icon-hidepane.png...
Checking patch images/icon-showpane.png...
Checking patch images/no-icon.png...
Checking patch images/no-layout-preview.png...
Checking patch images/portlet-collapsed.png...
Checking patch images/portlet-expanded.png...
Checking patch images/screenshot-1.jpg...
Checking patch images/screenshot-2.jpg...
Checking patch images/screenshot-3.jpg...
Checking patch images/screenshot-4.jpg...
Checking patch images/sky.png...
Checking patch images/sprite.png...
Checking patch images/throbber.gif...
Checking patch images/user-trash.png...
Checking patch includes/add-content.inc...
Checking patch includes/callbacks.inc...
Checking patch includes/legacy.inc...
Checking patch js/display_editor.js...
Checking patch js/layout.js...
Checking patch js/panels-base.js...
Checking patch panels.module...
Checking patch plugins/cache/simple.inc...
Checking patch plugins/display_renderers/editor.inc...
Checking patch
plugins/display_renderers/panels_renderer_editor.class.php...
Checking patch
plugins/display_renderers/panels_renderer_simple.class.php...
Checking patch
plugins/display_renderers/panels_renderer_standard.class.php...
Checking patch plugins/display_renderers/simple.inc...
Checking patch plugins/display_renderers/standard.inc...
Checking patch plugins/export_ui/panels_layouts.inc...
Checking patch plugins/export_ui/panels_layouts_ui.class.php...
Checking patch templates/panels-add-content-link.tpl.php...
Checking patch templates/panels-add-content-modal.tpl.php...
Checking patch templates/panels-dashboard-block.tpl.php...
Checking patch templates/panels-dashboard-link.tpl.php...
Checking patch templates/panels-dashboard.tpl.php...
Checking patch templates/panels-pane.tpl.php...
Checking patch panels_ipe/css/panels_ipe.css...
Checking patch panels_ipe/js/panels_ipe.js...
Checking patch panels_ipe/js/views/AppView.js...
Checking patch panels_ipe/js/views/BlockView.js...
Checking patch panels_ipe/js/views/LayoutView.js...
Checking patch panels_ipe/panels_ipe.routing.yml...
Checking patch panels_ipe/src/Form/PanelsIPEBlockPluginForm.php...
Checking patch
src/Plugin/DisplayBuilder/StandardDisplayBuilder.php...
Checking patch panels.permissions.yml...
Checking patch composer.json...
Checking patch panels_ipe/js/views/LayoutView.js...
Checking patch panels_ipe/panels_ipe.routing.yml...
Checking patch
panels_ipe/src/Controller/PanelsIPEPageController.php...
Checking patch
panels_ipe/src/Exception/EmptyRequestContentException.php...
Checking patch
panels_ipe/src/Helpers/RemoveBlockRequestHandler.php...
Checking patch panels_ipe/src/Helpers/RequestHandlerBase.php...
Checking patch panels_ipe/src/Helpers/RequestHandlerInterface.php...
Checking patch
panels_ipe/src/Helpers/UpdateLayoutRequestHandler.php...
Checking patch
tests/src/Unit/panels_ipe/RemoveBlockRequestHandlerTest.php...
Checking patch
tests/src/Unit/panels_ipe/RequestHandlerTestBase.php...
Checking patch
tests/src/Unit/panels_ipe/UpdateLayoutRequestHandlerTest.php...
Checking patch panels_ipe/css/panels_ipe.css...
Checking patch panels_ipe/js/views/BlockPicker.js...
Checking patch panels_ipe/js/views/CategoryView.js...
Checking patch panels_ipe/js/models/RegionModel.js...
Checking patch panels_ipe/js/views/LayoutView.js...
Checking patch panels_ipe/js/views/BlockPicker.js...
Checking patch panels_ipe/src/Form/PanelsIPEBlockContentForm.php...
Checking patch panels_ipe/js/views/CategoryView.js...
Checking patch plugins/views/panels.views.inc...
Checking patch plugins/views/panels_views_plugin_row_fields.inc...
Checking patch panels_ipe/js/panels_ipe.js...
Checking patch panels_ipe/css/panels_ipe.css...
Checking patch panels_ipe/js/views/BlockPicker.js...
Checking patch panels_ipe/js/views/BlockPicker.js...
Checking patch panels_ipe/js/views/LayoutView.js...
Checking patch panels_ipe/src/Form/PanelsIPEBlockPluginForm.php...
Checking patch panels_ipe/js/views/BlockPicker.js...
Checking patch panels_ipe/js/views/LayoutView.js...
Checking patch panels_ipe/css/panels_ipe.css...
Checking patch panels_ipe/js/views/BlockPicker.js...
Checking patch panels_ipe/js/views/CategoryView.js...
Checking patch panels_ipe/js/models/BlockModel.js...
Checking patch panels_ipe/js/panels_ipe.js...
Checking patch panels_ipe/js/views/AppView.js...
Checking patch panels_ipe/js/views/BlockContentPicker.js...
Checking patch panels_ipe/js/views/BlockPicker.js...
Checking patch panels_ipe/js/views/BlockView.js...
Checking patch panels_ipe/js/views/CategoryView.js...
Checking patch panels_ipe/js/views/LayoutView.js...
Checking patch panels_ipe/panels_ipe.routing.yml...
Checking patch
panels_ipe/src/Controller/PanelsIPEPageController.php...
Checking patch panels_ipe/src/Form/PanelsIPEBlockContentForm.php...
Checking patch panels_ipe/src/Form/PanelsIPEBlockPluginForm.php...
Checking patch panels_ipe/src/PanelsIPEBlockRendererTrait.php...
Checking patch
panels_ipe/src/Plugin/DisplayBuilder/InPlaceEditorDisplayBuilder.php...
Applied patch panels_ipe/js/views/TabsView.js cleanly.
Applied patch panels_ipe/js/views/AppView.js cleanly.
Applied patch panels_ipe/js/views/TabsView.js cleanly.
Applied patch layouts/onecol/onecol.css cleanly.
Applied patch layouts/onecol/onecol.png cleanly.
Applied patch layouts/onecol/panels-onecol.html.twig cleanly.
Applied patch
layouts/threecol_25_50_25/panels-threecol-25-50-25.html.twig cleanly.
Applied patch layouts/threecol_25_50_25/threecol_25_50_25.css
cleanly.
Applied patch layouts/threecol_25_50_25/threecol_25_50_25.png
cleanly.
Applied patch
layouts/threecol_25_50_25_stacked/panels-threecol-25-50-25-stacked.html.twig
cleanly.
Applied patch
layouts/threecol_25_50_25_stacked/threecol_25_50_25_stacked.css
cleanly.
Applied patch
layouts/threecol_25_50_25_stacked/threecol_25_50_25_stacked.png
cleanly.
Applied patch
layouts/threecol_33_34_33/panels-threecol-33-34-33.html.twig cleanly.
Applied patch layouts/threecol_33_34_33/threecol_33_34_33.css
cleanly.
Applied patch layouts/threecol_33_34_33/threecol_33_34_33.png
cleanly.
Applied patch
layouts/threecol_33_34_33_stacked/panels-threecol-33-34-33-stacked.html.twig
cleanly.
Applied patch
layouts/threecol_33_34_33_stacked/threecol_33_34_33_stacked.css
cleanly.
Applied patch
layouts/threecol_33_34_33_stacked/threecol_33_34_33_stacked.png
cleanly.
Applied patch layouts/twocol/panels-twocol.html.twig cleanly.
Applied patch layouts/twocol/twocol.css cleanly.
Applied patch layouts/twocol/twocol.png cleanly.
Applied patch layouts/twocol_bricks/panels-twocol-bricks.html.twig
cleanly.
Applied patch layouts/twocol_bricks/twocol_bricks.css cleanly.
Applied patch layouts/twocol_bricks/twocol_bricks.png cleanly.
Applied patch layouts/twocol_stacked/panels-twocol-stacked.html.twig
cleanly.
Applied patch layouts/twocol_stacked/twocol_stacked.css cleanly.
Applied patch layouts/twocol_stacked/twocol_stacked.png cleanly.
Applied patch panels.layouts.yml cleanly.
Applied patch plugins/layouts/flexible/flexible-admin.css cleanly.
Applied patch plugins/layouts/flexible/flexible-admin.js cleanly.
Applied patch plugins/layouts/flexible/flexible.css cleanly.
Applied patch plugins/layouts/flexible/flexible.inc cleanly.
Applied patch plugins/layouts/flexible/flexible.png cleanly.
Applied patch plugins/layouts/flexible/grippie-vertical.png cleanly.
Applied patch plugins/layouts/onecol/onecol.css cleanly.
Applied patch plugins/layouts/onecol/onecol.inc cleanly.
Applied patch plugins/layouts/onecol/onecol.png cleanly.
Applied patch plugins/layouts/onecol/panels-onecol.html.twig cleanly.
Applied patch
plugins/layouts/threecol_25_50_25/panels-threecol-25-50-25.tpl.php
cleanly.
Applied patch plugins/layouts/threecol_25_50_25/threecol_25_50_25.css
cleanly.
Applied patch plugins/layouts/threecol_25_50_25/threecol_25_50_25.inc
cleanly.
Applied patch plugins/layouts/threecol_25_50_25/threecol_25_50_25.png
cleanly.
Applied patch
plugins/layouts/threecol_25_50_25_stacked/panels-threecol-25-50-25-stacked.tpl.php
cleanly.
Applied patch
plugins/layouts/threecol_25_50_25_stacked/threecol_25_50_25_stacked.css
cleanly.
Applied patch
plugins/layouts/threecol_25_50_25_stacked/threecol_25_50_25_stacked.inc
cleanly.
Applied patch
plugins/layouts/threecol_25_50_25_stacked/threecol_25_50_25_stacked.png
cleanly.
Applied patch
plugins/layouts/threecol_33_34_33/panels-threecol-33-34-33.tpl.php
cleanly.
Applied patch plugins/layouts/threecol_33_34_33/threecol_33_34_33.css
cleanly.
Applied patch plugins/layouts/threecol_33_34_33/threecol_33_34_33.inc
cleanly.
Applied patch plugins/layouts/threecol_33_34_33/threecol_33_34_33.png
cleanly.
Applied patch
plugins/layouts/threecol_33_34_33_stacked/panels-threecol-33-34-33-stacked.tpl.php
cleanly.
Applied patch
plugins/layouts/threecol_33_34_33_stacked/threecol_33_34_33_stacked.css
cleanly.
Applied patch
plugins/layouts/threecol_33_34_33_stacked/threecol_33_34_33_stacked.inc
cleanly.
Applied patch
plugins/layouts/threecol_33_34_33_stacked/threecol_33_34_33_stacked.png
cleanly.
Applied patch plugins/layouts/twocol/panels-twocol.html.twig cleanly.
Applied patch plugins/layouts/twocol/twocol.css cleanly.
Applied patch plugins/layouts/twocol/twocol.inc cleanly.
Applied patch plugins/layouts/twocol/twocol.png cleanly.
Applied patch
plugins/layouts/twocol_bricks/panels-twocol-bricks.tpl.php cleanly.
Applied patch plugins/layouts/twocol_bricks/twocol_bricks.css
cleanly.
Applied patch plugins/layouts/twocol_bricks/twocol_bricks.inc
cleanly.
Applied patch plugins/layouts/twocol_bricks/twocol_bricks.png
cleanly.
Applied patch
plugins/layouts/twocol_stacked/panels-twocol-stacked.tpl.php cleanly.
Applied patch plugins/layouts/twocol_stacked/twocol_stacked.css
cleanly.
Applied patch plugins/layouts/twocol_stacked/twocol_stacked.inc
cleanly.
Applied patch plugins/layouts/twocol_stacked/twocol_stacked.png
cleanly.
Applied patch panels_ipe/js/panels_ipe.js cleanly.
Applied patch panels_ipe/js/views/BlockContentPicker.js cleanly.
Applied patch panels_ipe/js/views/BlockPicker.js cleanly.
Applied patch panels_ipe/js/views/BlockView.js cleanly.
Applied patch panels_ipe/js/views/LayoutPicker.js cleanly.
Applied patch panels_ipe/js/views/LayoutView.js cleanly.
Applied patch CHANGELOG.txt cleanly.
Applied patch KNOWN_ISSUES.txt cleanly.
Applied patch README.txt cleanly.
Applied patch UPGRADE.txt cleanly.
Applied patch css/panels-dashboard.css cleanly.
Applied patch css/panels.css cleanly.
Applied patch css/panels_admin.css cleanly.
Applied patch css/panels_dnd.css cleanly.
Applied patch css/panels_page.css cleanly.
Applied patch help/display.html cleanly.
Applied patch help/pane.html cleanly.
Applied patch help/plugins-style.html cleanly.
Applied patch images/arrow-active.png cleanly.
Applied patch images/arrow-down-light.png cleanly.
Applied patch images/bg-content-modal.png cleanly.
Applied patch images/bg-shade-dark.png cleanly.
Applied patch images/bg-shade-light.png cleanly.
Applied patch images/bg-shade-medium.png cleanly.
Applied patch images/bg-shade-white-lrg.png cleanly.
Applied patch images/blank.gif cleanly.
Applied patch images/close.gif cleanly.
Applied patch images/delete.png cleanly.
Applied patch images/go-down.png cleanly.
Applied patch images/go-right.png cleanly.
Applied patch images/go-up.png cleanly.
Applied patch images/icon-addcontent.png cleanly.
Applied patch images/icon-cache.png cleanly.
Applied patch images/icon-configure.png cleanly.
Applied patch images/icon-delete.png cleanly.
Applied patch images/icon-draggable.png cleanly.
Applied patch images/icon-hidepane.png cleanly.
Applied patch images/icon-showpane.png cleanly.
Applied patch images/no-icon.png cleanly.
Applied patch images/no-layout-preview.png cleanly.
Applied patch images/portlet-collapsed.png cleanly.
Applied patch images/portlet-expanded.png cleanly.
Applied patch images/screenshot-1.jpg cleanly.
Applied patch images/screenshot-2.jpg cleanly.
Applied patch images/screenshot-3.jpg cleanly.
Applied patch images/screenshot-4.jpg cleanly.
Applied patch images/sky.png cleanly.
Applied patch images/sprite.png cleanly.
Applied patch images/throbber.gif cleanly.
Applied patch images/user-trash.png cleanly.
Applied patch includes/add-content.inc cleanly.
Applied patch includes/callbacks.inc cleanly.
Applied patch includes/legacy.inc cleanly.
Applied patch js/display_editor.js cleanly.
Applied patch js/layout.js cleanly.
Applied patch js/panels-base.js cleanly.
Applied patch panels.module cleanly.
Applied patch plugins/cache/simple.inc cleanly.
Applied patch plugins/display_renderers/editor.inc cleanly.
Applied patch
plugins/display_renderers/panels_renderer_editor.class.php cleanly.
Applied patch
plugins/display_renderers/panels_renderer_simple.class.php cleanly.
Applied patch
plugins/display_renderers/panels_renderer_standard.class.php cleanly.
Applied patch plugins/display_renderers/simple.inc cleanly.
Applied patch plugins/display_renderers/standard.inc cleanly.
Applied patch plugins/export_ui/panels_layouts.inc cleanly.
Applied patch plugins/export_ui/panels_layouts_ui.class.php cleanly.
Applied patch templates/panels-add-content-link.tpl.php cleanly.
Applied patch templates/panels-add-content-modal.tpl.php cleanly.
Applied patch templates/panels-dashboard-block.tpl.php cleanly.
Applied patch templates/panels-dashboard-link.tpl.php cleanly.
Applied patch templates/panels-dashboard.tpl.php cleanly.
Applied patch templates/panels-pane.tpl.php cleanly.
Applied patch panels_ipe/css/panels_ipe.css cleanly.
Applied patch panels_ipe/js/panels_ipe.js cleanly.
Applied patch panels_ipe/js/views/AppView.js cleanly.
Applied patch panels_ipe/js/views/BlockView.js cleanly.
Applied patch panels_ipe/js/views/LayoutView.js cleanly.
Applied patch panels_ipe/panels_ipe.routing.yml cleanly.
Applied patch panels_ipe/src/Form/PanelsIPEBlockPluginForm.php
cleanly.
Applied patch src/Plugin/DisplayBuilder/StandardDisplayBuilder.php
cleanly.
Applied patch panels.permissions.yml cleanly.
Applied patch composer.json cleanly.
Applied patch panels_ipe/js/views/LayoutView.js cleanly.
Applied patch panels_ipe/panels_ipe.routing.yml cleanly.
Applied patch panels_ipe/src/Controller/PanelsIPEPageController.php
cleanly.
Applied patch
panels_ipe/src/Exception/EmptyRequestContentException.php cleanly.
Applied patch panels_ipe/src/Helpers/RemoveBlockRequestHandler.php
cleanly.
Applied patch panels_ipe/src/Helpers/RequestHandlerBase.php cleanly.
Applied patch panels_ipe/src/Helpers/RequestHandlerInterface.php
cleanly.
Applied patch panels_ipe/src/Helpers/UpdateLayoutRequestHandler.php
cleanly.
Applied patch
tests/src/Unit/panels_ipe/RemoveBlockRequestHandlerTest.php cleanly.
Applied patch tests/src/Unit/panels_ipe/RequestHandlerTestBase.php
cleanly.
Applied patch
tests/src/Unit/panels_ipe/UpdateLayoutRequestHandlerTest.php cleanly.
Applied patch panels_ipe/css/panels_ipe.css cleanly.
Applied patch panels_ipe/js/views/BlockPicker.js cleanly.
Applied patch panels_ipe/js/views/CategoryView.js cleanly.
Applied patch panels_ipe/js/models/RegionModel.js cleanly.
Applied patch panels_ipe/js/views/LayoutView.js cleanly.
Applied patch panels_ipe/js/views/BlockPicker.js cleanly.
Applied patch panels_ipe/src/Form/PanelsIPEBlockContentForm.php
cleanly.
Applied patch panels_ipe/js/views/CategoryView.js cleanly.
Applied patch plugins/views/panels.views.inc cleanly.
Applied patch plugins/views/panels_views_plugin_row_fields.inc
cleanly.
Applied patch panels_ipe/js/panels_ipe.js cleanly.
Applied patch panels_ipe/css/panels_ipe.css cleanly.
Applied patch panels_ipe/js/views/BlockPicker.js cleanly.
Applied patch panels_ipe/js/views/BlockPicker.js cleanly.
Applied patch panels_ipe/js/views/LayoutView.js cleanly.
Applied patch panels_ipe/src/Form/PanelsIPEBlockPluginForm.php
cleanly.
Applied patch panels_ipe/js/views/BlockPicker.js cleanly.
Applied patch panels_ipe/js/views/LayoutView.js cleanly.
Applied patch panels_ipe/css/panels_ipe.css cleanly.
Applied patch panels_ipe/js/views/BlockPicker.js cleanly.
Applied patch panels_ipe/js/views/CategoryView.js cleanly.
Applied patch panels_ipe/js/models/BlockModel.js cleanly.
Applied patch panels_ipe/js/panels_ipe.js cleanly.
Applied patch panels_ipe/js/views/AppView.js cleanly.
Applied patch panels_ipe/js/views/BlockContentPicker.js cleanly.
Applied patch panels_ipe/js/views/BlockPicker.js cleanly.
Applied patch panels_ipe/js/views/BlockView.js cleanly.
Applied patch panels_ipe/js/views/CategoryView.js cleanly.
Applied patch panels_ipe/js/views/LayoutView.js cleanly.
Applied patch panels_ipe/panels_ipe.routing.yml cleanly.
Applied patch panels_ipe/src/Controller/PanelsIPEPageController.php
cleanly.
Applied patch panels_ipe/src/Form/PanelsIPEBlockContentForm.php
cleanly.
Applied patch panels_ipe/src/Form/PanelsIPEBlockPluginForm.php
cleanly.
Applied patch panels_ipe/src/PanelsIPEBlockRendererTrait.php cleanly.
Applied patch
panels_ipe/src/Plugin/DisplayBuilder/InPlaceEditorDisplayBuilder.php
cleanly.
panels patched with panels--beta4-to-8eba1a0.patch. [ok]
/Users/34532/.drush/cache/download/https---www.drupal.org-files-issues-2667754-3.patch [notice]
retrieved from cache.
Checking patch panels_ipe/panels_ipe.services.yml... [notice]
Checking patch panels_ipe/src/Annotation/IPEAccess.php...
Checking patch
panels_ipe/src/Plugin/DisplayBuilder/InPlaceEditorDisplayBuilder.php...
Hunk #1 succeeded at 157 (offset 3 lines).
Checking patch panels_ipe/src/Plugin/IPEAccessBase.php...
Checking patch panels_ipe/src/Plugin/IPEAccessInterface.php...
Checking patch panels_ipe/src/Plugin/IPEAccessManager.php...
Checking patch panels_ipe/src/Plugin/IPEAccessManagerInterface.php...
Applied patch panels_ipe/panels_ipe.services.yml cleanly.
Applied patch panels_ipe/src/Annotation/IPEAccess.php cleanly.
Applied patch
panels_ipe/src/Plugin/DisplayBuilder/InPlaceEditorDisplayBuilder.php
cleanly.
Applied patch panels_ipe/src/Plugin/IPEAccessBase.php cleanly.
Applied patch panels_ipe/src/Plugin/IPEAccessInterface.php cleanly.
Applied patch panels_ipe/src/Plugin/IPEAccessManager.php cleanly.
Applied patch panels_ipe/src/Plugin/IPEAccessManagerInterface.php
cleanly.
panels patched with 2667754-3.patch. [ok]
/Users/34532/.drush/cache/download/https---www.drupal.org-files-issues-bandaid.patch [notice]
retrieved from cache.
Checking patch src/Plugin/DisplayVariant/PanelsDisplayVariant.php... [notice]
Applied patch src/Plugin/DisplayVariant/PanelsDisplayVariant.php
cleanly.
panels patched with bandaid.patch. [ok]
Generated PATCHES.txt file for panels [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
pathauto cloned from https://git.drupal.org/project/pathauto. [ok]
Checked out tag 8.x-1.0-alpha3. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
scheduled_updates cloned from [ok]
https://git.drupal.org/project/scheduled_updates.git.
Checked out tag 8.x-1.0-alpha5. [ok]
/Users/34532/.drush/cache/download/https---www.drupal.org-files-issues-schedule_updates-save_type-2674874-2.patch [notice]
retrieved from cache.
Checking patch src/Form/ScheduledUpdateTypeForm.php... [notice]
Applied patch src/Form/ScheduledUpdateTypeForm.php cleanly.
scheduled_updates patched with [ok]
schedule_updates-save_type-2674874-2.patch.
Generated PATCHES.txt file for scheduled_updates [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
services cloned from https://git.drupal.org/project/services. [ok]
Checked out tag 8.x-4.0-alpha3. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
token cloned from https://git.drupal.org/project/token. [ok]
Checked out tag 8.x-1.0-alpha2. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
video_embed_field cloned from [ok]
https://git.drupal.org/project/video_embed_field.
Checked out tag 8.x-1.0-rc8. [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
workbench_moderation cloned from [ok]
https://git.drupal.org/project/workbench_moderation.
Checked out tag 8.x-1.0. [ok]
/Users/34532/.drush/cache/download/https---www.drupal.org-files-issues-2668006-2.patch [notice]
retrieved from cache.
Checking patch [notice]
src/Plugin/IPEAccess/WorkbenchModerationIPEAccess.php...
Applied patch src/Plugin/IPEAccess/WorkbenchModerationIPEAccess.php
cleanly.
workbench_moderation patched with 2668006-2.patch. [ok]
Generated PATCHES.txt file for workbench_moderation [ok]
date(): It is not safe to rely on the system's timezone settings. You [warning]
are required to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected the timezone 'UTC'
for now, but please set date.timezone to select your timezone.
pm.drush.inc:2276
Command dispatch complete [notice]
Executing: git remote update
Executing: git clone https://github.com/rotundasoftware/backbone.collectionView.git /tmp/drush_tmp_1464964073_575193e9cc73b/backbone.collectionView --verbose --progress --reference /Users/34532/.drush/cache/git/backbone.collectionView-ec0b3ac8899a953507a83409dc63c039
backbone.collectionView cloned from [ok]
https://github.com/rotundasoftware/backbone.collectionView.git.
Executing: git checkout refs/tags/v1.0.6
Checked out tag v1.0.6. [ok]
Executing: git remote update
Executing: git clone https://github.com/enyo/dropzone.git /tmp/drush_tmp_1464964075_575193eb67281/dropzone --verbose --progress --reference /Users/34532/.drush/cache/git/dropzone-c11d3cdf9e212ff7b37c2370ab7e0700
dropzone cloned from https://github.com/enyo/dropzone.git. [ok]
Executing: git checkout refs/tags/v4.3.0
Checked out tag v4.3.0. [ok]
Executing: git remote update
Executing: git clone https://github.com/morr/jquery.appear.git /tmp/drush_tmp_1464964076_575193ece55e9/jquery_appear --verbose --progress --reference /Users/34532/.drush/cache/git/jquery_appear-8f2ca9de201a4ab6da63ad277cfd8769
jquery_appear cloned from https://github.com/morr/jquery.appear.git. [ok]
Executing: git checkout refs/tags/0.3.6
Checked out tag 0.3.6. [ok]
Command dispatch complete [notice]

project > frontend:install:

[property] Loading /Users/34532/Sites/AcquiaBLT/blted8/project.yml
[property] Loading /Users/34532/Sites/AcquiaBLT/blted8/build/core/phing/build.yml
[copy] default.local.settings.php omitted, is up to date
[echo] Executing commands against multisite "default"
[echo] Using settings file /Users/34532/Sites/AcquiaBLT/blted8/docroot/sites/default/settings/local.settings.php
[property] Loading /Users/34532/Sites/AcquiaBLT/blted8/build/custom/phing/build.yml

project > frontend:install:run:

project > frontend:build:

[property] Loading /Users/34532/Sites/AcquiaBLT/blted8/project.yml
[property] Loading /Users/34532/Sites/AcquiaBLT/blted8/build/core/phing/build.yml
[copy] default.local.settings.php omitted, is up to date
[echo] Executing commands against multisite "default"
[echo] Using settings file /Users/34532/Sites/AcquiaBLT/blted8/docroot/sites/default/settings/local.settings.php
[property] Loading /Users/34532/Sites/AcquiaBLT/blted8/build/custom/phing/build.yml

project > frontend:install:

[property] Loading /Users/34532/Sites/AcquiaBLT/blted8/project.yml
[property] Loading /Users/34532/Sites/AcquiaBLT/blted8/build/core/phing/build.yml
[copy] default.local.settings.php omitted, is up to date
[echo] Executing commands against multisite "default"
[echo] Using settings file /Users/34532/Sites/AcquiaBLT/blted8/docroot/sites/default/settings/local.settings.php
[property] Loading /Users/34532/Sites/AcquiaBLT/blted8/build/custom/phing/build.yml

project > frontend:install:run:

project > frontend:build:run:

project > setup:build:all:

project > setup:drupal:install:

[drush] Executing '/Users/34532/Sites/AcquiaBLT/blted8/vendor/bin/drush @self --site-name="BLTed 8" --site-mail="[email protected]" --account-name="admin" --account-pass="admin" --account-mail="[email protected]" --l="default" --nocolor --root=/Users/34532/Sites/AcquiaBLT/blted8/docroot --yes --verbose site-install "lightning" "install_configure_form.update_status_module='array(FALSE,FALSE)'"'...

Executing: mysql --defaults-extra-file=/private/tmp/drush_DIDuVI --database=blted8 --host=127.0.0.1 --port=33067 --silent < /private/tmp/drush_HXgcUc > /dev/null
Sites directory [notice]
/Users/34532/Sites/AcquiaBLT/blted8/docroot/sites/default already
exists - proceeding.
Executing: mysql --defaults-extra-file=/private/tmp/drush_ygJykr --database=blted8 --host=127.0.0.1 --port=33067 --silent < /private/tmp/drush_WGzbzl > /dev/null
Executing: mysql --defaults-extra-file=/private/tmp/drush_3du3yq --database=blted8 --host=127.0.0.1 --port=33067 --silent < /private/tmp/drush_QbKLzm
Starting Drupal installation. This takes a while. Consider using the [ok]
--notify global option.
Installation complete. User name: admin User password: admin [ok]
To adjust global defaults, go to admin/config/search/metatag. If you [status]
need to set metatags for a specific entity, edit its bundle and add
the Metatag field.
Updater Publish multiple nodes at a certain time complete. Results: [status]
No updates were performed.
Updater Publish single node at certain time complete. Results: No [status]
updates were performed.
Congratulations, you installed Lightning! [status]
Command dispatch complete [notice]
[drush] You are about to DROP all tables in your 'blted8' database. Do you want to continue? (y/n): y
[drush] Executing '/Users/34532/Sites/AcquiaBLT/blted8/vendor/bin/drush @self --partial --nocolor --root=/Users/34532/Sites/AcquiaBLT/blted8/docroot --yes config-import'...
Cancelled. [cancel]
[drush] Choose a source.
[drush] [0] : Cancel
[drush] [1] : staging
[drush] [2] : sync

BUILD FAILED
/Users/34532/Sites/AcquiaBLT/blted8/build/core/phing/tasks/setup.xml:80:32: Drush exited with code 75

Total time: 2 minutes 55.44 seconds
`

from blt.

grasmash avatar grasmash commented on May 18, 2024

Oh! Ok, that's failing much differently that I expected. Seems like an issue with the configuration being imported. What's your $config_directories variable set to?

from blt.

jeffreyisham avatar jeffreyisham commented on May 18, 2024
  • in the blt docroot templates default.settings.php it is an empty array
  • in the blt docroot templates settings.php it is an empty array
  • in the blt docroot templates default.local.settings.php it is ['sync'] = $dir . '/config/default'
  • in the generated project docroot templates default.settings.php it is an empty array
  • in the generated project docroot templates settings.php it is ['sync'] = 'sites/default/files/config_k91sV8VU2Tri8eqmZmGMUDn0yMEb0sG-g--tCTJ1cHTI32i-bFZU85dsaqOba3EVYDl4QHprPA/sync'
  • in the generated project docroot templates default.local.settings.php it is ['sync'] = $dir . '/config/default'

from blt.

grasmash avatar grasmash commented on May 18, 2024

Are you only using Drupal VM? Or are you also trying to use this with a native LAMP stack?

I've tried to replicate your problem with Drupal VM, and in the process I updated the documentation in #104. Perhaps updating your configuration to match the new instructions would solve your problem.

from blt.

jeffreyisham avatar jeffreyisham commented on May 18, 2024

Sorry I should have been more clear...

The config settings and initially reported issue are in regards to using it with dev desktop providing the LAMP stack. I attempted setting up Drupal VM as more of a troubleshooting step to see if I encountered the same issue.

We have developers on staff who might use either. I don't really have a preference personally. I'd like to focus on getting it to work with dev desktop first as that is the lowest barrier for entry.

from blt.

jeffreyisham avatar jeffreyisham commented on May 18, 2024

Noticed in the latest batch of changes, the instructions echoed out at the end of ./blt.sh create now have you run ./blt.sh local:setup rather than just setup. It still fails in the same way though.

from blt.

CashWilliams avatar CashWilliams commented on May 18, 2024

We've been working a ton on fixing the way BLT works with DrupalVM. I was running into @self alias issues as well. Have a look at #105 and the changes in there, I think it might fix your issue.

from blt.

jeffreyisham avatar jeffreyisham commented on May 18, 2024

I didn't dig into the entirety of the code checked in yesterday, but the issue is now resolved.

from blt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.