Skip to content

Instantly share code, notes, and snippets.

View deltamualpha's full-sized avatar
🥔

David Ashby deltamualpha

🥔
View GitHub Profile
2016/07/29 16:28:33 [INFO] Packer version: 0.10.1
2016/07/29 16:28:33 Packer Target OS/Arch: darwin amd64
2016/07/29 16:28:33 Built with Go Version: go1.6.2
2016/07/29 16:28:33 Detected home directory from env var: /Users/davidashby
2016/07/29 16:28:33 Using internal plugin for file
2016/07/29 16:28:33 Using internal plugin for parallels-iso
2016/07/29 16:28:33 Using internal plugin for azure-arm
2016/07/29 16:28:33 Using internal plugin for null
2016/07/29 16:28:33 Using internal plugin for openstack
2016/07/29 16:28:33 Using internal plugin for virtualbox-ovf
{
"variables": {
"timestamp": null,
"aws_access_key": null,
"aws_secret_key": null
},
"builders": [
{
"type": "amazon-ebs",
"region": "us-east-1",
@deltamualpha
deltamualpha / stacktrace.out
Created August 24, 2017 19:17
stacktrace.out
Generated at 2017-08-24 18:57:53 +0000
Mixlib::ShellOut::ShellCommandFailed: remote_directory[/path] (recipename::default line 35) had an error: Mixlib::ShellOut::ShellCommandFailed: cookbook_file[/path/to/PropertyLoader$args.class] (dynamically defined) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '255'
---- Begin output of /sbin/restorecon -R "/path/to/PropertyLoader$args.class" ----
STDOUT:
STDERR: /sbin/restorecon: lstat(/path/to/PropertyLoader.class) failed: No such file or directory
---- End output of /sbin/restorecon -R "/path/to/PropertyLoader$args.class" ----
Ran /sbin/restorecon -R "/path/to/PropertyLoader$args.class" returned 255
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/mixlib-shellout-2.3.2/lib/mixlib/shellout.rb:293:in `invalid!'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/mixlib-shellout-2.3.2/lib/mixlib/shellout.rb:280:in `error!'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.3.42/lib/chef/mixin/shell_out.rb:120:in `shell_out!'