drush-ops / drush

Drush is a command-line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those who spend their working hours hacking away at the command prompt.
https://www.drush.org
2.34k stars 1.08k forks source link

infinite loop when Installing features_extra #791

Closed makapacs closed 9 years ago

makapacs commented 10 years ago

My script will go into infinite loop if it tries to download and enable the module - features_extra. Here is script:

!/usr/bin/env drush

<?php $dependent_module = 'features_extra'; $alias = drush_sitealias_get_record('@workflow');

drush_log('module ' . $dependent_module . ((drush_invoke_process($alias, "pm-download", array($dependent_module)) ? ' WAS ' : ' WAS NOT')) . ' downloaded', 'ok'); drush_log('module ' . $dependent_module . ((drush_invoke_process($alias, "pm-enable", array($dependent_module)) ? ' WAS ' : ' WAS NOT')) . ' enabled', 'ok');

And then run drush name-of-script.php

I am running it from Mac Any suggestions how to best handle this if it is not a bug. Thank you Margots

makapacs commented 10 years ago

It particularly breaks when 'features_extra' module is a dependency of some module to be downloaded and enabled. It detects there is missing dependency(i.e. features_extra) and tries to download/enable features_extra that goes into infinite loop.

weitzman commented 10 years ago

Please post the the output of drush status and your command with the --debug option.

makapacs commented 10 years ago

with --debug ± drush features_extra.php --debug master efafc92 Starting Drush preflight. [0.03 sec, 2.52 MB] [preflight] Loading drushrc "/Users/maxit/.drush/drushrc.php" into "home.drush" scope. [0.03 sec, 2.53 MB] [bootstrap] Include /Users/maxit/Sites/drupal/drush/widget_flow/commands [0.05 sec, 2.54 MB] [notice] Cache HIT cid: 7.0-dev-commandfiles-0-55341d23bc10d5ca6c3ac23c4d6be80d [0.05 sec, 2.6 MB] [debug]

Bootstrap to phase 0. [0.29 sec, 7.68 MB] [bootstrap] Found command: php-script (commandfile=core) [0.49 sec, 7.68 MB] [bootstrap] Calling hook drush_core_php_script [0.69 sec, 7.73 MB] [debug] Loaded alias @workflow from file /Users/maxit/.drush/aliases.drushrc.php [1.39 sec, 7.75 MB] [notice] Backend invoke: /opt/local/bin/php /Users/maxit/DevTools/drush/drush.php --php=/opt/local/bin/php --backend=2 --verbose --debug --root=/Users/maxit/Sites/drupal/test/workflow [command] --uri=workflow pm-download features_extra 2>&1 [1.92 sec, 7.77 MB] /opt/local/bin/php /Users/maxit/DevTools/drush/drush.php --php=/opt/local/bin/php --backend=2 --verbose --debug --root=/Users/maxit/Sites/drupal/test/workflow --uri=workflow [notice] pm-download features_extra 2>&1 [1.92 sec, 7.77 MB] Starting Drush preflight. [2 sec, 2.52 MB] [preflight] Loading drushrc "/Users/maxit/.drush/drushrc.php" into "home.drush" scope. [2 sec, 2.53 MB] [bootstrap] Cache HIT cid: 7.0-dev-alias-path--7c2354944a2004448173bcfda20fdb5b [2.01 sec, 2.59 MB] [debug] Include /Users/maxit/Sites/drupal/drush/widget_flow/commands [2.02 sec, 2.59 MB] [notice] Cache HIT cid: 7.0-dev-commandfiles-0-55341d23bc10d5ca6c3ac23c4d6be80d [2.03 sec, 2.6 MB] [debug]

Bootstrap to phase 0. [2.23 sec, 7.68 MB] [bootstrap] Drush bootstrap phase : _drush_bootstrap_drupal_root() [2.46 sec, 7.69 MB] [bootstrap] Initialized Drupal 7.26 root directory at /Users/maxit/Sites/drupal/test/workflow [2.49 sec, 8.79 MB] [notice] Cache HIT cid: 7.0-dev-commandfiles-1-49c1a0abccf111ec68c45236efe33cdf [2.49 sec, 8.8 MB] [debug] Drush bootstrap phase : _drush_bootstrap_drupal_site() [2.49 sec, 8.81 MB] [bootstrap] Initialized Drupal site workflow at sites/default [2.49 sec, 8.81 MB] [notice] Cache HIT cid: 7.0-dev-commandfiles-2-9518eda12b48158193bd617384d95a7d [2.51 sec, 8.82 MB] [debug] Drush bootstrap phase : _drush_bootstrap_drupal_configuration() [2.51 sec, 8.81 MB] [bootstrap] sql-query: SELECT 1; [2.51 sec, 8.95 MB] [status] Executing: mysql --defaults-extra-file=/private/tmp/drush_9zZ3Qf --database=workflow_db --host=127.0.0.1 --silent < /private/tmp/drush_DbjOmL 1 Drush bootstrap phase : _drush_bootstrap_drupal_database() [2.6 sec, 8.95 MB] [bootstrap] Successfully connected to the Drupal database. [2.6 sec, 8.95 MB] [bootstrap] Drush bootstrap phase : _drush_bootstrap_drupal_full() [2.61 sec, 9.53 MB] [bootstrap] Cache HIT cid: 7.0-dev-install_profile-66ecfeb9791a023150773849f1550c5d [2.92 sec, 28.45 MB] [debug] Cache HIT cid: 7.0-dev-commandfiles-5-3862b73ea5f0fb89924a07d57dc3ea2f [2.93 sec, 28.47 MB] [debug] Drush bootstrap phase : _drush_bootstrap_drupal_login() [2.93 sec, 29.07 MB] [bootstrap] Successfully logged into Drupal as (uid=0) [2.94 sec, 29.21 MB] [bootstrap] Found command: pm-download (commandfile=pm) [2.94 sec, 29.21 MB] [bootstrap] Loading version_control engine. [3.45 sec, 29.61 MB] [notice] Loading package_handler engine. [3.45 sec, 29.63 MB] [notice] Executing: wget --version Loading release_info engine. [3.47 sec, 29.66 MB] [notice] Including /Users/maxit/DevTools/drush/commands/pm/download.pm.inc [3.48 sec, 29.77 MB] [bootstrap] Calling hook drush_pm_download_validate [3.48 sec, 29.88 MB] [debug] Returned from hook drush_pm_download_validate [3.48 sec, 29.88 MB] [debug] Calling hook drush_pm_download [3.48 sec, 29.9 MB] [debug] Downloading release history from http://updates.drupal.org/release-history/features_extra/7.x [3.48 sec, 29.9 MB] [notice] Executing: wget --version GNU Wget 1.14 built on darwin11.4.2.

+digest +https +ipv6 -iri +large-file -nls +ntlm +opie +ssl/openssl

Wgetrc: /usr/local/etc/wgetrc (system) Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/usr/local/etc/wgetrc" -DLOCALEDIR="/usr/local/share/locale" -I. -I../lib -I../lib -O2 -Wall Link: gcc -O2 -Wall -liconv -lssl -lcrypto -lz -ldl -lz -lz ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a

Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://www.gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Originally written by Hrvoje Niksic hniksic@xemacs.org. Please send bug reports and questions to bug-wget@gnu.org. Executing: wget -q --timeout=30 -O /private/tmp/download_filed8T2oP http://updates.drupal.org/release-history/features_extra/7.x Calling drush_delete_dir(/private/tmp/features_extrauixLpJ, 1) [3.58 sec, 29.9 MB] [debug] Calling is_readable(/private/tmp/download_filed8T2oP) [3.58 sec, 29.91 MB] [debug] Calling is_writable(/private/tmp) [3.58 sec, 29.91 MB] [debug] Calling rename(/private/tmp/download_filed8T2oP, /private/tmp/features_extrauixLpJ) [3.58 sec, 29.91 MB] [debug] Downloading project features_extra to /tmp/drush_tmp_1409853656_5408a8d894328 ... [3.58 sec, 29.91 MB] [notice] Executing: wget -q --timeout=30 -O /private/tmp/download_fileRVImS0 http://ftp.drupal.org/files/projects/features_extra-7.x-1.0-beta1.tar.gz Calling is_readable(/private/tmp/download_fileRVImS0) [3.67 sec, 29.92 MB] [debug] Calling is_writable(/tmp/drush_tmp_1409853656_5408a8d894328) [3.67 sec, 29.92 MB] [debug] Calling rename(/private/tmp/download_fileRVImS0, /tmp/drush_tmp_1409853656_5408a8d894328/features_extra-7.x-1.0-beta1.tar.gz) [3.67 sec, 29.92 MB] [debug] Downloading features_extra-7.x-1.0-beta1.tar.gz was successful. [3.67 sec, 29.92 MB] [notice] Calling md5_file(/tmp/drush_tmp_1409853656_5408a8d894328/features_extra-7.x-1.0-beta1.tar.gz) [3.67 sec, 29.92 MB] [debug] Md5 checksum of features_extra-7.x-1.0-beta1.tar.gz verified. [3.67 sec, 29.92 MB] [notice] Mime type for /tmp/drush_tmp_1409853656_5408a8d894328/features_extra-7.x-1.0-beta1.tar.gz is application/x-gzip [3.68 sec, 29.92 MB] [notice] Calling chdir(/tmp/drush_tmp_1409853656_5408a8d894328) [3.68 sec, 29.93 MB] [debug] Executing: tar -C /tmp/drush_tmp_1409853656_5408a8d894328 -xzf features_extra-7.x-1.0-beta1.tar.gz Calling chdir(/Users/maxit/Sites/drupal/test/workflow) [3.7 sec, 29.93 MB] [debug] Calling chdir(/tmp/drush_tmp_1409853656_5408a8d894328) [3.7 sec, 29.93 MB] [debug] Executing: tar -tzf features_extra-7.x-1.0-beta1.tar.gz Calling chdir(/Users/maxit/Sites/drupal/test/workflow) [3.72 sec, 29.93 MB] [debug] features_extra/ features_extra/fe_block.info features_extra/fe_profile.info features_extra/LICENSE.txt features_extra/fe_block.install features_extra/tests/ features_extra/tests/features_extra_test.features.fe_block_settings.inc features_extra/tests/fe_block.test features_extra/tests/features_extra_test.module features_extra/tests/features_extra_test.features.inc features_extra/tests/fe_nodequeue.test features_extra/tests/features_extra_test_case.test features_extra/tests/features_extra_test.info features_extra/tests/features_extra_test.features.fe_block_boxes.inc features_extra/fe_profile.module features_extra/fe_block.module features_extra/fe_nodequeue.info features_extra/fe_nodequeue.module Using destination directory /Users/maxit/Sites/drupal/test/workflow/sites/all/modules [3.72 sec, 29.93 MB] [notice] Verifying signature for svn version control engine. [3.72 sec, 29.94 MB] [debug] Executing: svn info /Users/maxit/Sites/drupal/test/workflow/sites/all/modules Verifying signature for bzr version control engine. [3.76 sec, 29.94 MB] [debug] svn: E155007: '/Users/maxit/Sites/drupal/test/workflow/sites/all/modules' is not a working copy Executing: bzr root /Users/maxit/Sites/drupal/test/workflow/sites/all/modules sh: bzr: command not found Install location /Users/maxit/Sites/drupal/test/workflow/sites/all/modules/features_extra already exists. Do you want to overwrite it? (y/n): y Calling _drush_recursive_copy(/tmp/drush_tmp_1409853656_5408a8d894328/features_extra, /Users/maxit/Sites/drupal/test/workflow/sites/all/modules/features_extra) [3.78 sec, 29.93 [debug] MB] Project features_extra (7.x-1.0-beta1) downloaded to /Users/maxit/Sites/drupal/test/workflow/sites/all/modules/features_extra. [3.82 sec, 29.94 MB] [success] Project features_extra contains 3 modules: fe_block, fe_nodequeue, fe_profile. Returned from hook drush_pm_download [3.82 sec, 29.93 MB] [debug] Command dispatch complete [3.83 sec, 29.88 MB] [notice] Timer Cum (sec) Count Avg (msec) page 1.32 1 1320.09 Peak memory usage was 32.23 MB [3.86 sec, 30.02 MB] [memory] Cache HIT cid: 7.0-dev-alias-path--7c2354944a2004448173bcfda20fdb5b [3.86 sec, 30.03 MB] [debug] module features_extra WAS downloaded [4.57 sec, 7.83 MB] [ok] Backend invoke: /opt/local/bin/php /Users/maxit/DevTools/drush/drush.php --php=/opt/local/bin/php --backend=2 --verbose --debug --root=/Users/maxit/Sites/drupal/test/workflow [command] --uri=workflow pm-enable features_extra 2>&1 [5.21 sec, 7.86 MB] /opt/local/bin/php /Users/maxit/DevTools/drush/drush.php --php=/opt/local/bin/php --backend=2 --verbose --debug --root=/Users/maxit/Sites/drupal/test/workflow --uri=workflow [notice] pm-enable features_extra 2>&1 [5.21 sec, 7.87 MB] Starting Drush preflight. [5.31 sec, 2.52 MB] [preflight] Loading drushrc "/Users/maxit/.drush/drushrc.php" into "home.drush" scope. [5.31 sec, 2.53 MB] [bootstrap] Cache HIT cid: 7.0-dev-alias-path--7c2354944a2004448173bcfda20fdb5b [5.32 sec, 2.59 MB] [debug] Include /Users/maxit/Sites/drupal/drush/widget_flow/commands [5.34 sec, 2.59 MB] [notice] Cache HIT cid: 7.0-dev-commandfiles-0-55341d23bc10d5ca6c3ac23c4d6be80d [5.34 sec, 2.6 MB] [debug]

Bootstrap to phase 0. [5.55 sec, 7.68 MB] [bootstrap] Bootstrap to phase 6. [5.72 sec, 7.69 MB] [bootstrap] Drush bootstrap phase : _drush_bootstrap_drupal_root() [5.72 sec, 7.69 MB] [bootstrap] Initialized Drupal 7.26 root directory at /Users/maxit/Sites/drupal/test/workflow [5.75 sec, 8.79 MB] [notice] Cache HIT cid: 7.0-dev-commandfiles-1-49c1a0abccf111ec68c45236efe33cdf [5.75 sec, 8.8 MB] [debug] Drush bootstrap phase : _drush_bootstrap_drupal_site() [5.75 sec, 8.81 MB] [bootstrap] Initialized Drupal site workflow at sites/default [5.75 sec, 8.81 MB] [notice] Cache HIT cid: 7.0-dev-commandfiles-2-9518eda12b48158193bd617384d95a7d [5.76 sec, 8.82 MB] [debug] Drush bootstrap phase : _drush_bootstrap_drupal_configuration() [5.77 sec, 8.81 MB] [bootstrap] sql-query: SELECT 1; [5.77 sec, 8.95 MB] [status] Executing: mysql --defaults-extra-file=/private/tmp/drush_768awQ --database=workflow_db --host=127.0.0.1 --silent < /private/tmp/drush_gTV6KV 1 Drush bootstrap phase : _drush_bootstrap_drupal_database() [5.8 sec, 8.95 MB] [bootstrap] Successfully connected to the Drupal database. [5.8 sec, 8.95 MB] [bootstrap] Drush bootstrap phase : _drush_bootstrap_drupal_full() [5.81 sec, 9.53 MB] [bootstrap] Cache HIT cid: 7.0-dev-install_profile-66ecfeb9791a023150773849f1550c5d [6.1 sec, 28.48 MB] [debug] Cache HIT cid: 7.0-dev-commandfiles-5-3862b73ea5f0fb89924a07d57dc3ea2f [6.1 sec, 28.49 MB] [debug] Drush bootstrap phase : _drush_bootstrap_drupal_login() [6.11 sec, 29.1 MB] [bootstrap] Successfully logged into Drupal as (uid=0) [6.12 sec, 29.23 MB] [bootstrap] Found command: pm-enable (commandfile=pm) [6.12 sec, 29.23 MB] [bootstrap] Calling hook drush_pm_enable_validate [6.62 sec, 29.65 MB] [debug] features_extra was not found. [7.13 sec, 31.17 MB] [warning] Downloading release history from http://updates.drupal.org/release-history/features_extra/7.x [7.14 sec, 31.28 MB] [notice] Executing: wget --version GNU Wget 1.14 built on darwin11.4.2.

+digest +https +ipv6 -iri +large-file -nls +ntlm +opie +ssl/openssl

Wgetrc: /usr/local/etc/wgetrc (system) Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/usr/local/etc/wgetrc" -DLOCALEDIR="/usr/local/share/locale" -I. -I../lib -I../lib -O2 -Wall Link: gcc -O2 -Wall -liconv -lssl -lcrypto -lz -ldl -lz -lz ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a

Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://www.gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Originally written by Hrvoje Niksic hniksic@xemacs.org. Please send bug reports and questions to bug-wget@gnu.org. Executing: wget -q --timeout=30 -O /private/tmp/download_filecrYyTt http://updates.drupal.org/release-history/features_extra/7.x Calling drush_delete_dir(/private/tmp/features_extraiw5Rup, 1) [7.23 sec, 31.28 MB] [debug] Calling is_readable(/private/tmp/download_filecrYyTt) [7.23 sec, 31.28 MB] [debug] Calling is_writable(/private/tmp) [7.23 sec, 31.29 MB] [debug] Calling rename(/private/tmp/download_filecrYyTt, /private/tmp/features_extraiw5Rup) [7.23 sec, 31.29 MB] [debug] The following projects provide some or all of the extensions not found: [ok] features_extra [7.23 sec, 31.29 MB] Cache HIT cid: 7.0-dev-alias-path--7c2354944a2004448173bcfda20fdb5b [7.24 sec, 31.29 MB] [debug] Would you like to download them? (y/n): y Backend invoke: /opt/local/bin/php /Users/maxit/DevTools/drush/drush.php --php=/opt/local/bin/php --verbose --debug --root=/Users/maxit/Sites/drupal/test/workflow [command] --uri=workflow pm-download features_extra 2>&1 [8.68 sec, 31.3 MB] Calling proc_open(/opt/local/bin/php /Users/maxit/DevTools/drush/drush.php --php=/opt/local/bin/php --verbose --debug --root=/Users/maxit/Sites/drupal/test/workflow --uri=workflow pm-download features_extra 2>&1); Starting Drush preflight. [0.02 sec, 2.52 MB] [preflight] Loading drushrc "/Users/maxit/.drush/drushrc.php" into "home.drush" scope. [0.02 sec, 2.53 MB] [bootstrap] Cache HIT cid: 7.0-dev-alias-path--7c2354944a2004448173bcfda20fdb5b [0.03 sec, 2.59 MB] [debug] Include /Users/maxit/Sites/drupal/drush/widget_flow/commands [0.04 sec, 2.59 MB] [notice] Cache HIT cid: 7.0-dev-commandfiles-0-55341d23bc10d5ca6c3ac23c4d6be80d [0.04 sec, 2.6 MB] [debug]

Bootstrap to phase 0. [0.29 sec, 7.68 MB] [bootstrap] Drush bootstrap phase : _drush_bootstrap_drupal_root() [0.51 sec, 7.69 MB] [bootstrap] Initialized Drupal 7.26 root directory at /Users/maxit/Sites/drupal/test/workflow [0.54 sec, 8.79 MB] [notice] Cache HIT cid: 7.0-dev-commandfiles-1-49c1a0abccf111ec68c45236efe33cdf [0.55 sec, 8.79 MB] [debug] Drush bootstrap phase : _drush_bootstrap_drupal_site() [0.55 sec, 8.8 MB] [bootstrap] Initialized Drupal site workflow at sites/default [0.55 sec, 8.81 MB] [notice] Cache HIT cid: 7.0-dev-commandfiles-2-9518eda12b48158193bd617384d95a7d [0.57 sec, 8.81 MB] [debug] Drush bootstrap phase : _drush_bootstrap_drupal_configuration() [0.57 sec, 8.81 MB] [bootstrap] sql-query: SELECT 1; [0.57 sec, 8.94 MB] [status] Executing: mysql --defaults-extra-file=/private/tmp/drush_tuL0yy --database=workflow_db --host=127.0.0.1 --silent < /private/tmp/drush_BS28Wl 1 Drush bootstrap phase : _drush_bootstrap_drupal_database() [0.61 sec, 8.94 MB] [bootstrap] Successfully connected to the Drupal database. [0.61 sec, 8.94 MB] [bootstrap] Drush bootstrap phase : _drush_bootstrap_drupal_full() [0.63 sec, 9.52 MB] [bootstrap] Cache HIT cid: 7.0-dev-install_profile-66ecfeb9791a023150773849f1550c5d [1.08 sec, 28.44 MB] [debug] Cache HIT cid: 7.0-dev-commandfiles-5-3862b73ea5f0fb89924a07d57dc3ea2f [1.09 sec, 28.46 MB] [debug] Drush bootstrap phase : _drush_bootstrap_drupal_login() [1.1 sec, 29.07 MB] [bootstrap] Successfully logged into Drupal as (uid=0) [1.12 sec, 29.2 MB] [bootstrap] Found command: pm-download (commandfile=pm) [1.12 sec, 29.2 MB] [bootstrap] Loading version_control engine. [1.71 sec, 29.6 MB] [notice] Loading package_handler engine. [1.72 sec, 29.62 MB] [notice] Executing: wget --version Loading release_info engine. [1.74 sec, 29.65 MB] [notice] Including /Users/maxit/DevTools/drush/commands/pm/download.pm.inc [1.75 sec, 29.76 MB] [bootstrap] Calling hook drush_pm_download_validate [1.75 sec, 29.87 MB] [debug] Returned from hook drush_pm_download_validate [1.75 sec, 29.87 MB] [debug] Calling hook drush_pm_download [1.75 sec, 29.89 MB] [debug] Downloading release history from http://updates.drupal.org/release-history/features_extra/7.x [1.76 sec, 29.9 MB] [notice] Executing: wget --version GNU Wget 1.14 built on darwin11.4.2.

+digest +https +ipv6 -iri +large-file -nls +ntlm +opie +ssl/openssl

Wgetrc: /usr/local/etc/wgetrc (system) Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/usr/local/etc/wgetrc" -DLOCALEDIR="/usr/local/share/locale" -I. -I../lib -I../lib -O2 -Wall Link: gcc -O2 -Wall -liconv -lssl -lcrypto -lz -ldl -lz -lz ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a

Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://www.gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Originally written by Hrvoje Niksic hniksic@xemacs.org. Please send bug reports and questions to bug-wget@gnu.org. Executing: wget -q --timeout=30 -O /private/tmp/download_fileocxRCU http://updates.drupal.org/release-history/features_extra/7.x Calling drush_delete_dir(/private/tmp/features_extram4y67k, 1) [1.84 sec, 29.9 MB] [debug] Calling is_readable(/private/tmp/download_fileocxRCU) [1.84 sec, 29.9 MB] [debug] Calling is_writable(/private/tmp) [1.84 sec, 29.9 MB] [debug] Calling rename(/private/tmp/download_fileocxRCU, /private/tmp/features_extram4y67k) [1.84 sec, 29.9 MB] [debug] Downloading project features_extra to /tmp/drush_tmp_1409853663_5408a8df96794 ... [1.84 sec, 29.91 MB] [notice] Executing: wget -q --timeout=30 -O /private/tmp/download_filewTXmCH http://ftp.drupal.org/files/projects/features_extra-7.x-1.0-beta1.tar.gz Calling is_readable(/private/tmp/download_filewTXmCH) [2.01 sec, 29.91 MB] [debug] Calling is_writable(/tmp/drush_tmp_1409853663_5408a8df96794) [2.01 sec, 29.91 MB] [debug] Calling rename(/private/tmp/download_filewTXmCH, /tmp/drush_tmp_1409853663_5408a8df96794/features_extra-7.x-1.0-beta1.tar.gz) [2.01 sec, 29.91 MB] [debug] Downloading features_extra-7.x-1.0-beta1.tar.gz was successful. [2.01 sec, 29.91 MB] [notice] Calling md5_file(/tmp/drush_tmp_1409853663_5408a8df96794/features_extra-7.x-1.0-beta1.tar.gz) [2.01 sec, 29.91 MB] [debug] Md5 checksum of features_extra-7.x-1.0-beta1.tar.gz verified. [2.01 sec, 29.91 MB] [notice] Mime type for /tmp/drush_tmp_1409853663_5408a8df96794/features_extra-7.x-1.0-beta1.tar.gz is application/x-gzip [2.02 sec, 29.92 MB] [notice] Calling chdir(/tmp/drush_tmp_1409853663_5408a8df96794) [2.02 sec, 29.92 MB] [debug] Executing: tar -C /tmp/drush_tmp_1409853663_5408a8df96794 -xzf features_extra-7.x-1.0-beta1.tar.gz Calling chdir(/Users/maxit/Sites/drupal/test/workflow) [2.04 sec, 29.92 MB] [debug] Calling chdir(/tmp/drush_tmp_1409853663_5408a8df96794) [2.04 sec, 29.92 MB] [debug] Executing: tar -tzf features_extra-7.x-1.0-beta1.tar.gz features_extra/ features_extra/fe_block.info features_extra/fe_profile.info features_extra/LICENSE.txt features_extra/fe_block.install features_extra/tests/ features_extra/tests/features_extra_test.features.fe_block_settings.inc features_extra/tests/fe_block.test features_extra/tests/features_extra_test.module features_extra/tests/features_extra_test.features.inc features_extra/tests/fe_nodequeue.test features_extra/tests/features_extra_test_case.test features_extra/tests/features_extra_test.info features_extra/tests/features_extra_test.features.fe_block_boxes.inc features_extra/fe_profile.module features_extra/fe_block.module features_extra/fe_nodequeue.info features_extra/fe_nodequeue.module Calling chdir(/Users/maxit/Sites/drupal/test/workflow) [2.07 sec, 29.93 MB] [debug] Using destination directory /Users/maxit/Sites/drupal/test/workflow/sites/all/modules [2.08 sec, 29.93 MB] [notice] Verifying signature for svn version control engine. [2.08 sec, 29.94 MB] [debug] Executing: svn info /Users/maxit/Sites/drupal/test/workflow/sites/all/modules svn: E155007: '/Users/maxit/Sites/drupal/test/workflow/sites/all/modules' is not a working copy Verifying signature for bzr version control engine. [2.13 sec, 29.93 MB] [debug] Executing: bzr root /Users/maxit/Sites/drupal/test/workflow/sites/all/modules sh: bzr: command not found Install location /Users/maxit/Sites/drupal/test/workflow/sites/all/modules/features_extra already exists. Do you want to overwrite it? (y/n): Skip installation of features_extra to /Users/maxit/Sites/drupal/test/workflow/sites/all/modules/features_extra. [2.14 sec, 29.93 MB] [warning] Returned from hook drush_pm_download [2.14 sec, 29.92 MB] [debug] Command dispatch complete [2.14 sec, 29.87 MB] [notice] Timer Cum (sec) Count Avg (msec) page 1.574 1 1573.96 Peak memory usage was 32.22 MB [2.15 sec, 30.01 MB] [memory] features_extra was not found. [11.29 sec, 31.29 MB] [warning] Downloading release history from http://updates.drupal.org/release-history/features_extra/7.x [11.29 sec, 31.29 MB] [notice] Executing: wget -q --timeout=30 -O /private/tmp/download_filemBQnir http://updates.drupal.org/release-history/features_extra/7.x Calling drush_delete_dir(/private/tmp/features_extraaGl4M7, 1) [11.39 sec, 31.29 MB] [debug] Calling is_readable(/private/tmp/download_filemBQnir) [11.39 sec, 31.29 MB] [debug] Calling is_writable(/private/tmp) [11.39 sec, 31.29 MB] [debug] Calling rename(/private/tmp/download_filemBQnir, /private/tmp/features_extraaGl4M7) [11.39 sec, 31.3 MB] [debug] The following projects provide some or all of the extensions not found: [ok] features_extra [11.39 sec, 31.29 MB] Would you like to download them? (y/n): y Cache HIT cid: 7.0-dev-alias-path--7c2354944a2004448173bcfda20fdb5b [11.39 sec, 31.3 MB] [debug] Backend invoke: /opt/local/bin/php /Users/maxit/DevTools/drush/drush.php --php=/opt/local/bin/php --verbose --debug --root=/Users/maxit/Sites/drupal/test/workflow [command] --uri=workflow pm-download features_extra 2>&1 [12.81 sec, 31.36 MB] Calling proc_open(/opt/local/bin/php /Users/maxit/DevTools/drush/drush.php --php=/opt/local/bin/php --verbose --debug --root=/Users/maxit/Sites/drupal/test/workflow --uri=workflow pm-download features_extra 2>&1); Starting Drush preflight. [0.02 sec, 2.52 MB] [preflight] Loading drushrc "/Users/maxit/.drush/drushrc.php" into "home.drush" scope. [0.02 sec, 2.53 MB] [bootstrap] Cache HIT cid: 7.0-dev-alias-path--7c2354944a2004448173bcfda20fdb5b [0.03 sec, 2.59 MB] [debug] Include /Users/maxit/Sites/drupal/drush/widget_flow/commands [0.04 sec, 2.59 MB] [notice] Cache HIT cid: 7.0-dev-commandfiles-0-55341d23bc10d5ca6c3ac23c4d6be80d [0.04 sec, 2.6 MB] [debug]

Bootstrap to phase 0. [0.28 sec, 7.68 MB] [bootstrap] Drush bootstrap phase : _drush_bootstrap_drupal_root() [0.47 sec, 7.69 MB] [bootstrap] Initialized Drupal 7.26 root directory at /Users/maxit/Sites/drupal/test/workflow [0.49 sec, 8.79 MB] [notice] Cache HIT cid: 7.0-dev-commandfiles-1-49c1a0abccf111ec68c45236efe33cdf [0.49 sec, 8.79 MB] [debug] Drush bootstrap phase : _drush_bootstrap_drupal_site() [0.49 sec, 8.8 MB] [bootstrap] Initialized Drupal site workflow at sites/default [0.49 sec, 8.81 MB] [notice] Cache HIT cid: 7.0-dev-commandfiles-2-9518eda12b48158193bd617384d95a7d [0.51 sec, 8.81 MB] [debug] Drush bootstrap phase : _drush_bootstrap_drupal_configuration() [0.51 sec, 8.81 MB] [bootstrap] sql-query: SELECT 1; [0.52 sec, 8.94 MB] [status] Executing: mysql --defaults-extra-file=/private/tmp/drush_qIOFuT --database=workflow_db --host=127.0.0.1 --silent < /private/tmp/drush_wB7FKZ 1 Drush bootstrap phase : _drush_bootstrap_drupal_database() [0.59 sec, 8.94 MB] [bootstrap] Successfully connected to the Drupal database. [0.59 sec, 8.94 MB] [bootstrap] Drush bootstrap phase : _drush_bootstrap_drupal_full() [0.6 sec, 9.52 MB] [bootstrap] Cache HIT cid: 7.0-dev-install_profile-66ecfeb9791a023150773849f1550c5d [0.88 sec, 28.44 MB] [debug] Cache HIT cid: 7.0-dev-commandfiles-5-3862b73ea5f0fb89924a07d57dc3ea2f [0.88 sec, 28.46 MB] [debug] Drush bootstrap phase : _drush_bootstrap_drupal_login() [0.89 sec, 29.07 MB] [bootstrap] Successfully logged into Drupal as (uid=0) [0.9 sec, 29.2 MB] [bootstrap] Found command: pm-download (commandfile=pm) [0.9 sec, 29.2 MB] [bootstrap] Loading version_control engine. [1.42 sec, 29.6 MB] [notice] Loading package_handler engine. [1.42 sec, 29.62 MB] [notice] Executing: wget --version Loading release_info engine. [1.44 sec, 29.65 MB] [notice] Including /Users/maxit/DevTools/drush/commands/pm/download.pm.inc [1.45 sec, 29.76 MB] [bootstrap] Calling hook drush_pm_download_validate [1.45 sec, 29.87 MB] [debug] Returned from hook drush_pm_download_validate [1.45 sec, 29.87 MB] [debug] Calling hook drush_pm_download [1.45 sec, 29.89 MB] [debug] Downloading release history from http://updates.drupal.org/release-history/features_extra/7.x [1.45 sec, 29.9 MB] [notice] Executing: wget --version GNU Wget 1.14 built on darwin11.4.2.

+digest +https +ipv6 -iri +large-file -nls +ntlm +opie +ssl/openssl

Wgetrc: /usr/local/etc/wgetrc (system) Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/usr/local/etc/wgetrc" -DLOCALEDIR="/usr/local/share/locale" -I. -I../lib -I../lib -O2 -Wall Link: gcc -O2 -Wall -liconv -lssl -lcrypto -lz -ldl -lz -lz ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a

Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://www.gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Originally written by Hrvoje Niksic hniksic@xemacs.org. Please send bug reports and questions to bug-wget@gnu.org. Executing: wget -q --timeout=30 -O /private/tmp/download_fileXtTY4y http://updates.drupal.org/release-history/features_extra/7.x Calling drush_delete_dir(/private/tmp/features_extraIO4sUZ, 1) [1.53 sec, 29.9 MB] [debug] Calling is_readable(/private/tmp/download_fileXtTY4y) [1.54 sec, 29.9 MB] [debug] Calling is_writable(/private/tmp) [1.54 sec, 29.9 MB] [debug] Calling rename(/private/tmp/download_fileXtTY4y, /private/tmp/features_extraIO4sUZ) [1.54 sec, 29.9 MB] [debug] Downloading project features_extra to /tmp/drush_tmp_1409853667_5408a8e36b34d ... [1.54 sec, 29.91 MB] [notice] Executing: wget -q --timeout=30 -O /private/tmp/download_fileuToQq1 http://ftp.drupal.org/files/projects/features_extra-7.x-1.0-beta1.tar.gz Calling is_readable(/private/tmp/download_fileuToQq1) [1.63 sec, 29.91 MB] [debug] Calling is_writable(/tmp/drush_tmp_1409853667_5408a8e36b34d) [1.63 sec, 29.91 MB] [debug] Calling rename(/private/tmp/download_fileuToQq1, /tmp/drush_tmp_1409853667_5408a8e36b34d/features_extra-7.x-1.0-beta1.tar.gz) [1.63 sec, 29.91 MB] [debug] Downloading features_extra-7.x-1.0-beta1.tar.gz was successful. [1.63 sec, 29.91 MB] [notice] Calling md5_file(/tmp/drush_tmp_1409853667_5408a8e36b34d/features_extra-7.x-1.0-beta1.tar.gz) [1.63 sec, 29.91 MB] [debug] Md5 checksum of features_extra-7.x-1.0-beta1.tar.gz verified. [1.63 sec, 29.91 MB] [notice] Mime type for /tmp/drush_tmp_1409853667_5408a8e36b34d/features_extra-7.x-1.0-beta1.tar.gz is application/x-gzip [1.64 sec, 29.92 MB] [notice] Calling chdir(/tmp/drush_tmp_1409853667_5408a8e36b34d) [1.64 sec, 29.92 MB] [debug] Executing: tar -C /tmp/drush_tmp_1409853667_5408a8e36b34d -xzf features_extra-7.x-1.0-beta1.tar.gz Calling chdir(/Users/maxit/Sites/drupal/test/wo

makapacs commented 10 years ago

from status drush @workflow st master efafc92

Drupal version : 7.26
Site URI : workflow
Database driver : mysql
Database hostname : 127.0.0.1
Database port :
Database username : root
Database name : workflow_db
Database : Connected
Drupal bootstrap : Successful
Drupal user :
Default theme : espresso
Administration theme : seven
PHP executable : /opt/local/bin/php
PHP configuration : /opt/local/etc/php54/php.ini
PHP OS : Darwin
Drush version : 7.0-dev
Drush temp directory : /tmp
Drush configuration : /Users/maxit/.drush/drushrc.php
Drush alias files : /Users/maxit/.drush/aliases.drushrc.php /Users/maxit/.drush/ds.aliases.drushrc.php Drupal root : /Users/maxit/Sites/drupal/test/workflow
Site path : sites/default
File directory path : sites/default/files
Temporary file directory path : /tmp

jonhattan commented 9 years ago

Duplicate of #5