Created
October 15, 2013 06:35
-
-
Save derekperkins/6987415 to your computer and use it in GitHub Desktop.
Composer error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2013-10-15T06:12:40+00:00] INFO: Update package: /var/www/nozzle/htdocs | |
[2013-10-15T06:12:40+00:00] INFO: Install package in directory: /var/www/nozzle/ htdocs | |
[2013-10-15T06:12:40+00:00] WARN: Cloning resource attributes for execute[instal l-composer-packages] from prior resource (CHEF-3694) | |
[2013-10-15T06:12:40+00:00] WARN: Previous execute[install-composer-packages]: / var/chef/cache/cookbooks/composer/providers/package.rb:5:in `block in class_from _file' | |
[2013-10-15T06:12:40+00:00] WARN: Current execute[install-composer-packages]: / var/chef/cache/cookbooks/composer/providers/package.rb:5:in `block in class_from _file' | |
================================================================================ | |
Error executing action `run` on resource 'execute[update-composer-packages]' | |
================================================================================ | |
Mixlib::ShellOut::ShellCommandFailed | |
------------------------------------ | |
Expected process to exit with [0], but received '1' | |
---- Begin output of composer update --no-interaction --no-ansi -q --dev ---- | |
STDOUT: | |
STDERR: | |
---- End output of composer update --no-interaction --no-ansi -q --dev ---- | |
Ran composer update --no-interaction --no-ansi -q --dev returned 1 | |
Resource Declaration: | |
--------------------- | |
# In /var/chef/cache/cookbooks/composer/providers/package.rb | |
21: execute "update-composer-packages" do | |
22: user new_resource.user | |
23: group new_resource.group | |
24: cwd new_resource.install_path | |
25: command "composer update #{arguments}" | |
26: | |
27: only_if "composer help" | |
28: end | |
29: | |
Compiled Resource: | |
------------------ | |
# Declared in /var/chef/cache/cookbooks/composer/providers/package.rb:21:in `blo ck in class_from_file' | |
execute("update-composer-packages") do | |
action "run" | |
retries 0 | |
retry_delay 2 | |
command "composer update --no-interaction --no-ansi -q --dev" | |
backup 5 | |
cwd "/var/www/nozzle/htdocs" | |
group "admin" | |
returns 0 | |
user "root" | |
cookbook_name "base" | |
only_if "composer help" | |
end | |
[2013-10-15T06:12:58+00:00] INFO: Running queued delayed notifications before re -raising exception | |
[2013-10-15T06:12:58+00:00] INFO: ruby_block[sysctl config notifier] sending cre ate action to template[/etc/sysctl.d/99-chef-attributes.conf] (delayed) | |
[2013-10-15T06:12:58+00:00] ERROR: Running exception handlers | |
[2013-10-15T06:12:58+00:00] ERROR: Exception handlers complete | |
[2013-10-15T06:12:58+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-sta cktrace.out | |
[2013-10-15T06:12:58+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef ru n process exited unsuccessfully (exit code 1) | |
No error message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment