質問編集履歴

2

Error log 追記

2016/11/10 23:43

投稿

momijiMac
momijiMac

スコア39

test CHANGED
File without changes
test CHANGED
@@ -50,8 +50,76 @@
50
50
 
51
51
  MacOS10.11.6
52
52
 
53
+
54
+
53
- -追記
55
+ - 追記
54
56
 
55
57
  dockerをインストール
56
58
 
57
59
  してからうまくないような気がする
60
+
61
+
62
+
63
+ - 追記2
64
+
65
+ --debugオプションをつけてログを取ってみた。
66
+
67
+ Errorと関係あるところだけ抜き出してみた。
68
+
69
+
70
+
71
+ > DEBUG subprocess: Exit status: 5
72
+
73
+ WARN downloader: Downloader exit code: 5
74
+
75
+ ERROR downloader: Exit code: 5
76
+
77
+
78
+
79
+ > DEBUG box_add: Deleting temporary box:
80
+
81
+ ERROR warden: Error occurred: An error occurred while downloading the remote file. The error
82
+
83
+ message, if any, is reproduced below. Please fix this error and try
84
+
85
+ again.
86
+
87
+
88
+
89
+
90
+
91
+ > INFO warden: Beginning recovery process...
92
+
93
+ INFO warden: Recovery complete.
94
+
95
+ INFO environment: Running hook: environment_unload
96
+
97
+ INFO runner: Preparing hooks for middleware sequence...
98
+
99
+ INFO runner: 1 hooks defined.
100
+
101
+ INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x000001039e2808>
102
+
103
+ ERROR vagrant: Vagrant experienced an error! Details:
104
+
105
+ ERROR vagrant: #<Vagrant::Errors::DownloaderError: An error occurred while downloading the remote file. The error
106
+
107
+ message, if any, is reproduced below. Please fix this error and try
108
+
109
+ again.
110
+
111
+
112
+
113
+
114
+
115
+ > ERROR vagrant: An error occurred while downloading the remote file. The error
116
+
117
+ message, if any, is reproduced below. Please fix this error and try
118
+
119
+ again.
120
+
121
+
122
+
123
+
124
+
125
+ > ERROR vagrant: /opt/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/util/downloader.rb:206:in `execute_curl'

1

状況を追記

2016/11/10 23:42

投稿

momijiMac
momijiMac

スコア39

test CHANGED
File without changes
test CHANGED
@@ -42,8 +42,16 @@
42
42
 
43
43
 
44
44
 
45
+
46
+
45
47
  - 環境
46
48
 
47
49
  vagrant 1.8.6
48
50
 
49
51
  MacOS10.11.6
52
+
53
+ -追記
54
+
55
+ dockerをインストール
56
+
57
+ してからうまくないような気がする