Skip to content

Instantly share code, notes, and snippets.

@choco-bot
Created May 4, 2024 15:18
Show Gist options
  • Save choco-bot/e190c5b02e67a9b4b711df337964b8d8 to your computer and use it in GitHub Desktop.
Save choco-bot/e190c5b02e67a9b4b711df337964b8d8 to your computer and use it in GitHub Desktop.
pngoo v0.1.1 - Passed - Package Tests Results

pngoo v0.1.1 - Passed - Package Test Results

  • https://community.chocolatey.org/packages/pngoo/0.1.1
  • Tested 04 May 2024 15:18:21 +00:00
  • Tested against chocolatey/test-environment 3.0.0 (Windows Server 2019)
  • Tested with the latest version of choco, possibly a beta version.
  • Tested with chocolatey-package-verifier service v1.1.0
  • Install was successful.
  • Uninstall was successful.
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\pngoo\PNGoo.0.1.1.zip.txt" checksum="550034D599579AD50CA0650248416BF5" />
<file path="C:\ProgramData\chocolatey\lib\pngoo\pngoo.nupkg" checksum="0E35175EAA63A07629090D48A504E198" />
<file path="C:\ProgramData\chocolatey\lib\pngoo\pngoo.nuspec" checksum="9BD17B1B6045D354EE925EF53F574B15" />
<file path="C:\ProgramData\chocolatey\lib\pngoo\tools\chocolateyInstall.ps1" checksum="71237D1F59C68887924EA8A93DB35D4C" />
<file path="C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe" checksum="217ED413121F870D00A9AD12B868B1D9" />
<file path="C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe.gui" checksum="D41D8CD98F00B204E9800998ECF8427E" />
<file path="C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\COPYRIGHT" checksum="0BD68ED14AA21B08B44C4024F295A1EC" />
<file path="C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\pngquanti.exe" checksum="FD54E06760FEA44DEEB01F60726B5906" />
<file path="C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\README.md" checksum="3EB3C0F23C73DCDFDE77A21C2B5FEDA6" />
</files>
</fileSnapshot>
2024-05-04 15:16:43,986 4156 [INFO ] - [NuGet] OK https://community.chocolatey.org/api/v2/package/yacy/1.90 358ms
2024-05-04 15:16:43,999 4156 [INFO ] - [NuGet] Acquiring lock for the installation of yacy 1.90
2024-05-04 15:16:44,029 4156 [INFO ] - [NuGet] Acquired lock for the installation of yacy 1.90
2024-05-04 15:16:44,155 4156 [INFO ] - [NuGet] Installed yacy 1.90 from https://community.chocolatey.org/api/v2/ with content hash 6qGJu8JIKlx37RzAH+o6iq3zjEaDPnN5PZD70KEQvtd48QybnJd8uHR+nSboP4gUoipnZBRLCTUe8BuLIQhG7A==.
2024-05-04 15:16:44,202 4156 [INFO ] - [NuGet] Adding package 'yacy.1.90.0 : javaruntime (, )' to folder 'C:\ProgramData\chocolatey\lib'
2024-05-04 15:16:44,278 4156 [INFO ] - [NuGet] Added package 'yacy.1.90.0 : javaruntime (, )' to folder 'C:\ProgramData\chocolatey\lib'
2024-05-04 15:16:44,298 4156 [DEBUG] - Attempting to delete file "C:\Users\vagrant\AppData\Local\Temp\chocolatey\ChocolateyScratch\yacy/1.90.0\yacy.1.90.0.nupkg".
2024-05-04 15:16:44,312 4156 [DEBUG] - Attempting to delete file "C:\Users\vagrant\AppData\Local\Temp\chocolatey\ChocolateyScratch\yacy/1.90.0\.nupkg.metadata".
2024-05-04 15:16:44,312 4156 [DEBUG] - Attempting to delete file "C:\Users\vagrant\AppData\Local\Temp\chocolatey\ChocolateyScratch\yacy/1.90.0\yacy.1.90.0.nupkg.sha512".
2024-05-04 15:16:44,338 4156 [INFO ] -
yacy v1.90.0 (forced) [Approved] - Likely broken for FOSS users (due to download location changes)
2024-05-04 15:16:44,367 4156 [INFO ] - yacy package files install completed. Performing other installation steps.
2024-05-04 15:16:44,466 4156 [DEBUG] - Setting installer args for yacy
2024-05-04 15:16:44,466 4156 [DEBUG] - Setting package parameters for yacy
2024-05-04 15:16:44,466 4156 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\yacy\tools\chocolateyInstall.ps1':
2024-05-04 15:16:44,487 4156 [DEBUG] - $packageName = 'yacy'
$installerType = 'exe'
$silentArgs = '/S'
$url = 'http://yacy.net/release/yacy_v1.90_20160704_9000.exe'
$checksum = '33531b65a05d9472a9b38fdc25e1d331699e7114d60e058a0e4505458d275e70'
$checksumType = 'sha256'
$validExitCodes = @(0)
Install-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$silentArgs" `
-Url "$url" `
-ValidExitCodes $validExitCodes `
-Checksum "$checksum" `
-ChecksumType "$checksumType"
2024-05-04 15:16:44,497 4156 [DEBUG] - Calling built-in PowerShell host with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = '';[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::SystemDefault; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\yacy\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '' -preRunHookScripts $null -postRunHookScripts $null']
2024-05-04 15:16:44,590 4156 [DEBUG] - Redirecting Microsoft.WSMan.Management.resources, Version=3.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35, requested by ''
2024-05-04 15:16:44,684 4156 [DEBUG] - Host version is 5.1.17763.1, PowerShell Version is '5.1.17763.3770' and CLR Version is '4.0.30319.42000'.
2024-05-04 15:16:45,212 4156 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2024-05-04 15:16:45,212 4156 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2024-05-04 15:16:45,243 4156 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyConfigValue'.
2024-05-04 15:16:45,243 4156 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
2024-05-04 15:16:45,274 4156 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2024-05-04 15:16:45,274 4156 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2024-05-04 15:16:45,274 4156 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2024-05-04 15:16:45,274 4156 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2024-05-04 15:16:45,307 4156 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2024-05-04 15:16:45,339 4156 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2024-05-04 15:16:45,368 4156 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2024-05-04 15:16:45,368 4156 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
2024-05-04 15:16:45,368 4156 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2024-05-04 15:16:45,401 4156 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2024-05-04 15:16:45,401 4156 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2024-05-04 15:16:45,427 4156 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2024-05-04 15:16:45,432 4156 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2024-05-04 15:16:45,432 4156 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2024-05-04 15:16:45,432 4156 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2024-05-04 15:16:45,463 4156 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2024-05-04 15:16:45,463 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2024-05-04 15:16:45,493 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2024-05-04 15:16:45,493 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2024-05-04 15:16:45,493 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2024-05-04 15:16:45,525 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2024-05-04 15:16:45,525 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2024-05-04 15:16:45,525 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2024-05-04 15:16:45,557 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2024-05-04 15:16:45,557 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2024-05-04 15:16:45,583 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2024-05-04 15:16:45,588 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2024-05-04 15:16:45,588 4156 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2024-05-04 15:16:45,621 4156 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2024-05-04 15:16:45,621 4156 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2024-05-04 15:16:45,645 4156 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2024-05-04 15:16:45,652 4156 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2024-05-04 15:16:45,652 4156 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2024-05-04 15:16:45,682 4156 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-05-04 15:16:45,682 4156 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2024-05-04 15:16:45,682 4156 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2024-05-04 15:16:45,708 4156 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2024-05-04 15:16:45,714 4156 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2024-05-04 15:16:45,714 4156 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2024-05-04 15:16:45,738 4156 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2024-05-04 15:16:45,746 4156 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2024-05-04 15:16:45,746 4156 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2024-05-04 15:16:45,769 4156 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2024-05-04 15:16:45,779 4156 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2024-05-04 15:16:45,800 4156 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2024-05-04 15:16:45,810 4156 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2024-05-04 15:16:45,810 4156 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2024-05-04 15:16:45,843 4156 [DEBUG] - Loading community extensions
2024-05-04 15:16:45,860 4156 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'
2024-05-04 15:16:45,874 4156 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.
2024-05-04 15:16:45,984 4156 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2024-05-04 15:16:45,984 4156 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2024-05-04 15:16:46,000 4156 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2024-05-04 15:16:46,016 4156 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2024-05-04 15:16:46,016 4156 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2024-05-04 15:16:46,032 4156 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2024-05-04 15:16:46,046 4156 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyConfigValue'.
2024-05-04 15:16:46,064 4156 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
2024-05-04 15:16:46,076 4156 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2024-05-04 15:16:46,106 4156 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2024-05-04 15:16:46,124 4156 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2024-05-04 15:16:46,133 4156 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2024-05-04 15:16:46,133 4156 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2024-05-04 15:16:46,161 4156 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2024-05-04 15:16:46,161 4156 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2024-05-04 15:16:46,161 4156 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
2024-05-04 15:16:46,183 4156 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2024-05-04 15:16:46,189 4156 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2024-05-04 15:16:46,189 4156 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2024-05-04 15:16:46,209 4156 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2024-05-04 15:16:46,218 4156 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2024-05-04 15:16:46,218 4156 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2024-05-04 15:16:46,239 4156 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2024-05-04 15:16:46,245 4156 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2024-05-04 15:16:46,272 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2024-05-04 15:16:46,297 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2024-05-04 15:16:46,299 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2024-05-04 15:16:46,299 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2024-05-04 15:16:46,328 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2024-05-04 15:16:46,328 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2024-05-04 15:16:46,411 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2024-05-04 15:16:46,411 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2024-05-04 15:16:46,411 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2024-05-04 15:16:46,440 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2024-05-04 15:16:46,440 4156 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2024-05-04 15:16:46,465 4156 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2024-05-04 15:16:46,468 4156 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2024-05-04 15:16:46,468 4156 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2024-05-04 15:16:46,468 4156 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2024-05-04 15:16:46,497 4156 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2024-05-04 15:16:46,497 4156 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2024-05-04 15:16:46,521 4156 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-05-04 15:16:46,525 4156 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2024-05-04 15:16:46,525 4156 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2024-05-04 15:16:46,552 4156 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2024-05-04 15:16:46,552 4156 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2024-05-04 15:16:46,580 4156 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2024-05-04 15:16:46,580 4156 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2024-05-04 15:16:46,609 4156 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2024-05-04 15:16:46,609 4156 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2024-05-04 15:16:46,636 4156 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2024-05-04 15:16:46,636 4156 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2024-05-04 15:16:46,636 4156 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2024-05-04 15:16:46,664 4156 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2024-05-04 15:16:46,692 4156 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2024-05-04 15:16:46,692 4156 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2024-05-04 15:16:46,720 4156 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2024-05-04 15:16:46,720 4156 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2024-05-04 15:16:46,748 4156 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2024-05-04 15:16:46,748 4156 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyConfigValue'.
2024-05-04 15:16:46,748 4156 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyPath'.
2024-05-04 15:16:46,777 4156 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2024-05-04 15:16:46,777 4156 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2024-05-04 15:16:46,803 4156 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2024-05-04 15:16:46,806 4156 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2024-05-04 15:16:46,806 4156 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2024-05-04 15:16:46,832 4156 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2024-05-04 15:16:46,832 4156 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2024-05-04 15:16:46,860 4156 [INFO ] - VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.
2024-05-04 15:16:46,860 4156 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2024-05-04 15:16:46,860 4156 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2024-05-04 15:16:46,889 4156 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2024-05-04 15:16:46,920 4156 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2024-05-04 15:16:46,935 4156 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2024-05-04 15:16:46,956 4156 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2024-05-04 15:16:46,965 4156 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2024-05-04 15:16:46,983 4156 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2024-05-04 15:16:46,997 4156 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2024-05-04 15:16:47,015 4156 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2024-05-04 15:16:47,027 4156 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2024-05-04 15:16:47,046 4156 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2024-05-04 15:16:47,060 4156 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2024-05-04 15:16:47,076 4156 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2024-05-04 15:16:47,092 4156 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2024-05-04 15:16:47,108 4156 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2024-05-04 15:16:47,138 4156 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2024-05-04 15:16:47,154 4156 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2024-05-04 15:16:47,154 4156 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2024-05-04 15:16:47,169 4156 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2024-05-04 15:16:47,169 4156 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2024-05-04 15:16:47,200 4156 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2024-05-04 15:16:47,216 4156 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2024-05-04 15:16:47,246 4156 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2024-05-04 15:16:47,266 4156 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2024-05-04 15:16:47,277 4156 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2024-05-04 15:16:47,304 4156 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2024-05-04 15:16:47,304 4156 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-05-04 15:16:47,340 4156 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2024-05-04 15:16:47,340 4156 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2024-05-04 15:16:47,368 4156 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2024-05-04 15:16:47,368 4156 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2024-05-04 15:16:47,394 4156 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2024-05-04 15:16:47,399 4156 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2024-05-04 15:16:47,399 4156 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2024-05-04 15:16:47,425 4156 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2024-05-04 15:16:47,429 4156 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2024-05-04 15:16:47,429 4156 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2024-05-04 15:16:47,429 4156 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2024-05-04 15:16:47,461 4156 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2024-05-04 15:16:47,490 4156 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2024-05-04 15:16:47,553 4156 [DEBUG] - ---------------------------Script Execution---------------------------
2024-05-04 15:16:47,584 4156 [DEBUG] - Running 'ChocolateyScriptRunner' for yacy v1.90.0 with packageScript 'C:\ProgramData\chocolatey\lib\yacy\tools\chocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\yacy', installArguments: '', packageParameters: '', preRunHookScripts: '', postRunHookScripts: '',
2024-05-04 15:16:47,678 4156 [DEBUG] - Running package script 'C:\ProgramData\chocolatey\lib\yacy\tools\chocolateyInstall.ps1'
2024-05-04 15:16:48,180 4156 [DEBUG] - Running Install-ChocolateyPackage -packageName 'yacy' -fileType 'exe' -silentArgs '/S' -url 'http://yacy.net/release/yacy_v1.90_20160704_9000.exe' -validExitCodes '0' -checksum '33531b65a05d9472a9b38fdc25e1d331699e7114d60e058a0e4505458d275e70' -checksumType 'sha256'
2024-05-04 15:16:48,296 4156 [DEBUG] - Running Get-ChocolateyWebFile -packageName 'yacy' -fileFullPath 'C:\Users\vagrant\AppData\Local\Temp\chocolatey\yacy\1.90.0\yacyInstall.exe' -url 'http://yacy.net/release/yacy_v1.90_20160704_9000.exe' -url64bit '' -checksum '33531b65a05d9472a9b38fdc25e1d331699e7114d60e058a0e4505458d275e70' -checksumType 'sha256' -checksum64 '' -checksumType64 '' -options 'System.Collections.Hashtable' -getOriginalFileName 'True'
2024-05-04 15:16:48,307 4156 [DEBUG] - Running Get-OSArchitectureWidth -compare '64'
2024-05-04 15:16:48,337 4156 [DEBUG] - CPU is 64 bit
2024-05-04 15:16:48,398 4156 [DEBUG] - Running Get-WebHeaders -url 'https://yacy.net/release/yacy_v1.90_20160704_9000.exe' -ErrorAction 'Stop'
2024-05-04 15:16:48,431 4156 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2024-05-04 15:16:48,431 4156 [DEBUG] - Request Headers:
2024-05-04 15:16:48,462 4156 [DEBUG] - 'Accept':'*/*'
2024-05-04 15:16:48,494 4156 [DEBUG] - 'User-Agent':'chocolatey command line'
2024-05-04 15:16:49,294 4156 [DEBUG] - Response Headers:
2024-05-04 15:16:49,310 4156 [DEBUG] - 'Upgrade':'h2'
2024-05-04 15:16:49,325 4156 [DEBUG] - 'Connection':'Upgrade, Keep-Alive'
2024-05-04 15:16:49,342 4156 [DEBUG] - 'Keep-Alive':'timeout=15, max=100'
2024-05-04 15:16:49,355 4156 [DEBUG] - 'Accept-Ranges':'bytes'
2024-05-04 15:16:49,375 4156 [DEBUG] - 'Content-Length':'57112893'
2024-05-04 15:16:49,387 4156 [DEBUG] - 'Content-Type':'application/x-msdos-program'
2024-05-04 15:16:49,404 4156 [DEBUG] - 'Date':'Sat, 04 May 2024 15:16:59 GMT'
2024-05-04 15:16:49,419 4156 [DEBUG] - 'ETag':'"367793d-537b573b10768"'
2024-05-04 15:16:49,437 4156 [DEBUG] - 'Last-Modified':'Sat, 16 Jul 2016 00:02:33 GMT'
2024-05-04 15:16:49,450 4156 [DEBUG] - 'Server':'Apache'
2024-05-04 15:16:49,481 4156 [WARN ] - WARNING: Url has SSL/TLS available, switching to HTTPS for download
2024-05-04 15:16:49,605 4156 [DEBUG] - Running Get-WebFileName -url 'https://yacy.net/release/yacy_v1.90_20160704_9000.exe' -defaultName 'yacyInstall.exe'
2024-05-04 15:16:50,217 4156 [DEBUG] - Using response url to determine file name. 'https://yacy.net/release/yacy_v1.90_20160704_9000.exe'
2024-05-04 15:16:50,247 4156 [DEBUG] - File name determined from url is 'yacy_v1.90_20160704_9000.exe'
2024-05-04 15:16:50,266 4156 [DEBUG] - Running Get-WebHeaders -url 'https://yacy.net/release/yacy_v1.90_20160704_9000.exe' -ErrorAction 'Stop'
2024-05-04 15:16:50,296 4156 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2024-05-04 15:16:50,306 4156 [DEBUG] - Request Headers:
2024-05-04 15:16:50,339 4156 [DEBUG] - 'Accept':'*/*'
2024-05-04 15:16:50,339 4156 [DEBUG] - 'User-Agent':'chocolatey command line'
2024-05-04 15:16:50,809 4156 [DEBUG] - Response Headers:
2024-05-04 15:16:50,827 4156 [DEBUG] - 'Upgrade':'h2'
2024-05-04 15:16:50,841 4156 [DEBUG] - 'Connection':'Upgrade'
2024-05-04 15:16:50,859 4156 [DEBUG] - 'Accept-Ranges':'bytes'
2024-05-04 15:16:50,871 4156 [DEBUG] - 'Content-Length':'57112893'
2024-05-04 15:16:50,871 4156 [DEBUG] - 'Content-Type':'application/x-msdos-program'
2024-05-04 15:16:50,890 4156 [DEBUG] - 'Date':'Sat, 04 May 2024 15:17:01 GMT'
2024-05-04 15:16:50,890 4156 [DEBUG] - 'ETag':'"367793d-537b573b10768"'
2024-05-04 15:16:50,904 4156 [DEBUG] - 'Last-Modified':'Sat, 16 Jul 2016 00:02:33 GMT'
2024-05-04 15:16:50,919 4156 [DEBUG] - 'Server':'Apache'
2024-05-04 15:16:50,949 4156 [INFO ] - Downloading yacy
from 'https://yacy.net/release/yacy_v1.90_20160704_9000.exe'
2024-05-04 15:16:50,949 4156 [DEBUG] - Running Get-WebFile -url 'https://yacy.net/release/yacy_v1.90_20160704_9000.exe' -fileName 'C:\Users\vagrant\AppData\Local\Temp\chocolatey\yacy\1.90.0\yacy_v1.90_20160704_9000.exe' -options 'System.Collections.Hashtable'
2024-05-04 15:16:50,980 4156 [DEBUG] - Setting request timeout to 30000
2024-05-04 15:16:50,999 4156 [DEBUG] - Setting read/write timeout to 2700000
2024-05-04 15:16:51,012 4156 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2024-05-04 15:16:51,793 4156 [DEBUG] - Downloading https://yacy.net/release/yacy_v1.90_20160704_9000.exe to C:\Users\vagrant\AppData\Local\Temp\chocolatey\yacy\1.90.0\yacy_v1.90_20160704_9000.exe
2024-05-04 15:17:32,448 5024 [DEBUG] - XmlConfiguration is now operational
2024-05-04 15:17:32,617 5024 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2024-05-04 15:17:32,617 5024 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2024-05-04 15:17:32,617 5024 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2024-05-04 15:17:32,617 5024 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2024-05-04 15:17:32,617 5024 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2024-05-04 15:17:32,638 5024 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2024-05-04 15:17:32,638 5024 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2024-05-04 15:17:32,638 5024 [DEBUG] - Adding new type 'RubyGemsService' for type 'IListSourceRunner' from assembly 'choco'
2024-05-04 15:17:32,652 5024 [DEBUG] - Adding new type 'RubyGemsService' for type 'IInstallSourceRunner' from assembly 'choco'
2024-05-04 15:17:32,652 5024 [DEBUG] - Adding new type 'SystemStateValidation' for type 'IValidation' from assembly 'choco'
2024-05-04 15:17:32,652 5024 [DEBUG] - Adding new type 'CacheFolderLockdownValidation' for type 'IValidation' from assembly 'choco'
2024-05-04 15:17:33,999 5024 [DEBUG] - Adding new type 'EmptyOrInvalidUrlMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:17:33,999 5024 [DEBUG] - Adding new type 'FrameWorkReferencesMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:17:34,008 5024 [DEBUG] - Adding new type 'IconMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:17:34,008 5024 [DEBUG] - Adding new type 'LicenseMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:17:34,008 5024 [DEBUG] - Adding new type 'PackageTypesMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:17:34,008 5024 [DEBUG] - Adding new type 'ReadmeMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:17:34,008 5024 [DEBUG] - Adding new type 'RepositoryMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:17:34,008 5024 [DEBUG] - Adding new type 'RequireLicenseAcceptanceMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:17:34,031 5024 [DEBUG] - Adding new type 'ServicableMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:17:34,031 5024 [DEBUG] - Adding new type 'VersionMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:17:34,040 5024 [DEBUG] - Registering new command 'cache' in assembly 'choco'
2024-05-04 15:17:34,062 5024 [DEBUG] - Registering new command 'list' in assembly 'choco'
2024-05-04 15:17:34,062 5024 [DEBUG] - Registering new command 'template' in assembly 'choco'
2024-05-04 15:17:34,073 5024 [DEBUG] - Registering new command 'export' in assembly 'choco'
2024-05-04 15:17:34,073 5024 [DEBUG] - Registering new command 'info' in assembly 'choco'
2024-05-04 15:17:34,073 5024 [DEBUG] - Registering new command 'help' in assembly 'choco'
2024-05-04 15:17:34,073 5024 [DEBUG] - Registering new command 'config' in assembly 'choco'
2024-05-04 15:17:34,073 5024 [DEBUG] - Registering new command 'feature' in assembly 'choco'
2024-05-04 15:17:34,073 5024 [DEBUG] - Registering new command 'new' in assembly 'choco'
2024-05-04 15:17:34,093 5024 [DEBUG] - Registering new command 'outdated' in assembly 'choco'
2024-05-04 15:17:34,093 5024 [DEBUG] - Registering new command 'pack' in assembly 'choco'
2024-05-04 15:17:34,102 5024 [DEBUG] - Registering new command 'pin' in assembly 'choco'
2024-05-04 15:17:34,125 5024 [DEBUG] - Registering new command 'push' in assembly 'choco'
2024-05-04 15:17:34,131 5024 [DEBUG] - Registering new command 'apikey' in assembly 'choco'
2024-05-04 15:17:34,131 5024 [DEBUG] - Registering new command 'source' in assembly 'choco'
2024-05-04 15:17:34,131 5024 [DEBUG] - Registering new command 'uninstall' in assembly 'choco'
2024-05-04 15:17:34,131 5024 [DEBUG] - Registering new command 'upgrade' in assembly 'choco'
2024-05-04 15:17:34,131 5024 [DEBUG] - Registering new command 'search' in assembly 'choco'
2024-05-04 15:17:34,131 5024 [DEBUG] - Registering new command 'unpackself' in assembly 'choco'
2024-05-04 15:17:34,131 5024 [DEBUG] - Registering new command 'install' in assembly 'choco'
2024-05-04 15:17:34,463 5024 [INFO ] - ============================================================
2024-05-04 15:17:34,948 5024 [INFO ] - Chocolatey v2.2.2
2024-05-04 15:17:34,981 5024 [DEBUG] - Chocolatey is running on Windows v 10.0.17763.0
2024-05-04 15:17:34,981 5024 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
2024-05-04 15:17:34,994 5024 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
2024-05-04 15:17:35,025 5024 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install pngoo --version 0.1.1 -fdvy --execution-timeout=2700 --allow-downgrade
2024-05-04 15:17:35,025 5024 [DEBUG] - Received arguments: install pngoo --version 0.1.1 -fdvy --execution-timeout=2700 --allow-downgrade
2024-05-04 15:17:35,181 5024 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage.
2024-05-04 15:17:35,215 5024 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers...
2024-05-04 15:17:35,231 5024 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed...
2024-05-04 15:17:35,461 5024 [DEBUG] - Performing validation checks.
2024-05-04 15:17:35,480 5024 [DEBUG] - Global Configuration Validation Checks:
2024-05-04 15:17:35,492 5024 [DEBUG] - - Package Exit Code / Exit On Reboot = Checked
2024-05-04 15:17:35,529 5024 [DEBUG] - System State Validation Checks:
2024-05-04 15:17:35,529 5024 [DEBUG] - Reboot Requirement Checks:
2024-05-04 15:17:35,542 5024 [DEBUG] - - Pending Computer Rename = Checked
2024-05-04 15:17:35,558 5024 [DEBUG] - - Pending Component Based Servicing = Checked
2024-05-04 15:17:35,558 5024 [DEBUG] - - Pending Windows Auto Update = Checked
2024-05-04 15:17:35,574 5024 [DEBUG] - - Pending File Rename Operations = Ignored
2024-05-04 15:17:35,574 5024 [DEBUG] - - Pending Windows Package Installer = Checked
2024-05-04 15:17:35,588 5024 [DEBUG] - - Pending Windows Package Installer SysWow64 = Checked
2024-05-04 15:17:35,609 5024 [DEBUG] - Cache Folder Lockdown Checks:
2024-05-04 15:17:35,609 5024 [DEBUG] - - Elevated State = Checked
2024-05-04 15:17:35,609 5024 [DEBUG] - - Folder Exists = Checked
2024-05-04 15:17:35,620 5024 [DEBUG] - - Folder lockdown = Checked
2024-05-04 15:17:35,666 5024 [INFO ] - 3 validations performed. 3 success(es), 0 warning(s), and 0 error(s).
2024-05-04 15:17:35,729 5024 [DEBUG] - The source 'c:\cached-packages;https://community.chocolatey.org/api/v2/' evaluated to a 'normal' source type
2024-05-04 15:17:35,729 5024 [DEBUG] -
NOTE: Hiding sensitive configuration data! Please double and triple
check to be sure no sensitive data is shown, especially if copying
output to a gist for review.
2024-05-04 15:17:35,746 5024 [DEBUG] - Configuration: CommandName='install'|
CacheLocation='C:\Users\vagrant\AppData\Local\Temp\chocolatey'|
CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='30'|
Sources='c:\cached-packages;https://community.chocolatey.org/api/v2/'|
SourceType='normal'|ShowOnlineHelp='False'|Debug='True'|Verbose='True'|
Trace='False'|Force='True'|Noop='False'|HelpRequested='False'|
UnsuccessfulParsing='False'|RegularOutput='True'|QuietOutput='False'|
PromptForConfirmation='False'|DisableCompatibilityChecks='False'|
AcceptLicense='True'|AllowUnofficialBuild='False'|Input='pngoo'|
Version='0.1.1'|AllVersions='False'|SkipPackageInstallProvider='False'|
SkipHookScripts='False'|PackageNames='pngoo'|Prerelease='False'|
ForceX86='False'|OverrideArguments='False'|NotSilent='False'|
ApplyPackageParametersToDependencies='False'|
ApplyInstallArgumentsToDependencies='False'|IgnoreDependencies='False'|
CacheExpirationInMinutes='30'|AllowDowngrade='True'|
ForceDependencies='False'|PinPackage='False'|
Information.PlatformType='Windows'|
Information.PlatformVersion='10.0.17763.0'|
Information.PlatformName='Windows Server 2016'|
Information.ChocolateyVersion='2.2.2.0'|
Information.ChocolateyProductVersion='2.2.2'|
Information.FullName='choco, Version=2.2.2.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
Information.Is64BitOperatingSystem='True'|
Information.Is64BitProcess='True'|Information.IsInteractive='False'|
Information.UserName='vagrant'|
Information.UserDomainName='WIN-MDT3JCRS2US'|
Information.IsUserAdministrator='True'|
Information.IsUserSystemAccount='False'|
Information.IsUserRemoteDesktop='False'|
Information.IsUserRemote='True'|
Information.IsProcessElevated='True'|
Information.IsLicensedVersion='False'|
Information.IsLicensedAssemblyLoaded='False'|
Information.LicenseType='Foss'|
Information.CurrentDirectory='C:\Users\vagrant'|
Features.AutoUninstaller='True'|Features.ChecksumFiles='True'|
Features.AllowEmptyChecksums='False'|
Features.AllowEmptyChecksumsSecure='True'|
Features.FailOnAutoUninstaller='False'|
Features.FailOnStandardError='False'|Features.UsePowerShellHost='True'|
Features.LogEnvironmentValues='True'|Features.LogWithoutColor='False'|
Features.VirusCheck='False'|
Features.FailOnInvalidOrMissingLicense='False'|
Features.IgnoreInvalidOptionsSwitches='True'|
Features.UsePackageExitCodes='True'|
Features.UseEnhancedExitCodes='False'|
Features.UseFipsCompliantChecksums='False'|
Features.ShowNonElevatedWarnings='True'|
Features.ShowDownloadProgress='False'|
Features.StopOnFirstPackageFailure='False'|
Features.UseRememberedArgumentsForUpgrades='False'|
Features.IgnoreUnfoundPackagesOnUpgradeOutdated='False'|
Features.SkipPackageUpgradesWhenNotInstalled='False'|
Features.RemovePackageInformationOnUninstall='False'|
Features.ExitOnRebootDetected='False'|
Features.LogValidationResultsOnWarnings='True'|
Features.UsePackageRepositoryOptimizations='True'|
ListCommand.LocalOnly='False'|ListCommand.IdOnly='False'|
ListCommand.IncludeRegistryPrograms='False'|ListCommand.PageSize='25'|
ListCommand.Exact='False'|ListCommand.ByIdOnly='False'|
ListCommand.ByTagOnly='False'|ListCommand.IdStartsWith='False'|
ListCommand.OrderByPopularity='False'|ListCommand.ApprovedOnly='False'|
ListCommand.DownloadCacheAvailable='False'|
ListCommand.NotBroken='False'|
ListCommand.IncludeVersionOverrides='False'|
ListCommand.ExplicitPageSize='False'|
ListCommand.ExplicitSource='False'|
UpgradeCommand.FailOnUnfound='False'|
UpgradeCommand.FailOnNotInstalled='False'|
UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
UpgradeCommand.ExcludePrerelease='False'|
NewCommand.AutomaticPackage='False'|
NewCommand.UseOriginalTemplate='False'|SourceCommand.Command='unknown'|
SourceCommand.Priority='0'|SourceCommand.BypassProxy='False'|
SourceCommand.AllowSelfService='False'|
SourceCommand.VisibleToAdminsOnly='False'|
FeatureCommand.Command='unknown'|ConfigCommand.Command='Unknown'|
ApiKeyCommand.Command='Unknown'|PinCommand.Command='Unknown'|
OutdatedCommand.IgnorePinned='False'|
ExportCommand.IncludeVersionNumbers='False'|Proxy.BypassOnLocal='True'|
TemplateCommand.Command='unknown'|CacheCommand.Command='Unknown'|
CacheCommand.RemoveExpiredItemsOnly='False'|
2024-05-04 15:17:35,763 5024 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
2024-05-04 15:17:35,775 5024 [INFO ] - Installing the following packages:
2024-05-04 15:17:35,775 5024 [INFO ] - pngoo
2024-05-04 15:17:35,796 5024 [INFO ] - By installing, you accept licenses for the packages.
2024-05-04 15:17:35,807 5024 [DEBUG] - Current environment values (may contain sensitive data):
2024-05-04 15:17:35,807 5024 [DEBUG] - * 'Path'='C:\Users\vagrant\AppData\Local\Microsoft\WindowsApps;' ('User')
2024-05-04 15:17:35,807 5024 [DEBUG] - * 'TEMP'='C:\Users\vagrant\AppData\Local\Temp' ('User')
2024-05-04 15:17:35,807 5024 [DEBUG] - * 'TMP'='C:\Users\vagrant\AppData\Local\Temp' ('User')
2024-05-04 15:17:35,827 5024 [DEBUG] - * 'ChocolateyLastPathUpdate'='133590374015529678' ('User')
2024-05-04 15:17:35,827 5024 [DEBUG] - * 'ComSpec'='C:\Windows\system32\cmd.exe' ('Machine')
2024-05-04 15:17:35,838 5024 [DEBUG] - * 'DriverData'='C:\Windows\System32\Drivers\DriverData' ('Machine')
2024-05-04 15:17:35,838 5024 [DEBUG] - * 'OS'='Windows_NT' ('Machine')
2024-05-04 15:17:35,838 5024 [DEBUG] - * 'Path'='C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;' ('Machine')
2024-05-04 15:17:35,838 5024 [DEBUG] - * 'PATHEXT'='.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' ('Machine')
2024-05-04 15:17:35,838 5024 [DEBUG] - * 'PROCESSOR_ARCHITECTURE'='AMD64' ('Machine')
2024-05-04 15:17:35,858 5024 [DEBUG] - * 'PSModulePath'='C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules' ('Machine')
2024-05-04 15:17:35,867 5024 [DEBUG] - * 'TEMP'='C:\Windows\TEMP' ('Machine')
2024-05-04 15:17:35,867 5024 [DEBUG] - * 'TMP'='C:\Windows\TEMP' ('Machine')
2024-05-04 15:17:35,867 5024 [DEBUG] - * 'USERNAME'='SYSTEM' ('Machine')
2024-05-04 15:17:35,867 5024 [DEBUG] - * 'windir'='C:\Windows' ('Machine')
2024-05-04 15:17:35,867 5024 [DEBUG] - * 'NUMBER_OF_PROCESSORS'='10' ('Machine')
2024-05-04 15:17:35,891 5024 [DEBUG] - * 'PROCESSOR_LEVEL'='6' ('Machine')
2024-05-04 15:17:35,891 5024 [DEBUG] - * 'PROCESSOR_IDENTIFIER'='Intel64 Family 6 Model 85 Stepping 7, GenuineIntel' ('Machine')
2024-05-04 15:17:35,900 5024 [DEBUG] - * 'PROCESSOR_REVISION'='5507' ('Machine')
2024-05-04 15:17:35,900 5024 [DEBUG] - * 'ChocolateyInstall'='C:\ProgramData\chocolatey' ('Machine')
2024-05-04 15:17:36,393 5024 [DEBUG] - Running list with the following filter = ''
2024-05-04 15:17:36,398 5024 [DEBUG] - --- Start of List ---
2024-05-04 15:17:36,460 5024 [DEBUG] - Resolving resource PackageSearchResource for source C:\ProgramData\chocolatey\lib
2024-05-04 15:17:37,092 5024 [DEBUG] - chocolatey 2.2.2
2024-05-04 15:17:37,100 5024 [DEBUG] - chocolatey-windowsupdate.extension 1.0.5
2024-05-04 15:17:37,125 5024 [DEBUG] - KB2919355 1.0.20160915
2024-05-04 15:17:37,125 5024 [DEBUG] - KB2919442 1.0.20160915
2024-05-04 15:17:37,135 5024 [DEBUG] - KB2999226 1.0.20181019
2024-05-04 15:17:37,155 5024 [DEBUG] - KB3035131 1.0.3
2024-05-04 15:17:37,168 5024 [DEBUG] - KB3118401 1.0.5
2024-05-04 15:17:37,195 5024 [DEBUG] - virtualbox-guest-additions-guest.install 7.0.16
2024-05-04 15:17:37,217 5024 [DEBUG] - --- End of List ---
2024-05-04 15:17:37,230 5024 [DEBUG] - Resolving resource PackageMetadataResource for source c:\cached-packages
2024-05-04 15:17:37,930 5024 [DEBUG] - Resolving resource PackageMetadataResource for source https://community.chocolatey.org/api/v2/
2024-05-04 15:17:38,601 5024 [INFO ] - [NuGet] GET https://community.chocolatey.org/api/v2/Packages(Id='pngoo',Version='0.1.1')
2024-05-04 15:17:38,843 5024 [INFO ] - [NuGet] OK https://community.chocolatey.org/api/v2/Packages(Id='pngoo',Version='0.1.1') 235ms
2024-05-04 15:17:38,994 5024 [DEBUG] - Resolving resource DependencyInfoResource for source c:\cached-packages
2024-05-04 15:17:39,766 5024 [DEBUG] - Resolving resource DependencyInfoResource for source https://community.chocolatey.org/api/v2/
2024-05-04 15:17:39,796 5024 [INFO ] - [NuGet] CACHE https://community.chocolatey.org/api/v2/Packages(Id='pngoo',Version='0.1.1')
2024-05-04 15:17:39,996 5024 [INFO ] - [NuGet] Resolving dependency information took 0 ms
2024-05-04 15:17:39,996 5024 [DEBUG] - Resolving resource DownloadResource for source https://community.chocolatey.org/api/v2/
2024-05-04 15:17:40,089 5024 [DEBUG] - Attempting to delete file "".
2024-05-04 15:17:40,136 5024 [INFO ] - [NuGet] GET https://community.chocolatey.org/api/v2/package/pngoo/0.1.1
2024-05-04 15:17:40,668 5024 [INFO ] - [NuGet] OK https://community.chocolatey.org/api/v2/package/pngoo/0.1.1 530ms
2024-05-04 15:17:40,714 5024 [INFO ] - [NuGet] Acquiring lock for the installation of pngoo 0.1.1
2024-05-04 15:17:40,789 5024 [INFO ] - [NuGet] Acquired lock for the installation of pngoo 0.1.1
2024-05-04 15:17:41,179 5024 [INFO ] - [NuGet] Installed pngoo 0.1.1 from https://community.chocolatey.org/api/v2/ with content hash gKjDRKuW0qECzgMOsLr8/ptP2fUIhydQeV5CZ6Alg9kKigroGMmC5upHM7bVsLl1aoMmJhaiJytrCZbzKpyGiQ==.
2024-05-04 15:17:41,244 5024 [INFO ] - [NuGet] Adding package 'pngoo.0.1.1' to folder 'C:\ProgramData\chocolatey\lib'
2024-05-04 15:17:41,308 5024 [INFO ] - [NuGet] Added package 'pngoo.0.1.1' to folder 'C:\ProgramData\chocolatey\lib'
2024-05-04 15:17:41,325 5024 [DEBUG] - Attempting to delete file "C:\Users\vagrant\AppData\Local\Temp\chocolatey\ChocolateyScratch\pngoo/0.1.1\pngoo.0.1.1.nupkg".
2024-05-04 15:17:41,339 5024 [DEBUG] - Attempting to delete file "C:\Users\vagrant\AppData\Local\Temp\chocolatey\ChocolateyScratch\pngoo/0.1.1\.nupkg.metadata".
2024-05-04 15:17:41,339 5024 [DEBUG] - Attempting to delete file "C:\Users\vagrant\AppData\Local\Temp\chocolatey\ChocolateyScratch\pngoo/0.1.1\pngoo.0.1.1.nupkg.sha512".
2024-05-04 15:17:41,339 5024 [INFO ] -
pngoo v0.1.1 (forced) [Approved]
2024-05-04 15:17:41,433 5024 [INFO ] - pngoo package files install completed. Performing other installation steps.
2024-05-04 15:17:41,527 5024 [DEBUG] - Setting installer args for pngoo
2024-05-04 15:17:41,527 5024 [DEBUG] - Setting package parameters for pngoo
2024-05-04 15:17:41,527 5024 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\pngoo\tools\chocolateyInstall.ps1':
2024-05-04 15:17:41,547 5024 [DEBUG] - $packageName = 'pngoo'
$url = 'https://pngquant.org/PNGoo.0.1.1.zip'
$checksum = '962bea33f6ba38f6f1bde9dbf910831fedd0a70a89574e8a9aa6c222c2faa2fe'
$checksumType = 'sha256'
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
Install-ChocolateyZipPackage -PackageName $packageName `
-Url $url `
-UnzipLocation $toolsDir `
-Checksum $checksum `
-ChecksumType $checksumType
Write-Verbose "Creating .gui sidecar for shimgen.exe"
$file = Get-ChildItem $toolsDir -Include "PNGoo.exe" -Recurse
New-Item "$file.gui" -ItemType file -Force | Out-Null
2024-05-04 15:17:41,590 5024 [DEBUG] - Calling built-in PowerShell host with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = '';[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::SystemDefault; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\pngoo\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '' -preRunHookScripts $null -postRunHookScripts $null']
2024-05-04 15:17:41,606 5024 [DEBUG] - Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35, requested by ''
2024-05-04 15:17:42,398 5024 [DEBUG] - Host version is 5.1.17763.1, PowerShell Version is '5.1.17763.3770' and CLR Version is '4.0.30319.42000'.
2024-05-04 15:17:42,928 5024 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2024-05-04 15:17:42,928 5024 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2024-05-04 15:17:42,928 5024 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyConfigValue'.
2024-05-04 15:17:42,928 5024 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
2024-05-04 15:17:42,961 5024 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2024-05-04 15:17:42,961 5024 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2024-05-04 15:17:42,961 5024 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2024-05-04 15:17:42,961 5024 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2024-05-04 15:17:42,983 5024 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2024-05-04 15:17:42,983 5024 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2024-05-04 15:17:42,992 5024 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2024-05-04 15:17:42,992 5024 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
2024-05-04 15:17:42,992 5024 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2024-05-04 15:17:42,992 5024 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2024-05-04 15:17:43,012 5024 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2024-05-04 15:17:43,012 5024 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2024-05-04 15:17:43,012 5024 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2024-05-04 15:17:43,026 5024 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2024-05-04 15:17:43,026 5024 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2024-05-04 15:17:43,042 5024 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2024-05-04 15:17:43,042 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2024-05-04 15:17:43,042 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2024-05-04 15:17:43,057 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2024-05-04 15:17:43,057 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2024-05-04 15:17:43,057 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2024-05-04 15:17:43,072 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2024-05-04 15:17:43,072 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2024-05-04 15:17:43,072 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2024-05-04 15:17:43,088 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2024-05-04 15:17:43,088 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2024-05-04 15:17:43,088 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2024-05-04 15:17:43,088 5024 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2024-05-04 15:17:43,104 5024 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2024-05-04 15:17:43,104 5024 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2024-05-04 15:17:43,104 5024 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2024-05-04 15:17:43,121 5024 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2024-05-04 15:17:43,121 5024 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2024-05-04 15:17:43,136 5024 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-05-04 15:17:43,136 5024 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2024-05-04 15:17:43,136 5024 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2024-05-04 15:17:43,150 5024 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2024-05-04 15:17:43,150 5024 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2024-05-04 15:17:43,150 5024 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2024-05-04 15:17:43,182 5024 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2024-05-04 15:17:43,182 5024 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2024-05-04 15:17:43,182 5024 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2024-05-04 15:17:43,182 5024 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2024-05-04 15:17:43,199 5024 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2024-05-04 15:17:43,199 5024 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2024-05-04 15:17:43,199 5024 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2024-05-04 15:17:43,214 5024 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2024-05-04 15:17:43,234 5024 [DEBUG] - Loading community extensions
2024-05-04 15:17:43,263 5024 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'
2024-05-04 15:17:43,278 5024 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.
2024-05-04 15:17:43,401 5024 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2024-05-04 15:17:43,421 5024 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2024-05-04 15:17:43,421 5024 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2024-05-04 15:17:43,431 5024 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2024-05-04 15:17:43,431 5024 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2024-05-04 15:17:43,431 5024 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2024-05-04 15:17:43,451 5024 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyConfigValue'.
2024-05-04 15:17:43,451 5024 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
2024-05-04 15:17:43,462 5024 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2024-05-04 15:17:43,462 5024 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2024-05-04 15:17:43,478 5024 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2024-05-04 15:17:43,478 5024 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2024-05-04 15:17:43,478 5024 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2024-05-04 15:17:43,478 5024 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2024-05-04 15:17:43,498 5024 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2024-05-04 15:17:43,509 5024 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
2024-05-04 15:17:43,509 5024 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2024-05-04 15:17:43,509 5024 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2024-05-04 15:17:43,509 5024 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2024-05-04 15:17:43,528 5024 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2024-05-04 15:17:43,528 5024 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2024-05-04 15:17:43,541 5024 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2024-05-04 15:17:43,541 5024 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2024-05-04 15:17:43,541 5024 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2024-05-04 15:17:43,541 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2024-05-04 15:17:43,557 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2024-05-04 15:17:43,557 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2024-05-04 15:17:43,557 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2024-05-04 15:17:43,573 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2024-05-04 15:17:43,573 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2024-05-04 15:17:43,573 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2024-05-04 15:17:43,573 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2024-05-04 15:17:43,590 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2024-05-04 15:17:43,590 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2024-05-04 15:17:43,590 5024 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2024-05-04 15:17:43,604 5024 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2024-05-04 15:17:43,604 5024 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2024-05-04 15:17:43,619 5024 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2024-05-04 15:17:43,619 5024 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2024-05-04 15:17:43,619 5024 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2024-05-04 15:17:43,619 5024 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2024-05-04 15:17:43,638 5024 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-05-04 15:17:43,638 5024 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2024-05-04 15:17:43,638 5024 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2024-05-04 15:17:43,655 5024 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2024-05-04 15:17:43,655 5024 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2024-05-04 15:17:43,665 5024 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2024-05-04 15:17:43,665 5024 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2024-05-04 15:17:43,686 5024 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2024-05-04 15:17:43,695 5024 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2024-05-04 15:17:43,695 5024 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2024-05-04 15:17:43,695 5024 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2024-05-04 15:17:43,695 5024 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2024-05-04 15:17:43,714 5024 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2024-05-04 15:17:43,714 5024 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2024-05-04 15:17:43,714 5024 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2024-05-04 15:17:43,728 5024 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2024-05-04 15:17:43,728 5024 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2024-05-04 15:17:43,728 5024 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2024-05-04 15:17:43,728 5024 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyConfigValue'.
2024-05-04 15:17:43,745 5024 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyPath'.
2024-05-04 15:17:43,745 5024 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2024-05-04 15:17:43,761 5024 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2024-05-04 15:17:43,761 5024 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2024-05-04 15:17:43,776 5024 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2024-05-04 15:17:43,776 5024 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2024-05-04 15:17:43,776 5024 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2024-05-04 15:17:43,776 5024 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2024-05-04 15:17:43,794 5024 [INFO ] - VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.
2024-05-04 15:17:43,794 5024 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2024-05-04 15:17:43,805 5024 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2024-05-04 15:17:43,805 5024 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2024-05-04 15:17:43,805 5024 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2024-05-04 15:17:43,805 5024 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2024-05-04 15:17:43,823 5024 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2024-05-04 15:17:43,823 5024 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2024-05-04 15:17:43,839 5024 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2024-05-04 15:17:43,839 5024 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2024-05-04 15:17:43,839 5024 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2024-05-04 15:17:43,853 5024 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2024-05-04 15:17:43,853 5024 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2024-05-04 15:17:43,869 5024 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2024-05-04 15:17:43,869 5024 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2024-05-04 15:17:43,869 5024 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2024-05-04 15:17:43,886 5024 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2024-05-04 15:17:43,886 5024 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2024-05-04 15:17:43,886 5024 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2024-05-04 15:17:43,901 5024 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2024-05-04 15:17:43,901 5024 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2024-05-04 15:17:43,901 5024 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2024-05-04 15:17:43,917 5024 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2024-05-04 15:17:43,917 5024 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2024-05-04 15:17:43,917 5024 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2024-05-04 15:17:43,933 5024 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2024-05-04 15:17:43,933 5024 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2024-05-04 15:17:43,948 5024 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2024-05-04 15:17:43,948 5024 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-05-04 15:17:43,948 5024 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2024-05-04 15:17:43,964 5024 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2024-05-04 15:17:43,964 5024 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2024-05-04 15:17:43,979 5024 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2024-05-04 15:17:43,979 5024 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2024-05-04 15:17:43,979 5024 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2024-05-04 15:17:43,993 5024 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2024-05-04 15:17:43,993 5024 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2024-05-04 15:17:44,009 5024 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2024-05-04 15:17:44,009 5024 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2024-05-04 15:17:44,009 5024 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2024-05-04 15:17:44,027 5024 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2024-05-04 15:17:44,027 5024 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2024-05-04 15:17:44,196 5024 [DEBUG] - ---------------------------Script Execution---------------------------
2024-05-04 15:17:44,218 5024 [DEBUG] - Running 'ChocolateyScriptRunner' for pngoo v0.1.1 with packageScript 'C:\ProgramData\chocolatey\lib\pngoo\tools\chocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\pngoo', installArguments: '', packageParameters: '', preRunHookScripts: '', postRunHookScripts: '',
2024-05-04 15:17:44,280 5024 [DEBUG] - Running package script 'C:\ProgramData\chocolatey\lib\pngoo\tools\chocolateyInstall.ps1'
2024-05-04 15:17:44,570 5024 [DEBUG] - Running Install-ChocolateyZipPackage -packageName 'pngoo' -url 'https://pngquant.org/PNGoo.0.1.1.zip' -unzipLocation 'C:\ProgramData\chocolatey\lib\pngoo\tools' -checksum '962bea33f6ba38f6f1bde9dbf910831fedd0a70a89574e8a9aa6c222c2faa2fe' -checksumType 'sha256'
2024-05-04 15:17:44,824 5024 [DEBUG] - Running Get-ChocolateyWebFile -checksum '962bea33f6ba38f6f1bde9dbf910831fedd0a70a89574e8a9aa6c222c2faa2fe' -checksumType 'sha256' -checksum64 '' -checksumType64 '' -options 'System.Collections.Hashtable' -getOriginalFileName 'True' -packageName 'pngoo' -fileFullPath 'C:\Users\vagrant\AppData\Local\Temp\chocolatey\pngoo\0.1.1\pngooInstall.zip' -url 'https://pngquant.org/PNGoo.0.1.1.zip' -url64bit ''
2024-05-04 15:17:44,932 5024 [DEBUG] - Running Get-OSArchitectureWidth -compare '64'
2024-05-04 15:17:44,994 5024 [DEBUG] - CPU is 64 bit
2024-05-04 15:17:45,197 5024 [DEBUG] - Running Get-WebFileName -url 'https://pngquant.org/PNGoo.0.1.1.zip' -defaultName 'pngooInstall.zip'
2024-05-04 15:17:46,360 5024 [DEBUG] - Using response url to determine file name. 'https://pngquant.org/PNGoo.0.1.1.zip'
2024-05-04 15:17:46,368 5024 [DEBUG] - File name determined from url is 'PNGoo.0.1.1.zip'
2024-05-04 15:17:46,491 5024 [DEBUG] - Running Get-WebHeaders -url 'https://pngquant.org/PNGoo.0.1.1.zip' -ErrorAction 'Stop'
2024-05-04 15:17:46,514 5024 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2024-05-04 15:17:46,526 5024 [DEBUG] - Request Headers:
2024-05-04 15:17:46,526 5024 [DEBUG] - 'Accept':'*/*'
2024-05-04 15:17:46,544 5024 [DEBUG] - 'User-Agent':'chocolatey command line'
2024-05-04 15:17:47,135 5024 [DEBUG] - Response Headers:
2024-05-04 15:17:47,152 5024 [DEBUG] - 'Connection':'keep-alive'
2024-05-04 15:17:47,183 5024 [DEBUG] - 'Strict-Transport-Security':'max-age=15552000;includeSubdomains'
2024-05-04 15:17:47,183 5024 [DEBUG] - 'Content-Security-Policy':'upgrade-insecure-requests'
2024-05-04 15:17:47,197 5024 [DEBUG] - 'X-Frame-Options':'SAMEORIGIN'
2024-05-04 15:17:47,197 5024 [DEBUG] - 'X-Content-Type-Options':'nosniff'
2024-05-04 15:17:47,216 5024 [DEBUG] - 'Accept-Ranges':'bytes'
2024-05-04 15:17:47,227 5024 [DEBUG] - 'Content-Length':'168270'
2024-05-04 15:17:47,246 5024 [DEBUG] - 'Content-Type':'application/zip'
2024-05-04 15:17:47,246 5024 [DEBUG] - 'Date':'Sat, 04 May 2024 15:17:47 GMT'
2024-05-04 15:17:47,277 5024 [DEBUG] - 'ETag':'"6580ade8-2914e"'
2024-05-04 15:17:47,277 5024 [DEBUG] - 'Last-Modified':'Mon, 18 Dec 2023 20:39:04 GMT'
2024-05-04 15:17:47,295 5024 [DEBUG] - 'Server':'nginx/1.21.0'
2024-05-04 15:17:47,356 5024 [INFO ] - Downloading pngoo
from 'https://pngquant.org/PNGoo.0.1.1.zip'
2024-05-04 15:17:47,653 5024 [DEBUG] - Running Get-WebFile -url 'https://pngquant.org/PNGoo.0.1.1.zip' -fileName 'C:\Users\vagrant\AppData\Local\Temp\chocolatey\pngoo\0.1.1\PNGoo.0.1.1.zip' -options 'System.Collections.Hashtable'
2024-05-04 15:17:47,668 5024 [DEBUG] - Setting request timeout to 30000
2024-05-04 15:17:47,686 5024 [DEBUG] - Setting read/write timeout to 2700000
2024-05-04 15:17:47,697 5024 [DEBUG] - Setting the UserAgent to 'chocolatey command line'
2024-05-04 15:17:48,931 5024 [DEBUG] - Downloading https://pngquant.org/PNGoo.0.1.1.zip to C:\Users\vagrant\AppData\Local\Temp\chocolatey\pngoo\0.1.1\PNGoo.0.1.1.zip
2024-05-04 15:17:49,074 5024 [INFO ] -
2024-05-04 15:17:49,105 5024 [INFO ] - Download of PNGoo.0.1.1.zip (164.33 KB) completed.
2024-05-04 15:17:52,154 5024 [DEBUG] - No runtime virus checking built into FOSS Chocolatey. Check out Pro/Business - https://chocolatey.org/compare
2024-05-04 15:17:52,167 5024 [DEBUG] - Verifying package provided checksum of '962bea33f6ba38f6f1bde9dbf910831fedd0a70a89574e8a9aa6c222c2faa2fe' for 'C:\Users\vagrant\AppData\Local\Temp\chocolatey\pngoo\0.1.1\PNGoo.0.1.1.zip'.
2024-05-04 15:17:52,232 5024 [DEBUG] - Running Get-ChecksumValid -file 'C:\Users\vagrant\AppData\Local\Temp\chocolatey\pngoo\0.1.1\PNGoo.0.1.1.zip' -checksum '962bea33f6ba38f6f1bde9dbf910831fedd0a70a89574e8a9aa6c222c2faa2fe' -checksumType 'sha256' -originalUrl 'https://pngquant.org/PNGoo.0.1.1.zip'
2024-05-04 15:17:52,245 5024 [DEBUG] - checksum.exe found at 'C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe'
2024-05-04 15:17:52,265 5024 [DEBUG] - Executing command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="962bea33f6ba38f6f1bde9dbf910831fedd0a70a89574e8a9aa6c222c2faa2fe" -t="sha256" -f="C:\Users\vagrant\AppData\Local\Temp\chocolatey\pngoo\0.1.1\PNGoo.0.1.1.zip"]
2024-05-04 15:17:53,399 5024 [DEBUG] - Command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="962bea33f6ba38f6f1bde9dbf910831fedd0a70a89574e8a9aa6c222c2faa2fe" -t="sha256" -f="C:\Users\vagrant\AppData\Local\Temp\chocolatey\pngoo\0.1.1\PNGoo.0.1.1.zip"] exited with '0'.
2024-05-04 15:17:53,574 5024 [DEBUG] - Running Get-ChocolateyUnzip -disableLogging 'False' -fileFullPath 'C:\Users\vagrant\AppData\Local\Temp\chocolatey\pngoo\0.1.1\PNGoo.0.1.1.zip' -destination 'C:\ProgramData\chocolatey\lib\pngoo\tools' -specificFolder '' -packageName 'pngoo'
2024-05-04 15:17:53,589 5024 [DEBUG] - Running Get-OSArchitectureWidth -compare '32'
2024-05-04 15:17:53,622 5024 [INFO ] - Extracting C:\Users\vagrant\AppData\Local\Temp\chocolatey\pngoo\0.1.1\PNGoo.0.1.1.zip to C:\ProgramData\chocolatey\lib\pngoo\tools...
2024-05-04 15:17:53,622 5024 [DEBUG] - 7zip found at 'C:\ProgramData\chocolatey\tools\7z.exe'
2024-05-04 15:17:53,736 5024 [DEBUG] - Executing command ['C:\ProgramData\chocolatey\tools\7z.exe' x -aoa -bd -bb1 -o"C:\ProgramData\chocolatey\lib\pngoo\tools" -y "C:\Users\vagrant\AppData\Local\Temp\chocolatey\pngoo\0.1.1\PNGoo.0.1.1.zip"]
2024-05-04 15:17:54,040 5024 [INFO ] - VERBOSE:
2024-05-04 15:17:54,040 5024 [INFO ] - VERBOSE: 7-Zip 23.01 (x86) : Copyright (c) 1999-2023 Igor Pavlov : 2023-06-20
2024-05-04 15:17:54,072 5024 [INFO ] - VERBOSE:
2024-05-04 15:17:54,090 5024 [INFO ] - VERBOSE: Scanning the drive for archives:
2024-05-04 15:17:54,090 5024 [INFO ] - VERBOSE:
2024-05-04 15:17:54,104 5024 [INFO ] - VERBOSE: 1 file, 168270 bytes (165 KiB)
2024-05-04 15:17:54,120 5024 [INFO ] - VERBOSE: Extracting archive: C:\Users\vagrant\AppData\Local\Temp\chocolatey\pngoo\0.1.1\PNGoo.0.1.1.zip
2024-05-04 15:17:54,120 5024 [INFO ] - VERBOSE: --
2024-05-04 15:17:54,136 5024 [INFO ] - VERBOSE: Path = C:\Users\vagrant\AppData\Local\Temp\chocolatey\pngoo\0.1.1\PNGoo.0.1.1.zip
2024-05-04 15:17:54,136 5024 [INFO ] - VERBOSE:
2024-05-04 15:17:54,136 5024 [INFO ] - VERBOSE: Type = zip
2024-05-04 15:17:54,151 5024 [INFO ] - VERBOSE: Physical Size = 168270
2024-05-04 15:17:54,151 5024 [INFO ] - VERBOSE: - PNGoo.exe
2024-05-04 15:17:54,226 5024 [INFO ] - VERBOSE: - libs\
2024-05-04 15:17:54,226 5024 [INFO ] - VERBOSE: - libs\pngquanti\
2024-05-04 15:17:54,249 5024 [INFO ] - VERBOSE: - libs\pngquanti\COPYRIGHT
2024-05-04 15:17:54,249 5024 [INFO ] - VERBOSE: - libs\pngquanti\pngquanti.exe
2024-05-04 15:17:54,259 5024 [INFO ] - VERBOSE: - libs\pngquanti\README.md
2024-05-04 15:17:54,259 5024 [INFO ] - VERBOSE: Everything is Ok
2024-05-04 15:17:54,279 5024 [INFO ] - VERBOSE:
2024-05-04 15:17:54,292 5024 [INFO ] - VERBOSE: Folders: 2
2024-05-04 15:17:54,292 5024 [INFO ] - VERBOSE: Files: 4
2024-05-04 15:17:54,308 5024 [INFO ] - VERBOSE: Size: 366986
2024-05-04 15:17:54,308 5024 [INFO ] - VERBOSE: Compressed: 168270
2024-05-04 15:17:54,397 5024 [DEBUG] - $exitCode was passed null
2024-05-04 15:17:54,463 5024 [DEBUG] - Command ['C:\ProgramData\chocolatey\tools\7z.exe' x -aoa -bd -bb1 -o"C:\ProgramData\chocolatey\lib\pngoo\tools" -y "C:\Users\vagrant\AppData\Local\Temp\chocolatey\pngoo\0.1.1\PNGoo.0.1.1.zip"] exited with '0'.
2024-05-04 15:17:54,510 5024 [DEBUG] - 7z exit code: 0
2024-05-04 15:17:54,540 5024 [INFO ] - C:\ProgramData\chocolatey\lib\pngoo\tools
2024-05-04 15:17:54,540 5024 [INFO ] - VERBOSE: Creating .gui sidecar for shimgen.exe
2024-05-04 15:17:54,627 5024 [DEBUG] - ----------------------------------------------------------------------
2024-05-04 15:17:54,631 5024 [DEBUG] - Built-in PowerShell host called with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = '';[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::SystemDefault; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\pngoo\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '' -preRunHookScripts $null -postRunHookScripts $null'] exited with '0'.
2024-05-04 15:17:54,631 5024 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
2024-05-04 15:17:54,805 5024 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
2024-05-04 15:17:55,194 5024 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\pngoo'
2024-05-04 15:17:55,213 5024 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\PNGoo.0.1.1.zip.txt'
with checksum '550034D599579AD50CA0650248416BF5'
2024-05-04 15:17:55,245 5024 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\pngoo.nupkg'
with checksum '0E35175EAA63A07629090D48A504E198'
2024-05-04 15:17:55,245 5024 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\pngoo.nuspec'
with checksum '9BD17B1B6045D354EE925EF53F574B15'
2024-05-04 15:17:55,262 5024 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\chocolateyInstall.ps1'
with checksum '71237D1F59C68887924EA8A93DB35D4C'
2024-05-04 15:17:55,262 5024 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe'
with checksum '217ED413121F870D00A9AD12B868B1D9'
2024-05-04 15:17:55,277 5024 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe.gui'
with checksum 'D41D8CD98F00B204E9800998ECF8427E'
2024-05-04 15:17:55,277 5024 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\COPYRIGHT'
with checksum '0BD68ED14AA21B08B44C4024F295A1EC'
2024-05-04 15:17:55,277 5024 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\pngquanti.exe'
with checksum 'FD54E06760FEA44DEEB01F60726B5906'
2024-05-04 15:17:55,296 5024 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\README.md'
with checksum '3EB3C0F23C73DCDFDE77A21C2B5FEDA6'
2024-05-04 15:17:55,369 5024 [DEBUG] - Calling command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\pngoo\tools\PNGoo.exe" --output="C:\ProgramData\chocolatey\bin\PNGoo.exe" --iconpath="C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe" --gui']
2024-05-04 15:17:55,870 5024 [DEBUG] - [ShimGen] [WARN ] Could not extract icon from associated program. Using default. Error:
2024-05-04 15:17:55,883 5024 [DEBUG] - [ShimGen] Selected Icon is invalid
2024-05-04 15:17:56,228 5024 [DEBUG] - [ShimGen] Microsoft (R) Visual C# Compiler version 4.8.3761.0
2024-05-04 15:17:56,245 5024 [DEBUG] - [ShimGen] for C# 5
2024-05-04 15:17:56,259 5024 [DEBUG] - [ShimGen] Copyright (C) Microsoft Corporation. All rights reserved.
2024-05-04 15:17:56,259 5024 [DEBUG] - [ShimGen] This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to C# 5, which is no longer the latest version. For compilers that support newer versions of the C# programming language, see http://go.microsoft.com/fwlink/?LinkID=533240
2024-05-04 15:17:56,259 5024 [DEBUG] - Command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\pngoo\tools\PNGoo.exe" --output="C:\ProgramData\chocolatey\bin\PNGoo.exe" --iconpath="C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe" --gui'] exited with '0'
2024-05-04 15:17:56,259 5024 [DEBUG] - [ShimGen] ShimGen has successfully created 'C:\ProgramData\chocolatey\bin\PNGoo.exe'
2024-05-04 15:17:56,280 5024 [INFO ] - ShimGen has successfully created a gui shim for PNGoo.exe
2024-05-04 15:17:56,292 5024 [DEBUG] - Created: C:\ProgramData\chocolatey\bin\PNGoo.exe
Targeting: C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe
IsGui:True
2024-05-04 15:17:56,292 5024 [DEBUG] - Calling command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\pngoo\tools\libs\pngquanti\pngquanti.exe" --output="C:\ProgramData\chocolatey\bin\pngquanti.exe" --iconpath="C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\pngquanti.exe"']
2024-05-04 15:17:56,555 5024 [DEBUG] - [ShimGen] [WARN ] Could not extract icon from associated program. Using default. Error:
2024-05-04 15:17:56,575 5024 [DEBUG] - [ShimGen] Selected Icon is invalid
2024-05-04 15:17:56,883 5024 [DEBUG] - [ShimGen] Microsoft (R) Visual C# Compiler version 4.8.3761.0
2024-05-04 15:17:56,883 5024 [DEBUG] - [ShimGen] for C# 5
2024-05-04 15:17:56,901 5024 [DEBUG] - [ShimGen] Copyright (C) Microsoft Corporation. All rights reserved.
2024-05-04 15:17:56,901 5024 [DEBUG] - [ShimGen] This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to C# 5, which is no longer the latest version. For compilers that support newer versions of the C# programming language, see http://go.microsoft.com/fwlink/?LinkID=533240
2024-05-04 15:17:56,901 5024 [DEBUG] - [ShimGen] ShimGen has successfully created 'C:\ProgramData\chocolatey\bin\pngquanti.exe'
2024-05-04 15:17:56,918 5024 [DEBUG] - Command ['"C:\ProgramData\chocolatey\tools\shimgen.exe" --path="..\\lib\pngoo\tools\libs\pngquanti\pngquanti.exe" --output="C:\ProgramData\chocolatey\bin\pngquanti.exe" --iconpath="C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\pngquanti.exe"'] exited with '0'
2024-05-04 15:17:56,918 5024 [INFO ] - ShimGen has successfully created a shim for pngquanti.exe
2024-05-04 15:17:56,935 5024 [DEBUG] - Created: C:\ProgramData\chocolatey\bin\pngquanti.exe
Targeting: C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\pngquanti.exe
IsGui:False
2024-05-04 15:17:56,996 5024 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\pngoo.0.1.1".
2024-05-04 15:17:57,057 5024 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\pngoo.0.1.1\.files'
2024-05-04 15:17:57,078 5024 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\pngoo.0.1.1\.extra".
2024-05-04 15:17:57,088 5024 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\pngoo.0.1.1\.version".
2024-05-04 15:17:57,088 5024 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\pngoo.0.1.1\.sxs".
2024-05-04 15:17:57,088 5024 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\pngoo.0.1.1\.pin".
2024-05-04 15:17:57,118 5024 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2024-05-04 15:17:57,118 5024 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\pngoo\.chocolateyPending".
2024-05-04 15:17:57,134 5024 [INFO ] - The install of pngoo was successful.
2024-05-04 15:17:57,148 5024 [INFO ] - Software installed to 'C:\ProgramData\chocolatey\lib\pngoo\tools'
2024-05-04 15:17:57,227 5024 [WARN ] -
Chocolatey installed 1/1 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2024-05-04 15:17:57,245 5024 [WARN ] -
Enjoy using Chocolatey? Explore more amazing features to take your
experience to the next level at
https://chocolatey.org/compare
2024-05-04 15:17:57,258 5024 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers...
2024-05-04 15:17:57,288 5024 [DEBUG] - Exiting with 0
2024-05-04 15:18:13,026 4712 [DEBUG] - XmlConfiguration is now operational
2024-05-04 15:18:13,150 4712 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2024-05-04 15:18:13,150 4712 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2024-05-04 15:18:13,150 4712 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2024-05-04 15:18:13,150 4712 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2024-05-04 15:18:13,171 4712 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2024-05-04 15:18:13,171 4712 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2024-05-04 15:18:13,201 4712 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2024-05-04 15:18:13,201 4712 [DEBUG] - Adding new type 'RubyGemsService' for type 'IListSourceRunner' from assembly 'choco'
2024-05-04 15:18:13,214 4712 [DEBUG] - Adding new type 'RubyGemsService' for type 'IInstallSourceRunner' from assembly 'choco'
2024-05-04 15:18:13,214 4712 [DEBUG] - Adding new type 'SystemStateValidation' for type 'IValidation' from assembly 'choco'
2024-05-04 15:18:13,214 4712 [DEBUG] - Adding new type 'CacheFolderLockdownValidation' for type 'IValidation' from assembly 'choco'
2024-05-04 15:18:13,947 4712 [DEBUG] - Adding new type 'EmptyOrInvalidUrlMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:18:13,947 4712 [DEBUG] - Adding new type 'FrameWorkReferencesMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:18:13,970 4712 [DEBUG] - Adding new type 'IconMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:18:13,970 4712 [DEBUG] - Adding new type 'LicenseMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:18:13,978 4712 [DEBUG] - Adding new type 'PackageTypesMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:18:13,978 4712 [DEBUG] - Adding new type 'ReadmeMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:18:13,978 4712 [DEBUG] - Adding new type 'RepositoryMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:18:13,978 4712 [DEBUG] - Adding new type 'RequireLicenseAcceptanceMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:18:13,978 4712 [DEBUG] - Adding new type 'ServicableMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:18:13,978 4712 [DEBUG] - Adding new type 'VersionMetadataRule' for type 'IMetadataRule' from assembly 'choco'
2024-05-04 15:18:14,008 4712 [DEBUG] - Registering new command 'cache' in assembly 'choco'
2024-05-04 15:18:14,008 4712 [DEBUG] - Registering new command 'list' in assembly 'choco'
2024-05-04 15:18:14,008 4712 [DEBUG] - Registering new command 'template' in assembly 'choco'
2024-05-04 15:18:14,008 4712 [DEBUG] - Registering new command 'export' in assembly 'choco'
2024-05-04 15:18:14,033 4712 [DEBUG] - Registering new command 'info' in assembly 'choco'
2024-05-04 15:18:14,033 4712 [DEBUG] - Registering new command 'help' in assembly 'choco'
2024-05-04 15:18:14,040 4712 [DEBUG] - Registering new command 'config' in assembly 'choco'
2024-05-04 15:18:14,040 4712 [DEBUG] - Registering new command 'feature' in assembly 'choco'
2024-05-04 15:18:14,040 4712 [DEBUG] - Registering new command 'new' in assembly 'choco'
2024-05-04 15:18:14,040 4712 [DEBUG] - Registering new command 'outdated' in assembly 'choco'
2024-05-04 15:18:14,040 4712 [DEBUG] - Registering new command 'pack' in assembly 'choco'
2024-05-04 15:18:14,040 4712 [DEBUG] - Registering new command 'pin' in assembly 'choco'
2024-05-04 15:18:14,040 4712 [DEBUG] - Registering new command 'push' in assembly 'choco'
2024-05-04 15:18:14,063 4712 [DEBUG] - Registering new command 'apikey' in assembly 'choco'
2024-05-04 15:18:14,063 4712 [DEBUG] - Registering new command 'source' in assembly 'choco'
2024-05-04 15:18:14,063 4712 [DEBUG] - Registering new command 'uninstall' in assembly 'choco'
2024-05-04 15:18:14,073 4712 [DEBUG] - Registering new command 'upgrade' in assembly 'choco'
2024-05-04 15:18:14,073 4712 [DEBUG] - Registering new command 'search' in assembly 'choco'
2024-05-04 15:18:14,073 4712 [DEBUG] - Registering new command 'unpackself' in assembly 'choco'
2024-05-04 15:18:14,073 4712 [DEBUG] - Registering new command 'install' in assembly 'choco'
2024-05-04 15:18:14,287 4712 [INFO ] - ============================================================
2024-05-04 15:18:14,570 4712 [INFO ] - Chocolatey v2.2.2
2024-05-04 15:18:14,601 4712 [DEBUG] - Chocolatey is running on Windows v 10.0.17763.0
2024-05-04 15:18:14,601 4712 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
2024-05-04 15:18:14,601 4712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
2024-05-04 15:18:14,628 4712 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" uninstall pngoo --version 0.1.1 -dvy --execution-timeout=2700
2024-05-04 15:18:14,631 4712 [DEBUG] - Received arguments: uninstall pngoo --version 0.1.1 -dvy --execution-timeout=2700
2024-05-04 15:18:14,726 4712 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage.
2024-05-04 15:18:14,756 4712 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers...
2024-05-04 15:18:14,786 4712 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed...
2024-05-04 15:18:14,882 4712 [DEBUG] - Performing validation checks.
2024-05-04 15:18:14,882 4712 [DEBUG] - Global Configuration Validation Checks:
2024-05-04 15:18:14,882 4712 [DEBUG] - - Package Exit Code / Exit On Reboot = Checked
2024-05-04 15:18:14,882 4712 [DEBUG] - System State Validation Checks:
2024-05-04 15:18:14,913 4712 [DEBUG] - Reboot Requirement Checks:
2024-05-04 15:18:14,913 4712 [DEBUG] - - Pending Computer Rename = Checked
2024-05-04 15:18:14,913 4712 [DEBUG] - - Pending Component Based Servicing = Checked
2024-05-04 15:18:14,913 4712 [DEBUG] - - Pending Windows Auto Update = Checked
2024-05-04 15:18:14,941 4712 [DEBUG] - - Pending File Rename Operations = Ignored
2024-05-04 15:18:14,944 4712 [DEBUG] - - Pending Windows Package Installer = Checked
2024-05-04 15:18:14,944 4712 [DEBUG] - - Pending Windows Package Installer SysWow64 = Checked
2024-05-04 15:18:14,944 4712 [DEBUG] - Cache Folder Lockdown Checks:
2024-05-04 15:18:14,944 4712 [DEBUG] - - Elevated State = Checked
2024-05-04 15:18:14,944 4712 [DEBUG] - - Folder Exists = Checked
2024-05-04 15:18:14,975 4712 [DEBUG] - - Folder lockdown = Checked
2024-05-04 15:18:14,975 4712 [INFO ] - 3 validations performed. 3 success(es), 0 warning(s), and 0 error(s).
2024-05-04 15:18:15,006 4712 [DEBUG] - The source 'c:\cached-packages;https://community.chocolatey.org/api/v2/' evaluated to a 'normal' source type
2024-05-04 15:18:15,006 4712 [DEBUG] -
NOTE: Hiding sensitive configuration data! Please double and triple
check to be sure no sensitive data is shown, especially if copying
output to a gist for review.
2024-05-04 15:18:15,038 4712 [DEBUG] - Configuration: CommandName='uninstall'|
CacheLocation='C:\Users\vagrant\AppData\Local\Temp\chocolatey'|
CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='30'|
Sources='c:\cached-packages;https://community.chocolatey.org/api/v2/'|
SourceType='normal'|ShowOnlineHelp='False'|Debug='True'|Verbose='True'|
Trace='False'|Force='False'|Noop='False'|HelpRequested='False'|
UnsuccessfulParsing='False'|RegularOutput='True'|QuietOutput='False'|
PromptForConfirmation='False'|DisableCompatibilityChecks='False'|
AcceptLicense='True'|AllowUnofficialBuild='False'|Input='pngoo'|
Version='0.1.1'|AllVersions='False'|SkipPackageInstallProvider='False'|
SkipHookScripts='False'|PackageNames='pngoo'|Prerelease='False'|
ForceX86='False'|OverrideArguments='False'|NotSilent='False'|
ApplyPackageParametersToDependencies='False'|
ApplyInstallArgumentsToDependencies='False'|IgnoreDependencies='False'|
CacheExpirationInMinutes='30'|AllowDowngrade='False'|
ForceDependencies='False'|PinPackage='False'|
Information.PlatformType='Windows'|
Information.PlatformVersion='10.0.17763.0'|
Information.PlatformName='Windows Server 2016'|
Information.ChocolateyVersion='2.2.2.0'|
Information.ChocolateyProductVersion='2.2.2'|
Information.FullName='choco, Version=2.2.2.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
Information.Is64BitOperatingSystem='True'|
Information.Is64BitProcess='True'|Information.IsInteractive='False'|
Information.UserName='vagrant'|
Information.UserDomainName='WIN-MDT3JCRS2US'|
Information.IsUserAdministrator='True'|
Information.IsUserSystemAccount='False'|
Information.IsUserRemoteDesktop='False'|
Information.IsUserRemote='True'|
Information.IsProcessElevated='True'|
Information.IsLicensedVersion='False'|
Information.IsLicensedAssemblyLoaded='False'|
Information.LicenseType='Foss'|
Information.CurrentDirectory='C:\Users\vagrant'|
Features.AutoUninstaller='True'|Features.ChecksumFiles='True'|
Features.AllowEmptyChecksums='False'|
Features.AllowEmptyChecksumsSecure='True'|
Features.FailOnAutoUninstaller='False'|
Features.FailOnStandardError='False'|Features.UsePowerShellHost='True'|
Features.LogEnvironmentValues='True'|Features.LogWithoutColor='False'|
Features.VirusCheck='False'|
Features.FailOnInvalidOrMissingLicense='False'|
Features.IgnoreInvalidOptionsSwitches='True'|
Features.UsePackageExitCodes='True'|
Features.UseEnhancedExitCodes='False'|
Features.UseFipsCompliantChecksums='False'|
Features.ShowNonElevatedWarnings='True'|
Features.ShowDownloadProgress='False'|
Features.StopOnFirstPackageFailure='False'|
Features.UseRememberedArgumentsForUpgrades='False'|
Features.IgnoreUnfoundPackagesOnUpgradeOutdated='False'|
Features.SkipPackageUpgradesWhenNotInstalled='False'|
Features.RemovePackageInformationOnUninstall='False'|
Features.ExitOnRebootDetected='False'|
Features.LogValidationResultsOnWarnings='True'|
Features.UsePackageRepositoryOptimizations='True'|
ListCommand.LocalOnly='False'|ListCommand.IdOnly='False'|
ListCommand.IncludeRegistryPrograms='False'|ListCommand.PageSize='25'|
ListCommand.Exact='False'|ListCommand.ByIdOnly='False'|
ListCommand.ByTagOnly='False'|ListCommand.IdStartsWith='False'|
ListCommand.OrderByPopularity='False'|ListCommand.ApprovedOnly='False'|
ListCommand.DownloadCacheAvailable='False'|
ListCommand.NotBroken='False'|
ListCommand.IncludeVersionOverrides='False'|
ListCommand.ExplicitPageSize='False'|
ListCommand.ExplicitSource='False'|
UpgradeCommand.FailOnUnfound='False'|
UpgradeCommand.FailOnNotInstalled='False'|
UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
UpgradeCommand.ExcludePrerelease='False'|
NewCommand.AutomaticPackage='False'|
NewCommand.UseOriginalTemplate='False'|SourceCommand.Command='unknown'|
SourceCommand.Priority='0'|SourceCommand.BypassProxy='False'|
SourceCommand.AllowSelfService='False'|
SourceCommand.VisibleToAdminsOnly='False'|
FeatureCommand.Command='unknown'|ConfigCommand.Command='Unknown'|
ApiKeyCommand.Command='Unknown'|PinCommand.Command='Unknown'|
OutdatedCommand.IgnorePinned='False'|
ExportCommand.IncludeVersionNumbers='False'|Proxy.BypassOnLocal='True'|
TemplateCommand.Command='unknown'|CacheCommand.Command='Unknown'|
CacheCommand.RemoveExpiredItemsOnly='False'|
2024-05-04 15:18:15,066 4712 [DEBUG] - _ Chocolatey:ChocolateyUninstallCommand - Normal Run Mode _
2024-05-04 15:18:15,068 4712 [INFO ] - Uninstalling the following packages:
2024-05-04 15:18:15,068 4712 [INFO ] - pngoo
2024-05-04 15:18:15,068 4712 [DEBUG] - Current environment values (may contain sensitive data):
2024-05-04 15:18:15,099 4712 [DEBUG] - * 'Path'='C:\Users\vagrant\AppData\Local\Microsoft\WindowsApps;' ('User')
2024-05-04 15:18:15,099 4712 [DEBUG] - * 'TEMP'='C:\Users\vagrant\AppData\Local\Temp' ('User')
2024-05-04 15:18:15,099 4712 [DEBUG] - * 'TMP'='C:\Users\vagrant\AppData\Local\Temp' ('User')
2024-05-04 15:18:15,099 4712 [DEBUG] - * 'ChocolateyLastPathUpdate'='133590374015529678' ('User')
2024-05-04 15:18:15,099 4712 [DEBUG] - * 'ComSpec'='C:\Windows\system32\cmd.exe' ('Machine')
2024-05-04 15:18:15,099 4712 [DEBUG] - * 'DriverData'='C:\Windows\System32\Drivers\DriverData' ('Machine')
2024-05-04 15:18:15,099 4712 [DEBUG] - * 'OS'='Windows_NT' ('Machine')
2024-05-04 15:18:15,130 4712 [DEBUG] - * 'Path'='C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;' ('Machine')
2024-05-04 15:18:15,130 4712 [DEBUG] - * 'PATHEXT'='.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' ('Machine')
2024-05-04 15:18:15,130 4712 [DEBUG] - * 'PROCESSOR_ARCHITECTURE'='AMD64' ('Machine')
2024-05-04 15:18:15,130 4712 [DEBUG] - * 'PSModulePath'='C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules' ('Machine')
2024-05-04 15:18:15,130 4712 [DEBUG] - * 'TEMP'='C:\Windows\TEMP' ('Machine')
2024-05-04 15:18:15,130 4712 [DEBUG] - * 'TMP'='C:\Windows\TEMP' ('Machine')
2024-05-04 15:18:15,130 4712 [DEBUG] - * 'USERNAME'='SYSTEM' ('Machine')
2024-05-04 15:18:15,160 4712 [DEBUG] - * 'windir'='C:\Windows' ('Machine')
2024-05-04 15:18:15,163 4712 [DEBUG] - * 'NUMBER_OF_PROCESSORS'='10' ('Machine')
2024-05-04 15:18:15,163 4712 [DEBUG] - * 'PROCESSOR_LEVEL'='6' ('Machine')
2024-05-04 15:18:15,163 4712 [DEBUG] - * 'PROCESSOR_IDENTIFIER'='Intel64 Family 6 Model 85 Stepping 7, GenuineIntel' ('Machine')
2024-05-04 15:18:15,163 4712 [DEBUG] - * 'PROCESSOR_REVISION'='5507' ('Machine')
2024-05-04 15:18:15,193 4712 [DEBUG] - * 'ChocolateyInstall'='C:\ProgramData\chocolatey' ('Machine')
2024-05-04 15:18:15,351 4712 [DEBUG] - Running list with the following filter = ''
2024-05-04 15:18:15,351 4712 [DEBUG] - --- Start of List ---
2024-05-04 15:18:15,538 4712 [DEBUG] - Resolving resource PackageSearchResource for source C:\ProgramData\chocolatey\lib
2024-05-04 15:18:15,945 4712 [DEBUG] - chocolatey 2.2.2
2024-05-04 15:18:15,945 4712 [DEBUG] - chocolatey-windowsupdate.extension 1.0.5
2024-05-04 15:18:15,945 4712 [DEBUG] - KB2919355 1.0.20160915
2024-05-04 15:18:15,977 4712 [DEBUG] - KB2919442 1.0.20160915
2024-05-04 15:18:15,977 4712 [DEBUG] - KB2999226 1.0.20181019
2024-05-04 15:18:15,977 4712 [DEBUG] - KB3035131 1.0.3
2024-05-04 15:18:16,006 4712 [DEBUG] - KB3118401 1.0.5
2024-05-04 15:18:16,039 4712 [DEBUG] - pngoo 0.1.1
2024-05-04 15:18:16,065 4712 [DEBUG] - virtualbox-guest-additions-guest.install 7.0.16
2024-05-04 15:18:16,065 4712 [DEBUG] - --- End of List ---
2024-05-04 15:18:16,070 4712 [DEBUG] - Running list with the following filter = ''
2024-05-04 15:18:16,070 4712 [DEBUG] - --- Start of List ---
2024-05-04 15:18:16,128 4712 [DEBUG] - chocolatey 2.2.2
2024-05-04 15:18:16,132 4712 [DEBUG] - chocolatey-windowsupdate.extension 1.0.5
2024-05-04 15:18:16,132 4712 [DEBUG] - KB2919355 1.0.20160915
2024-05-04 15:18:16,132 4712 [DEBUG] - KB2919442 1.0.20160915
2024-05-04 15:18:16,163 4712 [DEBUG] - KB2999226 1.0.20181019
2024-05-04 15:18:16,163 4712 [DEBUG] - KB3035131 1.0.3
2024-05-04 15:18:16,191 4712 [DEBUG] - KB3118401 1.0.5
2024-05-04 15:18:16,194 4712 [DEBUG] - pngoo 0.1.1
2024-05-04 15:18:16,194 4712 [DEBUG] - virtualbox-guest-additions-guest.install 7.0.16
2024-05-04 15:18:16,225 4712 [DEBUG] - --- End of List ---
2024-05-04 15:18:16,256 4712 [DEBUG] - Running list with the following filter = ''
2024-05-04 15:18:16,256 4712 [DEBUG] - --- Start of List ---
2024-05-04 15:18:16,290 4712 [DEBUG] - chocolatey 2.2.2
2024-05-04 15:18:16,290 4712 [DEBUG] - chocolatey-windowsupdate.extension 1.0.5
2024-05-04 15:18:16,315 4712 [DEBUG] - KB2919355 1.0.20160915
2024-05-04 15:18:16,320 4712 [DEBUG] - KB2919442 1.0.20160915
2024-05-04 15:18:16,320 4712 [DEBUG] - KB2999226 1.0.20181019
2024-05-04 15:18:16,320 4712 [DEBUG] - KB3035131 1.0.3
2024-05-04 15:18:16,320 4712 [DEBUG] - KB3118401 1.0.5
2024-05-04 15:18:16,351 4712 [DEBUG] - pngoo 0.1.1
2024-05-04 15:18:16,351 4712 [DEBUG] - virtualbox-guest-additions-guest.install 7.0.16
2024-05-04 15:18:16,351 4712 [DEBUG] - --- End of List ---
2024-05-04 15:18:16,414 4712 [INFO ] -
pngoo v0.1.1
2024-05-04 15:18:16,441 4712 [DEBUG] - Running beforeModify step for 'pngoo'
2024-05-04 15:18:16,445 4712 [DEBUG] - Backing up package files for 'pngoo'
2024-05-04 15:18:16,573 4712 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib-bkp\pngoo".
2024-05-04 15:18:16,573 4712 [DEBUG] - Moving C:\ProgramData\chocolatey\lib\pngoo to C:\ProgramData\chocolatey\lib-bkp\pngoo\0.1.1
2024-05-04 15:18:16,595 4712 [DEBUG] - Moving 'C:\ProgramData\chocolatey\lib\pngoo'
to 'C:\ProgramData\chocolatey\lib-bkp\pngoo\0.1.1'
2024-05-04 15:18:18,604 4712 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib\pngoo".
2024-05-04 15:18:18,604 4712 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\pngoo\0.1.1\PNGoo.0.1.1.zip.txt"
to "C:\ProgramData\chocolatey\lib\pngoo\PNGoo.0.1.1.zip.txt".
2024-05-04 15:18:18,604 4712 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\pngoo\0.1.1\pngoo.nupkg"
to "C:\ProgramData\chocolatey\lib\pngoo\pngoo.nupkg".
2024-05-04 15:18:18,622 4712 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\pngoo\0.1.1\pngoo.nuspec"
to "C:\ProgramData\chocolatey\lib\pngoo\pngoo.nuspec".
2024-05-04 15:18:18,622 4712 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib\pngoo\tools".
2024-05-04 15:18:18,636 4712 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\pngoo\0.1.1\tools\chocolateyInstall.ps1"
to "C:\ProgramData\chocolatey\lib\pngoo\tools\chocolateyInstall.ps1".
2024-05-04 15:18:18,636 4712 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\pngoo\0.1.1\tools\PNGoo.exe"
to "C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe".
2024-05-04 15:18:18,653 4712 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\pngoo\0.1.1\tools\PNGoo.exe.gui"
to "C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe.gui".
2024-05-04 15:18:18,653 4712 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti".
2024-05-04 15:18:18,668 4712 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\pngoo\0.1.1\tools\libs\pngquanti\COPYRIGHT"
to "C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\COPYRIGHT".
2024-05-04 15:18:18,683 4712 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\pngoo\0.1.1\tools\libs\pngquanti\pngquanti.exe"
to "C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\pngquanti.exe".
2024-05-04 15:18:18,683 4712 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\pngoo\0.1.1\tools\libs\pngquanti\README.md"
to "C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\README.md".
2024-05-04 15:18:20,209 4712 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\pngoo'
2024-05-04 15:18:20,209 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\PNGoo.0.1.1.zip.txt'
with checksum '550034D599579AD50CA0650248416BF5'
2024-05-04 15:18:20,230 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\pngoo.nupkg'
with checksum '0E35175EAA63A07629090D48A504E198'
2024-05-04 15:18:20,230 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\pngoo.nuspec'
with checksum '9BD17B1B6045D354EE925EF53F574B15'
2024-05-04 15:18:20,241 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\chocolateyInstall.ps1'
with checksum '71237D1F59C68887924EA8A93DB35D4C'
2024-05-04 15:18:20,241 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe'
with checksum '217ED413121F870D00A9AD12B868B1D9'
2024-05-04 15:18:20,241 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe.gui'
with checksum 'D41D8CD98F00B204E9800998ECF8427E'
2024-05-04 15:18:20,241 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\COPYRIGHT'
with checksum '0BD68ED14AA21B08B44C4024F295A1EC'
2024-05-04 15:18:20,241 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\pngquanti.exe'
with checksum 'FD54E06760FEA44DEEB01F60726B5906'
2024-05-04 15:18:20,262 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\README.md'
with checksum '3EB3C0F23C73DCDFDE77A21C2B5FEDA6'
2024-05-04 15:18:20,262 4712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe.gui".
2024-05-04 15:18:20,278 4712 [DEBUG] - Removing shim for PNGoo.exe at 'C:\ProgramData\chocolatey\bin\PNGoo.exe
2024-05-04 15:18:20,292 4712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\bin\PNGoo.exe".
2024-05-04 15:18:20,292 4712 [DEBUG] - Removing shim for pngquanti.exe at 'C:\ProgramData\chocolatey\bin\pngquanti.exe
2024-05-04 15:18:20,292 4712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\bin\pngquanti.exe".
2024-05-04 15:18:20,342 4712 [INFO ] - Skipping auto uninstaller - No registry snapshot.
2024-05-04 15:18:20,342 4712 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
2024-05-04 15:18:20,466 4712 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
2024-05-04 15:18:20,478 4712 [DEBUG] - Attempting to delete directory "C:\ProgramData\chocolatey\lib-bkp\pngoo".
2024-05-04 15:18:20,511 4712 [DEBUG] - Ensuring removal of installation files.
2024-05-04 15:18:20,511 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\PNGoo.0.1.1.zip.txt'
with checksum '550034D599579AD50CA0650248416BF5'
2024-05-04 15:18:20,511 4712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\pngoo\PNGoo.0.1.1.zip.txt".
2024-05-04 15:18:20,511 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\pngoo.nupkg'
with checksum '0E35175EAA63A07629090D48A504E198'
2024-05-04 15:18:20,528 4712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\pngoo\pngoo.nupkg".
2024-05-04 15:18:20,528 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\pngoo.nuspec'
with checksum '9BD17B1B6045D354EE925EF53F574B15'
2024-05-04 15:18:20,528 4712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\pngoo\pngoo.nuspec".
2024-05-04 15:18:20,543 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\chocolateyInstall.ps1'
with checksum '71237D1F59C68887924EA8A93DB35D4C'
2024-05-04 15:18:20,543 4712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\pngoo\tools\chocolateyInstall.ps1".
2024-05-04 15:18:20,543 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe'
with checksum '217ED413121F870D00A9AD12B868B1D9'
2024-05-04 15:18:20,543 4712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\pngoo\tools\PNGoo.exe".
2024-05-04 15:18:20,559 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\COPYRIGHT'
with checksum '0BD68ED14AA21B08B44C4024F295A1EC'
2024-05-04 15:18:20,559 4712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\COPYRIGHT".
2024-05-04 15:18:20,559 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\pngquanti.exe'
with checksum 'FD54E06760FEA44DEEB01F60726B5906'
2024-05-04 15:18:20,573 4712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\pngquanti.exe".
2024-05-04 15:18:20,573 4712 [DEBUG] - Found 'C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\README.md'
with checksum '3EB3C0F23C73DCDFDE77A21C2B5FEDA6'
2024-05-04 15:18:20,573 4712 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\pngoo\tools\libs\pngquanti\README.md".
2024-05-04 15:18:20,573 4712 [DEBUG] - Attempting to delete directory "C:\ProgramData\chocolatey\lib\pngoo".
2024-05-04 15:18:20,593 4712 [INFO ] - pngoo has been successfully uninstalled.
2024-05-04 15:18:20,593 4712 [DEBUG] - Removing nupkg if it still exists.
2024-05-04 15:18:20,603 4712 [DEBUG] - Ensuring removal of installation files.
2024-05-04 15:18:20,637 4712 [WARN ] -
Chocolatey uninstalled 1/1 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2024-05-04 15:18:20,652 4712 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers...
2024-05-04 15:18:20,652 4712 [DEBUG] - Exiting with 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment