chocolatey/boxstarter

Lots of verbose output noise when installing Chocolatey packages using Boxstarter 3.0.0

Closed this issue ยท 6 comments

What You Are Seeing?

Lots of verbose output when installing chocolatey package. Previously also described here: #479 (comment)

What is Expected?

Expect to see regular installation output.

How Did You Get This To Happen? (Steps to Reproduce)

On a clean Windows 11 VM:

  1. Install Chocolatey: Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
  2. Install Boxstarter version 3.0.0-beta-20220427-21 : choco install boxstarter -y --pre
  3. Open: Boxstarter Shell
  4. Install Boxstarter package: Install-BoxstarterPackage -PackageName .\test.ps1

The test.ps1 script looks like this:

choco install git -y

System Details

  • OS Build (In PowerShell run [System.Environment]::OSVersion.version.tostring()): 10.0.22000.0
  • Windows PowerShell version (Run: $PSVersionTable): 5.1.22000.613
  • Chocolatey version (Run choco --version): 1.1.0

Output Log

image

Full Log Output

Boxstarter: Installing package .\test.ps1
Boxstarter Version 3.0.0.0
(c) 2018 Chocolatey Software, Inc, 2012 - 2018 Matt Wrock. https://boxstarter.org

Boxstarter: Disabling Automatic Updates from Windows Update
Chocolatey v1.1.0
Attempting to build package from 'tmpF732.tmp.nuspec'.
Successfully created package 'C:\ProgramData\Boxstarter\BuildPackages\tmpF732.tmp.1.0.0.nupkg'
Boxstarter: Created a temporary package tmpF732.tmp from .\test.ps1 in C:\ProgramData\Boxstarter\BuildPackages
+ Boxstarter starting Calling Chocolatey to install tmpF732.tmp. This may take several minutes to complete...
Chocolatey v1.1.0
Installing the following packages:
tmpF732.tmp
By installing, you accept licenses for the packages.
Error retrieving packages from source 'https://chocolatey.org/api/v2':
 The remote name could not be resolved: 'community.chocolatey.org'

tmpF732.tmp v1.0.0 (forced)
tmpf732.tmp package files install completed. Performing other installation steps.
 *** LOADING BOXSTARTER ***
Boxstarter: *** HELLO WORLD ***
+ Boxstarter starting Calling Chocolatey to install git. This may take several minutes to complete...
Chocolatey v1.1.0
Installing the following packages:
git
By installing, you accept licenses for the packages.
[NuGet] Attempting to resolve dependency 'git.install (= 2.36.0)'.
Progress: Downloading git.install 2.36.0... 100%
[NuGet] Attempting to resolve dependency 'chocolatey-core.extension (= 1.3.3)'.
Progress: Downloading chocolatey-core.extension 1.4.0... 100%
[NuGet] Attempting to resolve dependency 'chocolatey-compatibility.extension (= 1.0.0)'.
Progress: Downloading chocolatey-compatibility.extension 1.0.0... 100%
Progress: Downloading git 2.36.0... 100%
[NuGet] Installing 'chocolatey-compatibility.extension 1.0.0'.
[NuGet] Successfully installed 'chocolatey-compatibility.extension 1.0.0'.

chocolatey-compatibility.extension v1.0.0 [Approved]
chocolatey-compatibility.extension package files install completed. Performing other installation steps.
 Installed/updated chocolatey-compatibility extensions.
 The install of chocolatey-compatibility.extension was successful.
  Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-compatibility'
[NuGet] Installing 'chocolatey-core.extension 1.4.0'.
[NuGet] Successfully installed 'chocolatey-core.extension 1.4.0'.

chocolatey-core.extension v1.4.0 [Approved]
chocolatey-core.extension package files install completed. Performing other installation steps.
 Installed/updated chocolatey-core extensions.
 The install of chocolatey-core.extension was successful.
  Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-core'
[NuGet] Installing 'git.install 2.36.0'.
[NuGet] Successfully installed 'git.install 2.36.0'.

git.install v2.36.0 [Approved]
git.install package files install completed. Performing other installation steps.
VERBOSE: Exporting function 'Format-FileSize'.
VERBOSE: Exporting function 'Get-ChecksumValid'.
VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
VERBOSE: Exporting function 'Get-EnvironmentVariable'.
VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
VERBOSE: Exporting function 'Get-FtpFile'.
VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
VERBOSE: Exporting function 'Get-PackageParameters'.
VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
VERBOSE: Exporting function 'Get-ToolsLocation'.
VERBOSE: Exporting function 'Get-UACEnabled'.
VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
VERBOSE: Exporting function 'Get-VirusCheckValid'.
VERBOSE: Exporting function 'Get-WebFile'.
VERBOSE: Exporting function 'Get-WebFileName'.
VERBOSE: Exporting function 'Get-WebHeaders'.
VERBOSE: Exporting function 'Install-BinFile'.
VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
VERBOSE: Exporting function 'Install-ChocolateyPackage'.
VERBOSE: Exporting function 'Install-ChocolateyPath'.
VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Install-Vsix'.
VERBOSE: Exporting function 'Set-EnvironmentVariable'.
VERBOSE: Exporting function 'Set-PowerShellExitCode'.
VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
VERBOSE: Exporting function 'Test-ProcessAdminRights'.
VERBOSE: Exporting function 'Uninstall-BinFile'.
VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Update-SessionEnvironment'.
VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
VERBOSE: Exporting alias 'Get-ProcessorBits'.
VERBOSE: Exporting alias 'Get-OSBitness'.
VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
VERBOSE: Exporting alias 'Generate-BinFile'.
VERBOSE: Exporting alias 'Add-BinFile'.
VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
VERBOSE: Exporting alias 'Remove-BinFile'.
VERBOSE: Exporting alias 'refreshenv'.
VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\boxstarter-choco\boxstarter-choco.psm1'.
 *** LOADING BOXSTARTER ***
VERBOSE: Loading module from path 'C:\ProgramData\Boxstarter\Boxstarter.Chocolatey\Boxstarter.Chocolatey.psd1'.
VERBOSE: Loading module from path 'C:\ProgramData\Boxstarter\Boxstarter.Chocolatey\..\Boxstarter.Common\Boxstarter.Common.psd1'.
VERBOSE: Loading module from path 'C:\ProgramData\Boxstarter\Boxstarter.Common\./boxstarter.common.psm1'.
VERBOSE: Exporting function 'Confirm-Choice'.
VERBOSE: Exporting function 'Create-BoxstarterTask'.
VERBOSE: Exporting function 'Enter-Dotnet4'.
VERBOSE: Exporting function 'Get-BoxstarterTaskContextTempDir'.
VERBOSE: Exporting function 'Get-CurrentUser'.
VERBOSE: Exporting function 'Get-HttpResource'.
VERBOSE: Exporting function 'Get-IsMicrosoftUpdateEnabled'.
VERBOSE: Exporting function 'Get-IsRemote'.
VERBOSE: Exporting function 'Invoke-FromTask'.
VERBOSE: Exporting function 'Invoke-RetriableScript'.
VERBOSE: Exporting function 'Log-BoxStarterMessage'.
VERBOSE: Exporting function 'Enter-BoxstarterLogable'.
VERBOSE: Exporting function 'Out-BoxstarterLog'.
VERBOSE: Exporting function 'Remove-BoxstarterError'.
VERBOSE: Exporting function 'Remove-BoxstarterTask'.
VERBOSE: Exporting function 'Start-TimedSection'.
VERBOSE: Exporting function 'Stop-TimedSection'.
VERBOSE: Exporting function 'Test-Admin'.
VERBOSE: Exporting function 'Write-BoxstarterLogo'.
VERBOSE: Exporting function 'Write-BoxstarterMessage'.
VERBOSE: Importing function 'Confirm-Choice'.
VERBOSE: The 'Create-BoxstarterTask' command in the Boxstarter.Common' module was imported, but because its name does not include an approved verb, it might be difficult to find. The suggested alternative verbs are "New".
VERBOSE: Importing function 'Create-BoxstarterTask'.
VERBOSE: Importing function 'Enter-BoxstarterLogable'.
VERBOSE: Importing function 'Enter-Dotnet4'.
VERBOSE: Importing function 'Get-BoxstarterTaskContextTempDir'.
VERBOSE: Importing function 'Get-CurrentUser'.
VERBOSE: Importing function 'Get-HttpResource'.
VERBOSE: Importing function 'Get-IsMicrosoftUpdateEnabled'.
VERBOSE: Importing function 'Get-IsRemote'.
VERBOSE: Importing function 'Invoke-FromTask'.
VERBOSE: Importing function 'Invoke-RetriableScript'.
VERBOSE: The 'Log-BoxStarterMessage' command in the Boxstarter.Common' module was imported, but because its name does not include an approved verb, it might be difficult to find. For a list of approved verbs, type Get-Verb.
VERBOSE: Importing function 'Log-BoxStarterMessage'.
VERBOSE: Importing function 'Out-BoxstarterLog'.
VERBOSE: Importing function 'Remove-BoxstarterError'.
VERBOSE: Importing function 'Remove-BoxstarterTask'.
VERBOSE: Importing function 'Start-TimedSection'.
VERBOSE: Importing function 'Stop-TimedSection'.
VERBOSE: Importing function 'Test-Admin'.
VERBOSE: Importing function 'Write-BoxstarterLogo'.
VERBOSE: Importing function 'Write-BoxstarterMessage'.
VERBOSE: Loading module from path 'C:\ProgramData\Boxstarter\Boxstarter.Chocolatey\./boxstarter.chocolatey.psm1'.
VERBOSE: Loading module from path 'C:\ProgramData\Boxstarter\Boxstarter.Bootstrapper\Boxstarter.Bootstrapper.psd1'.
VERBOSE: Loading module from path 'C:\ProgramData\Boxstarter\Boxstarter.Bootstrapper\..\Boxstarter.Common\Boxstarter.Common.psd1'.
VERBOSE: Importing function 'Confirm-Choice'.
VERBOSE: The 'Create-BoxstarterTask' command in the Boxstarter.Common' module was imported, but because its name does not include an approved verb, it might be difficult to find. The suggested alternative verbs are "New".
VERBOSE: Importing function 'Create-BoxstarterTask'.
VERBOSE: Importing function 'Enter-BoxstarterLogable'.
VERBOSE: Importing function 'Enter-Dotnet4'.
VERBOSE: Importing function 'Get-BoxstarterTaskContextTempDir'.
VERBOSE: Importing function 'Get-CurrentUser'.
VERBOSE: Importing function 'Get-HttpResource'.
VERBOSE: Importing function 'Get-IsMicrosoftUpdateEnabled'.
VERBOSE: Importing function 'Get-IsRemote'.
VERBOSE: Importing function 'Invoke-FromTask'.
VERBOSE: Importing function 'Invoke-RetriableScript'.
VERBOSE: The 'Log-BoxStarterMessage' command in the Boxstarter.Common' module was imported, but because its name does not include an approved verb, it might be difficult to find. For a list of approved verbs, type Get-Verb.
VERBOSE: Importing function 'Log-BoxStarterMessage'.
VERBOSE: Importing function 'Out-BoxstarterLog'.
VERBOSE: Importing function 'Remove-BoxstarterError'.
VERBOSE: Importing function 'Remove-BoxstarterTask'.
VERBOSE: Importing function 'Start-TimedSection'.
VERBOSE: Importing function 'Stop-TimedSection'.
VERBOSE: Importing function 'Test-Admin'.
VERBOSE: Importing function 'Write-BoxstarterLogo'.
VERBOSE: Importing function 'Write-BoxstarterMessage'.
VERBOSE: Loading module from path 'C:\ProgramData\Boxstarter\Boxstarter.Bootstrapper\./boxstarter.bootstrapper.psm1'.
VERBOSE: Loading module from path 'C:\ProgramData\Boxstarter\Boxstarter.WinConfig\BoxStarter.WinConfig.psd1'.
VERBOSE: Loading module from path 'C:\ProgramData\Boxstarter\Boxstarter.WinConfig\..\Boxstarter.Common\Boxstarter.Common.psd1'.
VERBOSE: Importing function 'Confirm-Choice'.
VERBOSE: The 'Create-BoxstarterTask' command in the Boxstarter.Common' module was imported, but because its name does not include an approved verb, it might be difficult to find. The suggested alternative verbs are "New".
VERBOSE: Importing function 'Create-BoxstarterTask'.
VERBOSE: Importing function 'Enter-BoxstarterLogable'.
VERBOSE: Importing function 'Enter-Dotnet4'.
VERBOSE: Importing function 'Get-BoxstarterTaskContextTempDir'.
VERBOSE: Importing function 'Get-CurrentUser'.
VERBOSE: Importing function 'Get-HttpResource'.
VERBOSE: Importing function 'Get-IsMicrosoftUpdateEnabled'.
VERBOSE: Importing function 'Get-IsRemote'.
VERBOSE: Importing function 'Invoke-FromTask'.
VERBOSE: Importing function 'Invoke-RetriableScript'.
VERBOSE: The 'Log-BoxStarterMessage' command in the Boxstarter.Common' module was imported, but because its name does not include an approved verb, it might be difficult to find. For a list of approved verbs, type Get-Verb.
VERBOSE: Importing function 'Log-BoxStarterMessage'.
VERBOSE: Importing function 'Out-BoxstarterLog'.
VERBOSE: Importing function 'Remove-BoxstarterError'.
VERBOSE: Importing function 'Remove-BoxstarterTask'.
VERBOSE: Importing function 'Start-TimedSection'.
VERBOSE: Importing function 'Stop-TimedSection'.
VERBOSE: Importing function 'Test-Admin'.
VERBOSE: Importing function 'Write-BoxstarterLogo'.
VERBOSE: Importing function 'Write-BoxstarterMessage'.
VERBOSE: Loading module from path 'C:\ProgramData\Boxstarter\Boxstarter.WinConfig\./boxstarter.WinConfig.psm1'.
VERBOSE: Exporting function 'Disable-BingSearch'.
VERBOSE: Exporting function 'Disable-GameBarTips'.
VERBOSE: Exporting function 'Disable-InternetExplorerESC'.
VERBOSE: Exporting function 'Disable-MicrosoftUpdate'.
VERBOSE: Exporting function 'Disable-UAC'.
VERBOSE: Exporting function 'Enable-MicrosoftUpdate'.
VERBOSE: Exporting function 'Enable-RemoteDesktop'.
VERBOSE: Exporting function 'Enable-UAC'.
VERBOSE: Exporting function 'Get-LibraryNames'.
VERBOSE: Exporting function 'Get-UAC'.
VERBOSE: Exporting function 'Install-WindowsUpdate'.
VERBOSE: Exporting function 'Move-LibraryDirectory'.
VERBOSE: Exporting function 'Set-BoxstarterPageFile'.
VERBOSE: Exporting function 'Set-BoxstarterTaskbarOptions'.
VERBOSE: Exporting function 'Set-CornerNavigationOptions'.
VERBOSE: Exporting function 'Set-ExplorerOptions'.
VERBOSE: Exporting function 'Set-StartScreenOptions'.
VERBOSE: Exporting function 'Set-TaskbarSmall'.
VERBOSE: Exporting function 'Set-WindowsExplorerOptions'.
VERBOSE: Exporting function 'Update-ExecutionPolicy'.
VERBOSE: Importing function 'Disable-BingSearch'.
VERBOSE: Importing function 'Disable-GameBarTips'.
VERBOSE: Importing function 'Disable-InternetExplorerESC'.
VERBOSE: Importing function 'Disable-MicrosoftUpdate'.
VERBOSE: Importing function 'Disable-UAC'.
VERBOSE: Importing function 'Enable-MicrosoftUpdate'.
VERBOSE: Importing function 'Enable-RemoteDesktop'.
VERBOSE: Importing function 'Enable-UAC'.
VERBOSE: Importing function 'Get-LibraryNames'.
VERBOSE: Importing function 'Get-UAC'.
VERBOSE: Importing function 'Install-WindowsUpdate'.
VERBOSE: Importing function 'Move-LibraryDirectory'.
VERBOSE: Importing function 'Set-BoxstarterPageFile'.
VERBOSE: Importing function 'Set-BoxstarterTaskbarOptions'.
VERBOSE: Importing function 'Set-CornerNavigationOptions'.
VERBOSE: Importing function 'Set-ExplorerOptions'.
VERBOSE: Importing function 'Set-StartScreenOptions'.
VERBOSE: Importing function 'Set-TaskbarSmall'.
VERBOSE: Importing function 'Set-WindowsExplorerOptions'.
VERBOSE: Importing function 'Update-ExecutionPolicy'.
VERBOSE: Exporting function 'Enter-BoxstarterLogable'.
VERBOSE: Exporting function 'Start-TimedSection'.
VERBOSE: Exporting function 'Stop-TimedSection'.
VERBOSE: Exporting function 'Write-BoxstarterMessage'.
VERBOSE: Exporting function 'Get-BoxstarterTempDir'.
VERBOSE: Exporting function 'Install-BoxstarterExtension'.
VERBOSE: Exporting function 'Invoke-BoxStarter'.
VERBOSE: Exporting function 'Invoke-Reboot'.
VERBOSE: Exporting function 'Test-PendingReboot'.
VERBOSE: Importing function 'Enter-BoxstarterLogable'.
VERBOSE: Importing function 'Get-BoxstarterTempDir'.
VERBOSE: Importing function 'Install-BoxstarterExtension'.
VERBOSE: Importing function 'Invoke-BoxStarter'.
VERBOSE: Importing function 'Invoke-Reboot'.
VERBOSE: Importing function 'Start-TimedSection'.
VERBOSE: Importing function 'Stop-TimedSection'.
VERBOSE: Importing function 'Test-PendingReboot'.
VERBOSE: Importing function 'Write-BoxstarterMessage'.
VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'.
VERBOSE: Exporting function 'Format-FileSize'.
VERBOSE: Exporting function 'Get-ChecksumValid'.
VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
VERBOSE: Exporting function 'Get-EnvironmentVariable'.
VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
VERBOSE: Exporting function 'Get-FtpFile'.
VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
VERBOSE: Exporting function 'Get-PackageParameters'.
VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
VERBOSE: Exporting function 'Get-ToolsLocation'.
VERBOSE: Exporting function 'Get-UACEnabled'.
VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
VERBOSE: Exporting function 'Get-VirusCheckValid'.
VERBOSE: Exporting function 'Get-WebFile'.
VERBOSE: Exporting function 'Get-WebFileName'.
VERBOSE: Exporting function 'Get-WebHeaders'.
VERBOSE: Exporting function 'Install-BinFile'.
VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
VERBOSE: Exporting function 'Install-ChocolateyPackage'.
VERBOSE: Exporting function 'Install-ChocolateyPath'.
VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Install-Vsix'.
VERBOSE: Exporting function 'Set-EnvironmentVariable'.
VERBOSE: Exporting function 'Set-PowerShellExitCode'.
VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
VERBOSE: Exporting function 'Test-ProcessAdminRights'.
VERBOSE: Exporting function 'Uninstall-BinFile'.
VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Update-SessionEnvironment'.
VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
VERBOSE: Exporting alias 'Get-ProcessorBits'.
VERBOSE: Exporting alias 'Get-OSBitness'.
VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
VERBOSE: Exporting alias 'Generate-BinFile'.
VERBOSE: Exporting alias 'Add-BinFile'.
VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
VERBOSE: Exporting alias 'Remove-BinFile'.
VERBOSE: Exporting alias 'refreshenv'.
VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\boxstarter-choco\boxstarter-choco.psm1'.
VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-compatibility\chocolatey-compatibility.psm1'.
VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
VERBOSE: Exporting function 'Write-ChocolateyFailure'.
VERBOSE: Exporting function 'Write-ChocolateySuccess'.
VERBOSE: Exporting function 'Write-FileUpdateLog'.
VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
VERBOSE: Importing function 'Write-ChocolateyFailure'.
VERBOSE: Importing function 'Write-ChocolateySuccess'.
VERBOSE: Importing function 'Write-FileUpdateLog'.
VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
VERBOSE: Exporting function 'Get-AppInstallLocation'.
VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
VERBOSE: Exporting function 'Get-EffectiveProxy'.
VERBOSE: Exporting function 'Get-PackageCacheLocation'.
VERBOSE: Exporting function 'Get-WebContent'.
VERBOSE: Exporting function 'Register-Application'.
VERBOSE: Exporting function 'Remove-Process'.
VERBOSE: Importing function 'Get-AppInstallLocation'.
VERBOSE: Importing function 'Get-AvailableDriveLetter'.
VERBOSE: Importing function 'Get-EffectiveProxy'.
VERBOSE: Importing function 'Get-PackageCacheLocation'.
VERBOSE: Importing function 'Get-WebContent'.
VERBOSE: Importing function 'Register-Application'.
VERBOSE: Importing function 'Remove-Process'.
VERBOSE: Exporting function 'Format-FileSize'.
VERBOSE: Exporting function 'Get-ChecksumValid'.
VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
VERBOSE: Exporting function 'Get-EnvironmentVariable'.
VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
VERBOSE: Exporting function 'Get-FtpFile'.
VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
VERBOSE: Exporting function 'Get-PackageParameters'.
VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
VERBOSE: Exporting function 'Get-ToolsLocation'.
VERBOSE: Exporting function 'Get-UACEnabled'.
VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
VERBOSE: Exporting function 'Get-VirusCheckValid'.
VERBOSE: Exporting function 'Get-WebFile'.
VERBOSE: Exporting function 'Get-WebFileName'.
VERBOSE: Exporting function 'Get-WebHeaders'.
VERBOSE: Exporting function 'Install-BinFile'.
VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
VERBOSE: Exporting function 'Install-ChocolateyPackage'.
VERBOSE: Exporting function 'Install-ChocolateyPath'.
VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Install-Vsix'.
VERBOSE: Exporting function 'Set-EnvironmentVariable'.
VERBOSE: Exporting function 'Set-PowerShellExitCode'.
VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
VERBOSE: Exporting function 'Test-ProcessAdminRights'.
VERBOSE: Exporting function 'Uninstall-BinFile'.
VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Update-SessionEnvironment'.
VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
VERBOSE: Exporting function 'Write-ChocolateyFailure'.
VERBOSE: Exporting function 'Write-ChocolateySuccess'.
VERBOSE: Exporting function 'Write-FileUpdateLog'.
VERBOSE: Exporting function 'Get-AppInstallLocation'.
VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
VERBOSE: Exporting function 'Get-EffectiveProxy'.
VERBOSE: Exporting function 'Get-PackageCacheLocation'.
VERBOSE: Exporting function 'Get-WebContent'.
VERBOSE: Exporting function 'Register-Application'.
VERBOSE: Exporting function 'Remove-Process'.
VERBOSE: Exporting alias 'Get-ProcessorBits'.
VERBOSE: Exporting alias 'Get-OSBitness'.
VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
VERBOSE: Exporting alias 'Generate-BinFile'.
VERBOSE: Exporting alias 'Add-BinFile'.
VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
VERBOSE: Exporting alias 'Remove-BinFile'.
VERBOSE: Exporting alias 'refreshenv'.
VERBOSE: Importing function 'Format-FileSize'.
VERBOSE: Importing function 'Get-AppInstallLocation'.
VERBOSE: Importing function 'Get-AvailableDriveLetter'.
VERBOSE: Importing function 'Get-ChecksumValid'.
VERBOSE: Importing function 'Get-ChocolateyUnzip'.
VERBOSE: Importing function 'Get-ChocolateyWebFile'.
VERBOSE: Importing function 'Get-EffectiveProxy'.
VERBOSE: Importing function 'Get-EnvironmentVariable'.
VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
VERBOSE: Importing function 'Get-FtpFile'.
VERBOSE: Importing function 'Get-OSArchitectureWidth'.
VERBOSE: Importing function 'Get-PackageCacheLocation'.
VERBOSE: Importing function 'Get-PackageParameters'.
VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.
VERBOSE: Importing function 'Get-ToolsLocation'.
VERBOSE: Importing function 'Get-UACEnabled'.
VERBOSE: Importing function 'Get-UninstallRegistryKey'.
VERBOSE: Importing function 'Get-VirusCheckValid'.
VERBOSE: Importing function 'Get-WebContent'.
VERBOSE: Importing function 'Get-WebFile'.
VERBOSE: Importing function 'Get-WebFileName'.
VERBOSE: Importing function 'Get-WebHeaders'.
VERBOSE: Importing function 'Install-BinFile'.
VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
VERBOSE: Importing function 'Install-ChocolateyPackage'.
VERBOSE: Importing function 'Install-ChocolateyPath'.
VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
VERBOSE: Importing function 'Install-ChocolateyShortcut'.
VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
VERBOSE: Importing function 'Install-Vsix'.
VERBOSE: Importing function 'Register-Application'.
VERBOSE: Importing function 'Remove-Process'.
VERBOSE: Importing function 'Set-EnvironmentVariable'.
VERBOSE: Importing function 'Set-PowerShellExitCode'.
VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
VERBOSE: Importing function 'Test-ProcessAdminRights'.
VERBOSE: Importing function 'Uninstall-BinFile'.
VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
VERBOSE: Importing function 'Update-SessionEnvironment'.
VERBOSE: Importing function 'Write-ChocolateyFailure'.
VERBOSE: Importing function 'Write-ChocolateySuccess'.
VERBOSE: Importing function 'Write-FileUpdateLog'.
VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
VERBOSE: Importing alias 'Add-BinFile'.
VERBOSE: Importing alias 'Generate-BinFile'.
VERBOSE: Importing alias 'Get-InstallRegistryKey'.
VERBOSE: Importing alias 'Get-OSBitness'.
VERBOSE: Importing alias 'Get-ProcessorBits'.
VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
VERBOSE: Importing alias 'refreshenv'.
VERBOSE: Importing alias 'Remove-BinFile'.
VERBOSE: Importing alias 'Start-ChocolateyProcess'.
VERBOSE: Boxstarter: Importing Boxstarter vars into pid 8872 from pid: 3540
VERBOSE: Boxstarter: Importing BEX.Boxstarter.BaseDir from 3540 to 8872 with value C:\ProgramData\Boxstarter
VERBOSE: Boxstarter: Importing BEX.Boxstarter.IsRebooting from 3540 to 8872 with value False
VERBOSE: Boxstarter: Importing BEX.Boxstarter.LocalRepo from 3540 to 8872 with value C:\ProgramData\Boxstarter\BuildPackages
VERBOSE: Boxstarter: Importing BEX.Boxstarter.Log from 3540 to 8872 with value C:\Users\vagrant\AppData\Local\Boxstarter\boxstarter.log
VERBOSE: Boxstarter: Importing BEX.Boxstarter.NoPassword from 3540 to 8872 with value True
VERBOSE: Boxstarter: Importing BEX.Boxstarter.NugetSources from 3540 to 8872 with value https://chocolatey.org/api/v2
VERBOSE: Boxstarter: Importing BEX.Boxstarter.Package from 3540 to 8872 with value tmpF732.tmp
VERBOSE: Boxstarter: Importing BEX.Boxstarter.ProgramFiles86 from 3540 to 8872 with value C:\Program Files (x86)
VERBOSE: Boxstarter: Importing BEX.Boxstarter.RebootOk from 3540 to 8872 with value True
VERBOSE: Boxstarter: Importing BEX.Boxstarter.ScriptToCall from 3540 to 8872 with value Import-Module (Join-Path -Path "C:\ProgramData\Boxstarter" -ChildPath BoxStarter.Chocolatey\Boxstarter.Chocolatey.psd1) -global -DisableNameChecking; Invoke-ChocolateyBoxstarter -bootstrapPackage '.\test.ps1'
VERBOSE: Boxstarter: Importing BEX.Boxstarter.SourcePID from 3540 to 8872 with value 7436
VERBOSE: Boxstarter: Importing BEX.Boxstarter.StopOnPackageFailure from 3540 to 8872 with value False
VERBOSE: Boxstarter: Importing BEX.Boxstarter.SuppressLogging from 3540 to 8872 with value False
VERBOSE: Exporting function 'cinst'.
VERBOSE: Exporting function 'choco'.
VERBOSE: Exporting function 'cup'.
VERBOSE: Exporting function 'Install-ChocolateyInstallPackageOverride'.
VERBOSE: Exporting function 'Write-HostOverride'.
VERBOSE: Exporting function 'Export-BoxstarterVars'.
VERBOSE: Exporting function 'Enable-BoxstarterClientRemoting'.
VERBOSE: Exporting function 'Enable-BoxstarterCredSSP'.
VERBOSE: Exporting function 'Get-BoxStarterConfig'.
VERBOSE: Exporting function 'Get-PackageRoot'.
VERBOSE: Exporting function 'Install-BoxstarterPackage'.
VERBOSE: Exporting function 'Invoke-BoxStarterBuild'.
VERBOSE: Exporting function 'Invoke-BoxstarterFromTask'.
VERBOSE: Exporting function 'Invoke-Chocolatey'.
VERBOSE: Exporting function 'Invoke-ChocolateyBoxstarter'.
VERBOSE: Exporting function 'New-BoxstarterPackage'.
VERBOSE: Exporting function 'New-PackageFromScript'.
VERBOSE: Exporting function 'Resolve-VMPlugin'.
VERBOSE: Exporting function 'Set-BoxStarterConfig'.
VERBOSE: Exporting function 'Set-BoxstarterShare'.
VERBOSE: Exporting alias 'Install-ChocolateyInstallPackage'.
VERBOSE: Exporting alias 'Write-Host'.
VERBOSE: Exporting alias 'Enable-BoxstarterVM'.
VERBOSE: Importing function 'choco'.
VERBOSE: Importing function 'cinst'.
VERBOSE: Importing function 'cup'.
VERBOSE: Importing function 'Enable-BoxstarterClientRemoting'.
VERBOSE: Importing function 'Enable-BoxstarterCredSSP'.
VERBOSE: Importing function 'Export-BoxstarterVars'.
VERBOSE: Importing function 'Get-BoxStarterConfig'.
VERBOSE: Importing function 'Get-PackageRoot'.
VERBOSE: Importing function 'Install-BoxstarterPackage'.
VERBOSE: Importing function 'Install-ChocolateyInstallPackageOverride'.
VERBOSE: Importing function 'Invoke-BoxStarterBuild'.
VERBOSE: Importing function 'Invoke-BoxstarterFromTask'.
VERBOSE: Importing function 'Invoke-Chocolatey'.
VERBOSE: Importing function 'Invoke-ChocolateyBoxstarter'.
VERBOSE: Importing function 'New-BoxstarterPackage'.
VERBOSE: Importing function 'New-PackageFromScript'.
VERBOSE: Importing function 'Resolve-VMPlugin'.
VERBOSE: Importing function 'Set-BoxStarterConfig'.
VERBOSE: Importing function 'Set-BoxstarterShare'.
VERBOSE: Importing function 'Write-HostOverride'.
VERBOSE: Importing alias 'Enable-BoxstarterVM'.
VERBOSE: Importing alias 'Install-ChocolateyInstallPackage'.
VERBOSE: Importing alias 'Write-Host'.
Boxstarter: *** HELLO WORLD ***
VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
VERBOSE: Importing function 'Write-ChocolateyFailure'.
VERBOSE: Importing function 'Write-ChocolateySuccess'.
VERBOSE: Importing function 'Write-FileUpdateLog'.
VERBOSE: Importing function 'Get-AppInstallLocation'.
VERBOSE: Importing function 'Get-AvailableDriveLetter'.
VERBOSE: Importing function 'Get-EffectiveProxy'.
VERBOSE: Importing function 'Get-PackageCacheLocation'.
VERBOSE: Importing function 'Get-WebContent'.
VERBOSE: Importing function 'Register-Application'.
VERBOSE: Importing function 'Remove-Process'.
VERBOSE: Exporting function 'Format-FileSize'.
VERBOSE: Exporting function 'Get-ChecksumValid'.
VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
VERBOSE: Exporting function 'Get-EnvironmentVariable'.
VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
VERBOSE: Exporting function 'Get-FtpFile'.
VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
VERBOSE: Exporting function 'Get-PackageParameters'.
VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
VERBOSE: Exporting function 'Get-ToolsLocation'.
VERBOSE: Exporting function 'Get-UACEnabled'.
VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
VERBOSE: Exporting function 'Get-VirusCheckValid'.
VERBOSE: Exporting function 'Get-WebFile'.
VERBOSE: Exporting function 'Get-WebFileName'.
VERBOSE: Exporting function 'Get-WebHeaders'.
VERBOSE: Exporting function 'Install-BinFile'.
VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
VERBOSE: Exporting function 'Install-ChocolateyPackage'.
VERBOSE: Exporting function 'Install-ChocolateyPath'.
VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Install-Vsix'.
VERBOSE: Exporting function 'Set-EnvironmentVariable'.
VERBOSE: Exporting function 'Set-PowerShellExitCode'.
VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
VERBOSE: Exporting function 'Test-ProcessAdminRights'.
VERBOSE: Exporting function 'Uninstall-BinFile'.
VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Update-SessionEnvironment'.
VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
VERBOSE: Exporting function 'Write-ChocolateyFailure'.
VERBOSE: Exporting function 'Write-ChocolateySuccess'.
VERBOSE: Exporting function 'Write-FileUpdateLog'.
VERBOSE: Exporting function 'Get-AppInstallLocation'.
VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
VERBOSE: Exporting function 'Get-EffectiveProxy'.
VERBOSE: Exporting function 'Get-PackageCacheLocation'.
VERBOSE: Exporting function 'Get-WebContent'.
VERBOSE: Exporting function 'Register-Application'.
VERBOSE: Exporting function 'Remove-Process'.
VERBOSE: Exporting alias 'Get-ProcessorBits'.
VERBOSE: Exporting alias 'Get-OSBitness'.
VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
VERBOSE: Exporting alias 'Generate-BinFile'.
VERBOSE: Exporting alias 'Add-BinFile'.
VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
VERBOSE: Exporting alias 'Remove-BinFile'.
VERBOSE: Exporting alias 'refreshenv'.
VERBOSE: Importing function 'Format-FileSize'.
VERBOSE: Importing function 'Get-AppInstallLocation'.
VERBOSE: Importing function 'Get-AvailableDriveLetter'.
VERBOSE: Importing function 'Get-ChecksumValid'.
VERBOSE: Importing function 'Get-ChocolateyUnzip'.
VERBOSE: Importing function 'Get-ChocolateyWebFile'.
VERBOSE: Importing function 'Get-EffectiveProxy'.
VERBOSE: Importing function 'Get-EnvironmentVariable'.
VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
VERBOSE: Importing function 'Get-FtpFile'.
VERBOSE: Importing function 'Get-OSArchitectureWidth'.
VERBOSE: Importing function 'Get-PackageCacheLocation'.
VERBOSE: Importing function 'Get-PackageParameters'.
VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.
VERBOSE: Importing function 'Get-ToolsLocation'.
VERBOSE: Importing function 'Get-UACEnabled'.
VERBOSE: Importing function 'Get-UninstallRegistryKey'.
VERBOSE: Importing function 'Get-VirusCheckValid'.
VERBOSE: Importing function 'Get-WebContent'.
VERBOSE: Importing function 'Get-WebFile'.
VERBOSE: Importing function 'Get-WebFileName'.
VERBOSE: Importing function 'Get-WebHeaders'.
VERBOSE: Importing function 'Install-BinFile'.
VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
VERBOSE: Importing function 'Install-ChocolateyPackage'.
VERBOSE: Importing function 'Install-ChocolateyPath'.
VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
VERBOSE: Importing function 'Install-ChocolateyShortcut'.
VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
VERBOSE: Importing function 'Install-Vsix'.
VERBOSE: Importing function 'Register-Application'.
VERBOSE: Importing function 'Remove-Process'.
VERBOSE: Importing function 'Set-EnvironmentVariable'.
VERBOSE: Importing function 'Set-PowerShellExitCode'.
VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
VERBOSE: Importing function 'Test-ProcessAdminRights'.
VERBOSE: Importing function 'Uninstall-BinFile'.
VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
VERBOSE: Importing function 'Update-SessionEnvironment'.
VERBOSE: Importing function 'Write-ChocolateyFailure'.
VERBOSE: Importing function 'Write-ChocolateySuccess'.
VERBOSE: Importing function 'Write-FileUpdateLog'.
VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
VERBOSE: Importing alias 'Add-BinFile'.
VERBOSE: Importing alias 'Generate-BinFile'.
VERBOSE: Importing alias 'Get-InstallRegistryKey'.
VERBOSE: Importing alias 'Get-OSBitness'.
VERBOSE: Importing alias 'Get-ProcessorBits'.
VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
VERBOSE: Importing alias 'refreshenv'.
VERBOSE: Importing alias 'Remove-BinFile'.
VERBOSE: Importing alias 'Start-ChocolateyProcess'.
Using Git LFS
VERBOSE: Boxstarter: Checking for other running MSIEXEC installers...
Installing 64-bit git.install...
git.install has been installed.
VERBOSE: Trying local and machine (x32 & x64) Uninstall keys
VERBOSE: Retrieving all uninstall registry keys
WARNING: No registry key found based on  'Git version *'
VERBOSE: Found 0 keys, aborting this method
VERBOSE: Trying Program Files with 2 levels depth: C:\Program Files C:\Program Files\*\* C:\Program Files (x86) C:\Program Files (x86)\*\*
VERBOSE: Trying native commands on PATH
VERBOSE: Trying Registry: \SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
VERBOSE: No location found
WARNING: Can't find git.install install location
  git.install can be automatically uninstalled.
Environment Vars (like PATH) have changed. Close/reopen your shell to
 see the changes (or in powershell/cmd.exe just type `refreshenv`).
 The install of git.install was successful.
  Software installed to 'C:\Program Files\Git\'
[NuGet] Installing 'git 2.36.0'.
[NuGet] Successfully installed 'git 2.36.0'.

git v2.36.0 [Approved]
git package files install completed. Performing other installation steps.
 The install of git was successful.
  Software installed to 'C:\ProgramData\chocolatey\lib\git'

Chocolatey installed 4/4 packages.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
+ Boxstarter finished Calling Chocolatey to install git. This may take several minutes to complete... 00:00:38.5140304
  tmpf732.tmp can be automatically uninstalled.
Environment Vars (like PATH) have changed. Close/reopen your shell to
 see the changes (or in powershell/cmd.exe just type `refreshenv`).
 The install of tmpf732.tmp was successful.
  Software installed to 'C:\Program Files\Git\'

Chocolatey installed 1/1 packages.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
+ Boxstarter finished Calling Chocolatey to install tmpF732.tmp. This may take several minutes to complete... 00:00:43.4383876
True
Boxstarter: Restore Automatic Updates from Windows Update

Errors       : {}
ComputerName : localhost
Completed    : True
FinishTime   : 05-05-2022 11:19:53
StartTime    : 05-05-2022 11:19:06

I'm having trouble reproducing this issue on my machine(s).
can you check what the value of $VerbosePreference is in your BoxstarterShell before you invoke Install-BoxstarterPackage ?

Also, can you try to

Install-BoxstarterPackage -PackageName .\test.ps1 -Verbose:$false

and see if that changes anything?

$VerbosePreference has the value SilentlyContinue before the Install-BoxstarterPackage is executed.

I just replicated the problem on another computer (Macbook Pro) using a brand new install of Windows 11 Pro in a Parallels VM.
Exact same steps as outlined above, results in exact same issue.

You suggestion with -Verbose:$false seems to make no difference sadly.

FYI: Original test was done on a Windows machine using a Hyper-V VM with Windows 11 Pro

๐ŸŽ‰ This issue has been resolved in version 3.0.1 ๐ŸŽ‰

The release is available on:

Your GitReleaseManager bot ๐Ÿ“ฆ๐Ÿš€

@MalwareMechanic @mwallner I am still seeing this issue with 3.0.3:

image

pauby commented

@Baune8D As this issue is now closed you should open a new issue so we can capture the required information.