Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment failures caused by config_split #1243

Closed
grasmash opened this issue Mar 22, 2017 · 1 comment
Closed

Deployment failures caused by config_split #1243

grasmash opened this issue Mar 22, 2017 · 1 comment
Assignees
Labels
Bug Something isn't working

Comments

@grasmash
Copy link
Contributor

Deployments in acquia-pso/blted8 began failing after merge of #1102. See https://travis-ci.org/acquia-pso/blted8/builds/213255199.

exception 'UnexpectedValueException' with message                    [error]
'DirectoryIterator::__construct(../config/ci): failed to open dir: No
such file or directory' in
/home/travis/build/acquia-pso/blted8/docroot/core/lib/Drupal/Core/Config/FileStorage.php:316
Stack trace:
#0
/home/travis/build/acquia-pso/blted8/docroot/core/lib/Drupal/Core/Config/FileStorage.php(316):
DirectoryIterator->__construct('../config/ci')
#1
/home/travis/build/acquia-pso/blted8/docroot/core/lib/Drupal/Core/Config/FileStorage.php(282):
Drupal\Core\Config\FileStorage->getAllCollectionNamesHelper('../config/ci')
#2
/home/travis/build/acquia-pso/blted8/docroot/modules/contrib/config_split/src/Plugin/ConfigFilter/SplitFilter.php(290):
Drupal\Core\Config\FileStorage->getAllCollectionNames()
#3
/home/travis/build/acquia-pso/blted8/docroot/modules/contrib/config_filter/src/Config/FilteredStorage.php(217):
Drupal\config_split\Plugin\ConfigFilter\SplitFilter->filterGetAllCollectionNames(Array)
#4
/home/travis/build/acquia-pso/blted8/docroot/core/lib/Drupal/Core/Config/CachedStorage.php(247):
Drupal\config_filter\Config\FilteredStorage->getAllCollectionNames()
#5
/home/travis/build/acquia-pso/blted8/docroot/core/lib/Drupal/Core/Config/StorageComparer.php(455):
Drupal\Core\Config\CachedStorage->getAllCollectionNames()
#6
/home/travis/build/acquia-pso/blted8/docroot/core/lib/Drupal/Core/Config/StorageComparer.php(202):
Drupal\Core\Config\StorageComparer->getAllCollectionNames()
#7
/home/travis/build/acquia-pso/blted8/vendor/drush/drush/commands/core/config.drush.inc(682):
Drupal\Core\Config\StorageComparer->createChangelist()
#8 [internal function]: drush_config_import()
#9
/home/travis/build/acquia-pso/blted8/vendor/drush/drush/includes/command.inc(422):
call_user_func_array('drush_config_im...', Array)
#10
/home/travis/build/acquia-pso/blted8/vendor/drush/drush/includes/command.inc(231):
_drush_invoke_hooks(Array, Array)
#11 [internal function]: drush_command()
#12
/home/travis/build/acquia-pso/blted8/vendor/drush/drush/includes/command.inc(199):
call_user_func_array('drush_command', Array)
#13
/home/travis/build/acquia-pso/blted8/vendor/drush/drush/lib/Drush/Boot/BaseBoot.php(67):
drush_dispatch(Array)
#14
/home/travis/build/acquia-pso/blted8/vendor/drush/drush/includes/preflight.inc(66):
Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#15
/home/travis/build/acquia-pso/blted8/vendor/drush/drush/drush.php(12):
drush_main()
#16 {main}
Command dispatch complete                                               [notice]
    [drush] Changing working directory back to /home/travis/build/acquia-pso/blted8/vendor/acquia/blt/phing.
[phingcall] /home/travis/build/acquia-pso/blted8/./vendor/acquia/blt/phing/tasks/setup.xml:271:8: /home/travis/build/acquia-pso/blted8/./vendor/acquia/blt/phing/tasks/setup.xml:283:36: Drush exited with code 1
[phingcall] /home/travis/build/acquia-pso/blted8/./vendor/acquia/blt/phing/tasks/setup.xml:255:22: Execution of the target buildfile failed. Aborting.
[phingcall] /home/travis/build/acquia-pso/blted8/./vendor/acquia/blt/phing/tasks/setup.xml:206:22: Execution of the target buildfile failed. Aborting.
BUILD FAILED/home/travis/build/acquia-pso/blted8/./vendor/acquia/blt/phing/tasks/ci.xml:14:22: Execution of the target buildfile failed. Aborting.
; 3 minutes  58.74 seconds
@grasmash grasmash changed the title Fixes deployment failures caused by config_split Deployment failures caused by config_split Mar 22, 2017
grasmash added a commit to grasmash/bolt that referenced this issue Mar 22, 2017
@grasmash grasmash self-assigned this Mar 22, 2017
@grasmash grasmash added the Bug Something isn't working label Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant