Drupal 10, the latest version of the open-source digital experience platform with even more features, is here.I am trying to clone a site on a BOA-stack, but I have no idea where to start the debugging the error. On the same aegir instance, I have another platform where it works correctly. I can create new sites on the platform also.
There is some yellow lines with warnings:
Drush bootstrap phase : _drush_bootstrap_drupal_site()
Initialized Drupal site vih.dk at sites/vih.dk
Loading drushrc "/data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/drushrc.php" into "site" scope.
Argument 2 passed to t() must be an array, string given, called in /data/disk/o1/tools/drush/includes/drush.inc on line 641 and defined bootstrap.inc:1458
Argument 2 passed to format_string() must be an array, string given, called in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/includes/bootstrap.inc on line 1489 and defined bootstrap.inc:1526
Invalid argument supplied for foreach() bootstrap.inc:1528
strtr(): The second argument is not an array bootstrap.inc:1545
Argument 2 passed to t() must be an array, string given, called in /data/disk/o1/tools/drush/includes/drush.inc on line 641 and defined bootstrap.inc:1458
Argument 2 passed to format_string() must be an array, string given, called in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/includes/bootstrap.inc on line 1489 and defined bootstrap.inc:1526
Invalid argument supplied for foreach() bootstrap.inc:1528
strtr(): The second argument is not an array bootstrap.inc:1545
Argument 2 passed to t() must be an array, string given, called in /data/disk/o1/tools/drush/includes/drush.inc on line 641 and defined bootstrap.inc:1458
Argument 2 passed to format_string() must be an array, string given, called in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/includes/bootstrap.inc on line 1489 and defined bootstrap.inc:1526
Invalid argument supplied for foreach() bootstrap.inc:1528
strtr(): The second argument is not an array bootstrap.inc:1545
Argument 2 passed to t() must be an array, string given, called in /data/disk/o1/tools/drush/includes/drush.inc on line 641 and defined bootstrap.inc:1458
Argument 2 passed to format_string() must be an array, string given, called in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/includes/bootstrap.inc on line 1489 and defined bootstrap.inc:1526
Invalid argument supplied for foreach() bootstrap.inc:1528
strtr(): The second argument is not an array bootstrap.inc:1545
And I get the following fatal error:
Drush bootstrap phase : _drush_bootstrap_drupal_site()
Initialized Drupal site vih.dk at sites/vih.dk
Loading drushrc "/data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/drushrc.php" into "site" scope.
Argument 2 passed to t() must be an array, string given, called in /data/disk/o1/tools/drush/includes/drush.inc on line 641 and defined bootstrap.inc:1458
Argument 2 passed to format_string() must be an array, string given, called in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/includes/bootstrap.inc on line 1489 and defined bootstrap.inc:1526
Invalid argument supplied for foreach() bootstrap.inc:1528
strtr(): The second argument is not an array bootstrap.inc:1545
Argument 2 passed to t() must be an array, string given, called in /data/disk/o1/tools/drush/includes/drush.inc on line 641 and defined bootstrap.inc:1458
Argument 2 passed to format_string() must be an array, string given, called in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/includes/bootstrap.inc on line 1489 and defined bootstrap.inc:1526
Invalid argument supplied for foreach() bootstrap.inc:1528
strtr(): The second argument is not an array bootstrap.inc:1545
Argument 2 passed to t() must be an array, string given, called in /data/disk/o1/tools/drush/includes/drush.inc on line 641 and defined bootstrap.inc:1458
Argument 2 passed to format_string() must be an array, string given, called in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/includes/bootstrap.inc on line 1489 and defined bootstrap.inc:1526
Invalid argument supplied for foreach() bootstrap.inc:1528
strtr(): The second argument is not an array bootstrap.inc:1545
Argument 2 passed to t() must be an array, string given, called in /data/disk/o1/tools/drush/includes/drush.inc on line 641 and defined bootstrap.inc:1458
Argument 2 passed to format_string() must be an array, string given, called in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/includes/bootstrap.inc on line 1489 and defined bootstrap.inc:1526
Invalid argument supplied for foreach() bootstrap.inc:1528
strtr(): The second argument is not an array bootstrap.inc:1545
However, I have no clue on how to debug the issue.
Here is the entire log until the final error:
Task starts processing
Running: /data/disk/o1/tools/drush/drush.php @vih.dk provision-clone '@dev.vih.dk' '@platform_VIHDrupal722Build20130508' --backend 2>&1
Bootstrap to phase 0.
Drush bootstrap phase : _drush_bootstrap_drush()
Load alias @vih.dk
Loading drushrc "/data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/drushrc.php" into "site" scope.
Bootstrap to phase 1.
Drush bootstrap phase : _drush_bootstrap_drupal_root()
Initialized Drupal 7.23 root directory at /data/disk/o1/static/vih--drupal-7.22-build-20130508-
Found command: provision-clone (commandfile=provision)
Initializing drush commandfile: db
Initializing drush commandfile: dns
Initializing drush commandfile: drush_make
Initializing drush commandfile: drush_make_d_o
Initializing drush commandfile: example
Initializing drush commandfile: http
Initializing drush commandfile: provision
Load alias @server_localhost
Load alias @server_master
Loading nginx driver for the http service
Loading nginx driver for the cdn service
Loading mysql driver for the db service
Loading nginx driver for the cdn service
Load alias @platform_VIHDrupal722Build20130508
Initializing drush commandfile: provision_cdn
Initializing drush commandfile: provision_civicrm
Including /data/disk/o1/.drush/provision/db/clone.provision.inc
Including /data/disk/o1/.drush/provision/platform/clone.provision.inc
Drush bootstrap phase : _drush_bootstrap_drupal_site()
Initialized Drupal site vih.dk at sites/vih.dk
Loading drushrc "/data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/drushrc.php" into "site" scope.
Argument 2 passed to t() must be an array, string given, called in /data/disk/o1/tools/drush/includes/drush.inc on line 641 and defined bootstrap.inc:1458
Argument 2 passed to format_string() must be an array, string given, called in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/includes/bootstrap.inc on line 1489 and defined bootstrap.inc:1526
Invalid argument supplied for foreach() bootstrap.inc:1528
strtr(): The second argument is not an array bootstrap.inc:1545
Argument 2 passed to t() must be an array, string given, called in /data/disk/o1/tools/drush/includes/drush.inc on line 641 and defined bootstrap.inc:1458
Argument 2 passed to format_string() must be an array, string given, called in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/includes/bootstrap.inc on line 1489 and defined bootstrap.inc:1526
Invalid argument supplied for foreach() bootstrap.inc:1528
strtr(): The second argument is not an array bootstrap.inc:1545
Argument 2 passed to t() must be an array, string given, called in /data/disk/o1/tools/drush/includes/drush.inc on line 641 and defined bootstrap.inc:1458
Argument 2 passed to format_string() must be an array, string given, called in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/includes/bootstrap.inc on line 1489 and defined bootstrap.inc:1526
Invalid argument supplied for foreach() bootstrap.inc:1528
strtr(): The second argument is not an array bootstrap.inc:1545
Argument 2 passed to t() must be an array, string given, called in /data/disk/o1/tools/drush/includes/drush.inc on line 641 and defined bootstrap.inc:1458
Argument 2 passed to format_string() must be an array, string given, called in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/includes/bootstrap.inc on line 1489 and defined bootstrap.inc:1526
Invalid argument supplied for foreach() bootstrap.inc:1528
strtr(): The second argument is not an array bootstrap.inc:1545
Including /data/disk/o1/.drush/provision/db/backup.provision.inc
Including /data/disk/o1/.drush/provision/platform/backup.provision.inc
Drush bootstrap phase : _drush_bootstrap_drupal_configuration()
Adding sites directory to /data/disk/o1/backups/vih.dk-20130819.093408.tar.gz
Deleted mysql dump from sites directory
Backed up site up to /data/disk/o1/backups/vih.dk-20130819.093408.tar.gz.
Client backup directory for admin path /data/disk/o1/clients/admin/backups has been created.
Client backup directory for admin ownership of /data/disk/o1/clients/admin/backups has been changed to o1.
Client backup directory for admin permissions of /data/disk/o1/clients/admin/backups have been changed to 750.
Client backup directory for admin path /data/disk/o1/clients/admin/backups is writable.
Created symlink /data/disk/o1/clients/admin/backups/vih.dk-20130819.093408.tar.gz to /data/disk/o1/backups/vih.dk-20130819.093408.tar.gz
Running: /data/disk/o1/tools/drush/drush.php --force @hostmaster hosting-task '@vih.dk' 'verify' --backend 2>&1
Bootstrap to phase 0.
Drush bootstrap phase : _drush_bootstrap_drush()
Load alias @hostmaster
Loading drushrc "/data/disk/o1/aegir/distro/007/sites/o1.globen.vih.dk/drushrc.php" into "site" scope.
Bootstrap to phase 5.
Drush bootstrap phase : _drush_bootstrap_drupal_root()
Loading drushrc "/data/disk/o1/aegir/distro/007/drushrc.php" into "drupal" scope.
Initialized Drupal 6.28 root directory at /data/disk/o1/aegir/distro/007
Drush bootstrap phase : _drush_bootstrap_drupal_site()
Initialized Drupal site o1.globen.vih.dk at sites/o1.globen.vih.dk
Loading drushrc "/data/disk/o1/aegir/distro/007/sites/o1.globen.vih.dk/drushrc.php" into "site" scope.
Drush bootstrap phase : _drush_bootstrap_drupal_configuration()
Drush bootstrap phase : _drush_bootstrap_drupal_database()
Successfully connected to the Drupal database.
Drush bootstrap phase : _drush_bootstrap_drupal_full()
Bootstrap to phase 5.
Found command: hosting-task (commandfile=hosting)
Initializing drush commandfile: db
Initializing drush commandfile: dns
Initializing drush commandfile: drush_make
Initializing drush commandfile: drush_make_d_o
Initializing drush commandfile: example
Initializing drush commandfile: http
Initializing drush commandfile: provision
Load alias @server_localhost
Load alias @server_master
Loading nginx driver for the http service
Loading nginx driver for the cdn service
Loading mysql driver for the db service
Loading nginx driver for the cdn service
Load alias @platform_007
Initializing drush commandfile: provision_cdn
Initializing drush commandfile: provision_civicrm
Including profiles/hostmaster/modules/hosting/task.hosting.inc
Drush bootstrap phase : _drush_bootstrap_drupal_login()
Successfully logged into Drupal as admin (uid=1)
Task starts processing
Running: /data/disk/o1/tools/drush/drush.php --context_type='site' --maste... (Expand)
Bootstrap to phase 0.
Drush bootstrap phase : _drush_bootstrap_drush()
Bootstrap to phase 0.
Found command: provision-save (commandfile=provision)
Initializing drush commandfile: db
Initializing drush commandfile: dns
Initializing drush commandfile: drush_make
Initializing drush commandfile: drush_make_d_o
Initializing drush commandfile: example
Initializing drush commandfile: http
Initializing drush commandfile: provision
Load alias @self
Load alias @server_localhost
Load alias @server_master
Loading nginx driver for the http service
Loading nginx driver for the cdn service
Loading mysql driver for the db service
Loading nginx driver for the cdn service
Load alias @platform_VIHDrupal722Build20130508
Initializing drush commandfile: provision_cdn
Initializing drush commandfile: provision_civicrm
Load alias @vih.dk
Loading drushrc "/data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/drushrc.php" into "site" scope.
Template loaded: /data/disk/o1/.drush/provision/Provision/Config/Drushrc/provision_drushrc_alias.tpl.php
Changed permissions of /data/disk/o1/.drush/vih.dk.alias.drushrc.php to 640
Generated config Drush configuration file
Changed permissions of /data/disk/o1/.drush/vih.dk.alias.drushrc.php to 440
Command dispatch complete
Peak memory usage was 10.31 MB
Running: /data/disk/o1/tools/drush/drush.php @vih.dk provision-verify --backend 2>&1
Bootstrap to phase 0.
Drush bootstrap phase : _drush_bootstrap_drush()
Load alias @vih.dk
Loading drushrc "/data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/drushrc.php" into "site" scope.
Bootstrap to phase 0.
Found command: provision-verify (commandfile=provision)
Initializing drush commandfile: db
Initializing drush commandfile: dns
Initializing drush commandfile: drush_make
Initializing drush commandfile: drush_make_d_o
Initializing drush commandfile: example
Initializing drush commandfile: http
Initializing drush commandfile: provision
Load alias @server_localhost
Load alias @server_master
Loading nginx driver for the http service
Loading nginx driver for the cdn service
Loading mysql driver for the db service
Loading nginx driver for the cdn service
Load alias @platform_VIHDrupal722Build20130508
Initializing drush commandfile: provision_cdn
Initializing drush commandfile: provision_civicrm
Including /data/disk/o1/.drush/provision_civicrm/verify.provision.inc
Including /data/disk/o1/.drush/provision/dns/verify.provision.inc
Including /data/disk/o1/.drush/provision/platform/backupmigrate/verify.provision.inc
Including /data/disk/o1/.drush/provision_boost/verify.provision.inc
Including /data/disk/o1/.drush/provision_cdn/verify.provision.inc
Including /data/disk/o1/.drush/provision/platform/verify.provision.inc
Drush bootstrap phase : _drush_bootstrap_drupal_root()
Initialized Drupal 7.23 root directory at /data/disk/o1/static/vih--drupal-7.22-build-20130508-
Drush bootstrap phase : _drush_bootstrap_drupal_site()
Initialized Drupal site vih.dk at sites/vih.dk
Loading drushrc "/data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/drushrc.php" into "site" scope.
Changed group ownership of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/local.settings.php to www-data
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/local.settings.php to 440
Template loaded: /data/disk/o1/.drush/provision/Provision/Config/Drupal/provision_drupal_settings.tpl.php
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/settings.php to 640
Generated config Drupal settings.php file
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/settings.php to 440
Change group ownership of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/settings.php to www-data
Platforms path /data/disk/o1/platforms exists.
Platforms ownership of /data/disk/o1/platforms has been changed to o1.
Platforms permissions of /data/disk/o1/platforms have been changed to 711.
Platforms path /data/disk/o1/platforms is writable.
Running: /data/disk/o1/tools/drush/drush.php @vih.dk registry-rebuild --backend 2>&1
Bootstrap to phase 0.
Drush bootstrap phase : _drush_bootstrap_drush()
Load alias @vih.dk
Loading drushrc "/data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/drushrc.php" into "site" scope.
Bootstrap to phase 0.
Found command: registry-rebuild (commandfile=registry_rebuild)
Bootstrap to phase 4.
Drush bootstrap phase : _drush_bootstrap_drupal_root()
Initialized Drupal 7.23 root directory at /data/disk/o1/static/vih--drupal-7.22-build-20130508-
Drush bootstrap phase : _drush_bootstrap_drupal_site()
Initialized Drupal site vih.dk at sites/vih.dk
Loading drushrc "/data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/drushrc.php" into "site" scope.
Drush bootstrap phase : _drush_bootstrap_drupal_configuration()
Drush bootstrap phase : _drush_bootstrap_drupal_database()
Successfully connected to the Drupal database.
Registry has been rebuilt.
Bootstrapping to DRUPAL_BOOTSTRAP_FULL.
Doing registry_rebuild() in DRUPAL_BOOTSTRAP_FULL.
cache table truncated in DRUPAL_BOOTSTRAP_FULL.
There were 954 files in the registry before and 954 files now.
The registry has been rebuilt.
Including /data/disk/o1/tools/drush/commands/core/clear.cache.inc
'all' cache was cleared
Command dispatch complete
Peak memory usage was 105.38 MB
Rebuilt registry without --no-cache-clear option
Drush bootstrap phase : _drush_bootstrap_drupal_configuration()
Drush bootstrap phase : _drush_bootstrap_drupal_database()
Successfully connected to the Drupal database.
Drush bootstrap phase : _drush_bootstrap_drupal_full()
Found installation profile testing
Found installation profile standard
Found installation profile minimal
Found installation profile vih_dk
Found 418 modules
Found 6 themes
Changed permissions of sites/vih.dk to 755
Changed permissions of sites/vih.dk/themes to 2775
Changed permissions of sites/vih.dk/modules to 2775
Changed permissions of sites/vih.dk/libraries to 2775
Changed permissions of sites/vih.dk/files to 2770
Changed permissions of sites/vih.dk/files/tmp to 2770
Changed permissions of sites/vih.dk/files/images to 2770
Changed permissions of sites/vih.dk/files/pictures to 2770
Changed permissions of sites/vih.dk/files/css to 2770
Changed permissions of sites/vih.dk/files/js to 2770
Changed permissions of sites/vih.dk/files/advagg_css to 2770
Changed permissions of sites/vih.dk/files/advagg_js to 2770
Changed permissions of sites/vih.dk/files/ctools to 2770
Created sites/vih.dk/files/ctools/css
Changed permissions of sites/vih.dk/files/ctools/css to 2770
Changed permissions of sites/vih.dk/files/imagecache to 2770
Changed permissions of sites/vih.dk/files/locations to 2770
Changed permissions of sites/vih.dk/files/xmlsitemap to 2770
Changed permissions of sites/vih.dk/files/deployment to 2770
Changed permissions of sites/vih.dk/private to 2770
Changed permissions of sites/vih.dk/private/files to 2770
Changed permissions of sites/vih.dk/private/temp to 2770
Changed permissions of sites/vih.dk/files/styles to 2770
Changed permissions of sites/vih.dk/private/config to 2770
Changed permissions of sites/vih.dk/private/config/active to 2770
Changed permissions of sites/vih.dk/private/config/staging to 2770
Changed group ownership of sites/vih.dk/files to www-data
Changed group ownership of sites/vih.dk/files/tmp to www-data
Changed group ownership of sites/vih.dk/files/images to www-data
Changed group ownership of sites/vih.dk/files/pictures to www-data
Changed group ownership of sites/vih.dk/files/css to www-data
Changed group ownership of sites/vih.dk/files/js to www-data
Changed group ownership of sites/vih.dk/files/advagg_css to www-data
Changed group ownership of sites/vih.dk/files/advagg_js to www-data
Changed group ownership of sites/vih.dk/files/ctools to www-data
Changed group ownership of sites/vih.dk/files/ctools/css to www-data
Changed group ownership of sites/vih.dk/files/imagecache to www-data
Changed group ownership of sites/vih.dk/files/locations to www-data
Changed group ownership of sites/vih.dk/files/xmlsitemap to www-data
Changed group ownership of sites/vih.dk/files/deployment to www-data
Changed group ownership of sites/vih.dk/private to www-data
Changed group ownership of sites/vih.dk/private/files to www-data
Changed group ownership of sites/vih.dk/private/temp to www-data
Changed group ownership of sites/vih.dk/files/styles to www-data
Changed group ownership of sites/vih.dk/private/config to www-data
Changed group ownership of sites/vih.dk/private/config/active to www-data
Changed group ownership of sites/vih.dk/private/config/staging to www-data
Template loaded: /data/disk/o1/.drush/provision/Provision/Config/Drupal/Alias/provision_drupal_sites.tpl.php
Generated config Drupal sites.php file
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/sites.php to 644
Changed group ownership of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/local.settings.php to www-data
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/local.settings.php to 440
Template loaded: /data/disk/o1/.drush/provision/Provision/Config/Drupal/provision_drupal_settings.tpl.php
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/settings.php to 640
Generated config Drupal settings.php file
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/settings.php to 440
Change group ownership of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/settings.php to www-data
Platforms path /data/disk/o1/platforms exists.
Platforms ownership of /data/disk/o1/platforms has been changed to o1.
Platforms permissions of /data/disk/o1/platforms have been changed to 711.
Platforms path /data/disk/o1/platforms is writable.
Template loaded: /data/disk/o1/.drush/provision/http/Provision/Config/Nginx/vhost.tpl.php
Generated config virtual host configuration file
nginx on globen.vih.dk has been restarted
NginX CDN path /data/disk/o1/config/server_master/nginx/vhost.d exists.
NginX CDN ownership of /data/disk/o1/config/server_master/nginx/vhost.d has been changed to o1.
NginX CDN permissions of /data/disk/o1/config/server_master/nginx/vhost.d have been changed to 700.
NginX CDN path /data/disk/o1/config/server_master/nginx/vhost.d is writable.
All caches flushed
Client home directory for admin path /data/disk/o1/clients/admin exists.
Client home directory for admin ownership of /data/disk/o1/clients/admin has been changed to o1.
Client home directory for admin permissions of /data/disk/o1/clients/admin have been changed to 750.
Client home directory for admin path /data/disk/o1/clients/admin is writable.
couldn't find previous client symlink, iterating through all sites
Created symlink /data/disk/o1/clients/admin/vih.dk to /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk to 755
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/all/modules to 2775
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/all/themes to 2775
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/all/libraries to 2775
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/all to 751
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites to 751
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/local.settings.php to 440
Template loaded: /data/disk/o1/.drush/provision/Provision/Config/Drushrc/provision_drushrc_site.tpl.php
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/drushrc.php to 640
Generated config Site Drush configuration file
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/vih.dk/drushrc.php to 440
Platforms path /data/disk/o1/platforms exists.
Platforms ownership of /data/disk/o1/platforms has been changed to o1.
Platforms permissions of /data/disk/o1/platforms have been changed to 711.
Platforms path /data/disk/o1/platforms is writable.
Command dispatch complete
Peak memory usage was 124.66 MB
Command dispatch complete
Peak memory usage was 26.9 MB
Running: /data/disk/o1/tools/drush/drush.php --context_type='site' --platf... (Expand)
Bootstrap to phase 0.
Drush bootstrap phase : _drush_bootstrap_drush()
Bootstrap to phase 0.
Found command: provision-save (commandfile=provision)
Initializing drush commandfile: db
Initializing drush commandfile: dns
Initializing drush commandfile: drush_make
Initializing drush commandfile: drush_make_d_o
Initializing drush commandfile: example
Initializing drush commandfile: http
Initializing drush commandfile: provision
Load alias @self
Load alias @server_localhost
Load alias @server_master
Loading nginx driver for the http service
Loading nginx driver for the cdn service
Loading mysql driver for the db service
Loading nginx driver for the cdn service
Load alias @platform_VIHDrupal722Build20130508
Initializing drush commandfile: provision_cdn
Initializing drush commandfile: provision_civicrm
Load alias @dev.vih.dk
Template loaded: /data/disk/o1/.drush/provision/Provision/Config/Drushrc/provision_drushrc_alias.tpl.php
Changed permissions of /data/disk/o1/.drush/dev.vih.dk.alias.drushrc.php to 640
Generated config Drush configuration file
Changed permissions of /data/disk/o1/.drush/dev.vih.dk.alias.drushrc.php to 440
Command dispatch complete
Peak memory usage was 7.02 MB
Running: /data/disk/o1/tools/drush/drush.php --old_uri='vih.dk' @dev.vih.dk provision-deploy '/data/disk/o1/backups/vih.dk-20130819.093408.tar.gz' --backend 2>&1
Bootstrap to phase 0.
Drush bootstrap phase : _drush_bootstrap_drush()
Load alias @dev.vih.dk
Bootstrap to phase 1.
Drush bootstrap phase : _drush_bootstrap_drupal_root()
Initialized Drupal 7.23 root directory at /data/disk/o1/static/vih--drupal-7.22-build-20130508-
Found command: provision-deploy (commandfile=provision)
Initializing drush commandfile: db
Initializing drush commandfile: dns
Initializing drush commandfile: drush_make
Initializing drush commandfile: drush_make_d_o
Initializing drush commandfile: example
Initializing drush commandfile: http
Initializing drush commandfile: provision
Load alias @server_localhost
Load alias @server_master
Loading nginx driver for the http service
Loading nginx driver for the cdn service
Loading mysql driver for the db service
Loading nginx driver for the cdn service
Load alias @platform_VIHDrupal722Build20130508
Initializing drush commandfile: provision_cdn
Initializing drush commandfile: provision_civicrm
Including /data/disk/o1/.drush/provision_civicrm/deploy.provision.inc
Including /data/disk/o1/.drush/provision/db/deploy.provision.inc
Including /data/disk/o1/.drush/provision/http/deploy.provision.inc
Including /data/disk/o1/.drush/provision/platform/deploy.provision.inc
Deploying site from /data/disk/o1/backups/vih.dk-20130819.093408.tar.gz
Granting privileges to devvihdk_1@localhost on devvihdk_1
Created devvihdk_1 database
Running: gunzip -c /data/disk/o1/backups/vih.dk-20130819.093408.tar.gz | tar pxf - in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk
Successfully extracted the contents of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk
Changed group ownership of files in /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/files to www-data
Template loaded: /data/disk/o1/.drush/provision/Provision/Config/Drushrc/provision_drushrc_site.tpl.php
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/drushrc.php to 640
Generated config Site Drush configuration file
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/drushrc.php to 440
Platforms path /data/disk/o1/platforms exists.
Platforms ownership of /data/disk/o1/platforms has been changed to o1.
Platforms permissions of /data/disk/o1/platforms have been changed to 711.
Platforms path /data/disk/o1/platforms is writable.
Drush bootstrap phase : _drush_bootstrap_drupal_site()
Initialized Drupal site dev.vih.dk at sites/dev.vih.dk
Loading drushrc "/data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/drushrc.php" into "site" scope.
Changed group ownership of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/local.settings.php to www-data
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/local.settings.php to 440
Template loaded: /data/disk/o1/.drush/provision/Provision/Config/Drupal/provision_drupal_settings.tpl.php
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/settings.php to 640
Generated config Drupal settings.php file
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/settings.php to 440
Change group ownership of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/settings.php to www-data
Platforms path /data/disk/o1/platforms exists.
Platforms ownership of /data/disk/o1/platforms has been changed to o1.
Platforms permissions of /data/disk/o1/platforms have been changed to 711.
Platforms path /data/disk/o1/platforms is writable.
Undefined index: base deploy.provision.inc:90
CiviCRM: starting provision_civicrm_regenerate_settings().
CiviCRM: In post verify: Fetching CiviCRM Drush options
CiviCRM installer helper file is missing. Not running upgrade.
Found database dump at /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/database.sql.
Database dump at /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/database.sql is readable
Importing database using command: mysql --defaults-file=/dev/fd/3 devvihdk_1
Template loaded: /data/disk/o1/.drush/provision/Provision/Config/Drupal/Alias/provision_drupal_sites.tpl.php
Generated config Drupal sites.php file
Changed permissions of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/sites.php to 644
Changed permissions of sites/dev.vih.dk to 755
Changed permissions of sites/dev.vih.dk/themes to 2775
Changed permissions of sites/dev.vih.dk/modules to 2775
Changed permissions of sites/dev.vih.dk/libraries to 2775
Changed permissions of sites/dev.vih.dk/files to 2770
Changed permissions of sites/dev.vih.dk/files/tmp to 2770
Changed permissions of sites/dev.vih.dk/files/images to 2770
Changed permissions of sites/dev.vih.dk/files/pictures to 2770
Changed permissions of sites/dev.vih.dk/files/css to 2770
Changed permissions of sites/dev.vih.dk/files/js to 2770
Changed permissions of sites/dev.vih.dk/files/advagg_css to 2770
Changed permissions of sites/dev.vih.dk/files/advagg_js to 2770
Changed permissions of sites/dev.vih.dk/files/ctools to 2770
Created sites/dev.vih.dk/files/ctools/css
Changed permissions of sites/dev.vih.dk/files/ctools/css to 2770
Changed permissions of sites/dev.vih.dk/files/imagecache to 2770
Changed permissions of sites/dev.vih.dk/files/locations to 2770
Changed permissions of sites/dev.vih.dk/files/xmlsitemap to 2770
Changed permissions of sites/dev.vih.dk/files/deployment to 2770
Changed permissions of sites/dev.vih.dk/private to 2770
Changed permissions of sites/dev.vih.dk/private/files to 2770
Changed permissions of sites/dev.vih.dk/private/temp to 2770
Changed permissions of sites/dev.vih.dk/files/styles to 2770
Changed permissions of sites/dev.vih.dk/private/config to 2770
Changed permissions of sites/dev.vih.dk/private/config/active to 2770
Changed permissions of sites/dev.vih.dk/private/config/staging to 2770
Changed group ownership of sites/dev.vih.dk/files to www-data
Changed group ownership of sites/dev.vih.dk/files/tmp to www-data
Changed group ownership of sites/dev.vih.dk/files/images to www-data
Changed group ownership of sites/dev.vih.dk/files/pictures to www-data
Changed group ownership of sites/dev.vih.dk/files/css to www-data
Changed group ownership of sites/dev.vih.dk/files/js to www-data
Changed group ownership of sites/dev.vih.dk/files/advagg_css to www-data
Changed group ownership of sites/dev.vih.dk/files/advagg_js to www-data
Changed group ownership of sites/dev.vih.dk/files/ctools to www-data
Changed group ownership of sites/dev.vih.dk/files/ctools/css to www-data
Changed group ownership of sites/dev.vih.dk/files/imagecache to www-data
Changed group ownership of sites/dev.vih.dk/files/locations to www-data
Changed group ownership of sites/dev.vih.dk/files/xmlsitemap to www-data
Changed group ownership of sites/dev.vih.dk/files/deployment to www-data
Changed group ownership of sites/dev.vih.dk/private to www-data
Changed group ownership of sites/dev.vih.dk/private/files to www-data
Changed group ownership of sites/dev.vih.dk/private/temp to www-data
Changed group ownership of sites/dev.vih.dk/files/styles to www-data
Changed group ownership of sites/dev.vih.dk/private/config to www-data
Changed group ownership of sites/dev.vih.dk/private/config/active to www-data
Changed group ownership of sites/dev.vih.dk/private/config/staging to www-data
Removed dump file /data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/database.sql after restoring from it
Template loaded: /data/disk/o1/.drush/provision/http/Provision/Config/Nginx/vhost.tpl.php
Generated config virtual host configuration file
nginx on globen.vih.dk has been restarted
Running: /data/disk/o1/tools/drush/drush.php @dev.vih.dk updatedb --backend 2>&1
Bootstrap to phase 0.
Drush bootstrap phase : _drush_bootstrap_drush()
Load alias @dev.vih.dk
Loading drushrc "/data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/drushrc.php" into "site" scope.
Bootstrap to phase 2.
Drush bootstrap phase : _drush_bootstrap_drupal_root()
Initialized Drupal 7.23 root directory at /data/disk/o1/static/vih--drupal-7.22-build-20130508-
Drush bootstrap phase : _drush_bootstrap_drupal_site()
Initialized Drupal site dev.vih.dk at sites/dev.vih.dk
Loading drushrc "/data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/drushrc.php" into "site" scope.
Found command: updatedb (commandfile=core)
Initializing drush commandfile: db
Initializing drush commandfile: dns
Initializing drush commandfile: drush_make
Initializing drush commandfile: drush_make_d_o
Initializing drush commandfile: example
Initializing drush commandfile: http
Initializing drush commandfile: provision
Load alias @server_localhost
Load alias @server_master
Loading nginx driver for the http service
Loading nginx driver for the cdn service
Loading mysql driver for the db service
Loading nginx driver for the cdn service
Load alias @platform_VIHDrupal722Build20130508
Initializing drush commandfile: provision_cdn
Initializing drush commandfile: provision_civicrm
Running: /data/disk/o1/tools/drush/drush.php --context_type='site' --platf... (Expand)
Bootstrap to phase 0.
Drush bootstrap phase : _drush_bootstrap_drush()
Bootstrap to phase 0.
Found command: registry-rebuild (commandfile=registry_rebuild)
Bootstrap to phase 4.
Drush bootstrap phase : _drush_bootstrap_drupal_root()
Initialized Drupal 7.23 root directory at /data/disk/o1/static/vih--drupal-7.22-build-20130508-
Drush bootstrap phase : _drush_bootstrap_drupal_site()
Initialized Drupal site dev.vih.dk at sites/dev.vih.dk
Loading drushrc "/data/disk/o1/static/vih--drupal-7.22-build-20130508-/sites/dev.vih.dk/drushrc.php" into "site" scope.
Drush bootstrap phase : _drush_bootstrap_drupal_configuration()
Drush bootstrap phase : _drush_bootstrap_drupal_database()
Successfully connected to the Drupal database.
WD php: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'devvihdk_1.registry_file' doesn't exist: SELECT * FROM {registry_file}; Array ( ) in registry_get_parsed_files() (line 118 of /data/disk/o1/static/vih--drupal-7.22-build-20130508-/includes/registry.inc).
Drush command terminated abnormally due to an unrecoverable error.
Command dispatch complete
Peak memory usage was 8.79 MB
Drush was not able to start (bootstrap) the Drupal database. Hint: This err... (Expand)
could not bootstrap drupal after updatedb
Template loaded: /data/disk/o1/.drush/provision/http/Provision/Config/Nginx/vhost.tpl.php
Generated config virtual host configuration file
nginx on globen.vih.dk has been restarted










Comments
Comment #1
omega8cc CreditAttribution: omega8cc commentedI don't think there is anything Aegir related here. It is also not the best idea to submit issue like this in the Aegir queue, because the current Aegir 2.x code and the Aegir 2.x version used in BOA are too different -- BOA uses Aegir 2.x with modified for Drupal 8 compatibility Drush 4.6-dev and doesn't include yet stuff like Views integration and any other code added in a recent RC releases (because it is not considered production ready yet). Therefore I'm moving this to the Octopus queue.
As for the issue itself, I would suggest to disable Redis temporarily for the site or platform involved in the task before trying it again. At least the error "PDOException: SQLSTATE[42S02]: Base table or view not found" strongly suggests that it is a Redis related edge case.
I hope this helps.
~Greg
Comment #2
omega8cc CreditAttribution: omega8cc commentedBy the way, I would suggest to avoid such weird naming conventions like:
/vih--drupal-7.22-build-20130508-/The directory name should end with a letter or digit only.
~Greg
Comment #3
lsolesen CreditAttribution: lsolesen commentedI tried disabling redis with an empty control file, but the problem persists. I will look at the naming convention for dirs. However, previously I migrated successfully using the same convention.
Other ideas how to debug.
Comment #4
omega8cc CreditAttribution: omega8cc commentedThis suggests a serious code level problem in your platform then, so I have no idea how to help you further. You need to determine what change in your code (modules used and/or installation profile) broke this for Aegir. But first try to build the platform without these double dashes or a dash at the end, which is a bad practice.
~Greg
Comment #5
lsolesen CreditAttribution: lsolesen commentedThe platform directory name came from building the platform from the webinterface using a makefile, and I called The platform "VIH (Drupal 7.22 Build 20130508)" and the parenthesis is substituted to a dash.
I tried disabling the modules upgraded when the cloning started failing, but to no avail. I will try disabling all modules and see when I am able to clone successfully. Thanks for your time.
Comment #6
lsolesen CreditAttribution: lsolesen commentedBtw, it turned out that the notices was from coder-module which wasn't even enabled.
/var/log/snifflog.xml
I am not sure why it was put through the dt() in drush?
Comment #7
gngn CreditAttribution: gngn commentedI experienced similiar stuff with old drush (4.5), Coder activated and no octopus.
Upgrading drush to 5.4 got rid of the messages (drush 4.6 did not).
Seems to me that it's just old drush and coder.
There's also a coder issue https://drupal.org/node/1892330 which considered this minor ("error message is just ugly, not really of any consequence").