Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created December 24, 2012 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitaibu/4370405 to your computer and use it in GitHub Desktop.
Save amitaibu/4370405 to your computer and use it in GitHub Desktop.
[2012-12-24T19:51:55+01:00] INFO: Processing git[/usr/share/drush] action sync (drush::head line 20)
[2012-12-24T19:52:50+01:00] INFO: git[/usr/share/drush] cloning repo git://git.drupal.org/project/drush.git to /usr/share/drush
================================================================================
Error executing action `sync` on resource 'git[/usr/share/drush]'
================================================================================
Mixlib::ShellOut::CommandTimeout
--------------------------------
command timed out:
---- Begin output of git clone git://git.drupal.org/project/drush.git /usr/share/drush ----
STDOUT:
STDERR:
---- End output of git clone git://git.drupal.org/project/drush.git /usr/share/drush ----
Resource Declaration:
---------------------
# In /tmp/vagrant-chef-1/chef-solo-2/cookbooks/drush/recipes/head.rb
19: when "debian", "ubuntu"
20: git "/usr/share/drush" do
21: repository "git://git.drupal.org/project/drush.git"
22: reference "7.x-5.x"
23: action :sync
24: end
25:
Compiled Resource:
------------------
# Declared in /tmp/vagrant-chef-1/chef-solo-2/cookbooks/drush/recipes/head.rb:20:in `from_file'
git("/usr/share/drush") do
destination "/usr/share/drush"
retry_delay 2
cookbook_name :drush
repository "git://git.drupal.org/project/drush.git"
retries 0
revision "7.x-5.x"
remote "origin"
action [:sync]
recipe_name "head"
provider Chef::Provider::Git
end
[2012-12-24T20:03:38+01:00] ERROR: Running exception handlers
[2012-12-24T20:03:38+01:00] ERROR: Exception handlers complete
[2012-12-24T20:03:38+01:00] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out
[2012-12-24T20:03:38+01:00] FATAL: Mixlib::ShellOut::CommandTimeout: git[/usr/share/drush] (drush::head line 20) had an error: Mixlib::ShellOut::CommandTimeout: command timed out:
---- Begin output of git clone git://git.drupal.org/project/drush.git /usr/share/drush ----
STDOUT:
STDERR:
---- End output of git clone git://git.drupal.org/project/drush.git /usr/share/drush ----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment