Advertisement
Guest User

Untitled

a guest
Dec 18th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.23 KB | None | 0 0
  1. 2015-12-18 11:11:48,441 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.9.9.11, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
  2. 2015-12-18 11:11:48,441 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.9.9.11, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
  3. 2015-12-18 11:11:48,535 [DEBUG] - XmlConfiguration is now operational
  4. 2015-12-18 11:11:50,019 [DEBUG] - Attempting to create directory "C:\Documents and Settings\All Users\Application Data\chocolatey\config".
  5. 2015-12-18 11:11:53,847 [DEBUG] - Attempting to copy "C:\Documents and Settings\All Users\Application Data\chocolatey\config\chocolatey.config.update"
  6. to "C:\Documents and Settings\All Users\Application Data\chocolatey\config\chocolatey.config".
  7. 2015-12-18 11:11:53,863 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\config\chocolatey.config.update".
  8. 2015-12-18 11:11:53,988 [INFO ] - ============================================================
  9. 2015-12-18 11:11:53,988 [INFO ] - Chocolatey v0.9.9.11
  10. 2015-12-18 11:11:53,988 [DEBUG] - Chocolatey is running on Windows v 5.1.2600.196608
  11. 2015-12-18 11:11:53,988 [DEBUG] - Attempting to delete file "C:/Documents and Settings/All Users/Application Data/chocolatey/choco.exe.old".
  12. 2015-12-18 11:11:53,988 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\choco.exe.old".
  13. 2015-12-18 11:11:54,004 [DEBUG] - Command line: "C:\Documents and Settings\All Users\Application Data\chocolatey\choco.exe" install elixir
  14. 2015-12-18 11:11:54,004 [DEBUG] - Received arguments: install elixir
  15. 2015-12-18 11:11:54,113 [DEBUG] -
  16. NOTE: Hiding sensitive configuration data! Please double and triple
  17. check to be sure no sensitive data is shown, especially if copying
  18. output to a gist for review.
  19. 2015-12-18 11:11:54,129 [DEBUG] - Configuration: CommandName='install'|CacheLocation='C:\DOCUME~1\George\LOCALS~1\Temp'|
  20. ContainsLegacyPackageInstalls='True'|
  21. CommandExecutionTimeoutSeconds='2700'|
  22. Sources='https://chocolatey.org/api/v2/'|Debug='False'|Verbose='False'|
  23. Force='False'|Noop='False'|HelpRequested='False'|RegularOutput='True'|
  24. QuietOutput='False'|PromptForConfirmation='True'|AcceptLicense='False'|
  25. AllowUnofficialBuild='False'|Input='elixir'|AllVersions='False'|
  26. SkipPackageInstallProvider='False'|PackageNames='elixir'|
  27. Prerelease='False'|ForceX86='False'|OverrideArguments='False'|
  28. NotSilent='False'|IgnoreDependencies='False'|
  29. AllowMultipleVersions='False'|AllowDowngrade='False'|
  30. ForceDependencies='False'|Information.PlatformType='Windows'|
  31. Information.PlatformVersion='5.1.2600.196608'|
  32. Information.PlatformName='Windows XP'|
  33. Information.ChocolateyVersion='0.9.9.11'|
  34. Information.ChocolateyProductVersion='0.9.9.11'|
  35. Information.FullName='choco, Version=0.9.9.11, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
  36.  
  37. Information.Is64Bit='False'|Information.IsInteractive='True'|
  38. Information.IsUserAdministrator='True'|
  39. Information.IsProcessElevated='True'|Features.AutoUninstaller='False'|
  40. Features.CheckSumFiles='True'|Features.FailOnAutoUninstaller='False'|
  41. ListCommand.LocalOnly='False'|
  42. ListCommand.IncludeRegistryPrograms='False'|
  43. UpgradeCommand.FailOnUnfound='False'|
  44. UpgradeCommand.FailOnNotInstalled='False'|
  45. UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
  46. NewCommand.AutomaticPackage='False'|SourceCommand.Command='unknown'|
  47. SourceCommand.Priority='0'|FeatureCommand.Command='unknown'|
  48. ConfigCommand.Command='unknown'|PushCommand.TimeoutInSeconds='0'|
  49. PinCommand.Command='unknown'|
  50. 2015-12-18 11:11:54,160 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
  51. 2015-12-18 11:11:54,191 [INFO ] - Installing the following packages:
  52. 2015-12-18 11:11:54,191 [INFO ] - elixir
  53. 2015-12-18 11:11:54,191 [INFO ] - By installing you accept licenses for the packages.
  54. 2015-12-18 11:12:04,910 [INFO ] -
  55. erlang v18.1
  56. 2015-12-18 11:12:05,035 [DEBUG] - Contents of 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\erlang\tools\chocolateyInstall.ps1':
  57. 2015-12-18 11:12:05,035 [DEBUG] - $package = 'erlang'
  58. $version = '18.1'
  59. $erl_version = '7.1'
  60.  
  61. Install-ChocolateyPackage $package 'EXE' '/S' http://www.erlang.org/download/otp_win32_$version.exe http://www.erlang.org/download/otp_win64_$version.exe -validExitCodes @(0)
  62.  
  63.  
  64. Generate-BinFile "erl" -path "$env:ProgramFiles/erl$erl_version/erts-$erl_version/bin/erl.exe"
  65. Generate-BinFile "werl" -path "$env:ProgramFiles/erl$erl_version/erts-$erl_version/bin/werl.exe"
  66.  
  67.  
  68. 2015-12-18 11:12:05,035 [INFO ] - The package erlang wants to run 'chocolateyInstall.ps1'.
  69. 2015-12-18 11:12:05,035 [INFO ] - Note: If you don't run this script, the installation will fail.
  70. 2015-12-18 11:12:05,035 [INFO ] - Note: To confirm automatically next time, use '-y' or consider setting
  71. 'allowGlobalConfirmation'. Run 'choco feature -h' for more details.
  72. 2015-12-18 11:12:05,050 [INFO ] - Do you want to run the script?
  73. 2015-12-18 11:12:05,050 [INFO ] - 1) yes
  74. 2015-12-18 11:12:05,066 [INFO ] - 2) no
  75. 2015-12-18 11:12:05,066 [INFO ] - 3) print
  76. 2015-12-18 11:12:19,004 [DEBUG] - Calling command ['"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\erlang\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"']
  77. 2015-12-18 11:12:20,535 [INFO ] - Downloading erlang 32 bit
  78. 2015-12-18 11:12:20,535 [INFO ] - from 'http://www.erlang.org/download/otp_win32_18.1.exe'
  79. 2015-12-18 11:13:48,925 [INFO ] - Installing erlang...
  80. 2015-12-18 11:16:43,160 [INFO ] - erlang has been installed.
  81. 2015-12-18 11:16:49,629 [INFO ] - Added C:\Documents and Settings\All Users\Application Data\chocolatey\bin\erl.exe shim pointed to 'c:\program files/erl7.1/erts-7.1/bin/erl.exe'.
  82. 2015-12-18 11:16:51,254 [INFO ] - Added C:\Documents and Settings\All Users\Application Data\chocolatey\bin\werl.exe shim pointed to 'c:\program files/erl7.1/erts-7.1/bin/werl.exe'.
  83. 2015-12-18 11:16:51,332 [DEBUG] - Command ['"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\erlang\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"'] exited with '0'
  84. 2015-12-18 11:16:51,332 [DEBUG] - Calling command ['"shutdown" /a']
  85. 2015-12-18 11:16:55,644 [DEBUG] - Command ['"shutdown" /a'] exited with '0'
  86. 2015-12-18 11:16:55,769 [DEBUG] - Capturing package files in 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\erlang'
  87. 2015-12-18 11:16:55,769 [DEBUG] - Found 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\erlang\erlang-logo.png'
  88. with checksum '768DA6BF5CB95A8F75048492D392B564'
  89. 2015-12-18 11:16:55,769 [DEBUG] - Found 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\erlang\erlang.nupkg'
  90. with checksum '45F13D9EE88EA911F0C5D73A36B3F4B6'
  91. 2015-12-18 11:16:55,769 [DEBUG] - Found 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\erlang\tools\chocolateyInstall.ps1'
  92. with checksum 'F9737E18F4218FE28A5D43FE97F9E5AD'
  93. 2015-12-18 11:16:55,769 [DEBUG] - Found 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\erlang\tools\chocolateyUninstall.ps1'
  94. with checksum '51C2540FDBBAD1E2CC0D2808EB4B2463'
  95. 2015-12-18 11:16:55,785 [DEBUG] - Attempting to create directory "C:\Documents and Settings\All Users\Application Data\chocolatey\extensions".
  96. 2015-12-18 11:16:55,785 [DEBUG] - Attempting to create directory "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey".
  97. 2015-12-18 11:16:55,785 [DEBUG] - Adding 'Hidden' attribute(s) to 'C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey'.
  98. 2015-12-18 11:16:55,785 [DEBUG] - Attempting to create directory "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\erlang.18.1".
  99. 2015-12-18 11:16:56,285 [DEBUG] - Attempting to copy "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\erlang.18.1\.registry.update"
  100. to "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\erlang.18.1\.registry".
  101. 2015-12-18 11:16:56,285 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\erlang.18.1\.registry.update".
  102. 2015-12-18 11:16:56,629 [DEBUG] - Attempting to copy "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\erlang.18.1\.files.update"
  103. to "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\erlang.18.1\.files".
  104. 2015-12-18 11:16:56,629 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\erlang.18.1\.files.update".
  105. 2015-12-18 11:16:56,629 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\erlang.18.1\.sxs".
  106. 2015-12-18 11:16:56,644 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\erlang.18.1\.pin".
  107. 2015-12-18 11:16:56,644 [INFO ] - The install of erlang was successful.
  108. 2015-12-18 11:16:56,644 [INFO ] -
  109. Elixir v1.1.1
  110. 2015-12-18 11:16:56,738 [DEBUG] - Contents of 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1':
  111. 2015-12-18 11:16:56,738 [DEBUG] - $package = 'Elixir'
  112. $version = '1.1.1'
  113.  
  114. $params = @{
  115. PackageName = $package;
  116. FileType = 'zip';
  117. Url = "https://github.com/elixir-lang/elixir/releases/download/v$version/Precompiled.zip";
  118. UnzipLocation = $env:chocolateyPackageFolder;
  119. }
  120.  
  121. if (!(Test-Path($params.UnzipLocation)))
  122. {
  123. New-Item $params.UnzipLocation -Type Directory | Out-Null
  124. }
  125.  
  126. Install-ChocolateyZipPackage @params
  127.  
  128. Copy-Item "$env:ChocolateyPackageFolder/bin/iex.bat" "$env:ChocolateyInstall/bin/iex.bat"
  129. Copy-Item "$env:ChocolateyPackageFolder/bin/elixir.bat" "$env:ChocolateyInstall/bin/elixir.bat"
  130. Copy-Item "$env:ChocolateyPackageFolder/bin/elixirc.bat" "$env:ChocolateyInstall/bin/elixirc.bat"
  131. Copy-Item "$env:ChocolateyPackageFolder/bin/mix.bat" "$env:ChocolateyInstall/bin/mix.bat"
  132.  
  133. Write-Host @'
  134. Please restart your current shell session to access Elixir commands:
  135. elixir
  136. elixirc
  137. mix
  138. iex.bat
  139. '@
  140.  
  141. 2015-12-18 11:16:56,738 [INFO ] - The package Elixir wants to run 'chocolateyInstall.ps1'.
  142. 2015-12-18 11:16:56,738 [INFO ] - Note: If you don't run this script, the installation will fail.
  143. 2015-12-18 11:16:56,738 [INFO ] - Note: To confirm automatically next time, use '-y' or consider setting
  144. 'allowGlobalConfirmation'. Run 'choco feature -h' for more details.
  145. 2015-12-18 11:16:56,754 [INFO ] - Do you want to run the script?
  146. 2015-12-18 11:16:56,754 [INFO ] - 1) yes
  147. 2015-12-18 11:16:56,754 [INFO ] - 2) no
  148. 2015-12-18 11:16:56,754 [INFO ] - 3) print
  149. 2015-12-18 11:17:18,691 [DEBUG] - Calling command ['"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"']
  150. 2015-12-18 11:17:23,472 [ERROR] - Exception calling "GetResponse" with "0" argument(s): "The underlying connectio
  151. 2015-12-18 11:17:23,472 [ERROR] - n was closed: An unexpected error occurred on a send."
  152. 2015-12-18 11:17:23,472 [ERROR] - At C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\func
  153. 2015-12-18 11:17:23,472 [ERROR] - tions\Get-WebHeaders.ps1:92 char:37
  154. 2015-12-18 11:17:23,472 [ERROR] - + $response = $request.GetResponse <<<< ();
  155. 2015-12-18 11:17:23,472 [ERROR] - + CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordE
  156. 2015-12-18 11:17:23,488 [ERROR] - xception
  157. 2015-12-18 11:17:23,488 [ERROR] - + FullyQualifiedErrorId : DotNetMethodException
  158. 2015-12-18 11:17:23,504 [DEBUG] - Command ['"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"'] exited with '1'
  159. 2015-12-18 11:17:23,504 [DEBUG] - Calling command ['"shutdown" /a']
  160. 2015-12-18 11:17:23,582 [DEBUG] - Command ['"shutdown" /a'] exited with '0'
  161. 2015-12-18 11:17:23,660 [DEBUG] - Capturing package files in 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir'
  162. 2015-12-18 11:17:23,660 [DEBUG] - Found 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\Elixir.nupkg'
  163. with checksum 'F37572BE13B1351E19E448A3C6AF7E19'
  164. 2015-12-18 11:17:23,660 [DEBUG] - Found 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1'
  165. with checksum '6CD7B7065BAF88FC6AD83CBF5C25CFDE'
  166. 2015-12-18 11:17:23,675 [DEBUG] - Found 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyUninstall.ps1'
  167. with checksum '1356CAA18D0A43BF7D112B52B63FC508'
  168. 2015-12-18 11:17:23,675 [DEBUG] - Attempting to create directory "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\Elixir.1.1.1".
  169. 2015-12-18 11:17:23,675 [DEBUG] - Attempting to copy "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\Elixir.1.1.1\.files.update"
  170. to "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\Elixir.1.1.1\.files".
  171. 2015-12-18 11:17:23,675 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\Elixir.1.1.1\.files.update".
  172. 2015-12-18 11:17:23,675 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\Elixir.1.1.1\.sxs".
  173. 2015-12-18 11:17:23,675 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\Elixir.1.1.1\.pin".
  174. 2015-12-18 11:17:23,675 [ERROR] - The install of elixir was NOT successful.
  175. 2015-12-18 11:17:23,675 [ERROR] - Error while running 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1'.
  176. See log for details.
  177. 2015-12-18 11:17:23,675 [DEBUG] - Attempting to create directory "C:\Documents and Settings\All Users\Application Data\chocolatey\lib-bad".
  178. 2015-12-18 11:17:23,691 [DEBUG] - Moving 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir'
  179. to 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib-bad\Elixir'
  180. 2015-12-18 11:17:25,738 [WARN ] -
  181. Chocolatey installed 1/2 package(s). 1 package(s) failed.
  182. See the log for details (C:\Documents and Settings\All Users\Application Data\chocolatey\logs\chocolatey.log).
  183. 2015-12-18 11:17:25,738 [ERROR] - Failures:
  184. 2015-12-18 11:17:25,738 [ERROR] - - elixir
  185. 2015-12-18 11:17:25,738 [DEBUG] - Exiting with 1
  186. 2015-12-18 11:17:36,722 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.9.9.11, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
  187. 2015-12-18 11:17:36,722 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.9.9.11, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
  188. 2015-12-18 11:17:36,754 [DEBUG] - XmlConfiguration is now operational
  189. 2015-12-18 11:17:37,410 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\config\chocolatey.config.update".
  190. 2015-12-18 11:17:37,441 [INFO ] - ============================================================
  191. 2015-12-18 11:17:37,441 [INFO ] - Chocolatey v0.9.9.11
  192. 2015-12-18 11:17:37,441 [DEBUG] - Chocolatey is running on Windows v 5.1.2600.196608
  193. 2015-12-18 11:17:37,441 [DEBUG] - Attempting to delete file "C:/Documents and Settings/All Users/Application Data/chocolatey/choco.exe.old".
  194. 2015-12-18 11:17:37,441 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\choco.exe.old".
  195. 2015-12-18 11:17:37,457 [DEBUG] - Command line: "C:\Documents and Settings\All Users\Application Data\chocolatey\choco.exe" install elixir
  196. 2015-12-18 11:17:37,457 [DEBUG] - Received arguments: install elixir
  197. 2015-12-18 11:17:37,519 [DEBUG] -
  198. NOTE: Hiding sensitive configuration data! Please double and triple
  199. check to be sure no sensitive data is shown, especially if copying
  200. output to a gist for review.
  201. 2015-12-18 11:17:37,535 [DEBUG] - Configuration: CommandName='install'|CacheLocation='C:\DOCUME~1\George\LOCALS~1\Temp'|
  202. ContainsLegacyPackageInstalls='True'|
  203. CommandExecutionTimeoutSeconds='2700'|
  204. Sources='https://chocolatey.org/api/v2/'|Debug='False'|Verbose='False'|
  205. Force='False'|Noop='False'|HelpRequested='False'|RegularOutput='True'|
  206. QuietOutput='False'|PromptForConfirmation='True'|AcceptLicense='False'|
  207. AllowUnofficialBuild='False'|Input='elixir'|AllVersions='False'|
  208. SkipPackageInstallProvider='False'|PackageNames='elixir'|
  209. Prerelease='False'|ForceX86='False'|OverrideArguments='False'|
  210. NotSilent='False'|IgnoreDependencies='False'|
  211. AllowMultipleVersions='False'|AllowDowngrade='False'|
  212. ForceDependencies='False'|Information.PlatformType='Windows'|
  213. Information.PlatformVersion='5.1.2600.196608'|
  214. Information.PlatformName='Windows XP'|
  215. Information.ChocolateyVersion='0.9.9.11'|
  216. Information.ChocolateyProductVersion='0.9.9.11'|
  217. Information.FullName='choco, Version=0.9.9.11, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
  218.  
  219. Information.Is64Bit='False'|Information.IsInteractive='True'|
  220. Information.IsUserAdministrator='True'|
  221. Information.IsProcessElevated='True'|Features.AutoUninstaller='False'|
  222. Features.CheckSumFiles='True'|Features.FailOnAutoUninstaller='False'|
  223. ListCommand.LocalOnly='False'|
  224. ListCommand.IncludeRegistryPrograms='False'|
  225. UpgradeCommand.FailOnUnfound='False'|
  226. UpgradeCommand.FailOnNotInstalled='False'|
  227. UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
  228. NewCommand.AutomaticPackage='False'|SourceCommand.Command='unknown'|
  229. SourceCommand.Priority='0'|FeatureCommand.Command='unknown'|
  230. ConfigCommand.Command='unknown'|PushCommand.TimeoutInSeconds='0'|
  231. PinCommand.Command='unknown'|
  232. 2015-12-18 11:17:37,550 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
  233. 2015-12-18 11:17:37,550 [INFO ] - Installing the following packages:
  234. 2015-12-18 11:17:37,566 [INFO ] - elixir
  235. 2015-12-18 11:17:37,566 [INFO ] - By installing you accept licenses for the packages.
  236. 2015-12-18 11:17:40,754 [INFO ] -
  237. Elixir v1.1.1
  238. 2015-12-18 11:17:41,269 [DEBUG] - Contents of 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1':
  239. 2015-12-18 11:17:41,269 [DEBUG] - $package = 'Elixir'
  240. $version = '1.1.1'
  241.  
  242. $params = @{
  243. PackageName = $package;
  244. FileType = 'zip';
  245. Url = "https://github.com/elixir-lang/elixir/releases/download/v$version/Precompiled.zip";
  246. UnzipLocation = $env:chocolateyPackageFolder;
  247. }
  248.  
  249. if (!(Test-Path($params.UnzipLocation)))
  250. {
  251. New-Item $params.UnzipLocation -Type Directory | Out-Null
  252. }
  253.  
  254. Install-ChocolateyZipPackage @params
  255.  
  256. Copy-Item "$env:ChocolateyPackageFolder/bin/iex.bat" "$env:ChocolateyInstall/bin/iex.bat"
  257. Copy-Item "$env:ChocolateyPackageFolder/bin/elixir.bat" "$env:ChocolateyInstall/bin/elixir.bat"
  258. Copy-Item "$env:ChocolateyPackageFolder/bin/elixirc.bat" "$env:ChocolateyInstall/bin/elixirc.bat"
  259. Copy-Item "$env:ChocolateyPackageFolder/bin/mix.bat" "$env:ChocolateyInstall/bin/mix.bat"
  260.  
  261. Write-Host @'
  262. Please restart your current shell session to access Elixir commands:
  263. elixir
  264. elixirc
  265. mix
  266. iex.bat
  267. '@
  268.  
  269. 2015-12-18 11:17:41,269 [INFO ] - The package Elixir wants to run 'chocolateyInstall.ps1'.
  270. 2015-12-18 11:17:41,269 [INFO ] - Note: If you don't run this script, the installation will fail.
  271. 2015-12-18 11:17:41,285 [INFO ] - Note: To confirm automatically next time, use '-y' or consider setting
  272. 'allowGlobalConfirmation'. Run 'choco feature -h' for more details.
  273. 2015-12-18 11:17:41,300 [INFO ] - Do you want to run the script?
  274. 2015-12-18 11:17:41,300 [INFO ] - 1) yes
  275. 2015-12-18 11:17:41,300 [INFO ] - 2) no
  276. 2015-12-18 11:17:41,300 [INFO ] - 3) print
  277. 2015-12-18 11:17:43,238 [DEBUG] - Calling command ['"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"']
  278. 2015-12-18 11:17:47,457 [ERROR] - Exception calling "GetResponse" with "0" argument(s): "The underlying connectio
  279. 2015-12-18 11:17:47,457 [ERROR] - n was closed: An unexpected error occurred on a send."
  280. 2015-12-18 11:17:47,472 [ERROR] - At C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\func
  281. 2015-12-18 11:17:47,472 [ERROR] - tions\Get-WebHeaders.ps1:92 char:37
  282. 2015-12-18 11:17:47,472 [DEBUG] - Command ['"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"'] exited with '1'
  283. 2015-12-18 11:17:47,488 [DEBUG] - Calling command ['"shutdown" /a']
  284. 2015-12-18 11:17:47,488 [ERROR] - + $response = $request.GetResponse <<<< ();
  285. 2015-12-18 11:17:47,488 [ERROR] - + CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordE
  286. 2015-12-18 11:17:47,488 [ERROR] - xception
  287. 2015-12-18 11:17:47,488 [ERROR] - + FullyQualifiedErrorId : DotNetMethodException
  288. 2015-12-18 11:17:50,191 [DEBUG] - Command ['"shutdown" /a'] exited with '0'
  289. 2015-12-18 11:17:50,285 [DEBUG] - Capturing package files in 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir'
  290. 2015-12-18 11:17:50,300 [DEBUG] - Found 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\Elixir.nupkg'
  291. with checksum 'F37572BE13B1351E19E448A3C6AF7E19'
  292. 2015-12-18 11:17:50,300 [DEBUG] - Found 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1'
  293. with checksum '6CD7B7065BAF88FC6AD83CBF5C25CFDE'
  294. 2015-12-18 11:17:50,300 [DEBUG] - Found 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyUninstall.ps1'
  295. with checksum '1356CAA18D0A43BF7D112B52B63FC508'
  296. 2015-12-18 11:17:50,316 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\Elixir.1.1.1\.files.update".
  297. 2015-12-18 11:17:50,316 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\Elixir.1.1.1\.sxs".
  298. 2015-12-18 11:17:50,316 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\Elixir.1.1.1\.pin".
  299. 2015-12-18 11:17:50,316 [DEBUG] - Attempting to delete directory "C:\Documents and Settings\All Users\Application Data\chocolatey\lib-bad\Elixir".
  300. 2015-12-18 11:17:50,332 [ERROR] - The install of elixir was NOT successful.
  301. 2015-12-18 11:17:50,332 [ERROR] - Error while running 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1'.
  302. See log for details.
  303. 2015-12-18 11:17:50,332 [DEBUG] - Moving 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir'
  304. to 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib-bad\Elixir'
  305. 2015-12-18 11:17:52,379 [WARN ] -
  306. Chocolatey installed 0/1 package(s). 1 package(s) failed.
  307. See the log for details (C:\Documents and Settings\All Users\Application Data\chocolatey\logs\chocolatey.log).
  308. 2015-12-18 11:17:52,379 [ERROR] - Failures:
  309. 2015-12-18 11:17:52,379 [ERROR] - - elixir
  310. 2015-12-18 11:17:52,379 [DEBUG] - Exiting with 1
  311. 2015-12-18 12:52:06,675 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.9.9.11, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
  312. 2015-12-18 12:52:06,675 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.9.9.11, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
  313. 2015-12-18 12:52:06,707 [DEBUG] - XmlConfiguration is now operational
  314. 2015-12-18 12:52:07,441 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\config\chocolatey.config.update".
  315. 2015-12-18 12:52:07,472 [INFO ] - ============================================================
  316. 2015-12-18 12:52:07,488 [INFO ] - Chocolatey v0.9.9.11
  317. 2015-12-18 12:52:07,488 [DEBUG] - Chocolatey is running on Windows v 5.1.2600.196608
  318. 2015-12-18 12:52:07,488 [DEBUG] - Attempting to delete file "C:/Documents and Settings/All Users/Application Data/chocolatey/choco.exe.old".
  319. 2015-12-18 12:52:07,488 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\choco.exe.old".
  320. 2015-12-18 12:52:07,519 [DEBUG] - Command line: "C:\Documents and Settings\All Users\Application Data\chocolatey\choco.exe" install elixir
  321. 2015-12-18 12:52:07,519 [DEBUG] - Received arguments: install elixir
  322. 2015-12-18 12:52:07,597 [DEBUG] -
  323. NOTE: Hiding sensitive configuration data! Please double and triple
  324. check to be sure no sensitive data is shown, especially if copying
  325. output to a gist for review.
  326. 2015-12-18 12:52:07,597 [DEBUG] - Configuration: CommandName='install'|CacheLocation='C:\DOCUME~1\George\LOCALS~1\Temp'|
  327. ContainsLegacyPackageInstalls='True'|
  328. CommandExecutionTimeoutSeconds='2700'|
  329. Sources='https://chocolatey.org/api/v2/'|Debug='False'|Verbose='False'|
  330. Force='False'|Noop='False'|HelpRequested='False'|RegularOutput='True'|
  331. QuietOutput='False'|PromptForConfirmation='True'|AcceptLicense='False'|
  332. AllowUnofficialBuild='False'|Input='elixir'|AllVersions='False'|
  333. SkipPackageInstallProvider='False'|PackageNames='elixir'|
  334. Prerelease='False'|ForceX86='False'|OverrideArguments='False'|
  335. NotSilent='False'|IgnoreDependencies='False'|
  336. AllowMultipleVersions='False'|AllowDowngrade='False'|
  337. ForceDependencies='False'|Information.PlatformType='Windows'|
  338. Information.PlatformVersion='5.1.2600.196608'|
  339. Information.PlatformName='Windows XP'|
  340. Information.ChocolateyVersion='0.9.9.11'|
  341. Information.ChocolateyProductVersion='0.9.9.11'|
  342. Information.FullName='choco, Version=0.9.9.11, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
  343.  
  344. Information.Is64Bit='False'|Information.IsInteractive='True'|
  345. Information.IsUserAdministrator='True'|
  346. Information.IsProcessElevated='True'|Features.AutoUninstaller='False'|
  347. Features.CheckSumFiles='True'|Features.FailOnAutoUninstaller='False'|
  348. ListCommand.LocalOnly='False'|
  349. ListCommand.IncludeRegistryPrograms='False'|
  350. UpgradeCommand.FailOnUnfound='False'|
  351. UpgradeCommand.FailOnNotInstalled='False'|
  352. UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
  353. NewCommand.AutomaticPackage='False'|SourceCommand.Command='unknown'|
  354. SourceCommand.Priority='0'|FeatureCommand.Command='unknown'|
  355. ConfigCommand.Command='unknown'|PushCommand.TimeoutInSeconds='0'|
  356. PinCommand.Command='unknown'|
  357. 2015-12-18 12:52:07,613 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
  358. 2015-12-18 12:52:07,629 [INFO ] - Installing the following packages:
  359. 2015-12-18 12:52:07,629 [INFO ] - elixir
  360. 2015-12-18 12:52:07,629 [INFO ] - By installing you accept licenses for the packages.
  361. 2015-12-18 12:52:10,550 [INFO ] -
  362. Elixir v1.1.1
  363. 2015-12-18 12:52:11,050 [DEBUG] - Contents of 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1':
  364. 2015-12-18 12:52:11,050 [DEBUG] - $package = 'Elixir'
  365. $version = '1.1.1'
  366.  
  367. $params = @{
  368. PackageName = $package;
  369. FileType = 'zip';
  370. Url = "https://github.com/elixir-lang/elixir/releases/download/v$version/Precompiled.zip";
  371. UnzipLocation = $env:chocolateyPackageFolder;
  372. }
  373.  
  374. if (!(Test-Path($params.UnzipLocation)))
  375. {
  376. New-Item $params.UnzipLocation -Type Directory | Out-Null
  377. }
  378.  
  379. Install-ChocolateyZipPackage @params
  380.  
  381. Copy-Item "$env:ChocolateyPackageFolder/bin/iex.bat" "$env:ChocolateyInstall/bin/iex.bat"
  382. Copy-Item "$env:ChocolateyPackageFolder/bin/elixir.bat" "$env:ChocolateyInstall/bin/elixir.bat"
  383. Copy-Item "$env:ChocolateyPackageFolder/bin/elixirc.bat" "$env:ChocolateyInstall/bin/elixirc.bat"
  384. Copy-Item "$env:ChocolateyPackageFolder/bin/mix.bat" "$env:ChocolateyInstall/bin/mix.bat"
  385.  
  386. Write-Host @'
  387. Please restart your current shell session to access Elixir commands:
  388. elixir
  389. elixirc
  390. mix
  391. iex.bat
  392. '@
  393.  
  394. 2015-12-18 12:52:11,050 [INFO ] - The package Elixir wants to run 'chocolateyInstall.ps1'.
  395. 2015-12-18 12:52:11,066 [INFO ] - Note: If you don't run this script, the installation will fail.
  396. 2015-12-18 12:52:11,066 [INFO ] - Note: To confirm automatically next time, use '-y' or consider setting
  397. 'allowGlobalConfirmation'. Run 'choco feature -h' for more details.
  398. 2015-12-18 12:52:11,082 [INFO ] - Do you want to run the script?
  399. 2015-12-18 12:52:11,082 [INFO ] - 1) yes
  400. 2015-12-18 12:52:11,082 [INFO ] - 2) no
  401. 2015-12-18 12:52:11,082 [INFO ] - 3) print
  402. 2015-12-18 12:52:14,738 [DEBUG] - Calling command ['"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"']
  403. 2015-12-18 12:52:18,832 [ERROR] - Exception calling "GetResponse" with "0" argument(s): "The underlying connectio
  404. 2015-12-18 12:52:18,847 [ERROR] - n was closed: An unexpected error occurred on a send."
  405. 2015-12-18 12:52:18,847 [ERROR] - At C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\func
  406. 2015-12-18 12:52:18,847 [ERROR] - tions\Get-WebHeaders.ps1:92 char:37
  407. 2015-12-18 12:52:18,847 [ERROR] - + $response = $request.GetResponse <<<< ();
  408. 2015-12-18 12:52:18,847 [ERROR] - + CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordE
  409. 2015-12-18 12:52:18,847 [ERROR] - xception
  410. 2015-12-18 12:52:18,863 [ERROR] - + FullyQualifiedErrorId : DotNetMethodException
  411. 2015-12-18 12:52:18,863 [DEBUG] - Command ['"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\Documents and Settings\All Users\Application Data\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"'] exited with '1'
  412. 2015-12-18 12:52:18,863 [DEBUG] - Calling command ['"shutdown" /a']
  413. 2015-12-18 12:52:21,300 [DEBUG] - Command ['"shutdown" /a'] exited with '0'
  414. 2015-12-18 12:52:21,410 [DEBUG] - Capturing package files in 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir'
  415. 2015-12-18 12:52:21,410 [DEBUG] - Found 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\Elixir.nupkg'
  416. with checksum 'F37572BE13B1351E19E448A3C6AF7E19'
  417. 2015-12-18 12:52:21,410 [DEBUG] - Found 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1'
  418. with checksum '6CD7B7065BAF88FC6AD83CBF5C25CFDE'
  419. 2015-12-18 12:52:21,410 [DEBUG] - Found 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyUninstall.ps1'
  420. with checksum '1356CAA18D0A43BF7D112B52B63FC508'
  421. 2015-12-18 12:52:21,410 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\Elixir.1.1.1\.files.update".
  422. 2015-12-18 12:52:21,425 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\Elixir.1.1.1\.sxs".
  423. 2015-12-18 12:52:21,425 [DEBUG] - Attempting to delete file "C:\Documents and Settings\All Users\Application Data\chocolatey\.chocolatey\Elixir.1.1.1\.pin".
  424. 2015-12-18 12:52:21,425 [DEBUG] - Attempting to delete directory "C:\Documents and Settings\All Users\Application Data\chocolatey\lib-bad\Elixir".
  425. 2015-12-18 12:52:21,425 [ERROR] - The install of elixir was NOT successful.
  426. 2015-12-18 12:52:21,425 [ERROR] - Error while running 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir\tools\chocolateyInstall.ps1'.
  427. See log for details.
  428. 2015-12-18 12:52:21,441 [DEBUG] - Moving 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib\Elixir'
  429. to 'C:\Documents and Settings\All Users\Application Data\chocolatey\lib-bad\Elixir'
  430. 2015-12-18 12:52:23,472 [WARN ] -
  431. Chocolatey installed 0/1 package(s). 1 package(s) failed.
  432. See the log for details (C:\Documents and Settings\All Users\Application Data\chocolatey\logs\chocolatey.log).
  433. 2015-12-18 12:52:23,472 [ERROR] - Failures:
  434. 2015-12-18 12:52:23,472 [ERROR] - - elixir
  435. 2015-12-18 12:52:23,488 [DEBUG] - Exiting with 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement