chocolatey-community / chocolatey-packages

Chocolatey Community Maintainers Team Packages - packages that are managed and maintained by core community team for community package repository (https://community.chocolatey.org/packages)
https://community.chocolatey.org/profiles/chocolatey-community
Apache License 2.0
447 stars 377 forks source link

(cyg-get) space in cygRoot #2489

Closed jccolson closed 3 weeks ago

jccolson commented 3 months ago

Checklist

Chocolatey Version

Other (note in the comments)

Chocolatey License

None

Package Version

1.2.1

Current Behaviour

cyg-get install cygwin in C:\Program".

Expected Behaviour

cyg-get install firefox in C:\Program Files\CygWin64...

Steps To Reproduce

choco install -y --params "/InstallDir:'C:\Program Files\CygWin64' /site:'ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/'" Cygwin choco install -y cyg-get cyg-get install firefox

Environment

- Operating System: Microsoft Windows NT 10.0.22631.0
- PowerShell Version: 5.1.22621.2506

Chocolatey Log

2024-06-26 09:47:13,049 3780 [DEBUG] - XmlConfiguration is now operational
2024-06-26 09:47:13,086 3780 [DEBUG] - Adding new type 'WebPiService' for type 'ISourceRunner' from assembly 'choco'
2024-06-26 09:47:13,086 3780 [DEBUG] - Adding new type 'WindowsFeatureService' for type 'ISourceRunner' from assembly 'choco'
2024-06-26 09:47:13,087 3780 [DEBUG] - Adding new type 'CygwinService' for type 'ISourceRunner' from assembly 'choco'
2024-06-26 09:47:13,087 3780 [DEBUG] - Adding new type 'PythonService' for type 'ISourceRunner' from assembly 'choco'
2024-06-26 09:47:13,088 3780 [DEBUG] - Adding new type 'RubyGemsService' for type 'ISourceRunner' from assembly 'choco'
2024-06-26 09:47:13,088 3780 [DEBUG] - Adding new type 'SystemStateValidation' for type 'IValidation' from assembly 'choco'
2024-06-26 09:47:13,162 3780 [DEBUG] - Registering new command 'template' in assembly 'choco'
2024-06-26 09:47:13,163 3780 [DEBUG] - Registering new command 'upgrade' in assembly 'choco'
2024-06-26 09:47:13,164 3780 [DEBUG] - Registering new command 'export' in assembly 'choco'
2024-06-26 09:47:13,164 3780 [DEBUG] - Registering new command 'list' in assembly 'choco'
2024-06-26 09:47:13,165 3780 [DEBUG] - Registering new command 'info' in assembly 'choco'
2024-06-26 09:47:13,165 3780 [DEBUG] - Registering new command 'help' in assembly 'choco'
2024-06-26 09:47:13,166 3780 [DEBUG] - Registering new command 'config' in assembly 'choco'
2024-06-26 09:47:13,166 3780 [DEBUG] - Registering new command 'features' in assembly 'choco'
2024-06-26 09:47:13,167 3780 [DEBUG] - Registering new command 'new' in assembly 'choco'
2024-06-26 09:47:13,167 3780 [DEBUG] - Registering new command 'outdated' in assembly 'choco'
2024-06-26 09:47:13,167 3780 [DEBUG] - Registering new command 'pack' in assembly 'choco'
2024-06-26 09:47:13,168 3780 [DEBUG] - Registering new command 'pin' in assembly 'choco'
2024-06-26 09:47:13,168 3780 [DEBUG] - Registering new command 'push' in assembly 'choco'
2024-06-26 09:47:13,168 3780 [DEBUG] - Registering new command 'apikey' in assembly 'choco'
2024-06-26 09:47:13,169 3780 [DEBUG] - Registering new command 'source' in assembly 'choco'
2024-06-26 09:47:13,169 3780 [DEBUG] - Registering new command 'uninstall' in assembly 'choco'
2024-06-26 09:47:13,170 3780 [DEBUG] - Registering new command 'unpackself' in assembly 'choco'
2024-06-26 09:47:13,170 3780 [DEBUG] - Registering new command 'install' in assembly 'choco'
2024-06-26 09:47:13,238 3780 [INFO ] - ============================================================
2024-06-26 09:47:13,528 3780 [INFO ] - Chocolatey v1.2.1
2024-06-26 09:47:13,533 3780 [DEBUG] - Chocolatey is running on Windows v 10.0.22631.0
2024-06-26 09:47:13,534 3780 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
2024-06-26 09:47:13,535 3780 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
2024-06-26 09:47:13,542 3780 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install -y --params "/InstallDir:'C:\Program Files\CygWin64' /site:'ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/'" Cygwin
2024-06-26 09:47:13,542 3780 [DEBUG] - Received arguments: install -y --params /InstallDir:'C:\Program Files\CygWin64' /site:'ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/' Cygwin
2024-06-26 09:47:13,575 3780 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage.
2024-06-26 09:47:13,583 3780 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers...
2024-06-26 09:47:13,587 3780 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed...
2024-06-26 09:47:13,613 3780 [DEBUG] - Performing validation checks.
2024-06-26 09:47:13,615 3780 [DEBUG] - Global Configuration Validation Checks:
2024-06-26 09:47:13,616 3780 [DEBUG] -  - Package Exit Code / Exit On Reboot = Checked
2024-06-26 09:47:13,617 3780 [DEBUG] - System State Validation Checks:
2024-06-26 09:47:13,618 3780 [DEBUG] -  Reboot Requirement Checks:
2024-06-26 09:47:13,620 3780 [DEBUG] -  - Pending Computer Rename = Checked
2024-06-26 09:47:13,621 3780 [DEBUG] -  - Pending Component Based Servicing = Checked
2024-06-26 09:47:13,621 3780 [DEBUG] -  - Pending Windows Auto Update = Checked
2024-06-26 09:47:13,622 3780 [DEBUG] -  - Pending File Rename Operations = Checked
2024-06-26 09:47:13,623 3780 [DEBUG] -  - Pending Windows Package Installer = Checked
2024-06-26 09:47:13,623 3780 [DEBUG] -  - Pending Windows Package Installer SysWow64 = Checked
2024-06-26 09:47:13,625 3780 [INFO ] - 2 validations performed. 2 success(es), 0 warning(s), and 0 error(s).
2024-06-26 09:47:13,634 3780 [DEBUG] - The source 'https://repo.usm.su.univ-lorraine.fr:8443/repository/internal-chocolatey/' evaluated to a 'normal' source type
2024-06-26 09:47:13,636 3780 [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-06-26 09:47:13,644 3780 [DEBUG] - Configuration: CommandName='install'|
CacheLocation='C:\Users\administrateur\AppData\Local\Temp\chocolatey'|
ContainsLegacyPackageInstalls='True'|
CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='30'|
Sources='https://repo.usm.su.univ-lorraine.fr:8443/repository/internal-chocolatey/'|

SourceType='normal'|Debug='False'|Verbose='False'|Trace='False'|
Force='False'|Noop='False'|HelpRequested='False'|
UnsuccessfulParsing='False'|RegularOutput='True'|QuietOutput='False'|
PromptForConfirmation='False'|DisableCompatibilityChecks='False'|
AcceptLicense='True'|AllowUnofficialBuild='False'|Input='Cygwin'|
AllVersions='False'|SkipPackageInstallProvider='False'|
SkipHookScripts='False'|PackageNames='Cygwin'|Prerelease='False'|
ForceX86='False'|OverrideArguments='False'|NotSilent='False'|
PackageParameters='/InstallDir:'C:\Program Files\CygWin64' /site:'ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/''|

ApplyPackageParametersToDependencies='False'|
ApplyInstallArgumentsToDependencies='False'|IgnoreDependencies='False'|
AllowMultipleVersions='False'|AllowDowngrade='False'|
ForceDependencies='False'|PinPackage='False'|
Information.PlatformType='Windows'|
Information.PlatformVersion='10.0.22631.0'|
Information.PlatformName='Windows 10'|
Information.ChocolateyVersion='1.2.1.0'|
Information.ChocolateyProductVersion='1.2.1'|
Information.FullName='choco, Version=1.2.1.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|

Information.Is64BitOperatingSystem='True'|
Information.Is64BitProcess='True'|Information.IsInteractive='True'|
Information.UserName='Administrateur'|
Information.UserDomainName='iutm-inf-modele'|
Information.IsUserAdministrator='True'|
Information.IsUserSystemAccount='False'|
Information.IsUserRemoteDesktop='False'|
Information.IsUserRemote='False'|Information.IsProcessElevated='True'|
Information.IsLicensedVersion='False'|Information.LicenseType='Foss'|
Information.CurrentDirectory='C:\Users\administrateur'|
Features.AutoUninstaller='True'|Features.ChecksumFiles='True'|
Features.AllowEmptyChecksums='False'|
Features.AllowEmptyChecksumsSecure='True'|
Features.FailOnAutoUninstaller='False'|
Features.FailOnStandardError='False'|Features.UsePowerShellHost='True'|
Features.LogEnvironmentValues='False'|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='True'|
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'|
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.Remove='False'|PinCommand.Command='unknown'|
OutdatedCommand.IgnorePinned='False'|
ExportCommand.IncludeVersionNumbers='False'|Proxy.BypassOnLocal='True'|
TemplateCommand.Command='unknown'|
2024-06-26 09:47:13,645 3780 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
2024-06-26 09:47:13,648 3780 [INFO ] - Installing the following packages:
2024-06-26 09:47:13,649 3780 [INFO ] - Cygwin
2024-06-26 09:47:13,650 3780 [INFO ] - By installing, you accept licenses for the packages.
2024-06-26 09:47:13,720 3780 [DEBUG] - Using 'https://repo.usm.su.univ-lorraine.fr:8443/repository/internal-chocolatey/'.
2024-06-26 09:47:13,799 3780 [DEBUG] - - Supports prereleases? 'True'.
2024-06-26 09:47:13,800 3780 [DEBUG] - - Is ServiceBased? 'True'.
2024-06-26 09:47:14,075 3780 [DEBUG] - Package 'cygwin' found on source 'https://repo.usm.su.univ-lorraine.fr:8443/repository/internal-chocolatey/'
2024-06-26 09:47:14,298 3780 [INFO ] - [NuGet] Installing 'Cygwin 3.5.3'.
2024-06-26 09:47:14,303 3780 [DEBUG] - [NuGet] Added file 'VERIFICATION.txt' to folder 'Cygwin\legal'.
2024-06-26 09:47:14,303 3780 [DEBUG] - [NuGet] Added file 'LICENSE.txt' to folder 'Cygwin\legal'.
2024-06-26 09:47:14,842 3780 [DEBUG] - [NuGet] Added file 'setup-x86_64.exe' to folder 'Cygwin\tools'.
2024-06-26 09:47:14,843 3780 [DEBUG] - [NuGet] Added file 'chocolateyInstall.ps1' to folder 'Cygwin\tools'.
2024-06-26 09:47:14,845 3780 [DEBUG] - [NuGet] Added file 'chocolateyUninstall.ps1' to folder 'Cygwin\tools'.
2024-06-26 09:47:14,849 3780 [DEBUG] - [NuGet] Added file 'Cygwin.nupkg' to folder 'Cygwin'.
2024-06-26 09:47:15,090 3780 [DEBUG] - [NuGet] Added file 'Cygwin.nuspec' to folder 'Cygwin'.
2024-06-26 09:47:15,091 3780 [INFO ] - [NuGet] Successfully installed 'Cygwin 3.5.3'.
2024-06-26 09:47:15,092 3780 [INFO ] - 
Cygwin v3.5.3
2024-06-26 09:47:15,099 3780 [INFO ] - cygwin package files install completed. Performing other installation steps.
2024-06-26 09:47:15,128 3780 [DEBUG] - Setting installer args for Cygwin
2024-06-26 09:47:15,129 3780 [DEBUG] - Setting package parameters for Cygwin
2024-06-26 09:47:15,129 3780 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\Cygwin\tools\chocolateyInstall.ps1':
2024-06-26 09:47:15,135 3780 [DEBUG] - $ErrorActionPreference = 'Stop'

if ((Get-OSArchitectureWidth 32) -or $env:ChocolateyForceX86) {
  throw "32bit installation is no longer supported. Please install version 3.3.6 if this is needed."
}

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$pp = Get-PackageParameters
$toolsLocation = Get-ToolsLocation

#https://github.com/chocolatey-community/chocolatey-coreteampackages/issues/1291
mkdir $toolsLocation -ea 0 | Out-Null

$cygwin_root = (Get-ItemProperty 'HKLM:\SOFTWARE\Cygwin\setup' -ea 0).rootdir
if (!$cygwin_root) {
  $cygwin_root = if ($pp.InstallDir) { $pp.InstallDir } else { "$toolsLocation\cygwin" }
}
else { Write-Host 'Existing installation detected, ignoring InstallDir argument' }

if (!$pp.Proxy) {
  $pp.Proxy = $Env:ChocolateyProxyLocation
  if (!$pp.Proxy) {
    $wc = New-Object System.Net.WebClient; $url = 'https://cygwin.com'
    $pp.Proxy = if (!$wc.Proxy.IsBypassed($url)) { $wc.Proxy.GetProxy($url).Authority }
  }
}

if (!$pp.Site) { $pp.Site = 'http://mirrors.kernel.org/sourceware/cygwin/' }
Write-Host "Download site: $($pp.Site)"

$silentArgs = @(
  '--quiet-mode'
  "--site `"$($pp.Site)`""
  '--packages default'
  "--root `"$cygwin_root`""
  "--local-package-dir `"$cygwin_root`""

  if (!$pp.DesktopIcon) { '--no-desktop' } else { Write-Host 'Desktop icon will be created' }
  if ($pp.NoStartMenu) { '--no-startmenu'; Write-Host 'No start menu items will be created' }
  if ($pp.Proxy) { "--proxy `"$($pp.Proxy)`""; Write-Host "Using proxy: $($pp.Proxy)" }
  if ($pp.Pubkey) { "--pubkey `"$($pp.Pubkey)`""; Write-Host "URL of extra public key file is provided" }
  if ($pp.NoAdmin) { '--no-admin'; Write-Host "Do not require running as administrator" }
)

$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
  fileType       = 'exe'
  file           = ''
  file64         = "$toolsPath\setup-x86_64.exe"
  softwareName   = 'Cygwin*'
  silentArgs     = $silentArgs
  validExitCodes = @(0)
}
Install-ChocolateyInstallPackage @packageArgs

Install-BinFile -Name "Cygwin" -Path "$cygwin_root\Cygwin.bat"

Write-Host "Copying cygwin package manager (setup) to $cygwin_root"
$setup_path = $packageArgs.file64
Move-Item $setup_path $cygwin_root\cygwinsetup.exe -Force

Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" "" }

2024-06-26 09:47:15,152 3780 [DEBUG] - Calling built-in PowerShell host with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\Cygwin\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '/InstallDir:'C:\Program Files\CygWin64' /site:'ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/'' -preRunHookScripts $null -postRunHookScripts $null']
2024-06-26 09:47:15,159 3780 [DEBUG] - Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=fr-FR, PublicKeyToken=31bf3856ad364e35, requested by ''
2024-06-26 09:47:16,318 3780 [DEBUG] - Host version is 5.1.22621.1, PowerShell Version is '5.1.22621.3672' and CLR Version is '4.0.30319.42000'.
2024-06-26 09:47:16,977 3780 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2024-06-26 09:47:16,978 3780 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2024-06-26 09:47:16,978 3780 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
2024-06-26 09:47:16,979 3780 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2024-06-26 09:47:16,979 3780 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2024-06-26 09:47:16,979 3780 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2024-06-26 09:47:16,980 3780 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2024-06-26 09:47:16,980 3780 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2024-06-26 09:47:16,980 3780 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2024-06-26 09:47:16,981 3780 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2024-06-26 09:47:16,981 3780 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
2024-06-26 09:47:16,981 3780 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2024-06-26 09:47:16,982 3780 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2024-06-26 09:47:16,982 3780 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2024-06-26 09:47:16,983 3780 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2024-06-26 09:47:16,983 3780 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2024-06-26 09:47:16,983 3780 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2024-06-26 09:47:16,984 3780 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2024-06-26 09:47:16,984 3780 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2024-06-26 09:47:16,984 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2024-06-26 09:47:16,985 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2024-06-26 09:47:16,985 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2024-06-26 09:47:16,985 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2024-06-26 09:47:16,986 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2024-06-26 09:47:16,986 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2024-06-26 09:47:16,986 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2024-06-26 09:47:16,987 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2024-06-26 09:47:16,987 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2024-06-26 09:47:16,988 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2024-06-26 09:47:16,988 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2024-06-26 09:47:16,988 3780 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2024-06-26 09:47:16,989 3780 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2024-06-26 09:47:16,989 3780 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2024-06-26 09:47:16,989 3780 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2024-06-26 09:47:16,990 3780 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2024-06-26 09:47:16,990 3780 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2024-06-26 09:47:16,991 3780 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-06-26 09:47:16,991 3780 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2024-06-26 09:47:16,991 3780 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2024-06-26 09:47:16,992 3780 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2024-06-26 09:47:16,992 3780 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2024-06-26 09:47:16,994 3780 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2024-06-26 09:47:16,995 3780 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2024-06-26 09:47:16,995 3780 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2024-06-26 09:47:16,996 3780 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2024-06-26 09:47:16,996 3780 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2024-06-26 09:47:16,996 3780 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2024-06-26 09:47:16,997 3780 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2024-06-26 09:47:16,997 3780 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2024-06-26 09:47:16,997 3780 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2024-06-26 09:47:17,004 3780 [DEBUG] - Loading community extensions
2024-06-26 09:47:17,038 3780 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-compatibility\chocolatey-compatibility.psm1'
2024-06-26 09:47:17,038 3780 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-compatibility\chocolatey-compatibility.psm1'.
2024-06-26 09:47:17,107 3780 [DEBUG] - Function 'Get-PackageParameters' exists, ignoring export.
2024-06-26 09:47:17,108 3780 [DEBUG] - Function 'Get-UninstallRegistryKey' exists, ignoring export.
2024-06-26 09:47:17,109 3780 [DEBUG] - Exporting function 'Install-ChocolateyDesktopLink' for backwards compatibility
2024-06-26 09:47:17,121 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2024-06-26 09:47:17,122 3780 [DEBUG] - Exporting function 'Write-ChocolateyFailure' for backwards compatibility
2024-06-26 09:47:17,132 3780 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2024-06-26 09:47:17,132 3780 [DEBUG] - Exporting function 'Write-ChocolateySuccess' for backwards compatibility
2024-06-26 09:47:17,142 3780 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2024-06-26 09:47:17,143 3780 [DEBUG] - Exporting function 'Write-FileUpdateLog' for backwards compatibility
2024-06-26 09:47:17,153 3780 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2024-06-26 09:47:17,165 3780 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2024-06-26 09:47:17,165 3780 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2024-06-26 09:47:17,166 3780 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2024-06-26 09:47:17,166 3780 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2024-06-26 09:47:17,171 3780 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'
2024-06-26 09:47:17,172 3780 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
2024-06-26 09:47:17,304 3780 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2024-06-26 09:47:17,305 3780 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2024-06-26 09:47:17,305 3780 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2024-06-26 09:47:17,306 3780 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2024-06-26 09:47:17,306 3780 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2024-06-26 09:47:17,306 3780 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2024-06-26 09:47:17,306 3780 [INFO ] - VERBOSE: Exporting function 'Remove-Process'.
2024-06-26 09:47:17,309 3780 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2024-06-26 09:47:17,309 3780 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2024-06-26 09:47:17,309 3780 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2024-06-26 09:47:17,309 3780 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2024-06-26 09:47:17,310 3780 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2024-06-26 09:47:17,310 3780 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2024-06-26 09:47:17,311 3780 [INFO ] - VERBOSE: Importing function 'Remove-Process'.
2024-06-26 09:47:17,311 3780 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2024-06-26 09:47:17,311 3780 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2024-06-26 09:47:17,313 3780 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
2024-06-26 09:47:17,313 3780 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2024-06-26 09:47:17,313 3780 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2024-06-26 09:47:17,313 3780 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2024-06-26 09:47:17,313 3780 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2024-06-26 09:47:17,314 3780 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2024-06-26 09:47:17,314 3780 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2024-06-26 09:47:17,315 3780 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2024-06-26 09:47:17,315 3780 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
2024-06-26 09:47:17,316 3780 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2024-06-26 09:47:17,316 3780 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2024-06-26 09:47:17,316 3780 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2024-06-26 09:47:17,317 3780 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2024-06-26 09:47:17,317 3780 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2024-06-26 09:47:17,317 3780 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2024-06-26 09:47:17,318 3780 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2024-06-26 09:47:17,318 3780 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2024-06-26 09:47:17,319 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2024-06-26 09:47:17,319 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2024-06-26 09:47:17,319 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2024-06-26 09:47:17,320 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2024-06-26 09:47:17,320 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2024-06-26 09:47:17,320 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2024-06-26 09:47:17,321 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2024-06-26 09:47:17,321 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2024-06-26 09:47:17,321 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2024-06-26 09:47:17,322 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2024-06-26 09:47:17,322 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2024-06-26 09:47:17,322 3780 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2024-06-26 09:47:17,323 3780 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2024-06-26 09:47:17,323 3780 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2024-06-26 09:47:17,323 3780 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2024-06-26 09:47:17,324 3780 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2024-06-26 09:47:17,324 3780 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2024-06-26 09:47:17,325 3780 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-06-26 09:47:17,325 3780 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2024-06-26 09:47:17,325 3780 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2024-06-26 09:47:17,326 3780 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2024-06-26 09:47:17,326 3780 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2024-06-26 09:47:17,326 3780 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2024-06-26 09:47:17,327 3780 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2024-06-26 09:47:17,327 3780 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2024-06-26 09:47:17,327 3780 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2024-06-26 09:47:17,327 3780 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2024-06-26 09:47:17,329 3780 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2024-06-26 09:47:17,329 3780 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2024-06-26 09:47:17,329 3780 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2024-06-26 09:47:17,329 3780 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2024-06-26 09:47:17,329 3780 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2024-06-26 09:47:17,330 3780 [INFO ] - VERBOSE: Exporting function 'Remove-Process'.
2024-06-26 09:47:17,330 3780 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2024-06-26 09:47:17,331 3780 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2024-06-26 09:47:17,331 3780 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2024-06-26 09:47:17,331 3780 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2024-06-26 09:47:17,332 3780 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2024-06-26 09:47:17,332 3780 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2024-06-26 09:47:17,332 3780 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2024-06-26 09:47:17,333 3780 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2024-06-26 09:47:17,333 3780 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2024-06-26 09:47:17,334 3780 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2024-06-26 09:47:17,334 3780 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2024-06-26 09:47:17,334 3780 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2024-06-26 09:47:17,335 3780 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2024-06-26 09:47:17,335 3780 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyPath'.
2024-06-26 09:47:17,335 3780 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2024-06-26 09:47:17,336 3780 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2024-06-26 09:47:17,336 3780 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2024-06-26 09:47:17,337 3780 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2024-06-26 09:47:17,337 3780 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2024-06-26 09:47:17,337 3780 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2024-06-26 09:47:17,338 3780 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2024-06-26 09:47:17,338 3780 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2024-06-26 09:47:17,338 3780 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2024-06-26 09:47:17,339 3780 [INFO ] - VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.
2024-06-26 09:47:17,339 3780 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2024-06-26 09:47:17,339 3780 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2024-06-26 09:47:17,340 3780 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2024-06-26 09:47:17,340 3780 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2024-06-26 09:47:17,340 3780 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2024-06-26 09:47:17,341 3780 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2024-06-26 09:47:17,341 3780 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2024-06-26 09:47:17,342 3780 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2024-06-26 09:47:17,342 3780 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2024-06-26 09:47:17,342 3780 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2024-06-26 09:47:17,343 3780 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2024-06-26 09:47:17,343 3780 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2024-06-26 09:47:17,343 3780 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2024-06-26 09:47:17,343 3780 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2024-06-26 09:47:17,345 3780 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2024-06-26 09:47:17,345 3780 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2024-06-26 09:47:17,345 3780 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2024-06-26 09:47:17,346 3780 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2024-06-26 09:47:17,346 3780 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2024-06-26 09:47:17,346 3780 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2024-06-26 09:47:17,347 3780 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2024-06-26 09:47:17,347 3780 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2024-06-26 09:47:17,347 3780 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2024-06-26 09:47:17,348 3780 [INFO ] - VERBOSE: Importing function 'Remove-Process'.
2024-06-26 09:47:17,348 3780 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2024-06-26 09:47:17,348 3780 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2024-06-26 09:47:17,349 3780 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2024-06-26 09:47:17,349 3780 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2024-06-26 09:47:17,350 3780 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2024-06-26 09:47:17,350 3780 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-06-26 09:47:17,350 3780 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2024-06-26 09:47:17,351 3780 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2024-06-26 09:47:17,351 3780 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2024-06-26 09:47:17,351 3780 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2024-06-26 09:47:17,352 3780 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2024-06-26 09:47:17,352 3780 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2024-06-26 09:47:17,352 3780 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2024-06-26 09:47:17,353 3780 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2024-06-26 09:47:17,353 3780 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2024-06-26 09:47:17,354 3780 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2024-06-26 09:47:17,354 3780 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2024-06-26 09:47:17,355 3780 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2024-06-26 09:47:17,355 3780 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2024-06-26 09:47:17,355 3780 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2024-06-26 09:47:17,356 3780 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2024-06-26 09:47:17,356 3780 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2024-06-26 09:47:17,408 3780 [DEBUG] - ---------------------------Script Execution---------------------------
2024-06-26 09:47:17,412 3780 [DEBUG] - Running 'ChocolateyScriptRunner' for Cygwin v3.5.3 with packageScript 'C:\ProgramData\chocolatey\lib\Cygwin\tools\chocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\Cygwin', installArguments: '', packageParameters: '/InstallDir:', preRunHookScripts: '', postRunHookScripts: '',
2024-06-26 09:47:17,422 3780 [DEBUG] - Running package script 'C:\ProgramData\chocolatey\lib\Cygwin\tools\chocolateyInstall.ps1'
2024-06-26 09:47:17,469 3780 [DEBUG] - Running Get-OSArchitectureWidth -compare '32' 
2024-06-26 09:47:17,496 3780 [DEBUG] - Running Get-PackageParameters 
2024-06-26 09:47:17,497 3780 [DEBUG] - Parsing $env:ChocolateyPackageParameters and $env:ChocolateyPackageParametersSensitive for parameters
2024-06-26 09:47:17,543 3780 [DEBUG] - Adding package param 'InstallDir'='C:\Program Files\CygWin64'
2024-06-26 09:47:17,548 3780 [DEBUG] - Adding package param 'site'='ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/'
2024-06-26 09:47:17,551 3780 [DEBUG] - Running Get-ToolsLocation 
2024-06-26 09:47:17,569 3780 [DEBUG] - Running Set-EnvironmentVariable -Name 'ChocolateyToolsLocation' -Value 'C:\tools' -Scope 'User' 
2024-06-26 09:47:17,580 3780 [DEBUG] - Registry type for ChocolateyToolsLocation is/will be String
2024-06-26 09:47:17,598 3780 [DEBUG] - 
using System;
using System.Runtime.InteropServices;

namespace Win32
{
    public class NativeMethods
    {
    [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)]
public static extern IntPtr SendMessageTimeout(
    IntPtr hWnd, uint Msg, UIntPtr wParam, string lParam,
    uint fuFlags, uint uTimeout, out UIntPtr lpdwResult);

    }

}

2024-06-26 09:47:17,816 3780 [DEBUG] - Running Update-SessionEnvironment 
2024-06-26 09:47:17,817 3780 [INFO ] - VERBOSE: Refreshing environment variables from the registry.
2024-06-26 09:47:18,090 3780 [INFO ] - Download site: ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/
2024-06-26 09:47:18,116 3780 [DEBUG] - Running Install-ChocolateyInstallPackage -silentArgs '--quiet-mode --site "ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/" --packages default --root "C:\Program Files\CygWin64" --local-package-dir "C:\Program Files\CygWin64" --no-desktop' -file '' -file64 'C:\ProgramData\chocolatey\lib\Cygwin\tools\setup-x86_64.exe' -fileType 'exe' -validExitCodes '0' -packageName 'Cygwin' 
2024-06-26 09:47:18,117 3780 [DEBUG] - Running Get-OSArchitectureWidth -compare '32' 
2024-06-26 09:47:18,121 3780 [INFO ] - Installing 64-bit Cygwin...
2024-06-26 09:47:18,190 3780 [DEBUG] - Ensuring 'C:\Program Files' exists
2024-06-26 09:47:18,192 3780 [DEBUG] - Ensuring 'C:\Program Files' exists
2024-06-26 09:47:18,218 3780 [DEBUG] - Running Start-ChocolateyProcessAsAdmin -validExitCodes '0' -workingDirectory 'C:\ProgramData\chocolatey\lib\Cygwin\tools' -statements '--quiet-mode --site "ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/" --packages default --root "C:\Program Files\CygWin64" --local-package-dir "C:\Program Files\CygWin64" --no-desktop ' -exeToRun 'C:\ProgramData\chocolatey\lib\Cygwin\tools\setup-x86_64.exe' 
2024-06-26 09:47:18,235 3780 [DEBUG] - Test-ProcessAdminRights: returning True
2024-06-26 09:47:18,241 3780 [DEBUG] - Elevating permissions and running ["C:\ProgramData\chocolatey\lib\Cygwin\tools\setup-x86_64.exe" --quiet-mode --site "ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/" --packages default --root "C:\Program Files\CygWin64" --local-package-dir "C:\Program Files\CygWin64" --no-desktop ]. This may take a while, depending on the statements.
2024-06-26 09:48:18,771 3780 [INFO ] - VERBOSE: Starting cygwin install, version 2.931
2024-06-26 09:48:18,773 3780 [INFO ] - VERBOSE: User has backup/restore rights
2024-06-26 09:48:18,803 3780 [INFO ] - VERBOSE: User has symlink creation right
2024-06-26 09:48:18,804 3780 [INFO ] - VERBOSE: io_stream_cygfile: fopen(/etc/setup/setup.rc) failed 2 No such file or directory
2024-06-26 09:48:18,804 3780 [INFO ] - VERBOSE: Current Directory: C:\Program Files\CygWin64
2024-06-26 09:48:18,805 3780 [INFO ] - VERBOSE: mbox yesno: Vous ne devriez pas utiliser un chemin racine qui inclus des espaces dans les noms de dossiers. Continuer quand mÛmeá?
2024-06-26 09:48:18,806 3780 [INFO ] - VERBOSE: unattended_mode is set at mbox: returning default value
2024-06-26 09:48:18,806 3780 [INFO ] - VERBOSE: root: C:\Program Files\CygWin64 system
2024-06-26 09:48:18,806 3780 [INFO ] - VERBOSE: Changing gid to Administrators
2024-06-26 09:48:18,808 3780 [INFO ] - VERBOSE: Selected local directory: C:\Program Files\CygWin64
2024-06-26 09:48:18,808 3780 [INFO ] - VERBOSE: net: Preconfig
2024-06-26 09:48:18,901 3780 [INFO ] - VERBOSE: site: ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/
2024-06-26 09:48:18,901 3780 [INFO ] - VERBOSE: io_stream_cygfile: fopen(/etc/setup/timestamp) failed 2 No such file or directory
2024-06-26 09:48:18,901 3780 [INFO ] - VERBOSE: mbox note: Cet assistant est en version 2.931, mais setup.ini indique que la version 2.932 est disponible.
2024-06-26 09:48:18,901 3780 [INFO ] - VERBOSE: Vous devriez le mettre Ó jour pour avoir les derniÞre fonctionnalitÚs et corrections de bogues.
2024-06-26 09:48:18,902 3780 [INFO ] - VERBOSE: unattended_mode is set at mbox: returning default value
2024-06-26 09:48:18,902 3780 [INFO ] - VERBOSE: io_stream_cygfile: fopen(/etc/setup/installed.db) failed 2 No such file or directory
2024-06-26 09:48:18,904 3780 [INFO ] - VERBOSE: Package 'default' not found.
2024-06-26 09:48:18,904 3780 [INFO ] - VERBOSE: solving: 38 tasks, update: no, use test packages: no
2024-06-26 09:48:18,904 3780 [INFO ] - VERBOSE: solving: 75 tasks, update: no, use test packages: no
2024-06-26 09:48:18,904 3780 [INFO ] - VERBOSE: Augmented Transaction List:
2024-06-26 09:48:18,906 3780 [INFO ] - VERBOSE:    0 install libpopt-common  1.19-1                   
2024-06-26 09:48:18,906 3780 [INFO ] - VERBOSE:    1 install terminfo        6.5+20240427-1           
2024-06-26 09:48:18,906 3780 [INFO ] - VERBOSE:    2 install tzdata          2024a-1                  
2024-06-26 09:48:18,906 3780 [INFO ] - VERBOSE:    3 install cygwin          3.5.3-1                  
2024-06-26 09:48:18,907 3780 [INFO ] - VERBOSE:    4 install libiconv2       1.17-1                   
2024-06-26 09:48:18,907 3780 [INFO ] - VERBOSE:    5 install libintl8        0.22.4-1                 
2024-06-26 09:48:18,908 3780 [INFO ] - VERBOSE:    6 install libncursesw10   6.5+20240427-1           
2024-06-26 09:48:18,908 3780 [INFO ] - VERBOSE:    7 install libreadline7    8.2-2                    
2024-06-26 09:48:18,909 3780 [INFO ] - VERBOSE:    8 install bash            5.2.21-1                 
2024-06-26 09:48:18,909 3780 [INFO ] - VERBOSE:    9 install libgcc1         11.4.0-1                 
2024-06-26 09:48:18,910 3780 [INFO ] - VERBOSE:   10 install crypto-policies 20190218-1               
2024-06-26 09:48:18,912 3780 [INFO ] - VERBOSE:   11 install base-cygwin     3.8-2                    
2024-06-26 09:48:18,912 3780 [INFO ] - VERBOSE:   12 install libzstd1        1.5.6-1                  
2024-06-26 09:48:18,912 3780 [INFO ] - VERBOSE:   13 install zlib0           1.3.1-1                  
2024-06-26 09:48:18,913 3780 [INFO ] - VERBOSE:   14 install which           2.20-2                   
2024-06-26 09:48:18,913 3780 [INFO ] - VERBOSE:   15 install vim-minimal     9.0.2155-2               
2024-06-26 09:48:18,915 3780 [INFO ] - VERBOSE:   16 install tzcode          2024a-1                  
2024-06-26 09:48:18,916 3780 [INFO ] - VERBOSE:   17 install sed             4.9-1                    
2024-06-26 09:48:18,916 3780 [INFO ] - VERBOSE:   18 install run             1.3.4-2                  
2024-06-26 09:48:18,917 3780 [INFO ] - VERBOSE:   19 install ncurses         6.5+20240427-1           
2024-06-26 09:48:18,917 3780 [INFO ] - VERBOSE:   20 install mintty          3.7.1-1                  
2024-06-26 09:48:18,918 3780 [INFO ] - VERBOSE:   21 install login           1.13-1                   
2024-06-26 09:48:18,918 3780 [INFO ] - VERBOSE:   22 install libuuid1        2.39.3-2                 
2024-06-26 09:48:18,919 3780 [INFO ] - VERBOSE:   23 install libtasn1_6      4.14-1                   
2024-06-26 09:48:18,919 3780 [INFO ] - VERBOSE:   24 install libstdc++6      11.4.0-1                 
2024-06-26 09:48:18,920 3780 [INFO ] - VERBOSE:   25 install libsmartcols1   2.39.3-2                 
2024-06-26 09:48:18,920 3780 [INFO ] - VERBOSE:   26 install libpopt0        1.19-1                   
2024-06-26 09:48:18,924 3780 [INFO ] - VERBOSE:   27 install libpipeline1    1.5.6-1                  
2024-06-26 09:48:18,925 3780 [INFO ] - VERBOSE:   28 install libpcre2_8_0    10.44-1                  
2024-06-26 09:48:18,926 3780 [INFO ] - VERBOSE:   29 install libpcre1        8.45-1                   
2024-06-26 09:48:18,929 3780 [INFO ] - VERBOSE:   30 install liblzma5        5.6.2-1                  
2024-06-26 09:48:18,930 3780 [INFO ] - VERBOSE:   31 install liblz4_1        1.9.4-1                  
2024-06-26 09:48:18,930 3780 [INFO ] - VERBOSE:   32 install libgmp10        6.3.0-1                  
2024-06-26 09:48:18,930 3780 [INFO ] - VERBOSE:   33 install libgdbm6        1.18.1-1                 
2024-06-26 09:48:18,930 3780 [INFO ] - VERBOSE:   34 install libffi6         3.2.1-2                  
2024-06-26 09:48:18,931 3780 [INFO ] - VERBOSE:   35 install libbz2_1        1.0.8-1                  
2024-06-26 09:48:18,931 3780 [INFO ] - VERBOSE:   36 install libblkid1       2.39.3-2                 
2024-06-26 09:48:18,932 3780 [INFO ] - VERBOSE:   37 install libattr1        2.5.1-1.20.g0981a7bfe487 
2024-06-26 09:48:18,932 3780 [INFO ] - VERBOSE:   38 install libargp         20230708-2               
2024-06-26 09:48:18,933 3780 [INFO ] - VERBOSE:   39 install ipc-utils       1.1-1                    
2024-06-26 09:48:18,933 3780 [INFO ] - VERBOSE:   40 install hostname        3.13-1                   
2024-06-26 09:48:18,934 3780 [INFO ] - VERBOSE:   41 install gzip            1.13-1                   
2024-06-26 09:48:18,934 3780 [INFO ] - VERBOSE:   42 install editrights      1.04-1                   
2024-06-26 09:48:18,934 3780 [INFO ] - VERBOSE:   43 install diffutils       3.10-1                   
2024-06-26 09:48:18,935 3780 [INFO ] - VERBOSE:   44 install dash            0.5.12-5                 
2024-06-26 09:48:18,937 3780 [INFO ] - VERBOSE:   45 install alternatives    1.26-1                   
2024-06-26 09:48:18,937 3780 [INFO ] - VERBOSE:   46 install libuchardet0    0.0.8-1                  
2024-06-26 09:48:18,938 3780 [INFO ] - VERBOSE:   47 install cygutils        1.4.17-1                 
2024-06-26 09:48:18,938 3780 [INFO ] - VERBOSE:   48 install grep            3.11-1                   
2024-06-26 09:48:18,939 3780 [INFO ] - VERBOSE:   49 install less            643-1                    
2024-06-26 09:48:18,939 3780 [INFO ] - VERBOSE:   50 install xz              5.6.2-1                  
2024-06-26 09:48:18,940 3780 [INFO ] - VERBOSE:   51 install zstd            1.5.6-1                  
2024-06-26 09:48:18,940 3780 [INFO ] - VERBOSE:   52 install libmpfr6        4.2.1-1                  
2024-06-26 09:48:18,941 3780 [INFO ] - VERBOSE:   53 install libp11-kit0     0.23.20-1                
2024-06-26 09:48:18,941 3780 [INFO ] - VERBOSE:   54 install file            5.44-1                   
2024-06-26 09:48:18,942 3780 [INFO ] - VERBOSE:   55 install bzip2           1.0.8-1                  
2024-06-26 09:48:18,950 3780 [INFO ] - VERBOSE:   56 install libfdisk1       2.39.3-2                 
2024-06-26 09:48:18,951 3780 [INFO ] - VERBOSE:   57 install coreutils       9.0-1                    
2024-06-26 09:48:18,952 3780 [INFO ] - VERBOSE:   58 install getent          2.18.90-5                
2024-06-26 09:48:18,952 3780 [INFO ] - VERBOSE:   59 install rebase          4.6.6-1                  
2024-06-26 09:48:18,952 3780 [INFO ] - VERBOSE:   60 install info            7.1-1                    
2024-06-26 09:48:18,954 3780 [INFO ] - VERBOSE:   61 install _autorebase     001091-1                 
2024-06-26 09:48:18,954 3780 [INFO ] - VERBOSE:   62 install groff           1.23.0-1                 
2024-06-26 09:48:18,954 3780 [INFO ] - VERBOSE:   63 install gawk            5.3.0-1                  
2024-06-26 09:48:18,956 3780 [INFO ] - VERBOSE:   64 install p11-kit-trust   0.23.20-1                
2024-06-26 09:48:18,956 3780 [INFO ] - VERBOSE:   65 install p11-kit         0.23.20-1                
2024-06-26 09:48:18,956 3780 [INFO ] - VERBOSE:   66 install tar             1.35-2                   
2024-06-26 09:48:18,956 3780 [INFO ] - VERBOSE:   67 install util-linux      2.39.3-2                 
2024-06-26 09:48:18,957 3780 [INFO ] - VERBOSE:   68 install findutils       4.10.0-1                 
2024-06-26 09:48:18,957 3780 [INFO ] - VERBOSE:   69 install ca-certificates 2023.2.62_v7.0.401-2     
2024-06-26 09:48:18,958 3780 [INFO ] - VERBOSE:   70 install man-db          2.12.1-1                 
2024-06-26 09:48:19,183 3780 [INFO ] - VERBOSE:   71 install base-files      4.3-3                    
2024-06-26 09:48:19,184 3780 [INFO ] - VERBOSE:   72 install libssl3         3.0.14-1                 
2024-06-26 09:48:19,184 3780 [INFO ] - VERBOSE:   73 install libssl1.1       1.1.1w-1                 
2024-06-26 09:48:19,185 3780 [INFO ] - VERBOSE:   74 install openssl         3.0.14-1                 
2024-06-26 09:48:19,185 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/popt/libpopt-common/libpopt-common-1.19-1.tar.xz
2024-06-26 09:48:19,186 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ncurses/terminfo/terminfo-6.5+20240427-1.tar.xz
2024-06-26 09:48:19,187 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/tzdata/tzdata-2024a-1.tar.xz
2024-06-26 09:48:19,187 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/cygwin/cygwin-3.5.3-1.tar.xz
2024-06-26 09:48:19,188 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libiconv/libiconv2/libiconv2-1.17-1.tar.xz
2024-06-26 09:48:19,188 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gettext/libintl8/libintl8-0.22.4-1.tar.xz
2024-06-26 09:48:19,189 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ncurses/libncursesw10/libncursesw10-6.5+20240427-1.tar.xz
2024-06-26 09:48:19,190 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/readline/libreadline7/libreadline7-8.2-2.tar.xz
2024-06-26 09:48:19,190 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/bash/bash-5.2.21-1.tar.xz
2024-06-26 09:48:19,191 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gcc/libgcc1/libgcc1-11.4.0-1.tar.zst
2024-06-26 09:48:19,191 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/crypto-policies/crypto-policies-20190218-1.tar.xz
2024-06-26 09:48:19,192 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/base-cygwin/base-cygwin-3.8-2.tar.xz
2024-06-26 09:48:19,192 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/zstd/libzstd1/libzstd1-1.5.6-1.tar.zst
2024-06-26 09:48:19,194 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/zlib/zlib0/zlib0-1.3.1-1.tar.zst
2024-06-26 09:48:19,195 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/which/which-2.20-2.tar.bz2
2024-06-26 09:48:19,195 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/vim/vim-minimal/vim-minimal-9.0.2155-2.tar.xz
2024-06-26 09:48:19,196 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/tzcode/tzcode-2024a-1.tar.xz
2024-06-26 09:48:19,196 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/sed/sed-4.9-1.tar.xz
2024-06-26 09:48:19,197 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/run/run-1.3.4-2.tar.xz
2024-06-26 09:48:19,197 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ncurses/ncurses-6.5+20240427-1.tar.xz
2024-06-26 09:48:19,198 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/mintty/mintty-3.7.1-1.tar.xz
2024-06-26 09:48:19,198 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/login/login-1.13-1.tar.xz
2024-06-26 09:48:19,199 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libuuid1/libuuid1-2.39.3-2.tar.xz
2024-06-26 09:48:19,199 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libtasn1/libtasn1_6/libtasn1_6-4.14-1.tar.xz
2024-06-26 09:48:19,200 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gcc/libstdc++6/libstdc++6-11.4.0-1.tar.zst
2024-06-26 09:48:19,200 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libsmartcols1/libsmartcols1-2.39.3-2.tar.xz
2024-06-26 09:48:19,201 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/popt/libpopt0/libpopt0-1.19-1.tar.xz
2024-06-26 09:48:19,201 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libpipeline/libpipeline1/libpipeline1-1.5.6-1.tar.xz
2024-06-26 09:48:19,202 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/pcre2/libpcre2_8_0/libpcre2_8_0-10.44-1.tar.zst
2024-06-26 09:48:19,202 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/pcre/libpcre1/libpcre1-8.45-1.tar.zst
2024-06-26 09:48:19,204 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/xz/liblzma5/liblzma5-5.6.2-1.tar.zst
2024-06-26 09:48:19,204 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/lz4/liblz4_1/liblz4_1-1.9.4-1.tar.xz
2024-06-26 09:48:19,205 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gmp/libgmp10/libgmp10-6.3.0-1.tar.zst
2024-06-26 09:48:19,205 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gdbm/libgdbm6/libgdbm6-1.18.1-1.tar.xz
2024-06-26 09:48:19,206 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libffi/libffi6/libffi6-3.2.1-2.tar.xz
2024-06-26 09:48:19,206 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/bzip2/libbz2_1/libbz2_1-1.0.8-1.tar.xz
2024-06-26 09:48:19,207 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libblkid1/libblkid1-2.39.3-2.tar.xz
2024-06-26 09:48:19,207 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/attr/libattr1/libattr1-2.5.1-1.20.g0981a7bfe487.tar.xz
2024-06-26 09:48:19,208 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libargp/libargp-20230708-2.tar.xz
2024-06-26 09:48:19,208 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ipc-utils/ipc-utils-1.1-1.tar.xz
2024-06-26 09:48:19,209 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/hostname/hostname-3.13-1.tar.bz2
2024-06-26 09:48:19,209 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gzip/gzip-1.13-1.tar.xz
2024-06-26 09:48:19,210 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/editrights/editrights-1.04-1.tar.xz
2024-06-26 09:48:19,211 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/diffutils/diffutils-3.10-1.tar.xz
2024-06-26 09:48:19,212 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/dash/dash-0.5.12-5.tar.xz
2024-06-26 09:48:19,213 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/alternatives/alternatives-1.26-1.tar.xz
2024-06-26 09:48:19,213 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/uchardet/libuchardet0/libuchardet0-0.0.8-1.tar.zst
2024-06-26 09:48:19,214 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/cygutils/cygutils-1.4.17-1.tar.xz
2024-06-26 09:48:19,215 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/grep/grep-3.11-1.tar.xz
2024-06-26 09:48:19,215 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/less/less-643-1.tar.xz
2024-06-26 09:48:19,216 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/xz/xz-5.6.2-1.tar.zst
2024-06-26 09:48:19,217 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/zstd/zstd-1.5.6-1.tar.zst
2024-06-26 09:48:19,217 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/mpfr/libmpfr6/libmpfr6-4.2.1-1.tar.zst
2024-06-26 09:48:19,218 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/p11-kit/libp11-kit0/libp11-kit0-0.23.20-1.tar.xz
2024-06-26 09:48:19,218 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/file/file-5.44-1.tar.xz
2024-06-26 09:48:19,219 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/bzip2/bzip2-1.0.8-1.tar.xz
2024-06-26 09:48:19,219 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libfdisk1/libfdisk1-2.39.3-2.tar.xz
2024-06-26 09:48:19,220 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/coreutils/coreutils-9.0-1.tar.xz
2024-06-26 09:48:19,220 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/getent/getent-2.18.90-5.tar.xz
2024-06-26 09:48:19,221 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/rebase/rebase-4.6.6-1.tar.xz
2024-06-26 09:48:19,222 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/texinfo/info/info-7.1-1.tar.xz
2024-06-26 09:48:19,222 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/_autorebase/_autorebase-001091-1.tar.zst
2024-06-26 09:48:19,223 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/groff/groff-1.23.0-1.tar.zst
2024-06-26 09:48:19,223 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gawk/gawk-5.3.0-1.tar.xz
2024-06-26 09:48:19,224 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/p11-kit/p11-kit-trust/p11-kit-trust-0.23.20-1.tar.xz
2024-06-26 09:48:19,225 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/p11-kit/p11-kit-0.23.20-1.tar.xz
2024-06-26 09:48:19,225 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/tar/tar-1.35-2.tar.zst
2024-06-26 09:48:19,226 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/util-linux-2.39.3-2.tar.xz
2024-06-26 09:48:19,226 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/findutils/findutils-4.10.0-1.tar.xz
2024-06-26 09:48:19,298 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/ca-certificates/ca-certificates-2023.2.62_v7.0.401-2.tar.zst
2024-06-26 09:48:19,301 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/man-db/man-db-2.12.1-1.tar.zst
2024-06-26 09:48:19,301 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/base-files/base-files-4.3-3.tar.zst
2024-06-26 09:48:19,302 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/openssl/libssl3/libssl3-3.0.14-1.tar.zst
2024-06-26 09:48:19,302 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/openssl/libssl1.1/libssl1.1-1.1.1w-1.tar.zst
2024-06-26 09:48:19,303 3780 [INFO ] - VERBOSE: Downloaded C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/openssl/openssl-3.0.14-1.tar.zst
2024-06-26 09:48:19,304 3780 [INFO ] - VERBOSE: Registry value set: HKEY_LOCAL_MACHINE\Software\Cygwin\setup\rootdir = "C:\Program Files\CygWin64"
2024-06-26 09:48:19,305 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/popt/libpopt-common/libpopt-common-1.19-1.tar.xz
2024-06-26 09:48:19,305 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ncurses/terminfo/terminfo-6.5+20240427-1.tar.xz
2024-06-26 09:48:19,306 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/tzdata/tzdata-2024a-1.tar.xz
2024-06-26 09:48:19,306 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/cygwin/cygwin-3.5.3-1.tar.xz
2024-06-26 09:48:19,307 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libiconv/libiconv2/libiconv2-1.17-1.tar.xz
2024-06-26 09:48:19,307 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gettext/libintl8/libintl8-0.22.4-1.tar.xz
2024-06-26 09:48:19,308 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ncurses/libncursesw10/libncursesw10-6.5+20240427-1.tar.xz
2024-06-26 09:48:19,308 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/readline/libreadline7/libreadline7-8.2-2.tar.xz
2024-06-26 09:48:19,309 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/bash/bash-5.2.21-1.tar.xz
2024-06-26 09:48:19,309 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gcc/libgcc1/libgcc1-11.4.0-1.tar.zst
2024-06-26 09:48:19,312 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/crypto-policies/crypto-policies-20190218-1.tar.xz
2024-06-26 09:48:19,312 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/base-cygwin/base-cygwin-3.8-2.tar.xz
2024-06-26 09:48:19,313 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/zstd/libzstd1/libzstd1-1.5.6-1.tar.zst
2024-06-26 09:48:19,316 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/zlib/zlib0/zlib0-1.3.1-1.tar.zst
2024-06-26 09:48:19,316 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/which/which-2.20-2.tar.bz2
2024-06-26 09:48:19,317 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/vim/vim-minimal/vim-minimal-9.0.2155-2.tar.xz
2024-06-26 09:48:19,318 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/tzcode/tzcode-2024a-1.tar.xz
2024-06-26 09:48:19,318 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/sed/sed-4.9-1.tar.xz
2024-06-26 09:48:19,318 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/run/run-1.3.4-2.tar.xz
2024-06-26 09:48:19,319 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ncurses/ncurses-6.5+20240427-1.tar.xz
2024-06-26 09:48:19,320 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/mintty/mintty-3.7.1-1.tar.xz
2024-06-26 09:48:19,320 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/login/login-1.13-1.tar.xz
2024-06-26 09:48:19,321 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libuuid1/libuuid1-2.39.3-2.tar.xz
2024-06-26 09:48:19,321 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libtasn1/libtasn1_6/libtasn1_6-4.14-1.tar.xz
2024-06-26 09:48:19,322 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gcc/libstdc++6/libstdc++6-11.4.0-1.tar.zst
2024-06-26 09:48:19,323 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libsmartcols1/libsmartcols1-2.39.3-2.tar.xz
2024-06-26 09:48:19,323 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/popt/libpopt0/libpopt0-1.19-1.tar.xz
2024-06-26 09:48:19,324 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libpipeline/libpipeline1/libpipeline1-1.5.6-1.tar.xz
2024-06-26 09:48:19,324 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/pcre2/libpcre2_8_0/libpcre2_8_0-10.44-1.tar.zst
2024-06-26 09:48:19,325 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/pcre/libpcre1/libpcre1-8.45-1.tar.zst
2024-06-26 09:48:19,325 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/xz/liblzma5/liblzma5-5.6.2-1.tar.zst
2024-06-26 09:48:19,326 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/lz4/liblz4_1/liblz4_1-1.9.4-1.tar.xz
2024-06-26 09:48:19,326 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gmp/libgmp10/libgmp10-6.3.0-1.tar.zst
2024-06-26 09:48:19,327 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gdbm/libgdbm6/libgdbm6-1.18.1-1.tar.xz
2024-06-26 09:48:19,327 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libffi/libffi6/libffi6-3.2.1-2.tar.xz
2024-06-26 09:48:19,328 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/bzip2/libbz2_1/libbz2_1-1.0.8-1.tar.xz
2024-06-26 09:48:19,328 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libblkid1/libblkid1-2.39.3-2.tar.xz
2024-06-26 09:48:19,329 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/attr/libattr1/libattr1-2.5.1-1.20.g0981a7bfe487.tar.xz
2024-06-26 09:48:19,330 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libargp/libargp-20230708-2.tar.xz
2024-06-26 09:48:19,330 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ipc-utils/ipc-utils-1.1-1.tar.xz
2024-06-26 09:48:19,331 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/hostname/hostname-3.13-1.tar.bz2
2024-06-26 09:48:19,331 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gzip/gzip-1.13-1.tar.xz
2024-06-26 09:48:19,332 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/editrights/editrights-1.04-1.tar.xz
2024-06-26 09:48:19,332 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/diffutils/diffutils-3.10-1.tar.xz
2024-06-26 09:48:19,333 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/dash/dash-0.5.12-5.tar.xz
2024-06-26 09:48:19,334 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/alternatives/alternatives-1.26-1.tar.xz
2024-06-26 09:48:19,334 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/uchardet/libuchardet0/libuchardet0-0.0.8-1.tar.zst
2024-06-26 09:48:19,335 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/cygutils/cygutils-1.4.17-1.tar.xz
2024-06-26 09:48:19,335 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/grep/grep-3.11-1.tar.xz
2024-06-26 09:48:19,336 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/less/less-643-1.tar.xz
2024-06-26 09:48:19,336 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/xz/xz-5.6.2-1.tar.zst
2024-06-26 09:48:19,337 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/zstd/zstd-1.5.6-1.tar.zst
2024-06-26 09:48:19,337 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/mpfr/libmpfr6/libmpfr6-4.2.1-1.tar.zst
2024-06-26 09:48:19,338 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/p11-kit/libp11-kit0/libp11-kit0-0.23.20-1.tar.xz
2024-06-26 09:48:19,338 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/file/file-5.44-1.tar.xz
2024-06-26 09:48:19,339 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/bzip2/bzip2-1.0.8-1.tar.xz
2024-06-26 09:48:19,339 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libfdisk1/libfdisk1-2.39.3-2.tar.xz
2024-06-26 09:48:19,340 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/coreutils/coreutils-9.0-1.tar.xz
2024-06-26 09:48:19,340 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/getent/getent-2.18.90-5.tar.xz
2024-06-26 09:48:19,341 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/rebase/rebase-4.6.6-1.tar.xz
2024-06-26 09:48:19,341 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/texinfo/info/info-7.1-1.tar.xz
2024-06-26 09:48:19,342 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/_autorebase/_autorebase-001091-1.tar.zst
2024-06-26 09:48:19,343 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/groff/groff-1.23.0-1.tar.zst
2024-06-26 09:48:19,343 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gawk/gawk-5.3.0-1.tar.xz
2024-06-26 09:48:19,344 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/p11-kit/p11-kit-trust/p11-kit-trust-0.23.20-1.tar.xz
2024-06-26 09:48:19,344 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/p11-kit/p11-kit-0.23.20-1.tar.xz
2024-06-26 09:48:19,345 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/tar/tar-1.35-2.tar.zst
2024-06-26 09:48:19,345 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/util-linux-2.39.3-2.tar.xz
2024-06-26 09:48:19,346 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/findutils/findutils-4.10.0-1.tar.xz
2024-06-26 09:48:19,346 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/ca-certificates/ca-certificates-2023.2.62_v7.0.401-2.tar.zst
2024-06-26 09:48:19,347 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/man-db/man-db-2.12.1-1.tar.zst
2024-06-26 09:48:19,347 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/base-files/base-files-4.3-3.tar.zst
2024-06-26 09:48:19,348 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/openssl/libssl3/libssl3-3.0.14-1.tar.zst
2024-06-26 09:48:19,348 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/openssl/libssl1.1/libssl1.1-1.1.1w-1.tar.zst
2024-06-26 09:48:19,349 3780 [INFO ] - VERBOSE: Extracting from file://C:\Program Files\CygWin64/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/openssl/openssl-3.0.14-1.tar.zst
2024-06-26 09:48:19,349 3780 [INFO ] - VERBOSE: running: C:\Program Files\CygWin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"
2024-06-26 09:48:19,350 3780 [INFO ] - VERBOSE: running: C:\Program Files\CygWin64\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash"
2024-06-26 09:48:19,351 3780 [INFO ] - VERBOSE: running: C:\Program Files\CygWin64\bin\bash.exe --norc --noprofile "/etc/postinstall/000-cygwin-post-install.sh"
2024-06-26 09:48:19,351 3780 [INFO ] - VERBOSE: running: C:\Program Files\CygWin64\bin\bash.exe --norc --noprofile "/etc/postinstall/coreutils.sh"
2024-06-26 09:48:19,352 3780 [INFO ] - VERBOSE: running: C:\Program Files\CygWin64\bin\bash.exe --norc --noprofile "/etc/postinstall/base-files-mketc.sh"
2024-06-26 09:48:19,352 3780 [INFO ] - VERBOSE: running: C:\Program Files\CygWin64\bin\bash.exe --norc --noprofile "/etc/postinstall/base-files-profile.sh"
2024-06-26 09:48:19,353 3780 [INFO ] - VERBOSE: running: C:\Program Files\CygWin64\bin\bash.exe --norc --noprofile "/etc/postinstall/p11-kit.sh"
2024-06-26 09:48:19,353 3780 [INFO ] - VERBOSE: running: C:\Program Files\CygWin64\bin\bash.exe --norc --noprofile "/etc/postinstall/ca-certificates.sh"
2024-06-26 09:48:19,354 3780 [INFO ] - VERBOSE: running: C:\Program Files\CygWin64\bin\bash.exe --norc --noprofile "/etc/postinstall/crypto-policies.sh"
2024-06-26 09:48:19,354 3780 [INFO ] - VERBOSE: running: C:\Program Files\CygWin64\bin\bash.exe --norc --noprofile "/etc/postinstall/openssl.sh"
2024-06-26 09:48:19,355 3780 [INFO ] - VERBOSE: can't run /etc/postinstall/openssl.sh: No such file
2024-06-26 09:48:19,355 3780 [INFO ] - VERBOSE: running: C:\Program Files\CygWin64\bin\bash.exe --norc --noprofile "/etc/postinstall/man-db.sh"
2024-06-26 09:48:19,356 3780 [INFO ] - VERBOSE: running: C:\Program Files\CygWin64\bin\bash.exe --norc --noprofile "/etc/postinstall/mintty.sh"
2024-06-26 09:48:19,357 3780 [INFO ] - VERBOSE: running: C:\Program Files\CygWin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"
2024-06-26 09:48:19,357 3780 [INFO ] - VERBOSE: Ending cygwin install
2024-06-26 09:48:19,373 3780 [DEBUG] - Command ["C:\ProgramData\chocolatey\lib\Cygwin\tools\setup-x86_64.exe" --quiet-mode --site "ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/" --packages default --root "C:\Program Files\CygWin64" --local-package-dir "C:\Program Files\CygWin64" --no-desktop ] exited with '0'.
2024-06-26 09:48:19,379 3780 [DEBUG] - Finishing 'Start-ChocolateyProcessAsAdmin'
2024-06-26 09:48:19,380 3780 [INFO ] - Cygwin has been installed.
2024-06-26 09:48:19,387 3780 [DEBUG] - Running Install-BinFile -name 'Cygwin' -path 'C:\Program Files\CygWin64\Cygwin.bat' 
2024-06-26 09:48:19,397 3780 [DEBUG] - ShimGen found at 'C:\ProgramData\chocolatey\tools\shimgen.exe'
2024-06-26 09:48:19,398 3780 [DEBUG] - Calling C:\ProgramData\chocolatey\tools\shimgen.exe -o "C:\ProgramData\chocolatey\bin\Cygwin.exe" -p "c:\program files\cygwin64\cygwin.bat" -i "C:\Program Files\CygWin64\Cygwin.bat"
2024-06-26 09:48:19,613 3780 [INFO ] - Added C:\ProgramData\chocolatey\bin\Cygwin.exe shim pointed to 'c:\program files\cygwin64\cygwin.bat'.
2024-06-26 09:48:19,614 3780 [INFO ] - Copying cygwin package manager (setup) to C:\Program Files\CygWin64
2024-06-26 09:48:19,638 3780 [DEBUG] - ----------------------------------------------------------------------
2024-06-26 09:48:19,658 3780 [DEBUG] - Built-in PowerShell host called with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\Cygwin\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '/InstallDir:'C:\Program Files\CygWin64' /site:'ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/'' -preRunHookScripts $null -postRunHookScripts $null'] exited with '0'.
2024-06-26 09:48:19,660 3780 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
2024-06-26 09:48:19,688 3780 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
2024-06-26 09:48:19,697 3780 [WARN ] - Environment Vars (like PATH) have changed. Close/reopen your shell to
 see the changes (or in powershell/cmd.exe just type `refreshenv`).
2024-06-26 09:48:19,699 3780 [DEBUG] - Logging of values is not turned on by default because it
 could potentially expose sensitive data. If you understand the risk,
 please see `choco feature -h` for information to turn it on.
2024-06-26 09:48:19,699 3780 [DEBUG] - The following values have been added/changed (may contain sensitive data):
2024-06-26 09:48:19,699 3780 [DEBUG] -   * ChocolateyLastPathUpdate='[REDACTED]' (User)
2024-06-26 09:48:19,700 3780 [DEBUG] -   * ChocolateyToolsLocation='[REDACTED]' (User)
2024-06-26 09:48:19,749 3780 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\Cygwin'
2024-06-26 09:48:19,753 3780 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\Cygwin\Cygwin.nupkg'
  with checksum '3C58D5164D85A0830B7FA2BC34B6A492'
2024-06-26 09:48:19,753 3780 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\Cygwin\Cygwin.nuspec'
  with checksum '87CCD4F445754EFE2872D3464F2A8F6D'
2024-06-26 09:48:19,755 3780 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\Cygwin\legal\LICENSE.txt'
  with checksum '3C34AFDC3ADF82D2448F12715A255122'
2024-06-26 09:48:19,755 3780 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\Cygwin\legal\VERIFICATION.txt'
  with checksum '6488E5CC1FB2FFDD7A15DAEC1FA0FBCE'
2024-06-26 09:48:19,756 3780 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\Cygwin\tools\chocolateyInstall.ps1'
  with checksum 'C67D81AB1716F37F94F07F0AE3087D8E'
2024-06-26 09:48:19,757 3780 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\Cygwin\tools\chocolateyUninstall.ps1'
  with checksum 'B4D6FEDFFD15DFD855ACFF29B2FC448B'
2024-06-26 09:48:19,757 3780 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\Cygwin\tools\setup-x86_64.exe.ignore'
  with checksum 'BEA07E6D2B8DCE396FE21BAA61B34956'
2024-06-26 09:48:19,774 3780 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\Cygwin.3.5.3".
2024-06-26 09:48:19,780 3780 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\Cygwin.3.5.3\.files'
2024-06-26 09:48:19,781 3780 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\Cygwin.3.5.3\.extra".
2024-06-26 09:48:19,782 3780 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\Cygwin.3.5.3\.version".
2024-06-26 09:48:19,782 3780 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\Cygwin.3.5.3\.sxs".
2024-06-26 09:48:19,783 3780 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\Cygwin.3.5.3\.pin".
2024-06-26 09:48:19,784 3780 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2024-06-26 09:48:19,785 3780 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\Cygwin\.chocolateyPending".
2024-06-26 09:48:19,787 3780 [INFO ] -  The install of cygwin was successful.
2024-06-26 09:48:19,788 3780 [INFO ] -   Software installed as 'exe', install location is likely default.
2024-06-26 09:48:19,789 3780 [DEBUG] - Attempting to delete file "C:\Users\administrateur\AppData\Local\NuGet\Cache\Cygwin.3.5.3.nupkg".
2024-06-26 09:48:19,804 3780 [WARN ] - 
Chocolatey installed 1/1 packages. 
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2024-06-26 09:48:19,806 3780 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers...
2024-06-26 09:48:19,814 3780 [DEBUG] - Exiting with 0
2024-06-26 09:50:59,522 2300 [DEBUG] - XmlConfiguration is now operational
2024-06-26 09:50:59,555 2300 [DEBUG] - Adding new type 'WebPiService' for type 'ISourceRunner' from assembly 'choco'
2024-06-26 09:50:59,556 2300 [DEBUG] - Adding new type 'WindowsFeatureService' for type 'ISourceRunner' from assembly 'choco'
2024-06-26 09:50:59,556 2300 [DEBUG] - Adding new type 'CygwinService' for type 'ISourceRunner' from assembly 'choco'
2024-06-26 09:50:59,557 2300 [DEBUG] - Adding new type 'PythonService' for type 'ISourceRunner' from assembly 'choco'
2024-06-26 09:50:59,557 2300 [DEBUG] - Adding new type 'RubyGemsService' for type 'ISourceRunner' from assembly 'choco'
2024-06-26 09:50:59,557 2300 [DEBUG] - Adding new type 'SystemStateValidation' for type 'IValidation' from assembly 'choco'
2024-06-26 09:50:59,635 2300 [DEBUG] - Registering new command 'template' in assembly 'choco'
2024-06-26 09:50:59,635 2300 [DEBUG] - Registering new command 'upgrade' in assembly 'choco'
2024-06-26 09:50:59,636 2300 [DEBUG] - Registering new command 'export' in assembly 'choco'
2024-06-26 09:50:59,636 2300 [DEBUG] - Registering new command 'list' in assembly 'choco'
2024-06-26 09:50:59,637 2300 [DEBUG] - Registering new command 'info' in assembly 'choco'
2024-06-26 09:50:59,637 2300 [DEBUG] - Registering new command 'help' in assembly 'choco'
2024-06-26 09:50:59,638 2300 [DEBUG] - Registering new command 'config' in assembly 'choco'
2024-06-26 09:50:59,638 2300 [DEBUG] - Registering new command 'features' in assembly 'choco'
2024-06-26 09:50:59,638 2300 [DEBUG] - Registering new command 'new' in assembly 'choco'
2024-06-26 09:50:59,639 2300 [DEBUG] - Registering new command 'outdated' in assembly 'choco'
2024-06-26 09:50:59,639 2300 [DEBUG] - Registering new command 'pack' in assembly 'choco'
2024-06-26 09:50:59,640 2300 [DEBUG] - Registering new command 'pin' in assembly 'choco'
2024-06-26 09:50:59,640 2300 [DEBUG] - Registering new command 'push' in assembly 'choco'
2024-06-26 09:50:59,640 2300 [DEBUG] - Registering new command 'apikey' in assembly 'choco'
2024-06-26 09:50:59,641 2300 [DEBUG] - Registering new command 'source' in assembly 'choco'
2024-06-26 09:50:59,641 2300 [DEBUG] - Registering new command 'uninstall' in assembly 'choco'
2024-06-26 09:50:59,642 2300 [DEBUG] - Registering new command 'unpackself' in assembly 'choco'
2024-06-26 09:50:59,642 2300 [DEBUG] - Registering new command 'install' in assembly 'choco'
2024-06-26 09:50:59,719 2300 [INFO ] - ============================================================
2024-06-26 09:51:00,106 2300 [INFO ] - Chocolatey v1.2.1
2024-06-26 09:51:00,149 2300 [DEBUG] - Chocolatey is running on Windows v 10.0.22631.0
2024-06-26 09:51:00,151 2300 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
2024-06-26 09:51:00,151 2300 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
2024-06-26 09:51:00,169 2300 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install -y cyg-get
2024-06-26 09:51:00,169 2300 [DEBUG] - Received arguments: install -y cyg-get
2024-06-26 09:51:00,202 2300 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage.
2024-06-26 09:51:00,207 2300 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers...
2024-06-26 09:51:00,212 2300 [DEBUG] - [Pending] Removing all pending packages that should not be considered installed...
2024-06-26 09:51:00,239 2300 [DEBUG] - Performing validation checks.
2024-06-26 09:51:00,242 2300 [DEBUG] - Global Configuration Validation Checks:
2024-06-26 09:51:00,243 2300 [DEBUG] -  - Package Exit Code / Exit On Reboot = Checked
2024-06-26 09:51:00,244 2300 [DEBUG] - System State Validation Checks:
2024-06-26 09:51:00,245 2300 [DEBUG] -  Reboot Requirement Checks:
2024-06-26 09:51:00,247 2300 [DEBUG] -  - Pending Computer Rename = Checked
2024-06-26 09:51:00,248 2300 [DEBUG] -  - Pending Component Based Servicing = Checked
2024-06-26 09:51:00,248 2300 [DEBUG] -  - Pending Windows Auto Update = Checked
2024-06-26 09:51:00,249 2300 [DEBUG] -  - Pending File Rename Operations = Checked
2024-06-26 09:51:00,250 2300 [DEBUG] -  - Pending Windows Package Installer = Checked
2024-06-26 09:51:00,250 2300 [DEBUG] -  - Pending Windows Package Installer SysWow64 = Checked
2024-06-26 09:51:00,258 2300 [INFO ] - 2 validations performed. 2 success(es), 0 warning(s), and 0 error(s).
2024-06-26 09:51:00,268 2300 [DEBUG] - The source 'https://repo.usm.su.univ-lorraine.fr:8443/repository/internal-chocolatey/' evaluated to a 'normal' source type
2024-06-26 09:51:00,269 2300 [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-06-26 09:51:00,277 2300 [DEBUG] - Configuration: CommandName='install'|
CacheLocation='C:\Users\administrateur\AppData\Local\Temp\chocolatey'|
ContainsLegacyPackageInstalls='True'|
CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='30'|
Sources='https://repo.usm.su.univ-lorraine.fr:8443/repository/internal-chocolatey/'|

SourceType='normal'|Debug='False'|Verbose='False'|Trace='False'|
Force='False'|Noop='False'|HelpRequested='False'|
UnsuccessfulParsing='False'|RegularOutput='True'|QuietOutput='False'|
PromptForConfirmation='False'|DisableCompatibilityChecks='False'|
AcceptLicense='True'|AllowUnofficialBuild='False'|Input='cyg-get'|
AllVersions='False'|SkipPackageInstallProvider='False'|
SkipHookScripts='False'|PackageNames='cyg-get'|Prerelease='False'|
ForceX86='False'|OverrideArguments='False'|NotSilent='False'|
ApplyPackageParametersToDependencies='False'|
ApplyInstallArgumentsToDependencies='False'|IgnoreDependencies='False'|
AllowMultipleVersions='False'|AllowDowngrade='False'|
ForceDependencies='False'|PinPackage='False'|
Information.PlatformType='Windows'|
Information.PlatformVersion='10.0.22631.0'|
Information.PlatformName='Windows 10'|
Information.ChocolateyVersion='1.2.1.0'|
Information.ChocolateyProductVersion='1.2.1'|
Information.FullName='choco, Version=1.2.1.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|

Information.Is64BitOperatingSystem='True'|
Information.Is64BitProcess='True'|Information.IsInteractive='True'|
Information.UserName='Administrateur'|
Information.UserDomainName='iutm-inf-modele'|
Information.IsUserAdministrator='True'|
Information.IsUserSystemAccount='False'|
Information.IsUserRemoteDesktop='False'|
Information.IsUserRemote='False'|Information.IsProcessElevated='True'|
Information.IsLicensedVersion='False'|Information.LicenseType='Foss'|
Information.CurrentDirectory='C:\Users\administrateur'|
Features.AutoUninstaller='True'|Features.ChecksumFiles='True'|
Features.AllowEmptyChecksums='False'|
Features.AllowEmptyChecksumsSecure='True'|
Features.FailOnAutoUninstaller='False'|
Features.FailOnStandardError='False'|Features.UsePowerShellHost='True'|
Features.LogEnvironmentValues='False'|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='True'|
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'|
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.Remove='False'|PinCommand.Command='unknown'|
OutdatedCommand.IgnorePinned='False'|
ExportCommand.IncludeVersionNumbers='False'|Proxy.BypassOnLocal='True'|
TemplateCommand.Command='unknown'|
2024-06-26 09:51:00,283 2300 [DEBUG] - _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
2024-06-26 09:51:00,287 2300 [INFO ] - Installing the following packages:
2024-06-26 09:51:00,292 2300 [INFO ] - cyg-get
2024-06-26 09:51:00,293 2300 [INFO ] - By installing, you accept licenses for the packages.
2024-06-26 09:51:00,417 2300 [DEBUG] - Using 'https://repo.usm.su.univ-lorraine.fr:8443/repository/internal-chocolatey/'.
2024-06-26 09:51:00,501 2300 [DEBUG] - - Supports prereleases? 'True'.
2024-06-26 09:51:00,502 2300 [DEBUG] - - Is ServiceBased? 'True'.
2024-06-26 09:51:01,070 2300 [DEBUG] - Package 'cyg-get' found on source 'https://repo.usm.su.univ-lorraine.fr:8443/repository/internal-chocolatey/'
2024-06-26 09:51:01,094 2300 [INFO ] - [NuGet] Attempting to resolve dependency 'Cygwin'.
2024-06-26 09:51:01,780 2300 [INFO ] - [NuGet] Installing 'cyg-get 1.2.1'.
2024-06-26 09:51:01,791 2300 [DEBUG] - [NuGet] Added file 'cyg-get.ps1' to folder 'cyg-get\tools'.
2024-06-26 09:51:01,792 2300 [DEBUG] - [NuGet] Added file 'chocolateyinstall.ps1' to folder 'cyg-get\tools'.
2024-06-26 09:51:01,795 2300 [DEBUG] - [NuGet] Added file 'cyg-get.nupkg' to folder 'cyg-get'.
2024-06-26 09:51:02,330 2300 [DEBUG] - [NuGet] Added file 'cyg-get.nuspec' to folder 'cyg-get'.
2024-06-26 09:51:02,331 2300 [INFO ] - [NuGet] Successfully installed 'cyg-get 1.2.1'.
2024-06-26 09:51:02,332 2300 [INFO ] - 
cyg-get v1.2.1
2024-06-26 09:51:02,345 2300 [INFO ] - cyg-get package files install completed. Performing other installation steps.
2024-06-26 09:51:02,385 2300 [DEBUG] - Setting installer args for cyg-get
2024-06-26 09:51:02,386 2300 [DEBUG] - Setting package parameters for cyg-get
2024-06-26 09:51:02,386 2300 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\cyg-get\tools\chocolateyinstall.ps1':
2024-06-26 09:51:02,387 2300 [DEBUG] - $path = Join-Path $(Split-Path -parent $MyInvocation.MyCommand.Definition) 'cyg-get.ps1'

Install-ChocolateyPowershellCommand 'cyg-get' $path
2024-06-26 09:51:02,407 2300 [DEBUG] - Calling built-in PowerShell host with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\cyg-get\tools\chocolateyinstall.ps1' -installArguments '' -packageParameters '' -preRunHookScripts $null -postRunHookScripts $null']
2024-06-26 09:51:02,418 2300 [DEBUG] - Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=fr-FR, PublicKeyToken=31bf3856ad364e35, requested by ''
2024-06-26 09:51:03,714 2300 [DEBUG] - Host version is 5.1.22621.1, PowerShell Version is '5.1.22621.3672' and CLR Version is '4.0.30319.42000'.
2024-06-26 09:51:03,999 2300 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2024-06-26 09:51:04,000 2300 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2024-06-26 09:51:04,000 2300 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
2024-06-26 09:51:04,001 2300 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2024-06-26 09:51:04,001 2300 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2024-06-26 09:51:04,002 2300 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2024-06-26 09:51:04,002 2300 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2024-06-26 09:51:04,003 2300 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2024-06-26 09:51:04,003 2300 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2024-06-26 09:51:04,004 2300 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2024-06-26 09:51:04,004 2300 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
2024-06-26 09:51:04,004 2300 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2024-06-26 09:51:04,005 2300 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2024-06-26 09:51:04,006 2300 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2024-06-26 09:51:04,006 2300 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2024-06-26 09:51:04,007 2300 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2024-06-26 09:51:04,007 2300 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2024-06-26 09:51:04,008 2300 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2024-06-26 09:51:04,008 2300 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2024-06-26 09:51:04,008 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2024-06-26 09:51:04,009 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2024-06-26 09:51:04,009 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2024-06-26 09:51:04,010 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2024-06-26 09:51:04,010 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2024-06-26 09:51:04,011 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2024-06-26 09:51:04,011 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2024-06-26 09:51:04,012 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2024-06-26 09:51:04,012 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2024-06-26 09:51:04,013 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2024-06-26 09:51:04,013 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2024-06-26 09:51:04,014 2300 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2024-06-26 09:51:04,014 2300 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2024-06-26 09:51:04,015 2300 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2024-06-26 09:51:04,015 2300 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2024-06-26 09:51:04,015 2300 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2024-06-26 09:51:04,016 2300 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2024-06-26 09:51:04,016 2300 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-06-26 09:51:04,017 2300 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2024-06-26 09:51:04,017 2300 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2024-06-26 09:51:04,018 2300 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2024-06-26 09:51:04,018 2300 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2024-06-26 09:51:04,021 2300 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2024-06-26 09:51:04,022 2300 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2024-06-26 09:51:04,022 2300 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2024-06-26 09:51:04,023 2300 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2024-06-26 09:51:04,023 2300 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2024-06-26 09:51:04,024 2300 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2024-06-26 09:51:04,025 2300 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2024-06-26 09:51:04,025 2300 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2024-06-26 09:51:04,026 2300 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2024-06-26 09:51:04,034 2300 [DEBUG] - Loading community extensions
2024-06-26 09:51:04,062 2300 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-compatibility\chocolatey-compatibility.psm1'
2024-06-26 09:51:04,062 2300 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-compatibility\chocolatey-compatibility.psm1'.
2024-06-26 09:51:04,107 2300 [DEBUG] - Function 'Get-PackageParameters' exists, ignoring export.
2024-06-26 09:51:04,108 2300 [DEBUG] - Function 'Get-UninstallRegistryKey' exists, ignoring export.
2024-06-26 09:51:04,108 2300 [DEBUG] - Exporting function 'Install-ChocolateyDesktopLink' for backwards compatibility
2024-06-26 09:51:04,110 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2024-06-26 09:51:04,110 2300 [DEBUG] - Exporting function 'Write-ChocolateyFailure' for backwards compatibility
2024-06-26 09:51:04,112 2300 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2024-06-26 09:51:04,112 2300 [DEBUG] - Exporting function 'Write-ChocolateySuccess' for backwards compatibility
2024-06-26 09:51:04,114 2300 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2024-06-26 09:51:04,114 2300 [DEBUG] - Exporting function 'Write-FileUpdateLog' for backwards compatibility
2024-06-26 09:51:04,116 2300 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2024-06-26 09:51:04,129 2300 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2024-06-26 09:51:04,130 2300 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2024-06-26 09:51:04,130 2300 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2024-06-26 09:51:04,130 2300 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2024-06-26 09:51:04,136 2300 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'
2024-06-26 09:51:04,136 2300 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
2024-06-26 09:51:04,175 2300 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2024-06-26 09:51:04,175 2300 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2024-06-26 09:51:04,176 2300 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2024-06-26 09:51:04,177 2300 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2024-06-26 09:51:04,177 2300 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2024-06-26 09:51:04,178 2300 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2024-06-26 09:51:04,179 2300 [INFO ] - VERBOSE: Exporting function 'Remove-Process'.
2024-06-26 09:51:04,179 2300 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2024-06-26 09:51:04,180 2300 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2024-06-26 09:51:04,180 2300 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2024-06-26 09:51:04,181 2300 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2024-06-26 09:51:04,181 2300 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2024-06-26 09:51:04,182 2300 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2024-06-26 09:51:04,182 2300 [INFO ] - VERBOSE: Importing function 'Remove-Process'.
2024-06-26 09:51:04,182 2300 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2024-06-26 09:51:04,184 2300 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2024-06-26 09:51:04,184 2300 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
2024-06-26 09:51:04,184 2300 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2024-06-26 09:51:04,186 2300 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2024-06-26 09:51:04,186 2300 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2024-06-26 09:51:04,187 2300 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2024-06-26 09:51:04,187 2300 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2024-06-26 09:51:04,187 2300 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2024-06-26 09:51:04,188 2300 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2024-06-26 09:51:04,188 2300 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
2024-06-26 09:51:04,189 2300 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2024-06-26 09:51:04,189 2300 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2024-06-26 09:51:04,190 2300 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2024-06-26 09:51:04,190 2300 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2024-06-26 09:51:04,191 2300 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2024-06-26 09:51:04,191 2300 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2024-06-26 09:51:04,192 2300 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2024-06-26 09:51:04,192 2300 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2024-06-26 09:51:04,193 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2024-06-26 09:51:04,193 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2024-06-26 09:51:04,194 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2024-06-26 09:51:04,194 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2024-06-26 09:51:04,195 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2024-06-26 09:51:04,196 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2024-06-26 09:51:04,196 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2024-06-26 09:51:04,197 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2024-06-26 09:51:04,197 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2024-06-26 09:51:04,198 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2024-06-26 09:51:04,198 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2024-06-26 09:51:04,198 2300 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2024-06-26 09:51:04,198 2300 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2024-06-26 09:51:04,200 2300 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2024-06-26 09:51:04,200 2300 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2024-06-26 09:51:04,200 2300 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2024-06-26 09:51:04,200 2300 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2024-06-26 09:51:04,200 2300 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-06-26 09:51:04,201 2300 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2024-06-26 09:51:04,201 2300 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2024-06-26 09:51:04,202 2300 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2024-06-26 09:51:04,202 2300 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2024-06-26 09:51:04,202 2300 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2024-06-26 09:51:04,203 2300 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2024-06-26 09:51:04,203 2300 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2024-06-26 09:51:04,203 2300 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2024-06-26 09:51:04,204 2300 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2024-06-26 09:51:04,204 2300 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2024-06-26 09:51:04,205 2300 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2024-06-26 09:51:04,205 2300 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2024-06-26 09:51:04,205 2300 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2024-06-26 09:51:04,206 2300 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2024-06-26 09:51:04,206 2300 [INFO ] - VERBOSE: Exporting function 'Remove-Process'.
2024-06-26 09:51:04,207 2300 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2024-06-26 09:51:04,207 2300 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2024-06-26 09:51:04,207 2300 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2024-06-26 09:51:04,208 2300 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2024-06-26 09:51:04,208 2300 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2024-06-26 09:51:04,208 2300 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2024-06-26 09:51:04,218 2300 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2024-06-26 09:51:04,218 2300 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2024-06-26 09:51:04,219 2300 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2024-06-26 09:51:04,219 2300 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2024-06-26 09:51:04,220 2300 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2024-06-26 09:51:04,220 2300 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2024-06-26 09:51:04,220 2300 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2024-06-26 09:51:04,221 2300 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyPath'.
2024-06-26 09:51:04,221 2300 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2024-06-26 09:51:04,222 2300 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2024-06-26 09:51:04,222 2300 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2024-06-26 09:51:04,223 2300 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2024-06-26 09:51:04,223 2300 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2024-06-26 09:51:04,223 2300 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2024-06-26 09:51:04,224 2300 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2024-06-26 09:51:04,225 2300 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2024-06-26 09:51:04,225 2300 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2024-06-26 09:51:04,225 2300 [INFO ] - VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.
2024-06-26 09:51:04,226 2300 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2024-06-26 09:51:04,226 2300 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2024-06-26 09:51:04,226 2300 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2024-06-26 09:51:04,227 2300 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2024-06-26 09:51:04,238 2300 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2024-06-26 09:51:04,239 2300 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2024-06-26 09:51:04,239 2300 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2024-06-26 09:51:04,240 2300 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2024-06-26 09:51:04,240 2300 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2024-06-26 09:51:04,240 2300 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2024-06-26 09:51:04,241 2300 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2024-06-26 09:51:04,241 2300 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2024-06-26 09:51:04,242 2300 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2024-06-26 09:51:04,242 2300 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2024-06-26 09:51:04,242 2300 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2024-06-26 09:51:04,243 2300 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2024-06-26 09:51:04,243 2300 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2024-06-26 09:51:04,243 2300 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2024-06-26 09:51:04,244 2300 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2024-06-26 09:51:04,244 2300 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2024-06-26 09:51:04,244 2300 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2024-06-26 09:51:04,245 2300 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2024-06-26 09:51:04,245 2300 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2024-06-26 09:51:04,246 2300 [INFO ] - VERBOSE: Importing function 'Remove-Process'.
2024-06-26 09:51:04,246 2300 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2024-06-26 09:51:04,248 2300 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2024-06-26 09:51:04,248 2300 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2024-06-26 09:51:04,249 2300 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2024-06-26 09:51:04,249 2300 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2024-06-26 09:51:04,250 2300 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-06-26 09:51:04,250 2300 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2024-06-26 09:51:04,250 2300 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2024-06-26 09:51:04,251 2300 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2024-06-26 09:51:04,251 2300 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2024-06-26 09:51:04,252 2300 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2024-06-26 09:51:04,252 2300 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2024-06-26 09:51:04,252 2300 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2024-06-26 09:51:04,253 2300 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2024-06-26 09:51:04,254 2300 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2024-06-26 09:51:04,254 2300 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2024-06-26 09:51:04,255 2300 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2024-06-26 09:51:04,255 2300 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2024-06-26 09:51:04,256 2300 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2024-06-26 09:51:04,256 2300 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2024-06-26 09:51:04,257 2300 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2024-06-26 09:51:04,258 2300 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2024-06-26 09:51:04,299 2300 [DEBUG] - ---------------------------Script Execution---------------------------
2024-06-26 09:51:04,303 2300 [DEBUG] - Running 'ChocolateyScriptRunner' for cyg-get v1.2.1 with packageScript 'C:\ProgramData\chocolatey\lib\cyg-get\tools\chocolateyinstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\cyg-get', installArguments: '', packageParameters: '', preRunHookScripts: '', postRunHookScripts: '',
2024-06-26 09:51:04,314 2300 [DEBUG] - Running package script 'C:\ProgramData\chocolatey\lib\cyg-get\tools\chocolateyinstall.ps1'
2024-06-26 09:51:04,379 2300 [DEBUG] - Running Install-ChocolateyPowershellCommand -packageName 'cyg-get' -psFileFullPath 'C:\ProgramData\chocolatey\lib\cyg-get\tools\cyg-get.ps1' 
2024-06-26 09:51:04,428 2300 [INFO ] - Adding C:\ProgramData\chocolatey\bin\cyg-get.bat and pointing it to powershell command C:\ProgramData\chocolatey\lib\cyg-get\tools\cyg-get.ps1
2024-06-26 09:51:04,463 2300 [DEBUG] - ----------------------------------------------------------------------
2024-06-26 09:51:04,483 2300 [DEBUG] - Built-in PowerShell host called with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\cyg-get\tools\chocolateyinstall.ps1' -installArguments '' -packageParameters '' -preRunHookScripts $null -postRunHookScripts $null'] exited with '0'.
2024-06-26 09:51:04,485 2300 [DEBUG] - Calling command ['"C:\Windows\System32\shutdown.exe" /a']
2024-06-26 09:51:04,527 2300 [DEBUG] - Command ['"C:\Windows\System32\shutdown.exe" /a'] exited with '1116'
2024-06-26 09:51:04,593 2300 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\cyg-get'
2024-06-26 09:51:04,594 2300 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\cyg-get\cyg-get.nupkg'
  with checksum 'A25BFE2D10EA5DE615B3E10B29D127B9'
2024-06-26 09:51:04,595 2300 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\cyg-get\cyg-get.nuspec'
  with checksum '65E4DFEFEDDFECC74954498CA2EB0D8B'
2024-06-26 09:51:04,596 2300 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\cyg-get\tools\chocolateyinstall.ps1'
  with checksum '5CDCC501FD04A2BB0C3BDDC8F33368F0'
2024-06-26 09:51:04,596 2300 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\cyg-get\tools\cyg-get.ps1'
  with checksum '7DCCA6443643F4FCF080FEE7041AAB0A'
2024-06-26 09:51:04,612 2300 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\.chocolatey\cyg-get.1.2.1".
2024-06-26 09:51:04,618 2300 [DEBUG] - There was no original file at 'C:\ProgramData\chocolatey\.chocolatey\cyg-get.1.2.1\.files'
2024-06-26 09:51:04,620 2300 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\cyg-get.1.2.1\.extra".
2024-06-26 09:51:04,620 2300 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\cyg-get.1.2.1\.version".
2024-06-26 09:51:04,621 2300 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\cyg-get.1.2.1\.sxs".
2024-06-26 09:51:04,621 2300 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\cyg-get.1.2.1\.pin".
2024-06-26 09:51:04,623 2300 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2024-06-26 09:51:04,624 2300 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\cyg-get\.chocolateyPending".
2024-06-26 09:51:04,626 2300 [INFO ] -  The install of cyg-get was successful.
2024-06-26 09:51:04,626 2300 [INFO ] -   Software install location not explicitly set, it could be in package or
  default install location of installer.
2024-06-26 09:51:04,628 2300 [DEBUG] - Attempting to delete file "C:\Users\administrateur\AppData\Local\NuGet\Cache\cyg-get.1.2.1.nupkg".
2024-06-26 09:51:04,634 2300 [WARN ] - 
Chocolatey installed 1/1 packages. 
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2024-06-26 09:51:04,636 2300 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers...
2024-06-26 09:51:04,646 2300 [DEBUG] - Exiting with 0

Anything else?

The bug isn't in installation phase of cygwin or cyg-get.

jccolson commented 3 months ago

This is the result of the diff command:

61c61
< $cygLocalPackagesDir = join-path $cygRoot packages
---
> $cygLocalPackagesDir = join-path "$cygRoot" packages
64c64
< $cygArgs = "--root $cygRoot --local-package-dir $cygLocalPackagesDir"
---
> $cygArgs = "--root `"$cygRoot`" --local-package-dir `"$cygLocalPackagesDir`""
pauby commented 3 months ago

@jccolson can you go back to the description in the first comment and add exact steps to reproduce the issue and provide the logs requested.

jccolson commented 3 months ago

@pauby : I have modified the first comment.

pauby commented 3 months ago

choco install -y --params "/InstallDir:'C:\Program\ Files\CygWin64'

Why the extra \ between Program and Files.

jccolson commented 3 months ago

I have redo the install in a fresh installed Windows. Sorry for the extra .

jccolson commented 3 months ago

Result of an install with cyg-get:

C:\Users\administrateur>cyg-get install firefox Attempting to install cygwin packages: install,firefox Starting cygwin install, version 2.931 User has backup/restore rights User has symlink creation right Current Directory: C:\Program root: C:\Program system Changing gid to Administrators Selected local directory: C:\Program net: Preconfig site: ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/ io_stream_cygfile: fopen(/etc/setup/timestamp) failed 2 No such file or directory mbox note: Cet assistant est en version 2.931, mais setup.ini indique que la version 2.932 est disponible. Vous devriez le mettre ? jour pour avoir les derni?re fonctionnalit?s et corrections de bogues. unattended_mode is set at mbox: returning default value io_stream_cygfile: fopen(/etc/setup/installed.db) failed 2 No such file or directory Package 'firefox' not found. Package 'install' not found. solving: 38 tasks, update: no, use test packages: no solving: 75 tasks, update: no, use test packages: no Augmented Transaction List: 0 install libpopt-common 1.19-1 1 install terminfo 6.5+20240427-1 2 install tzdata 2024a-1 3 install cygwin 3.5.3-1 4 install libiconv2 1.17-1 5 install libintl8 0.22.4-1 6 install libncursesw10 6.5+20240427-1 7 install libreadline7 8.2-2 8 install bash 5.2.21-1 9 install libgcc1 11.4.0-1 10 install crypto-policies 20190218-1 11 install base-cygwin 3.8-2 12 install libzstd1 1.5.6-1 13 install zlib0 1.3.1-1 14 install which 2.20-2 15 install vim-minimal 9.0.2155-2 16 install tzcode 2024a-1 17 install sed 4.9-1 18 install run 1.3.4-2 19 install ncurses 6.5+20240427-1 20 install mintty 3.7.1-1 21 install login 1.13-1 22 install libuuid1 2.39.3-2 23 install libtasn1_6 4.14-1 24 install libstdc++6 11.4.0-1 25 install libsmartcols1 2.39.3-2 26 install libpopt0 1.19-1 27 install libpipeline1 1.5.6-1 28 install libpcre2_8_0 10.44-1 29 install libpcre1 8.45-1 30 install liblzma5 5.6.2-1 31 install liblz4_1 1.9.4-1 32 install libgmp10 6.3.0-1 33 install libgdbm6 1.18.1-1 34 install libffi6 3.2.1-2 35 install libbz2_1 1.0.8-1 36 install libblkid1 2.39.3-2 37 install libattr1 2.5.1-1.20.g0981a7bfe487 38 install libargp 20230708-2 39 install ipc-utils 1.1-1 40 install hostname 3.13-1 41 install gzip 1.13-1 42 install editrights 1.04-1 43 install diffutils 3.10-1 44 install dash 0.5.12-5 45 install alternatives 1.26-1 46 install libuchardet0 0.0.8-1 47 install cygutils 1.4.17-1 48 install grep 3.11-1 49 install less 643-1 50 install xz 5.6.2-1 51 install zstd 1.5.6-1 52 install libmpfr6 4.2.1-1 53 install libp11-kit0 0.23.20-1 54 install file 5.44-1 55 install bzip2 1.0.8-1 56 install libfdisk1 2.39.3-2 57 install coreutils 9.0-1 58 install getent 2.18.90-5 59 install rebase 4.6.6-1 60 install info 7.1-1 61 install _autorebase 001091-1 62 install groff 1.23.0-1 63 install gawk 5.3.0-1 64 install p11-kit-trust 0.23.20-1 65 install p11-kit 0.23.20-1 66 install tar 1.35-2 67 install util-linux 2.39.3-2 68 install findutils 4.10.0-1 69 install ca-certificates 2023.2.62_v7.0.401-2 70 install man-db 2.12.1-1 71 install base-files 4.3-3 72 install libssl3 3.0.14-1 73 install libssl1.1 1.1.1w-1 74 install openssl 3.0.14-1 Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/popt/libpopt-common/libpopt-common-1.19-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ncurses/terminfo/terminfo-6.5+20240427-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/tzdata/tzdata-2024a-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/cygwin/cygwin-3.5.3-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libiconv/libiconv2/libiconv2-1.17-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gettext/libintl8/libintl8-0.22.4-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ncurses/libncursesw10/libncursesw10-6.5+20240427-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/readline/libreadline7/libreadline7-8.2-2.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/bash/bash-5.2.21-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gcc/libgcc1/libgcc1-11.4.0-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/crypto-policies/crypto-policies-20190218-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/base-cygwin/base-cygwin-3.8-2.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/zstd/libzstd1/libzstd1-1.5.6-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/zlib/zlib0/zlib0-1.3.1-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/which/which-2.20-2.tar.bz2 Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/vim/vim-minimal/vim-minimal-9.0.2155-2.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/tzcode/tzcode-2024a-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/sed/sed-4.9-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/run/run-1.3.4-2.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ncurses/ncurses-6.5+20240427-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/mintty/mintty-3.7.1-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/login/login-1.13-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libuuid1/libuuid1-2.39.3-2.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libtasn1/libtasn1_6/libtasn1_6-4.14-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gcc/libstdc++6/libstdc++6-11.4.0-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libsmartcols1/libsmartcols1-2.39.3-2.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/popt/libpopt0/libpopt0-1.19-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libpipeline/libpipeline1/libpipeline1-1.5.6-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/pcre2/libpcre2_8_0/libpcre2_8_0-10.44-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/pcre/libpcre1/libpcre1-8.45-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/xz/liblzma5/liblzma5-5.6.2-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/lz4/liblz4_1/liblz4_1-1.9.4-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gmp/libgmp10/libgmp10-6.3.0-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gdbm/libgdbm6/libgdbm6-1.18.1-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libffi/libffi6/libffi6-3.2.1-2.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/bzip2/libbz2_1/libbz2_1-1.0.8-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libblkid1/libblkid1-2.39.3-2.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/attr/libattr1/libattr1-2.5.1-1.20.g0981a7bfe487.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libargp/libargp-20230708-2.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ipc-utils/ipc-utils-1.1-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/hostname/hostname-3.13-1.tar.bz2 Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gzip/gzip-1.13-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/editrights/editrights-1.04-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/diffutils/diffutils-3.10-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/dash/dash-0.5.12-5.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/alternatives/alternatives-1.26-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/uchardet/libuchardet0/libuchardet0-0.0.8-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/cygutils/cygutils-1.4.17-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/grep/grep-3.11-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/less/less-643-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/xz/xz-5.6.2-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/zstd/zstd-1.5.6-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/mpfr/libmpfr6/libmpfr6-4.2.1-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/p11-kit/libp11-kit0/libp11-kit0-0.23.20-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/file/file-5.44-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/bzip2/bzip2-1.0.8-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libfdisk1/libfdisk1-2.39.3-2.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/coreutils/coreutils-9.0-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/getent/getent-2.18.90-5.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/rebase/rebase-4.6.6-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/texinfo/info/info-7.1-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/_autorebase/_autorebase-001091-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/groff/groff-1.23.0-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gawk/gawk-5.3.0-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/p11-kit/p11-kit-trust/p11-kit-trust-0.23.20-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/p11-kit/p11-kit-0.23.20-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/tar/tar-1.35-2.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/util-linux-2.39.3-2.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/findutils/findutils-4.10.0-1.tar.xz Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/ca-certificates/ca-certificates-2023.2.62_v7.0.401-2.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/man-db/man-db-2.12.1-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/base-files/base-files-4.3-3.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/openssl/libssl3/libssl3-3.0.14-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/openssl/libssl1.1/libssl1.1-1.1.1w-1.tar.zst Downloaded C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/openssl/openssl-3.0.14-1.tar.zst Registry value set: HKEY_LOCAL_MACHINE\Software\Cygwin\setup\rootdir = "C:\Program" Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/popt/libpopt-common/libpopt-common-1.19-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ncurses/terminfo/terminfo-6.5+20240427-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/tzdata/tzdata-2024a-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/cygwin/cygwin-3.5.3-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libiconv/libiconv2/libiconv2-1.17-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gettext/libintl8/libintl8-0.22.4-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ncurses/libncursesw10/libncursesw10-6.5+20240427-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/readline/libreadline7/libreadline7-8.2-2.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/bash/bash-5.2.21-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gcc/libgcc1/libgcc1-11.4.0-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/crypto-policies/crypto-policies-20190218-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/base-cygwin/base-cygwin-3.8-2.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/zstd/libzstd1/libzstd1-1.5.6-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/zlib/zlib0/zlib0-1.3.1-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/which/which-2.20-2.tar.bz2 Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/vim/vim-minimal/vim-minimal-9.0.2155-2.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/tzcode/tzcode-2024a-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/sed/sed-4.9-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/run/run-1.3.4-2.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ncurses/ncurses-6.5+20240427-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/mintty/mintty-3.7.1-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/login/login-1.13-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libuuid1/libuuid1-2.39.3-2.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libtasn1/libtasn1_6/libtasn1_6-4.14-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gcc/libstdc++6/libstdc++6-11.4.0-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libsmartcols1/libsmartcols1-2.39.3-2.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/popt/libpopt0/libpopt0-1.19-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libpipeline/libpipeline1/libpipeline1-1.5.6-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/pcre2/libpcre2_8_0/libpcre2_8_0-10.44-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/pcre/libpcre1/libpcre1-8.45-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/xz/liblzma5/liblzma5-5.6.2-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/lz4/liblz4_1/liblz4_1-1.9.4-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gmp/libgmp10/libgmp10-6.3.0-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gdbm/libgdbm6/libgdbm6-1.18.1-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libffi/libffi6/libffi6-3.2.1-2.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/bzip2/libbz2_1/libbz2_1-1.0.8-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libblkid1/libblkid1-2.39.3-2.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/attr/libattr1/libattr1-2.5.1-1.20.g0981a7bfe487.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/libargp/libargp-20230708-2.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/ipc-utils/ipc-utils-1.1-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/hostname/hostname-3.13-1.tar.bz2 Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gzip/gzip-1.13-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/editrights/editrights-1.04-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/diffutils/diffutils-3.10-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/dash/dash-0.5.12-5.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/alternatives/alternatives-1.26-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/uchardet/libuchardet0/libuchardet0-0.0.8-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/cygutils/cygutils-1.4.17-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/grep/grep-3.11-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/less/less-643-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/xz/xz-5.6.2-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/zstd/zstd-1.5.6-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/mpfr/libmpfr6/libmpfr6-4.2.1-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/p11-kit/libp11-kit0/libp11-kit0-0.23.20-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/file/file-5.44-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/bzip2/bzip2-1.0.8-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/libfdisk1/libfdisk1-2.39.3-2.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/coreutils/coreutils-9.0-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/getent/getent-2.18.90-5.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/rebase/rebase-4.6.6-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/texinfo/info/info-7.1-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/_autorebase/_autorebase-001091-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/groff/groff-1.23.0-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/gawk/gawk-5.3.0-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/p11-kit/p11-kit-trust/p11-kit-trust-0.23.20-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/p11-kit/p11-kit-0.23.20-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/tar/tar-1.35-2.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/util-linux/util-linux-2.39.3-2.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/findutils/findutils-4.10.0-1.tar.xz Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/ca-certificates/ca-certificates-2023.2.62_v7.0.401-2.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/man-db/man-db-2.12.1-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/noarch/release/base-files/base-files-4.3-3.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/openssl/libssl3/libssl3-3.0.14-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/openssl/libssl1.1/libssl1.1-1.1.1w-1.tar.zst Extracting from file://C:\Program/ftp%3a%2f%2fftp-stud.hs-esslingen.de%2fpub%2fMirrors%2fsources.redhat.com%2fcygwin%2f/x86_64/release/openssl/openssl-3.0.14-1.tar.zst running: C:\Program\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash" running: C:\Program\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash" running: C:\Program\bin\bash.exe --norc --noprofile "/etc/postinstall/000-cygwin-post-install.sh" running: C:\Program\bin\bash.exe --norc --noprofile "/etc/postinstall/coreutils.sh" running: C:\Program\bin\bash.exe --norc --noprofile "/etc/postinstall/base-files-mketc.sh" running: C:\Program\bin\bash.exe --norc --noprofile "/etc/postinstall/base-files-profile.sh" running: C:\Program\bin\bash.exe --norc --noprofile "/etc/postinstall/p11-kit.sh" running: C:\Program\bin\bash.exe --norc --noprofile "/etc/postinstall/ca-certificates.sh" running: C:\Program\bin\bash.exe --norc --noprofile "/etc/postinstall/crypto-policies.sh" running: C:\Program\bin\bash.exe --norc --noprofile "/etc/postinstall/openssl.sh" can't run /etc/postinstall/openssl.sh: No such file running: C:\Program\bin\bash.exe --norc --noprofile "/etc/postinstall/man-db.sh" running: C:\Program\bin\bash.exe --norc --noprofile "/etc/postinstall/mintty.sh" running: C:\Program\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash" Ending cygwin install

C:\Users\administrateur>

pauby commented 3 months ago

@jccolson I have a few questions, and in advance, apologies for my confusion:

  1. You are using an unsupported version of Chocolatey CLI. Unsupported by Chocolatey themselves, and unsupported in this repository: 2024-06-26 09:47:13,528 3780 [INFO ] - Chocolatey v1.2.1. If you are a Chocolatey for Business customer, the latest 1.x version is supported by Chocolatey, but for this Community Packages repository, only the latest 2.x version is supported. If you are using Chocolatey open-source, then only the latest 2.x version is supported by Chocolatey. I'm not suggesting that upgrading will fix your issue, but it's something you should do.
  2. The issue you raised was about a space in cygRoot and I assumed this was the cyg-get package. But it appears the issue is with cyg-get software itself? Only the package is supported here. If the problem is with cyg-get software, please raise that with the software vendor / author.
jccolson commented 3 months ago

@pauby

  1. In my university, only version with status="Approved" are automatically deployed (puppet).
  2. I haven't find where the source are. The link "Software site" point to a invalid URL: https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/packages/cyg-get .
gep13 commented 3 months ago

The source files for cyg-get are here:

https://github.com/chocolatey-community/chocolatey-packages/tree/master/manual/cyg-get/tools

cyg-get is simply a PowerShell Script, that is installed using Install-ChocolateyPowershellCommand.

pauby commented 3 months ago

Searching further I found this issue. There are also comments on the package page that may help.

github-actions[bot] commented 1 month ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue will be closed in 14 days if it continues to be inactive.

Please do not add a comment to circumvent automatic closure unless you plan to help move it forward. Doing this may lead to the issue being closed immediately instead.

github-actions[bot] commented 3 weeks ago

Dear contributor,

As this issue seems to have been inactive for quite some time now, I've automatically closed it. If you feel this is a valid issue, please feel free to re-open the issue if/when a pull request has been added. Thank you for your contribution.