Hi, I'm getting this error:

Drush command terminated abnormally due to an unrecoverable error.   [error]
Error: Call to undefined function drush_make_libraries() in
/home/quickstart/.drush/drush_make/drush_make.project.inc, line 246

From my make file. A copy of the make file and output are below:

Starting make file:

core = 7.x
api = 2

; core
projects[drupal][type] = core

; provider profile
projects[provider][type] = "profile"
projects[provider][download][type] = "git"
projects[provider][download][url] = "git@git.assembla.com:xxx.git"

Profile Make file:

core = 7.x
api = 2

; contrib - basics
projects[views][subdir] = contrib
projects[ctools][subdir] = contrib
projects[advanced_help][subdir] = contrib
projects[backup_migrate][subdir] = contrib
projects[features][subdir] = contrib
projects[pathauto][subdir] = contrib
projects[token][subdir] = contrib

; contrib - scheduling
projects[calendar][subdir] = contrib
projects[date][subdir] = contrib

; contrib - development
; throws An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows
projects[devel][subdir] = contrib

; contrib - payments
projects[commerce][type] = module
projects[commerce][download][type] = cvs
projects[commerce][download][module] = contributions/modules/commerce
projects[commerce][download][revision] = HEAD
projects[commerce][subdir] = contrib
projects[commerce_paypal][type] = module
projects[commerce_paypal][download][type] = cvs
projects[commerce_paypal][download][module] = contributions/modules/commerce_paypal
projects[commerce_paypal][download][revision] = HEAD
projects[commerce_paypal][subdir] = contrib

projects[rules][subdir] = contrib
projects[entity][subdir] = contrib
projects[addressfield][subdir] = contrib

; contrib - social
projects[fb][type] = module
projects[fb][version] = 3.x-dev
projects[fb][subdir] = contrib

; contrib - appointment relationships
projects[references][type] = module
projects[references][version] = 2.x-dev
projects[references][subdir] = contrib

; contrib - profiles
projects[email][subdir] = contrib
projects[profile2][subdir] = contrib

Output:

quickstart@qs09:~/websites$ drush make provider_profile.make pro.t2
Project information for drupal retrieved.                            [ok]
drupal downloaded from                                               [ok]
http://ftp.drupal.org/files/projects/drupal-7.0.tar.gz.
provider cloned from git@git.assembla.com:powma.2.git.               [ok]
Found makefile: provider.make                                        [ok]
Project information for views retrieved.                             [ok]
Project information for ctools retrieved.                            [ok]
Project information for advanced_help retrieved.                     [ok]
Project information for backup_migrate retrieved.                    [ok]
Project information for features retrieved.                          [ok]
Project information for pathauto retrieved.                          [ok]
Project information for token retrieved.                             [ok]
Project information for calendar retrieved.                          [ok]
Project information for date retrieved.                              [ok]
Project information for devel retrieved.                             [ok]
Project information for rules retrieved.                             [ok]
Project information for entity retrieved.                            [ok]
Project information for addressfield retrieved.                      [ok]
Project information for fb retrieved.                                [ok]
Project information for references retrieved.                        [ok]
Project information for email retrieved.                             [ok]
Project information for profile2 retrieved.                          [ok]
views downloaded from                                                [ok]
http://ftp.drupal.org/files/projects/views-7.x-3.0-alpha1.tar.gz.
ctools downloaded from                                               [ok]
http://ftp.drupal.org/files/projects/ctools-7.x-1.0-alpha2.tar.gz.
advanced_help downloaded from                                        [ok]
http://ftp.drupal.org/files/projects/advanced_help-7.x-1.0-beta1.tar.gz.
backup_migrate downloaded from                                       [ok]
http://ftp.drupal.org/files/projects/backup_migrate-7.x-2.1.tar.gz.
features downloaded from                                             [ok]
http://ftp.drupal.org/files/projects/features-7.x-1.0-beta1.tar.gz.
pathauto downloaded from                                             [ok]
http://ftp.drupal.org/files/projects/pathauto-7.x-1.0-beta1.tar.gz.
token downloaded from                                                [ok]
http://ftp.drupal.org/files/projects/token-7.x-1.0-beta1.tar.gz.
calendar downloaded from                                             [ok]
http://ftp.drupal.org/files/projects/calendar-7.x-2.x-dev.tar.gz.
date downloaded from                                                 [ok]
http://ftp.drupal.org/files/projects/date-7.x-2.0-alpha1.tar.gz.
devel downloaded from                                                [ok]
http://ftp.drupal.org/files/projects/devel-7.x-1.0.tar.gz.
commerce downloaded from contributions/modules/commerce.             [ok]
commerce_paypal downloaded from                                      [ok]
contributions/modules/commerce_paypal.
rules downloaded from                                                [ok]
http://ftp.drupal.org/files/projects/rules-7.x-2.0-alpha5.tar.gz.
entity downloaded from                                               [ok]
http://ftp.drupal.org/files/projects/entity-7.x-1.0-beta7.tar.gz.
addressfield downloaded from                                         [ok]
http://ftp.drupal.org/files/projects/addressfield-7.x-1.0-alpha1.tar.gz.
fb downloaded from                                                   [ok]
http://ftp.drupal.org/files/projects/fb-7.x-3.x-dev.tar.gz.
references downloaded from                                           [ok]
http://ftp.drupal.org/files/projects/references-7.x-2.x-dev.tar.gz.
email downloaded from                                                [ok]
http://ftp.drupal.org/files/projects/email-7.x-1.0-beta1.tar.gz.
profile2 downloaded from                                             [ok]
http://ftp.drupal.org/files/projects/profile2-7.x-1.0-beta1.tar.gz.
Drush command terminated abnormally due to an unrecoverable error.   [error]
Error: Call to undefined function drush_make_libraries() in
/home/quickstart/.drush/drush_make/drush_make.project.inc, line 246
quickstart@qs09:~/websites$ 

And in case this bug wasn't long enough already, here is a --debug version:

quickstart@qs09:~/websites$ drush make provider_profile.make pro.t4 --debug
Bootstrap to phase 0. [0.02 sec, 2.13 MB]                            [bootstrap]
Drush bootstrap phase : _drush_bootstrap_drush() [0.02 sec, 2.31 MB] [bootstrap]
Bootstrap to phase 0. [0.1 sec, 5.77 MB]                                                                                                                                                                                           [bootstrap]
Found command: make (commandfile=drush_make) [0.1 sec, 5.77 MB]                                                                                                                                                                    [bootstrap]
Initializing drush commandfile: drush_make [0.1 sec, 5.77 MB]                                                                                                                                                                      [bootstrap]
Initializing drush commandfile: drush_make_d_o [0.1 sec, 5.77 MB]                                                                                                                                                                  [bootstrap]
Initializing drush commandfile: user [0.1 sec, 5.77 MB]                                                                                                                                                                            [bootstrap]
Undefined variable: build_path drush_make.drush.inc:178 [0.12 sec, 5.86 MB]                                                                                                                                                           [notice]
Undefined variable: build_path drush_make.drush.inc:178 [0.12 sec, 5.86 MB]                                                                                                                                                           [notice]
Executing: mkdir '/tmp/drush_make_tmp_1300064611'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/drupal/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 19394  100 19394    0     0  46817      0 --:--:-- --:--:-- --:--:-- 47418
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for drupal retrieved. [0.63 sec, 5.87 MB]                                                                                                                                                                      [ok]
Undefined property: DrushMakeProject_Profile::$destination drush_make.project.inc:297 [0.63 sec, 5.87 MB]                                                                                                                             [notice]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/drupal-7.0.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 2664k  100 2664k    0     0  65.4M      0 --:--:-- --:--:-- --:--:-- 66.7M
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  drupal-7.0.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/drupal-7.0.tar.gz' '/tmp/drush_make_tmp_1300064611/drupal-7.0.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
drupal downloaded from http://ftp.drupal.org/files/projects/drupal-7.0.tar.gz. [0.8 sec, 5.87 MB]                                                                                                                                  [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/drupal-7.0.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
              2728271            11776000  76.8% /tmp/drush_make_tmp_1300064611/drupal-7.0.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/drupal-7.0.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/drupal-7.0.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  drupal-7.0
Executing: mv '/tmp/drush_make_tmp_1300064611/__unzip__/drupal-7.0' '/tmp/drush_make_tmp_1300064611/__unzip__/__build__'
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/__build__' '/tmp/drush_make_tmp_1300064611'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/drupal-7.0.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider'
Undefined index: protocol drush_make.download.inc:377 [1.25 sec, 5.88 MB]                                                                                                                                                             [notice]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__git__/'
Executing: git clone 'git@git.assembla.com:powma.2.git' '/tmp/drush_make_tmp_1300064611/__git__/provider'
  Initialized empty Git repository in /tmp/drush_make_tmp_1300064611/__git__/provider/.git/
provider cloned from git@git.assembla.com:powma.2.git. [5.47 sec, 5.88 MB]                                                                                                                                                         [ok]
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__git__/provider/.git'
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__git__/provider' '/tmp/drush_make_tmp_1300064611/__build__/profiles'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__git__'
Found makefile: provider.make [5.52 sec, 5.87 MB]                                                                                                                                                                                  [ok]
Undefined variable: build_path drush_make.drush.inc:178 [5.58 sec, 5.89 MB]                                                                                                                                                           [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.58 sec, 5.89 MB]                                                                                                                                                           [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.58 sec, 5.89 MB]                                                                                                                                                           [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.58 sec, 5.89 MB]                                                                                                                                                           [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.58 sec, 5.9 MB]                                                                                                                                                            [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.58 sec, 5.9 MB]                                                                                                                                                            [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.59 sec, 5.9 MB]                                                                                                                                                            [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.59 sec, 5.9 MB]                                                                                                                                                            [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.59 sec, 5.9 MB]                                                                                                                                                            [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.59 sec, 5.91 MB]                                                                                                                                                           [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.59 sec, 5.91 MB]                                                                                                                                                           [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.6 sec, 5.91 MB]                                                                                                                                                            [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.6 sec, 5.91 MB]                                                                                                                                                            [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.6 sec, 5.92 MB]                                                                                                                                                            [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.6 sec, 5.92 MB]                                                                                                                                                            [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.6 sec, 5.92 MB]                                                                                                                                                            [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.6 sec, 5.92 MB]                                                                                                                                                            [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.6 sec, 5.92 MB]                                                                                                                                                            [notice]
Undefined variable: build_path drush_make.drush.inc:178 [5.6 sec, 5.93 MB]                                                                                                                                                            [notice]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/views/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  2944  100  2944    0     0  11996      0 --:--:-- --:--:-- --:--:-- 12065
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for views retrieved. [5.94 sec, 5.93 MB]                                                                                                                                                                       [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/ctools/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  3941  100  3941    0     0  23187      0 --:--:-- --:--:-- --:--:-- 23319
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for ctools retrieved. [6.17 sec, 5.93 MB]                                                                                                                                                                      [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/advanced_help/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  3169  100  3169    0     0  34934      0 --:--:-- --:--:-- --:--:-- 35606
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for advanced_help retrieved. [6.33 sec, 5.94 MB]                                                                                                                                                               [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/backup_migrate/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  5261  100  5261    0     0  50628      0 --:--:-- --:--:-- --:--:-- 51077
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for backup_migrate retrieved. [6.49 sec, 5.94 MB]                                                                                                                                                              [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/features/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  6072  100  6072    0     0  64663      0 --:--:-- --:--:-- --:--:-- 64595
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for features retrieved. [6.64 sec, 5.94 MB]                                                                                                                                                                    [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/pathauto/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  5427  100  5427    0     0  52243      0 --:--:-- --:--:-- --:--:-- 52689
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for pathauto retrieved. [6.82 sec, 5.95 MB]                                                                                                                                                                    [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/token/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  6407  100  6407    0     0  60927      0 --:--:-- --:--:-- --:--:-- 61605
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for token retrieved. [6.98 sec, 5.95 MB]                                                                                                                                                                       [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/calendar/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  6429  100  6429    0     0  65419      0 --:--:-- --:--:-- --:--:-- 66278
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for calendar retrieved. [7.12 sec, 5.95 MB]                                                                                                                                                                    [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/date/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  6349  100  6349    0     0  68686      0 --:--:-- --:--:-- --:--:-- 69769
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for date retrieved. [7.27 sec, 5.96 MB]                                                                                                                                                                        [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/devel/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  7715  100  7715    0     0  82189      0 --:--:-- --:--:-- --:--:-- 83858
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for devel retrieved. [7.43 sec, 5.96 MB]                                                                                                                                                                       [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/rules/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  8527  100  8527    0     0  76322      0 --:--:-- --:--:-- --:--:-- 77518
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for rules retrieved. [7.61 sec, 5.96 MB]                                                                                                                                                                       [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/entity/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 16323  100 16323    0     0  95188      0 --:--:-- --:--:-- --:--:-- 96017
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for entity retrieved. [7.85 sec, 5.97 MB]                                                                                                                                                                      [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/addressfield/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  3021  100  3021    0     0  32610      0 --:--:-- --:--:-- --:--:-- 33566
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for addressfield retrieved. [8 sec, 5.97 MB]                                                                                                                                                                   [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/fb/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  1770  100  1770    0     0  19449      0 --:--:-- --:--:-- --:--:-- 19666
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for fb retrieved. [8.15 sec, 5.97 MB]                                                                                                                                                                          [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/references/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  2843  100  2843    0     0  31223      0 --:--:-- --:--:-- --:--:-- 31588
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for references retrieved. [8.3 sec, 5.98 MB]                                                                                                                                                                   [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/email/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  5353  100  5353    0     0  55510      0 --:--:-- --:--:-- --:--:-- 56347
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for email retrieved. [8.46 sec, 5.98 MB]                                                                                                                                                                       [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://updates.drupal.org/release-history/profile2/7.x'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  5085  100  5085    0     0  47688      0 --:--:-- --:--:-- --:--:-- 47971
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  7.x
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/7.x' '/tmp/drush_make_tmp_1300064611/7.x'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
Calling unlink(/tmp/drush_make_tmp_1300064611/7.x)
Project information for profile2 retrieved. [8.62 sec, 5.98 MB]                                                                                                                                                                    [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/views'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/views-7.x-3.0-alpha1.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 1524k  100 1524k    0     0  61.8M      0 --:--:-- --:--:-- --:--:-- 64.7M
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  views-7.x-3.0-alpha1.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/views-7.x-3.0-alpha1.tar.gz' '/tmp/drush_make_tmp_1300064611/views-7.x-3.0-alpha1.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
views downloaded from http://ftp.drupal.org/files/projects/views-7.x-3.0-alpha1.tar.gz. [8.71 sec, 5.98 MB]                                                                                                                        [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/views-7.x-3.0-alpha1.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
              1561161             4085760  61.8% /tmp/drush_make_tmp_1300064611/views-7.x-3.0-alpha1.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/views-7.x-3.0-alpha1.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/views-7.x-3.0-alpha1.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  views
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/views' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/views-7.x-3.0-alpha1.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/ctools'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/ctools-7.x-1.0-alpha2.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  508k  100  508k    0     0  78.2M      0 --:--:-- --:--:-- --:--:-- 99.3M
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  ctools-7.x-1.0-alpha2.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/ctools-7.x-1.0-alpha2.tar.gz' '/tmp/drush_make_tmp_1300064611/ctools-7.x-1.0-alpha2.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
ctools downloaded from http://ftp.drupal.org/files/projects/ctools-7.x-1.0-alpha2.tar.gz. [8.91 sec, 5.99 MB]                                                                                                                      [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/ctools-7.x-1.0-alpha2.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
               521068             2641920  80.3% /tmp/drush_make_tmp_1300064611/ctools-7.x-1.0-alpha2.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/ctools-7.x-1.0-alpha2.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/ctools-7.x-1.0-alpha2.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  ctools
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/ctools' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/ctools-7.x-1.0-alpha2.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/advanced_help'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/advanced_help-7.x-1.0-beta1.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 81918  100 81918    0     0  18.4M      0 --:--:-- --:--:-- --:--:-- 26.0M
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  advanced_help-7.x-1.0-beta1.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/advanced_help-7.x-1.0-beta1.tar.gz' '/tmp/drush_make_tmp_1300064611/advanced_help-7.x-1.0-beta1.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
advanced_help downloaded from http://ftp.drupal.org/files/projects/advanced_help-7.x-1.0-beta1.tar.gz. [9.09 sec, 5.99 MB]                                                                                                         [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/advanced_help-7.x-1.0-beta1.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
                81918              235520  65.2% /tmp/drush_make_tmp_1300064611/advanced_help-7.x-1.0-beta1.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/advanced_help-7.x-1.0-beta1.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/advanced_help-7.x-1.0-beta1.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  advanced_help
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/advanced_help' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/advanced_help-7.x-1.0-beta1.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/backup_migrate'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/backup_migrate-7.x-2.1.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 62969  100 62969    0     0  14.1M      0 --:--:-- --:--:-- --:--:-- 20.0M
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  backup_migrate-7.x-2.1.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/backup_migrate-7.x-2.1.tar.gz' '/tmp/drush_make_tmp_1300064611/backup_migrate-7.x-2.1.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
backup_migrate downloaded from http://ftp.drupal.org/files/projects/backup_migrate-7.x-2.1.tar.gz. [9.21 sec, 5.99 MB]                                                                                                             [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/backup_migrate-7.x-2.1.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
                62969              307200  79.5% /tmp/drush_make_tmp_1300064611/backup_migrate-7.x-2.1.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/backup_migrate-7.x-2.1.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/backup_migrate-7.x-2.1.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  backup_migrate
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/backup_migrate' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/backup_migrate-7.x-2.1.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/features'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/features-7.x-1.0-beta1.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 68372  100 68372    0     0  14.3M      0 --:--:-- --:--:-- --:--:-- 21.7M
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  features-7.x-1.0-beta1.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/features-7.x-1.0-beta1.tar.gz' '/tmp/drush_make_tmp_1300064611/features-7.x-1.0-beta1.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
features downloaded from http://ftp.drupal.org/files/projects/features-7.x-1.0-beta1.tar.gz. [9.4 sec, 5.99 MB]                                                                                                                    [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/features-7.x-1.0-beta1.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
                68372              307200  77.7% /tmp/drush_make_tmp_1300064611/features-7.x-1.0-beta1.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/features-7.x-1.0-beta1.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/features-7.x-1.0-beta1.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  features
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/features' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/features-7.x-1.0-beta1.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/pathauto'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/pathauto-7.x-1.0-beta1.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 56885  100 56885    0     0  12.5M      0 --:--:-- --:--:-- --:--:-- 18.0M
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  pathauto-7.x-1.0-beta1.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/pathauto-7.x-1.0-beta1.tar.gz' '/tmp/drush_make_tmp_1300064611/pathauto-7.x-1.0-beta1.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
pathauto downloaded from http://ftp.drupal.org/files/projects/pathauto-7.x-1.0-beta1.tar.gz. [9.56 sec, 5.99 MB]                                                                                                                   [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/pathauto-7.x-1.0-beta1.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
                56885              256000  77.8% /tmp/drush_make_tmp_1300064611/pathauto-7.x-1.0-beta1.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/pathauto-7.x-1.0-beta1.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/pathauto-7.x-1.0-beta1.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  pathauto
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/pathauto' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/pathauto-7.x-1.0-beta1.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/token'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/token-7.x-1.0-beta1.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 31159  100 31159    0     0  6235k      0 --:--:-- --:--:-- --:--:-- 7607k
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  token-7.x-1.0-beta1.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/token-7.x-1.0-beta1.tar.gz' '/tmp/drush_make_tmp_1300064611/token-7.x-1.0-beta1.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
token downloaded from http://ftp.drupal.org/files/projects/token-7.x-1.0-beta1.tar.gz. [9.69 sec, 5.99 MB]                                                                                                                         [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/token-7.x-1.0-beta1.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
                31159              143360  78.3% /tmp/drush_make_tmp_1300064611/token-7.x-1.0-beta1.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/token-7.x-1.0-beta1.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/token-7.x-1.0-beta1.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  token
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/token' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/token-7.x-1.0-beta1.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/calendar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/calendar-7.x-2.x-dev.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  467k  100  467k    0     0  71.8M      0 --:--:-- --:--:-- --:--:-- 91.3M
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  calendar-7.x-2.x-dev.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/calendar-7.x-2.x-dev.tar.gz' '/tmp/drush_make_tmp_1300064611/calendar-7.x-2.x-dev.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
calendar downloaded from http://ftp.drupal.org/files/projects/calendar-7.x-2.x-dev.tar.gz. [9.88 sec, 6 MB]                                                                                                                        [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/calendar-7.x-2.x-dev.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
               479064              860160  44.3% /tmp/drush_make_tmp_1300064611/calendar-7.x-2.x-dev.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/calendar-7.x-2.x-dev.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/calendar-7.x-2.x-dev.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  calendar
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/calendar' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/calendar-7.x-2.x-dev.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/date'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/date-7.x-2.0-alpha1.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  162k  100  162k    0     0  33.7M      0 --:--:-- --:--:-- --:--:-- 53.0M
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  date-7.x-2.0-alpha1.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/date-7.x-2.0-alpha1.tar.gz' '/tmp/drush_make_tmp_1300064611/date-7.x-2.0-alpha1.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
date downloaded from http://ftp.drupal.org/files/projects/date-7.x-2.0-alpha1.tar.gz. [10.04 sec, 6 MB]                                                                                                                            [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/date-7.x-2.0-alpha1.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
               166837              768000  78.3% /tmp/drush_make_tmp_1300064611/date-7.x-2.0-alpha1.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/date-7.x-2.0-alpha1.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/date-7.x-2.0-alpha1.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  date
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/date' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/date-7.x-2.0-alpha1.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/devel'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/devel-7.x-1.0.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  184k  100  184k    0     0  35.8M      0 --:--:-- --:--:-- --:--:-- 44.9M
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  devel-7.x-1.0.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/devel-7.x-1.0.tar.gz' '/tmp/drush_make_tmp_1300064611/devel-7.x-1.0.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
devel downloaded from http://ftp.drupal.org/files/projects/devel-7.x-1.0.tar.gz. [10.18 sec, 6 MB]                                                                                                                                 [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/devel-7.x-1.0.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
               188724              819200  77.0% /tmp/drush_make_tmp_1300064611/devel-7.x-1.0.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/devel-7.x-1.0.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/devel-7.x-1.0.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  devel
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/devel' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/devel-7.x-1.0.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/commerce'
Calling chdir(/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib)
Executing: cvs -d':pserver:anonymous:anonymous@drupalcode.org:/cvs/drupal-contrib' export -d'commerce' -r 'HEAD' 'contributions/modules/commerce'
  cvs export: failed to create lock directory for `/cvs/drupal-contrib/CVSROOT' (/cvs/drupal-contrib/CVSROOT/#cvs.history.lock): Permission denied
  cvs export: failed to obtain history lock in repository `/cvs/drupal-contrib'
  cvs export: Updating commerce
  U commerce/.gitignore
  U commerce/README.txt
  U commerce/commerce.api.php
  U commerce/commerce.info
  U commerce/commerce.module
  U commerce/commerce_ui.info
  U commerce/commerce_ui.module
  cvs export: Updating commerce/help
  U commerce/help/README.txt
  cvs export: Updating commerce/includes
  U commerce/includes/commerce.currency.inc
  U commerce/includes/commerce_ui.admin.inc
  cvs export: Updating commerce/includes/views
  U commerce/includes/views/README.txt
  cvs export: Updating commerce/modules
  U commerce/modules/README.txt
  cvs export: Updating commerce/modules/cart
  U commerce/modules/cart/commerce_cart.api.php
  U commerce/modules/cart/commerce_cart.info
  U commerce/modules/cart/commerce_cart.info.inc
  U commerce/modules/cart/commerce_cart.module
  U commerce/modules/cart/commerce_cart.rules.inc
  U commerce/modules/cart/commerce_cart.rules_defaults.inc
  cvs export: Updating commerce/modules/cart/includes
  U commerce/modules/cart/includes/commerce_cart.checkout_pane.inc
  U commerce/modules/cart/includes/commerce_cart.pages.inc
  cvs export: Updating commerce/modules/cart/includes/views
  U commerce/modules/cart/includes/views/commerce_cart.views.inc
  U commerce/modules/cart/includes/views/commerce_cart.views_default.inc
  cvs export: Updating commerce/modules/cart/includes/views/handlers
  U commerce/modules/cart/includes/views/handlers/commerce_cart_handler_field_add_to_cart_form.inc
  cvs export: Updating commerce/modules/cart/tests
  U commerce/modules/cart/tests/commerce_cart.test
  cvs export: Updating commerce/modules/cart/theme
  U commerce/modules/cart/theme/buttons.png
  U commerce/modules/cart/theme/commerce-cart-block.tpl.php
  U commerce/modules/cart/theme/commerce_cart.css
  cvs export: Updating commerce/modules/checkout
  U commerce/modules/checkout/commerce_checkout.api.php
  U commerce/modules/checkout/commerce_checkout.info
  U commerce/modules/checkout/commerce_checkout.install
  U commerce/modules/checkout/commerce_checkout.js
  U commerce/modules/checkout/commerce_checkout.module
  U commerce/modules/checkout/commerce_checkout.rules.inc
  U commerce/modules/checkout/commerce_checkout.rules_defaults.inc
  U commerce/modules/checkout/commerce_checkout_admin.js
  cvs export: Updating commerce/modules/checkout/images
  U commerce/modules/checkout/images/status-active.gif
  cvs export: Updating commerce/modules/checkout/includes
  U commerce/modules/checkout/includes/commerce_checkout.admin.inc
  U commerce/modules/checkout/includes/commerce_checkout.checkout_pane.inc
  U commerce/modules/checkout/includes/commerce_checkout.pages.inc
  cvs export: Updating commerce/modules/checkout/tests
  U commerce/modules/checkout/tests/commerce_checkout.test
  cvs export: Updating commerce/modules/checkout/theme
  U commerce/modules/checkout/theme/commerce_checkout.css
  U commerce/modules/checkout/theme/commerce_checkout_admin.css
  cvs export: Updating commerce/modules/customer
  U commerce/modules/customer/commerce_customer.api.php
  U commerce/modules/customer/commerce_customer.info
  U commerce/modules/customer/commerce_customer.info.inc
  U commerce/modules/customer/commerce_customer.install
  U commerce/modules/customer/commerce_customer.js
  U commerce/modules/customer/commerce_customer.module
  U commerce/modules/customer/commerce_customer.rules.inc
  U commerce/modules/customer/commerce_customer.tokens.inc
  U commerce/modules/customer/commerce_customer_ui.info
  U commerce/modules/customer/commerce_customer_ui.module
  cvs export: Updating commerce/modules/customer/includes
  U commerce/modules/customer/includes/commerce_customer.checkout_pane.inc
  U commerce/modules/customer/includes/commerce_customer_profile.controller.inc
  U commerce/modules/customer/includes/commerce_customer_profile.forms.inc
  U commerce/modules/customer/includes/commerce_customer_ui.profile_types.inc
  U commerce/modules/customer/includes/commerce_customer_ui.profiles.inc
  cvs export: Updating commerce/modules/customer/includes/views
  U commerce/modules/customer/includes/views/commerce_customer.views.inc
  U commerce/modules/customer/includes/views/commerce_customer_ui.views_default.inc
  cvs export: Updating commerce/modules/customer/includes/views/handlers
  U commerce/modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile.inc
  U commerce/modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link.inc
  U commerce/modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link_delete.inc
  U commerce/modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link_edit.inc
  U commerce/modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_type.inc
  U commerce/modules/customer/includes/views/handlers/commerce_customer_handler_filter_customer_profile_type.inc
  cvs export: Updating commerce/modules/customer/theme
  U commerce/modules/customer/theme/commerce_customer_ui.profile_types.css
  cvs export: Updating commerce/modules/line_item
  U commerce/modules/line_item/commerce_line_item.api.php
  U commerce/modules/line_item/commerce_line_item.info
  U commerce/modules/line_item/commerce_line_item.info.inc
  U commerce/modules/line_item/commerce_line_item.install
  U commerce/modules/line_item/commerce_line_item.js
  U commerce/modules/line_item/commerce_line_item.module
  U commerce/modules/line_item/commerce_line_item.rules.inc
  U commerce/modules/line_item/commerce_line_item.tokens.inc
  U commerce/modules/line_item/commerce_line_item_ui.info
  U commerce/modules/line_item/commerce_line_item_ui.module
  cvs export: Updating commerce/modules/line_item/includes
  U commerce/modules/line_item/includes/commerce_line_item.controller.inc
  U commerce/modules/line_item/includes/commerce_line_item.forms.inc
  U commerce/modules/line_item/includes/commerce_line_item_ui.types.inc
  cvs export: Updating commerce/modules/line_item/includes/views
  U commerce/modules/line_item/includes/views/commerce_line_item.views.inc
  U commerce/modules/line_item/includes/views/commerce_line_item.views_default.inc
  cvs export: Updating commerce/modules/line_item/includes/views/handlers
  U commerce/modules/line_item/includes/views/handlers/commerce_line_item_handler_area_line_item_actions.inc
  U commerce/modules/line_item/includes/views/handlers/commerce_line_item_handler_area_line_item_summary.inc
  U commerce/modules/line_item/includes/views/handlers/commerce_line_item_handler_argument_line_item_line_item_id.inc
  U commerce/modules/line_item/includes/views/handlers/commerce_line_item_handler_field_edit.inc
  U commerce/modules/line_item/includes/views/handlers/commerce_line_item_handler_field_edit_delete.inc
  U commerce/modules/line_item/includes/views/handlers/commerce_line_item_handler_field_edit_quantity.inc
  U commerce/modules/line_item/includes/views/handlers/commerce_line_item_handler_field_line_item_title.inc
  U commerce/modules/line_item/includes/views/handlers/commerce_line_item_handler_field_line_item_type.inc
  U commerce/modules/line_item/includes/views/handlers/commerce_line_item_handler_filter_line_item_type.inc
  cvs export: Updating commerce/modules/line_item/theme
  U commerce/modules/line_item/theme/commerce-line-item-summary.tpl.php
  U commerce/modules/line_item/theme/commerce_line_item.manager.css
  U commerce/modules/line_item/theme/commerce_line_item_summary.css
  U commerce/modules/line_item/theme/commerce_line_item_ui.types.css
  U commerce/modules/line_item/theme/commerce_line_item_views_form.css
  cvs export: Updating commerce/modules/order
  U commerce/modules/order/commerce_order.api.php
  U commerce/modules/order/commerce_order.info
  U commerce/modules/order/commerce_order.info.inc
  U commerce/modules/order/commerce_order.install
  U commerce/modules/order/commerce_order.js
  U commerce/modules/order/commerce_order.module
  U commerce/modules/order/commerce_order.rules.inc
  U commerce/modules/order/commerce_order.tokens.inc
  U commerce/modules/order/commerce_order_ui.info
  U commerce/modules/order/commerce_order_ui.module
  cvs export: Updating commerce/modules/order/includes
  U commerce/modules/order/includes/commerce_order.checkout_pane.inc
  U commerce/modules/order/includes/commerce_order.controller.inc
  U commerce/modules/order/includes/commerce_order.forms.inc
  U commerce/modules/order/includes/commerce_order_ui.orders.inc
  cvs export: Updating commerce/modules/order/includes/views
  U commerce/modules/order/includes/views/commerce_order.views.inc
  U commerce/modules/order/includes/views/commerce_order_ui.views_default.inc
  cvs export: Updating commerce/modules/order/includes/views/handlers
  U commerce/modules/order/includes/views/handlers/commerce_order_handler_area_order_total.inc
  U commerce/modules/order/includes/views/handlers/commerce_order_handler_argument_order_order_id.inc
  U commerce/modules/order/includes/views/handlers/commerce_order_handler_field_order.inc
  U commerce/modules/order/includes/views/handlers/commerce_order_handler_field_order_link.inc
  U commerce/modules/order/includes/views/handlers/commerce_order_handler_field_order_link_delete.inc
  U commerce/modules/order/includes/views/handlers/commerce_order_handler_field_order_link_edit.inc
  U commerce/modules/order/includes/views/handlers/commerce_order_handler_field_order_operations.inc
  U commerce/modules/order/includes/views/handlers/commerce_order_handler_field_order_state.inc
  U commerce/modules/order/includes/views/handlers/commerce_order_handler_field_order_status.inc
  U commerce/modules/order/includes/views/handlers/commerce_order_handler_field_order_type.inc
  U commerce/modules/order/includes/views/handlers/commerce_order_handler_filter_order_state.inc
  U commerce/modules/order/includes/views/handlers/commerce_order_handler_filter_order_status.inc
  U commerce/modules/order/includes/views/handlers/commerce_order_handler_filter_order_type.inc
  U commerce/modules/order/includes/views/handlers/commerce_order_plugin_argument_validate_user.inc
  cvs export: Updating commerce/modules/order/tests
  U commerce/modules/order/tests/commerce_order_ui.test
  cvs export: Updating commerce/modules/order/theme
  U commerce/modules/order/theme/commerce_order.css
  U commerce/modules/order/theme/commerce_order_views.css
  cvs export: Updating commerce/modules/payment
  U commerce/modules/payment/commerce_payment.api.php
  U commerce/modules/payment/commerce_payment.info
  U commerce/modules/payment/commerce_payment.info.inc
  U commerce/modules/payment/commerce_payment.install
  U commerce/modules/payment/commerce_payment.module
  U commerce/modules/payment/commerce_payment.rules.inc
  U commerce/modules/payment/commerce_payment.rules_defaults.inc
  U commerce/modules/payment/commerce_payment.tokens.inc
  U commerce/modules/payment/commerce_payment_ui.info
  U commerce/modules/payment/commerce_payment_ui.module
  cvs export: Updating commerce/modules/payment/includes
  U commerce/modules/payment/includes/commerce_payment.checkout_pane.inc
  U commerce/modules/payment/includes/commerce_payment.credit_card.inc
  U commerce/modules/payment/includes/commerce_payment.forms.inc
  U commerce/modules/payment/includes/commerce_payment_transaction.controller.inc
  U commerce/modules/payment/includes/commerce_payment_ui.admin.inc
  cvs export: Updating commerce/modules/payment/includes/views
  U commerce/modules/payment/includes/views/commerce_payment.views.inc
  U commerce/modules/payment/includes/views/commerce_payment_ui.views_default.inc
  cvs export: Updating commerce/modules/payment/includes/views/handlers
  U commerce/modules/payment/includes/views/handlers/commerce_payment_handler_area_totals.inc
  U commerce/modules/payment/includes/views/handlers/commerce_payment_handler_field_amount.inc
  U commerce/modules/payment/includes/views/handlers/commerce_payment_handler_field_balance.inc
  U commerce/modules/payment/includes/views/handlers/commerce_payment_handler_field_currency_code.inc
  U commerce/modules/payment/includes/views/handlers/commerce_payment_handler_field_message.inc
  U commerce/modules/payment/includes/views/handlers/commerce_payment_handler_field_payment_method.inc
  U commerce/modules/payment/includes/views/handlers/commerce_payment_handler_field_payment_transaction_link.inc
  U commerce/modules/payment/includes/views/handlers/commerce_payment_handler_field_payment_transaction_link_delete.inc
  U commerce/modules/payment/includes/views/handlers/commerce_payment_handler_field_payment_transaction_operations.inc
  U commerce/modules/payment/includes/views/handlers/commerce_payment_handler_field_status.inc
  U commerce/modules/payment/includes/views/handlers/commerce_payment_handler_filter_currency_code.inc
  U commerce/modules/payment/includes/views/handlers/commerce_payment_handler_filter_payment_method.inc
  U commerce/modules/payment/includes/views/handlers/commerce_payment_handler_filter_payment_transaction_status.inc
  cvs export: Updating commerce/modules/payment/modules
  U commerce/modules/payment/modules/commerce_payment_example.info
  U commerce/modules/payment/modules/commerce_payment_example.module
  cvs export: Updating commerce/modules/payment/tests
  U commerce/modules/payment/tests/commerce_payment_ui.test
  cvs export: Updating commerce/modules/payment/theme
  U commerce/modules/payment/theme/commerce-payment-totals.tpl.php
  U commerce/modules/payment/theme/commerce_payment.css
  U commerce/modules/payment/theme/icon-failure.png
  U commerce/modules/payment/theme/icon-pending.png
  U commerce/modules/payment/theme/icon-success.png
  cvs export: Updating commerce/modules/price
  U commerce/modules/price/commerce_price.api.php
  U commerce/modules/price/commerce_price.info
  U commerce/modules/price/commerce_price.install
  U commerce/modules/price/commerce_price.module
  U commerce/modules/price/commerce_price.rules.inc
  cvs export: Updating commerce/modules/price/includes
  cvs export: Updating commerce/modules/price/theme
  U commerce/modules/price/theme/commerce_price.css
  cvs export: Updating commerce/modules/product
  U commerce/modules/product/commerce_product.api.php
  U commerce/modules/product/commerce_product.info
  U commerce/modules/product/commerce_product.info.inc
  U commerce/modules/product/commerce_product.install
  U commerce/modules/product/commerce_product.module
  U commerce/modules/product/commerce_product.rules.inc
  U commerce/modules/product/commerce_product.tokens.inc
  U commerce/modules/product/commerce_product_ui.info
  U commerce/modules/product/commerce_product_ui.install
  U commerce/modules/product/commerce_product_ui.module
  cvs export: Updating commerce/modules/product/includes
  U commerce/modules/product/includes/commerce_product.controller.inc
  U commerce/modules/product/includes/commerce_product.forms.inc
  U commerce/modules/product/includes/commerce_product_ui.forms.inc
  U commerce/modules/product/includes/commerce_product_ui.products.inc
  U commerce/modules/product/includes/commerce_product_ui.types.inc
  cvs export: Updating commerce/modules/product/includes/views
  U commerce/modules/product/includes/views/commerce_product.views.inc
  U commerce/modules/product/includes/views/commerce_product_ui.views_default.inc
  cvs export: Updating commerce/modules/product/includes/views/handlers
  U commerce/modules/product/includes/views/handlers/commerce_product_handler_argument_product_id.inc
  U commerce/modules/product/includes/views/handlers/commerce_product_handler_field_product.inc
  U commerce/modules/product/includes/views/handlers/commerce_product_handler_field_product_link.inc
  U commerce/modules/product/includes/views/handlers/commerce_product_handler_field_product_link_delete.inc
  U commerce/modules/product/includes/views/handlers/commerce_product_handler_field_product_link_edit.inc
  U commerce/modules/product/includes/views/handlers/commerce_product_handler_field_product_operations.inc
  U commerce/modules/product/includes/views/handlers/commerce_product_handler_field_product_type.inc
  U commerce/modules/product/includes/views/handlers/commerce_product_handler_filter_product_type.inc
  cvs export: Updating commerce/modules/product/tests
  U commerce/modules/product/tests/commerce_product.test
  U commerce/modules/product/tests/commerce_product_ui.test
  cvs export: Updating commerce/modules/product/theme
  U commerce/modules/product/theme/commerce-product-sku.tpl.php
  U commerce/modules/product/theme/commerce-product-status.tpl.php
  U commerce/modules/product/theme/commerce-product-title.tpl.php
  U commerce/modules/product/theme/commerce_product.css
  U commerce/modules/product/theme/commerce_product_ui.types.css
  U commerce/modules/product/theme/commerce_product_views.css
  cvs export: Updating commerce/modules/product/views
  cvs export: Updating commerce/modules/product_pricing
  U commerce/modules/product_pricing/commerce_product_pricing.api.php
  U commerce/modules/product_pricing/commerce_product_pricing.info
  U commerce/modules/product_pricing/commerce_product_pricing.module
  U commerce/modules/product_pricing/commerce_product_pricing_ui.info
  U commerce/modules/product_pricing/commerce_product_pricing_ui.module
  cvs export: Updating commerce/modules/product_pricing/includes
  U commerce/modules/product_pricing/includes/commerce_product_pricing_ui.admin.inc
  cvs export: Updating commerce/modules/product_reference
  U commerce/modules/product_reference/commerce_product_reference.info
  U commerce/modules/product_reference/commerce_product_reference.install
  U commerce/modules/product_reference/commerce_product_reference.module
  U commerce/modules/product_reference/commerce_product_reference.rules.inc
  cvs export: Updating commerce/modules/product_reference/includes
  cvs export: Updating commerce/modules/product_reference/tests
  U commerce/modules/product_reference/tests/commerce_product_reference.test
  cvs export: Updating commerce/modules/tax
  U commerce/modules/tax/commerce_tax.api.php
  U commerce/modules/tax/commerce_tax.info
  U commerce/modules/tax/commerce_tax.module
  U commerce/modules/tax/commerce_tax.rules.inc
  U commerce/modules/tax/commerce_tax.rules_defaults.inc
  U commerce/modules/tax/commerce_tax_ui.info
  U commerce/modules/tax/commerce_tax_ui.install
  U commerce/modules/tax/commerce_tax_ui.module
  cvs export: Updating commerce/modules/tax/includes
  U commerce/modules/tax/includes/commerce_tax_ui.admin.inc
  cvs export: Updating commerce/modules/tax/theme
  U commerce/modules/tax/theme/commerce_tax.css
  U commerce/modules/tax/theme/commerce_tax_ui.css
  cvs export: Updating commerce/tests
  U commerce/tests/README.txt
  U commerce/tests/commerce.test
  U commerce/tests/commerce_base.test
  cvs export: Updating commerce/theme
  U commerce/theme/README.txt
  cvs export: Updating commerce/translations
  U commerce/translations/README.txt
Calling chdir(/home/quickstart/websites)
commerce downloaded from contributions/modules/commerce. [13.85 sec, 6.06 MB]                                                                                                                                                      [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/commerce_paypal'
Calling chdir(/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib)
Executing: cvs -d':pserver:anonymous:anonymous@drupalcode.org:/cvs/drupal-contrib' export -d'commerce_paypal' -r 'HEAD' 'contributions/modules/commerce_paypal'
  cvs export: failed to create lock directory for `/cvs/drupal-contrib/CVSROOT' (/cvs/drupal-contrib/CVSROOT/#cvs.history.lock): Permission denied
  cvs export: failed to obtain history lock in repository `/cvs/drupal-contrib'
  cvs export: Updating commerce_paypal
  U commerce_paypal/commerce_paypal.info
  U commerce_paypal/commerce_paypal.module
  cvs export: Updating commerce_paypal/modules
  cvs export: Updating commerce_paypal/modules/wps
  U commerce_paypal/modules/wps/commerce_paypal_wps.info
  U commerce_paypal/modules/wps/commerce_paypal_wps.module
Calling chdir(/home/quickstart/websites)
commerce_paypal downloaded from contributions/modules/commerce_paypal. [14.84 sec, 6 MB]                                                                                                                                           [ok]
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/rules'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/rules-7.x-2.0-alpha5.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  121k  100  121k    0     0  11.2M      0 --:--:-- --:--:-- --:--:-- 39.6M
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  rules-7.x-2.0-alpha5.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/rules-7.x-2.0-alpha5.tar.gz' '/tmp/drush_make_tmp_1300064611/rules-7.x-2.0-alpha5.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
rules downloaded from http://ftp.drupal.org/files/projects/rules-7.x-2.0-alpha5.tar.gz. [14.96 sec, 6 MB]                                                                                                                          [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/rules-7.x-2.0-alpha5.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
               124733              624640  80.0% /tmp/drush_make_tmp_1300064611/rules-7.x-2.0-alpha5.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/rules-7.x-2.0-alpha5.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/rules-7.x-2.0-alpha5.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  rules
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/rules' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/rules-7.x-2.0-alpha5.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/entity'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/entity-7.x-1.0-beta7.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 72722  100 72722    0     0  12.6M      0 --:--:-- --:--:-- --:--:-- 23.1M
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  entity-7.x-1.0-beta7.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/entity-7.x-1.0-beta7.tar.gz' '/tmp/drush_make_tmp_1300064611/entity-7.x-1.0-beta7.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
entity downloaded from http://ftp.drupal.org/files/projects/entity-7.x-1.0-beta7.tar.gz. [15.13 sec, 6 MB]                                                                                                                         [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/entity-7.x-1.0-beta7.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
                72722              358400  79.7% /tmp/drush_make_tmp_1300064611/entity-7.x-1.0-beta7.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/entity-7.x-1.0-beta7.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/entity-7.x-1.0-beta7.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  entity
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/entity' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/entity-7.x-1.0-beta7.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/addressfield'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/addressfield-7.x-1.0-alpha1.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 10632  100 10632    0     0  2683k      0 --:--:-- --:--:-- --:--:-- 3460k
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  addressfield-7.x-1.0-alpha1.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/addressfield-7.x-1.0-alpha1.tar.gz' '/tmp/drush_make_tmp_1300064611/addressfield-7.x-1.0-alpha1.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
addressfield downloaded from http://ftp.drupal.org/files/projects/addressfield-7.x-1.0-alpha1.tar.gz. [15.26 sec, 6.01 MB]                                                                                                         [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/addressfield-7.x-1.0-alpha1.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
                10632               51200  79.3% /tmp/drush_make_tmp_1300064611/addressfield-7.x-1.0-alpha1.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/addressfield-7.x-1.0-alpha1.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/addressfield-7.x-1.0-alpha1.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  addressfield
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/addressfield' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/addressfield-7.x-1.0-alpha1.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/fb'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/fb-7.x-3.x-dev.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100  106k  100  106k    0     0  10.0M      0 --:--:-- --:--:-- --:--:-- 11.5M
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  fb-7.x-3.x-dev.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/fb-7.x-3.x-dev.tar.gz' '/tmp/drush_make_tmp_1300064611/fb-7.x-3.x-dev.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
fb downloaded from http://ftp.drupal.org/files/projects/fb-7.x-3.x-dev.tar.gz. [15.45 sec, 6.01 MB]                                                                                                                                [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/fb-7.x-3.x-dev.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
               108916              460800  76.4% /tmp/drush_make_tmp_1300064611/fb-7.x-3.x-dev.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/fb-7.x-3.x-dev.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/fb-7.x-3.x-dev.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  fb
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/fb' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/fb-7.x-3.x-dev.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/references'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/references-7.x-2.x-dev.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 22457  100 22457    0     0  4882k      0 --:--:-- --:--:-- --:--:-- 7310k
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  references-7.x-2.x-dev.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/references-7.x-2.x-dev.tar.gz' '/tmp/drush_make_tmp_1300064611/references-7.x-2.x-dev.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
references downloaded from http://ftp.drupal.org/files/projects/references-7.x-2.x-dev.tar.gz. [15.61 sec, 6.01 MB]                                                                                                                [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/references-7.x-2.x-dev.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
                22457               92160  75.7% /tmp/drush_make_tmp_1300064611/references-7.x-2.x-dev.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/references-7.x-2.x-dev.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/references-7.x-2.x-dev.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  references
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/references' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/references-7.x-2.x-dev.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/email'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/email-7.x-1.0-beta1.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 13332  100 13332    0     0   908k      0 --:--:-- --:--:-- --:--:-- 4339k
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  email-7.x-1.0-beta1.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/email-7.x-1.0-beta1.tar.gz' '/tmp/drush_make_tmp_1300064611/email-7.x-1.0-beta1.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
email downloaded from http://ftp.drupal.org/files/projects/email-7.x-1.0-beta1.tar.gz. [15.8 sec, 6.01 MB]                                                                                                                         [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/email-7.x-1.0-beta1.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
                13332               61440  78.3% /tmp/drush_make_tmp_1300064611/email-7.x-1.0-beta1.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/email-7.x-1.0-beta1.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/email-7.x-1.0-beta1.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  email
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/email' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/email-7.x-1.0-beta1.tar.gz.tar'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib/profile2'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__download__'
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
Calling chdir(/tmp/drush_make_tmp_1300064611/__download__)
Executing: curl -LOD '/tmp/drush_make_tmp_1300064611/__header__' 'http://ftp.drupal.org/files/projects/profile2-7.x-1.0-beta1.tar.gz'
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
100 19710  100 19710    0     0  4519k      0 --:--:-- --:--:-- --:--:-- 6416k
Calling chdir(/home/quickstart/websites)
Executing: ls '/tmp/drush_make_tmp_1300064611/__download__'
  profile2-7.x-1.0-beta1.tar.gz
Executing: mv '/tmp/drush_make_tmp_1300064611/__download__/profile2-7.x-1.0-beta1.tar.gz' '/tmp/drush_make_tmp_1300064611/profile2-7.x-1.0-beta1.tar.gz.tar.gz'
Executing: rm -f '/tmp/drush_make_tmp_1300064611/__header__'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__download__'
profile2 downloaded from http://ftp.drupal.org/files/projects/profile2-7.x-1.0-beta1.tar.gz. [15.97 sec, 6.01 MB]                                                                                                                  [ok]
Executing: gzip --list '/tmp/drush_make_tmp_1300064611/profile2-7.x-1.0-beta1.tar.gz.tar.gz'
           compressed        uncompressed  ratio uncompressed_name
                19710               92160  78.6% /tmp/drush_make_tmp_1300064611/profile2-7.x-1.0-beta1.tar.gz.tar
Executing: gzip -d '/tmp/drush_make_tmp_1300064611/profile2-7.x-1.0-beta1.tar.gz.tar.gz'
Executing: mkdir '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: tar -x -C '/tmp/drush_make_tmp_1300064611/__unzip__' -f '/tmp/drush_make_tmp_1300064611/profile2-7.x-1.0-beta1.tar.gz.tar'
Executing: ls '/tmp/drush_make_tmp_1300064611/__unzip__'
  profile2
Executing: cp -Rf '/tmp/drush_make_tmp_1300064611/__unzip__/profile2' '/tmp/drush_make_tmp_1300064611/__build__/profiles/provider/modules/contrib'
Executing: rm -rf '/tmp/drush_make_tmp_1300064611/__unzip__'
Executing: rm '/tmp/drush_make_tmp_1300064611/profile2-7.x-1.0-beta1.tar.gz.tar'
Drush command terminated abnormally due to an unrecoverable error.                                                                                                                                                                 [error]
Error: Call to undefined function drush_make_libraries() in /home/quickstart/.drush/drush_make/drush_make.project.inc, line 246 [16.06 sec, 5.94 MB]
quickstart@qs09:~/websites$ 
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

RobKoberg’s picture

I had the same problem. The function does not exist. It is being called from drush_make_project.inc, line 246 in the latest HEAD.

To fix, I added a destination:

libraries[ckeditor][destination] = "libraries/ckeditor"

RobKoberg’s picture

Priority: Normal » Major

This is happening when you use a stub to just trigger the profile's make file. If I use the same profile's make file with the stub, it works as expected. I think the priority of this bug should be increased.

My build fails with:

ckeditor downloaded from http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.5.2/ckeditor_3.5.2.tar.gz.                                          [ok]

Fatal error: Call to undefined function drush_make_libraries() in /Users/me/.drush/drush_make/drush_make.project.inc on line 246
Drush command terminated abnormally due to an unrecoverable error.                                                                                       [error]
Error: Call to undefined function drush_make_libraries() in /Users/me/.drush/drush_make/drush_make.project.inc, line 246

doing a git grep on the tag before the current shows that function used to exist :)

~/Documents/workspace/drush_make$ git grep -n drush_make_libraries 6.x-2.2
6.x-2.2:drush_make.drush.inc:115:    drush_make_libraries(drush_get_option('contrib-destination', 'sites/all'), $info, $build_path);
6.x-2.2:drush_make.drush.inc:241:function drush_make_libraries($contrib_destination, $info, $build_path) {
6.x-2.2:drush_make.project.inc:246:    drush_make_libraries(trim($build_path, '/'), $info, $this->build_path);
penyaskito’s picture

+1, same problem here with the remotes/origin/6.x-3.x branch.

helmo’s picture

+1
I ran into this when I tried to deploy aegir.make with drush_make 3.x instead of the advised 2.2. Reverting to 2.2 solved my case.

I also found a duplicate report in #1120430: Fatal error: Call to undefined function drush_make_libraries

arnebrasseur’s picture

The function was removed in this commit :

commit 66bdbafc898d99102c85c39ae2f993bb187f2c9d
Author: Dmitri Gaskin <dmitrig01@gmail.com>
Date:   Fri Mar 11 21:57:56 2011 -0600

    Put everything in the projects array

Adding it to drush_make.drush.inc worked for me.



function drush_make_libraries($contrib_destination, $info) {
  if (empty($info['libraries'])) {
   return;
  }
  $ignore_checksums = drush_get_option('ignore-checksums');
  foreach ($info['libraries'] as $key => $library) {
    if (!is_string($key) || !is_array($library)) {
      // TODO Print a prettier message
      continue;
    }
    // Merge the known data onto the library info.
    $library += array(
      'name'                => $key,
      'core'                => $info['core'],
      'build_path'          => $build_path,
      'contrib_destination' => $contrib_destination,
      'subdir'              => '',
      'directory_name'      => $key,
    );
    if ($ignore_checksums) {
      unset($library['download']['md5']);
    }
    $class = new DrushMakeProject_Library($library);
    $class->make();
  }
}

ngstigator’s picture

Thanks! Adding the function worked for me.

das-peter’s picture

Just came across this while writing a patch to enhance windows compatibility.
To me it looks like the function and all it's calls can be remove without any impact. All the stuff is handler in drush_make_projects() - at least in the latest version.

univate’s picture

Status: Active » Needs review
FileSize
701 bytes

I think we can just remove the function call as the commit above states "Put everything in the projects array".

univate’s picture

Also a warning for other, that recent change means you can no longer have a module and library with the same name.

e.g. the follow wont work

modules[jquery_ui][version] = 1.4

libraries[jquery_ui][download][type] = get
libraries[jquery_ui][download][url] = http://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip
libraries[jquery_ui][directory_name] = jquery.ui
libraries[jquery_ui][destination] = modules/contrib/jquery_ui/

you need to make the library a different name, like:

modules[jquery_ui][version] = 1.4

libraries[jquery.ui][download][type] = get
libraries[jquery.ui][download][url] = http://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip
libraries[jquery.ui][directory_name] = jquery.ui
libraries[jquery.ui][destination] = modules/contrib/jquery_ui/
skwashd’s picture

Status: Needs review » Reviewed & tested by the community

Tested the patch from @univate and it works as advertised. It is needed to make this work too - http://davehall.com.au/blog/dave/2011/05/17/drush-make-and-module-depend...

scottrigby’s picture

#8 works here too. Thx univate

mrfelton’s picture

#8 is working for me too. Thanks.

penyaskito’s picture

I think that this conflicts when downloading projects that include in their makefile their own libraries with the same name, let's say: ckeditor.

I have to try it btw.

jwilson3’s picture

Sadly, the decision to take out the libraries code is going to require various projects to modify their previously functioning makefiles. :-/ If it were an option, my vote would go for keeping the function (mentioned in #5) around, because, while probably technically the same as a project, I see value in being able to distinguish between a project and an external library; its all too common that a Drupal module has the same name as the external library it depends on, requiring the workaround mentioned in #9.

In my case, was installing the pft profile. Patch in #8 worked after also editing the make file to change libraries[jquery_ui] to libraries[jquery.ui], as mentioned in #10. Thanks for the tip @univate.

univate’s picture

I disagree, the idea to combine everything under a single entity makes sense as what you do to a module you often want to be able to do to a library (e.g patches), so parsing them through the same system I think should make the drush_make code base more maintainable.

But a simple solution could be to prepend something like "projects_" or "libraries_" when parsing the make file so that they continue to have distinct names.

ao2’s picture

#8 worked for me too, I just notice that the class DrushMakeProject_Library is not used anymore at all, so maybe this can go away as well.

Thanks,
Antonio

anarcat’s picture

Status: Reviewed & tested by the community » Needs work

Since we have now a bunch of unused code, can we get a new patch that will cleanup that stuff? I am also hesitant in committing something that would break backward compatibility, not sure what dmitri has in mind for compatibility between 2.x and 3.x...

ao2’s picture

Status: Needs work » Reviewed & tested by the community

Sorry, my bad, the comment in #17 about the unused DrushMakeProject_Library is actually not true.

The class name is built dynamically from the project type:

drush_make.drush.inc:218:      $class_name = 'DrushMakeProject_' . $project['type'];

a simple grep didn't find any reference but it didn't mean it was not used.

I'll be more careful the next time, setting back RTBC in the hope the patch can be merged soon.

Thanks,
Antonio

AquaticDisorder’s picture

sub

ao2’s picture

@univate from #16, the new behavior for project and libraries naming is something that should really be addressed, this is the related issue #1164608: libraries are overriding modules.

I am cross linking on the two issues so that there could be a more effective communication.

Thanks,
Antonio

ao2’s picture

Ping.

The patch from #8 is OK IMHO.

Thanks,
Antonio

anarcat’s picture

Status: Reviewed & tested by the community » Fixed

merged in 3.x, not 2.x since the function still exists there...

ao2’s picture

@anarcat, has the commit been pushed already? I cannot see it in the history, and the patch still applies to the latest 3.x.

jhedstrom’s picture

Status: Fixed » Reviewed & tested by the community

Re-opening since it doesn't look like the fix was pushed.

mrfelton’s picture

I'm getting this issue with latest 3.x dev code.

webchick’s picture

Priority: Major » Critical

Confirming that this is not in the latest, bleeding-edge 6.x-3.x code, and also confirming fix.

Bumping to critical.

RobLoach’s picture

Status: Reviewed & tested by the community » Needs review
FileSize
542 bytes

The patch doesn't seem to apply anymore... Any thoughts on this?

helmo’s picture

@Rob Loach: It seems like you uploaded the wrong patch to this issue.

Chances are though that 3.x will never see a release, #1310130: Put drush make in drush core

helmo’s picture

Status: Needs review » Closed (won't fix)

[ Powered by #1115636: Issue Macros and Templates - Drush Make]

Drush make is being merged into drush core (discussed in issue:#1310130: Put drush make in drush core)
This means that the issue queue is also moving. The Drush project has a component called 'Make' for this purpose.

We would like to take this opportunity to leave behind old/obsolete issues, allowing us to focus on a stable make command in core. E.g. one of the major tasks ahead is making more use of the Drush core code for handling downloads and decompression.

If you feel that this issue is still relevant, feel free to re-open and move it to the Drush queue.

More information will be posted on the drush_make and drush project pages.