Advertisement
Guest User

Untitled

a guest
Apr 7th, 2017
553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. ==> default: * git[rosi-tool git export] action sync
  2. ==> default:
  3. ==> default: ================================================================================
  4. ==> default: Error executing action `sync` on resource 'git[rosi-tool git export]'
  5. ==> default: ================================================================================
  6. ==> default:
  7. ==> default:
  8. ==> default: Mixlib::ShellOut::ShellCommandFailed
  9. ==> default: ------------------------------------
  10. ==> default: Expected process to exit with [0], but received '128'
  11. ==> default: ---- Begin output of git ls-remote "git@bitbucket.org:stelladot/rosi.git" master* ----
  12. ==> default: STDOUT:
  13. ==> default: STDERR: Connection closed by 104.192.143.2
  14. ==> default: fatal: Could not read from remote repository.
  15. ==> default:
  16. ==> default: Please make sure you have the correct access rights
  17. ==> default: and the repository exists.
  18. ==> default: ---- End output of git ls-remote "git@bitbucket.org:stelladot/rosi.git" master* ----
  19. ==> default: Ran git ls-remote "git@bitbucket.org:stelladot/rosi.git" master* returned 128
  20. ==> default:
  21. ==> default:
  22. ==> default: Resource Declaration:
  23. ==> default: ---------------------
  24. ==> default: # In /tmp/vagrant-chef/81f8f2899d33d362c87f0ffb64c3d20e/cookbooks/rosi/recipes/rosi-tool.rb
  25. ==> default:
  26. ==> default: 10: git "rosi-tool git export" do
  27. ==> default: 11: Chef::Log.info ENV['USER']
  28. ==> default: 12: repository "git@bitbucket.org:stelladot/rosi.git"
  29. ==> default: 13: revision "master"
  30. ==> default: 14: action :sync
  31. ==> default: 15: destination temp_path
  32. ==> default: 16: enable_checkout false
  33. ==> default: 17: end
  34. ==> default: 18:
  35. ==> default:
  36. ==> default:
  37. ==> default:
  38. ==> default: Compiled Resource:
  39. ==> default: ------------------
  40. ==> default: # Declared in /tmp/vagrant-chef/81f8f2899d33d362c87f0ffb64c3d20e/cookbooks/rosi/recipes/rosi-tool.rb:10:in `from_file'
  41. ==> default:
  42. ==> default: git("rosi-tool git export") do
  43. ==> default: provider Chef::Provider::Git
  44. ==> default: action [:sync]
  45. ==> default: retries 0
  46. ==> default: retry_delay 2
  47. ==> default: destination "/tmp/rosi-tool"
  48. ==> default: revision "master"
  49. ==> default: remote "origin"
  50. ==> default: checkout_branch "deploy"
  51. ==> default: cookbook_name :rosi
  52. ==> default: recipe_name "rosi-tool"
  53. ==> default: repository "git@bitbucket.org:stelladot/rosi.git"
  54. ==> default: end
  55. ==> default:
  56. ==> default:
  57. ==> default:
  58. ==> default: [2017-04-07T19:01:37+00:00] INFO: Running queued delayed notifications before re-raising exception
  59. ==> default: [2017-04-07T19:01:37+00:00] INFO: template[/etc/nginx/sites-available/default] sending reload action to service[nginx] (delayed)
  60. ==> default: Recipe: nginx::default
  61. ==> default: * service[nginx] action reload
  62. ==> default: [2017-04-07T19:01:38+00:00] INFO: service[nginx] reloaded
  63. ==> default:
  64. ==> default: - reload service service[nginx]
  65. ==> default:
  66. ==> default:
  67. ==> default: [2017-04-07T19:01:38+00:00] INFO: template[/etc/nginx/sites-available/default] sending restart action to service[nginx] (delayed)
  68. ==> default: * service[nginx] action restart
  69. ==> default: [2017-04-07T19:01:39+00:00] INFO: service[nginx] restarted
  70. ==> default:
  71. ==> default: - restart service service[nginx]
  72. ==> default:
  73. ==> default:
  74. ==> default:
  75. ==> default: Running handlers:
  76. ==> default: [2017-04-07T19:01:39+00:00] ERROR: Running exception handlers
  77. ==> default: Running handlers complete
  78. ==> default:
  79. ==> default: [2017-04-07T19:01:39+00:00] ERROR: Exception handlers complete
  80. ==> default: [2017-04-07T19:01:39+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
  81. ==> default: Chef Client failed. 274 resources updated in 1915.456860568 seconds
  82. ==> default: [2017-04-07T19:01:39+00:00] ERROR: git[rosi-tool git export] (rosi::rosi-tool line 10) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '128'
  83. ==> default: ---- Begin output of git ls-remote "git@bitbucket.org:stelladot/rosi.git" master* ----
  84. ==> default: STDOUT:
  85. ==> default: STDERR: Connection closed by 104.192.143.2
  86. ==> default: fatal: Could not read from remote repository.
  87. ==> default:
  88. ==> default: Please make sure you have the correct access rights
  89. ==> default: and the repository exists.
  90. ==> default: ---- End output of git ls-remote "git@bitbucket.org:stelladot/rosi.git" master* ----
  91. ==> default: Ran git ls-remote "git@bitbucket.org:stelladot/rosi.git" master* returned 128
  92. ==> default: [2017-04-07T19:01:39+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement