public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygwin Rsync x32 issue
@ 2020-12-13 22:49 Jim Brain
  0 siblings, 0 replies; 15+ messages in thread
From: Jim Brain @ 2020-12-13 22:49 UTC (permalink / raw)
  To: cygwin

I perused the archive and did not see anything noted about this, but 
please forgive me if it's been discussed.

Server: ubuntu 2004, running rsync 3.1.3 protocol version 31

client Windows 10 x64.

When calling rsync x64 3.2.4dev, transfer works fine.

When using rsync x32 3.2.4dev, downloaded last night, same transfer 
fails, with:

"

dup() in/out/err failed
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
[sender] _exit_cleanup(code=12, file=io.c, line=228): entered
rsync error: error in rsync protocol data stream (code 12) at io.c(228) 
[sender=3.2.4dev]
[sender] _exit_cleanup(code=12, file=io.c, line=228): about to call exit(12)

"

cwrsync fails in the same way.

Sadly, I would ignore and just use x64 rsync (as I normally do on my 
system here), but this is to set up a sync job for a elderly user who 
wants to update his web site and only has Windows x32 bit.

Any help would be most appreciated.  I can probably come up with an 
alternate solution (scp or zip/ftp) but rsync seemed a clean approach to 
ensuring his local version of the site and the web version stayed in sync.

Jim


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: cygwin Rsync x32 issue
  2021-02-18  6:35       ` Andrey Repin
@ 2021-02-18 21:50         ` Ken Brown
  0 siblings, 0 replies; 15+ messages in thread
From: Ken Brown @ 2021-02-18 21:50 UTC (permalink / raw)
  To: cygwin

On 2/18/2021 1:35 AM, Andrey Repin wrote:
> Greetings, Ken Brown!
> 
> I have a problem with rsync that sounds very similar to this one.
> Every. Damn. Time. I attempt to upload files to a server, first attempt always
> fail approx halfway through. No matter if I upload no files or a hundred of
> them.
> First attempt always fail. Then - immediately - I try again exactly same
> command and - lo and behold - it runs down to completion.
> 
> The error message is
> 
> sending incremental file list
> …
> attempt to hack rsync failed.
> rsync error: protocol incompatibility (code 2) at receiver.c(582) [receiver=3.1.0]
> 
> Strace http://www.rootdir.org/upload/Bugs/rsync.Cygwin-2021-02-18/rsync-20210218-085750.61.trace.xz

Sorry, no idea.

Ken

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: cygwin Rsync x32 issue
  2021-02-15  2:21     ` Ken Brown
  2021-02-15  2:48       ` Jim Brain
@ 2021-02-18  6:35       ` Andrey Repin
  2021-02-18 21:50         ` Ken Brown
  1 sibling, 1 reply; 15+ messages in thread
From: Andrey Repin @ 2021-02-18  6:35 UTC (permalink / raw)
  To: Ken Brown, cygwin

Greetings, Ken Brown!

I have a problem with rsync that sounds very similar to this one.
Every. Damn. Time. I attempt to upload files to a server, first attempt always
fail approx halfway through. No matter if I upload no files or a hundred of
them.
First attempt always fail. Then - immediately - I try again exactly same
command and - lo and behold - it runs down to completion.

The error message is

sending incremental file list
…
attempt to hack rsync failed.
rsync error: protocol incompatibility (code 2) at receiver.c(582) [receiver=3.1.0]

Strace http://www.rootdir.org/upload/Bugs/rsync.Cygwin-2021-02-18/rsync-20210218-085750.61.trace.xz


-- 
With best regards,
Andrey Repin
Thursday, February 18, 2021 1:00:56

Sorry for my terrible english...

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: cygwin Rsync x32 issue
  2021-02-16 12:30           ` Ken Brown
@ 2021-02-16 23:32             ` Jim Brain
  0 siblings, 0 replies; 15+ messages in thread
From: Jim Brain @ 2021-02-16 23:32 UTC (permalink / raw)
  To: cygwin

On 2/16/2021 6:30 AM, Ken Brown via Cygwin wrote:
>
> I just took a closer look at the CreateProcess failure and saw that it 
> was trying to start 64-bit ssh.  It looks like your problem is that 
> you forgot to install openssh in your 32-bit Cygwin installation.

Very much appreciated.  I went back and installed that and things 
started working. I can now move to the next step.

Many thanks,

Jim



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: cygwin Rsync x32 issue
  2021-02-15 23:18         ` Ken Brown
  2021-02-16  1:57           ` Jim Brain
@ 2021-02-16 12:30           ` Ken Brown
  2021-02-16 23:32             ` Jim Brain
  1 sibling, 1 reply; 15+ messages in thread
From: Ken Brown @ 2021-02-16 12:30 UTC (permalink / raw)
  To: cygwin

On 2/15/2021 6:18 PM, Ken Brown via Cygwin wrote:
> On 2/14/2021 9:48 PM, Jim Brain wrote:
>> On 2/14/2021 8:21 PM, Ken Brown via Cygwin wrote:
>>>
>>>
>>>   strace -o rsync.strace rsync...
>>>
>>> Then post rsync.strace somewhere where people can look at it.
>>
>> https://www.dropbox.com/s/v1n9i77jhq3b3zh/rsync.strace?dl=0
> 
> Thanks.  For the sake of comparison, could you also post the strace output from 
> a successful (64-bit) run?  I saw a suspicious CreateProcess failure, but I'd 
> like to be sure it doesn't occur in the successful run also.

I just took a closer look at the CreateProcess failure and saw that it was 
trying to start 64-bit ssh.  It looks like your problem is that you forgot to 
install openssh in your 32-bit Cygwin installation.

Ken

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: cygwin Rsync x32 issue
  2021-02-16  1:57           ` Jim Brain
@ 2021-02-16  2:11             ` Jim Brain
  0 siblings, 0 replies; 15+ messages in thread
From: Jim Brain @ 2021-02-16  2:11 UTC (permalink / raw)
  To: cygwin

On 2/15/2021 7:57 PM, Jim Brain wrote:
> I will directly email you a ZIP of the folder.  It's not big (some 
> small HTML files the guy manages) and a few script files.

Well, the files are not big, but I forgot I put a bin dir of cygwin in 
there, and I think I should share that as well.  SO, it's a bit bigger 
than I thought.

Jim

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: cygwin Rsync x32 issue
  2021-02-15 23:18         ` Ken Brown
@ 2021-02-16  1:57           ` Jim Brain
  2021-02-16  2:11             ` Jim Brain
  2021-02-16 12:30           ` Ken Brown
  1 sibling, 1 reply; 15+ messages in thread
From: Jim Brain @ 2021-02-16  1:57 UTC (permalink / raw)
  To: cygwin

On 2/15/2021 5:18 PM, Ken Brown via Cygwin wrote:
> On 2/14/2021 9:48 PM, Jim Brain wrote:
>> On 2/14/2021 8:21 PM, Ken Brown via Cygwin wrote:
>>>
>>>
>>>   strace -o rsync.strace rsync...
>>>
>>> Then post rsync.strace somewhere where people can look at it.
>>
>> https://www.dropbox.com/s/v1n9i77jhq3b3zh/rsync.strace?dl=0
>
> Thanks.  For the sake of comparison, could you also post the strace 
> output from a successful (64-bit) run?  I saw a suspicious 
> CreateProcess failure, but I'd like to be sure it doesn't occur in the 
> successful run also.
https://www.dropbox.com/s/lm8b8glkw2t9934/rsync64.strace?dl=0
>
> And is it possible for you to create a failing rsync command that 
> others could try to replicate?  There would be a better chance of 
> debugging this if I could run a failing rsync command under gdb.
I will directly email you a ZIP of the folder.  It's not big (some small 
HTML files the guy manages) and a few script files.
>
> I noticed some things about your PATH in the cygcheck output that you 
> posted.
>
> 1. Your PATH is very long.  Could you try simplifying it to see if 
> that helps? For example,
>
>   PATH=/usr/bin rsync...
Hmm, I can try.
>
> 2. Your PATH contains the /bin directories from both your 32-bit and 
> your 64-bit Cygwin installations.  I don't know if that's part of your 
> problem, but it's worth checking.
Yeah, this machine I normally run the 64 bit versions, but just opened a 
shell and prepended the 32 bit dir to test.
>
> 3. You have an environment variable APTH that looks suspiciously like 
> your PATH.  This may be irrelevant, but you probably don't want that.

That was me fatfingering #2



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: cygwin Rsync x32 issue
  2021-02-15  2:48       ` Jim Brain
@ 2021-02-15 23:18         ` Ken Brown
  2021-02-16  1:57           ` Jim Brain
  2021-02-16 12:30           ` Ken Brown
  0 siblings, 2 replies; 15+ messages in thread
From: Ken Brown @ 2021-02-15 23:18 UTC (permalink / raw)
  To: cygwin

On 2/14/2021 9:48 PM, Jim Brain wrote:
> On 2/14/2021 8:21 PM, Ken Brown via Cygwin wrote:
>>
>>
>>   strace -o rsync.strace rsync...
>>
>> Then post rsync.strace somewhere where people can look at it.
> 
> https://www.dropbox.com/s/v1n9i77jhq3b3zh/rsync.strace?dl=0

Thanks.  For the sake of comparison, could you also post the strace output from 
a successful (64-bit) run?  I saw a suspicious CreateProcess failure, but I'd 
like to be sure it doesn't occur in the successful run also.

And is it possible for you to create a failing rsync command that others could 
try to replicate?  There would be a better chance of debugging this if I could 
run a failing rsync command under gdb.

I noticed some things about your PATH in the cygcheck output that you posted.

1. Your PATH is very long.  Could you try simplifying it to see if that helps? 
For example,

   PATH=/usr/bin rsync...

2. Your PATH contains the /bin directories from both your 32-bit and your 64-bit 
Cygwin installations.  I don't know if that's part of your problem, but it's 
worth checking.

3. You have an environment variable APTH that looks suspiciously like your PATH. 
  This may be irrelevant, but you probably don't want that.

Ken

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: cygwin Rsync x32 issue
  2021-02-15  2:21     ` Ken Brown
@ 2021-02-15  2:48       ` Jim Brain
  2021-02-15 23:18         ` Ken Brown
  2021-02-18  6:35       ` Andrey Repin
  1 sibling, 1 reply; 15+ messages in thread
From: Jim Brain @ 2021-02-15  2:48 UTC (permalink / raw)
  To: cygwin

On 2/14/2021 8:21 PM, Ken Brown via Cygwin wrote:
>
>
>   strace -o rsync.strace rsync...
>
> Then post rsync.strace somewhere where people can look at it.

https://www.dropbox.com/s/v1n9i77jhq3b3zh/rsync.strace?dl=0

Jim


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: cygwin Rsync x32 issue
  2021-02-15  2:04   ` Jim Brain
@ 2021-02-15  2:21     ` Ken Brown
  2021-02-15  2:48       ` Jim Brain
  2021-02-18  6:35       ` Andrey Repin
  0 siblings, 2 replies; 15+ messages in thread
From: Ken Brown @ 2021-02-15  2:21 UTC (permalink / raw)
  To: cygwin

On 2/14/2021 9:04 PM, Jim Brain wrote:
> On 2/14/2021 6:01 PM, Ken Brown via Cygwin wrote:
>> On 2/13/2021 11:33 PM, Jim Brain wrote:
>>>
>>
>> There was a bug in Cygwin's implementation of fstatat(2) that was recently 
>> reported and fixed.  It affected 32-bit only.  On the chance that you've 
>> bumped into the same bug, you could try a snapshot of cygwin1.dll to see if 
>> that fixes the problem:
>>
>>   https://cygwin.com/snapshots/
> 
> Thanks for the idea.  I dloaded the new DLL, but no joy.  Same error.

OK, it was a long shot.

Please run the failing rsync command under strace, like this:

   strace -o rsync.strace rsync...

Then post rsync.strace somewhere where people can look at it.

Ken

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: cygwin Rsync x32 issue
  2021-02-15  0:01 ` Ken Brown
@ 2021-02-15  2:04   ` Jim Brain
  2021-02-15  2:21     ` Ken Brown
  0 siblings, 1 reply; 15+ messages in thread
From: Jim Brain @ 2021-02-15  2:04 UTC (permalink / raw)
  To: cygwin

On 2/14/2021 6:01 PM, Ken Brown via Cygwin wrote:
> On 2/13/2021 11:33 PM, Jim Brain wrote:
>>
>
> There was a bug in Cygwin's implementation of fstatat(2) that was 
> recently reported and fixed.  It affected 32-bit only.  On the chance 
> that you've bumped into the same bug, you could try a snapshot of 
> cygwin1.dll to see if that fixes the problem:
>
>   https://cygwin.com/snapshots/

Thanks for the idea.  I dloaded the new DLL, but no joy.  Same error.



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: cygwin Rsync x32 issue
  2021-02-14  4:33 Jim Brain
  2021-02-14  5:39 ` Brian Inglis
@ 2021-02-15  0:01 ` Ken Brown
  2021-02-15  2:04   ` Jim Brain
  1 sibling, 1 reply; 15+ messages in thread
From: Ken Brown @ 2021-02-15  0:01 UTC (permalink / raw)
  To: cygwin

On 2/13/2021 11:33 PM, Jim Brain wrote:
> I perused the archive and did not see anything noted about this, but please 
> forgive me if it's been discussed.
> 
> Server: ubuntu 2004, running rsync 3.1.3 protocol version 31
> 
> client Windows 10 x64.
> 
> When calling rsync x64 3.2.4dev, transfer works fine.
> 
> When using rsync x32 3.2.4dev, downloaded last night, same transfer fails, with:
> 
> "
> 
> dup() in/out/err failed
> rsync: connection unexpectedly closed (0 bytes received so far) [sender]
> [sender] _exit_cleanup(code=12, file=io.c, line=228): entered
> rsync error: error in rsync protocol data stream (code 12) at io.c(228) 
> [sender=3.2.4dev]
> [sender] _exit_cleanup(code=12, file=io.c, line=228): about to call exit(12)
> 
> "
> 
> cwrsync fails in the same way.
> 
> Sadly, I would ignore and just use x64 rsync (as I normally do on my system 
> here), but this is to set up a sync job for a elderly user who wants to update 
> his web site and only has Windows x32 bit.
> 
> Any help would be most appreciated.  I can probably come up with an alternate 
> solution (scp or zip/ftp) but rsync seemed a clean approach to ensuring his 
> local version of the site and the web version stayed in sync.

There was a bug in Cygwin's implementation of fstatat(2) that was recently 
reported and fixed.  It affected 32-bit only.  On the chance that you've bumped 
into the same bug, you could try a snapshot of cygwin1.dll to see if that fixes 
the problem:

   https://cygwin.com/snapshots/

Ken

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: cygwin Rsync x32 issue
  2021-02-14  5:39 ` Brian Inglis
@ 2021-02-14  5:55   ` Jim Brain
  0 siblings, 0 replies; 15+ messages in thread
From: Jim Brain @ 2021-02-14  5:55 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 3528 bytes --]

On 2/13/2021 11:39 PM, Brian Inglis wrote:
>
> Rsync is how Cygwin mirrors are maintained, so simple issues would 
> have been reported, and checking would report mirror failures.
I understand, though I have a feeling 32bit rsync is not used any 
longer, given that most folks are on 64 bit now.
>
> Please provide some info about your system per 
> https://cygwin.com/problems.html
> by running and attaching the output file as a text attachment to your 
> reply:
>
> $ cygcheck -hrsv > cygcheck.log
Attached.
>
> What edition and release of Win10 are you running? Home/Pro/... and e.g.
>
> $ regtool list -v 
> /proc/registry/HKEY_LOCAL_MACHINE/SYSTEM/Software/Microsoft/
> CTF\ ()
> BuildLab (REG_SZ) = "18362.19h1_release.190318-1202"
> BuildLabEx (REG_SZ) = "18362.1.amd64fre.19h1_release.190318-1202"
BuildLab (REG_SZ) = "19041.vb_release.191206-1406"
BuildLabEx (REG_SZ) = "19041.1.amd64fre.vb_release.191206-1406"
>
> What is your cygwin release from uname or /proc/version e.g.
>
> $ uname -srvmo
> CYGWIN_NT-10.0 3.1.7(0.340/5/3) 2020-08-22 17:48 x86_64 Cygwin
> $ head /proc/version
> CYGWIN_NT-10.0-18363 version 3.1.7-340.x86_64 (corinna@calimero) (gcc 
> version 9.3.0 20200312 (Fedora Cygwin 9.3.0-1) (GCC) ) 2020-08-22 
> 17:48 UTC

CYGWIN_NT-10.0-WOW 3.1.7(0.340/5/3) 2020-08-22 19:03 i686 Cygwin

CYGWIN_NT-10.0-19042-WOW64 version 3.1.7-340.i686 (corinna@calimero) 
(gcc version 9.3.0 20200312 (Fedora Cygwin 9.3.0-1) (GCC) ) 2020-08-22 
19:03 UTC

>
> What rsync version are you using e.g.
>
> $ rsync --version
> rsync  version 3.2.4dev  protocol version 31
> Copyright (C) 1996-2020 by Andrew Tridgell, Wayne Davison, and others.
> Web site: https://rsync.samba.org/
> Capabilities:
>     64-bit files, 64-bit inums, *64-bit timestamps*, 64-bit long ints,
>     socketpairs, hardlinks, no hardlink-specials, symlinks, IPv6, atimes,
>     batchfiles, inplace, append, ACLs, xattrs, optional protect-args, 
> iconv,
>     symtimes, prealloc, stop-at, no crtimes
> Optimizations:
>     no SIMD, asm, openssl-crypto
> Checksum list:
>     *xxh128 xxh3 xxh64 (xxhash)* md5 md4 none
> Compress list:
>     zstd lz4 zlibx zlib none

>
> Cygwin 32 shows differences flagged above and below:
>
> $ rsync --version
> rsync  version 3.2.4dev  protocol version 31
> Copyright (C) 1996-2020 by Andrew Tridgell, Wayne Davison, and others.
> Web site: https://rsync.samba.org/
> Capabilities:
>     64-bit files, 64-bit inums, *32-bit timestamps*, 64-bit long ints,
>     socketpairs, hardlinks, no hardlink-specials, symlinks, IPv6, atimes,
>     batchfiles, inplace, append, ACLs, xattrs, optional protect-args, 
> iconv,
>     symtimes, prealloc, stop-at, no crtimes
> Optimizations:
>     no SIMD, no asm, openssl-crypto
> Checksum list:
>     md5 md4 none
> Compress list:
>     zstd lz4 zlibx zlib none
>
sh-4.4$ rsync --version
rsync  version 3.2.4dev  protocol version 31
Copyright (C) 1996-2020 by Andrew Tridgell, Wayne Davison, and others.
Web site: https://rsync.samba.org/
Capabilities:
     64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
     socketpairs, hardlinks, no hardlink-specials, symlinks, IPv6, atimes,
     batchfiles, inplace, append, ACLs, xattrs, optional protect-args, 
iconv,
     symtimes, prealloc, stop-at, no crtimes
Optimizations:
     no SIMD, no asm, openssl-crypto
Checksum list:
     md5 md4 none
Compress list:
     zstd lz4 zlibx zlib none

Jim

-- 
Jim Brain
brain@jbrain.com
www.jbrain.com


[-- Attachment #2: cygcheck.log --]
[-- Type: text/plain, Size: 88438 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Sat Feb 13 23:49:57 2021

Windows 10 Professional Ver 10.0 Build 19042 

Running under WOW64 on AMD64

Path:	C:\tools\cygwin\bin
	C:\Program Files (x86)\VMware\VMware Player\bin
	C:\tools\avr-gcc_7.3.0\bin
	C:\Program Files (x86)\Intel\iCLS Client
	C:\Program Files\Intel\iCLS Client
	C:\Program Files (x86)\Common Files\Oracle\Java\javapath
	C:\tools\Python27
	C:\tools\Python27\Scripts
	C:\ProgramData\Oracle\Java\javapath
	C:\windows\system32
	C:\windows
	C:\windows\system32\wbem
	C:\windows\system32\windowspowershell\v1.0
	C:\program files (x86)\winmerge
	C:\tools\cygwin64\bin
	C:\tools\bin
	C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin
	C:\Program Files (x86)\Atmel\Flip 3.4.7\bin
	C:\Program Files\opencbm
	C:\tools\cc65\bin
	C:\tools\Espressif\xtensa-lx106-elf\bin
	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\System32\Wbem
	C:\WINDOWS\System32\WindowsPowerShell\v1.0
	C:\tools\opencbm\bin
	C:\tools\cygwin64\usr\local\gcc6809\bin
	C:\tools\WinVICE-2.2-x86
	C:\tools\cmoc-win32\bin
	C:\Program Files\Git\cmd
	C:\Program Files (x86)\sigrok\sigrok-cli
	C:\WINDOWS\System32\OpenSSH
	C:\tools\dasm\bin
	C:\tools\msys32
	C:\Program Files\nodejs
	C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin
	C:\Program Files\IVI Foundation\VISA\Win64\Bin
	C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin
	C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL
	C:\Program Files\Intel\Intel(R) Management Engine Components\DAL
	C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
	C:\Program Files\Intel\Intel(R) Management Engine Components\IPT
	C:\Program Files\WIDCOMM\Bluetooth Software
	C:\Program Files\WIDCOMM\Bluetooth Software\syswow64
	C:\Program Files\TortoiseSVN\bin
	C:\Program Files\TortoiseGit\bin
	C:\Program Files\Docker\Docker\resources\bin
	C:\ProgramData\DockerDesktop\version-bin
	C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn
	C:\Program Files (x86)\Microsoft SQL Server\150\Tools\Binn
	C:\Program Files\Microsoft SQL Server\150\Tools\Binn
	C:\Program Files\Microsoft SQL Server\150\DTS\Binn
	C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn
	C:\Program Files\Azure Data Studio\bin
	C:\Program Files\Microchip\xc8\v2.31\bin
	C:\Program Files\Microchip\xc16\v1.61\bin
	C:\Program Files\Microchip\xc32\v2.50\bin
	C:\tools\Ruby27-x64\bin
	C:\tools\Wincupl\WINCUPL\EXE
	C:\tools\Wincupl\WINCUPL\FITTERS
	C:\Users\brain\AppData\Local\Microsoft\WindowsApps
	C:\Users\brain\AppData\Local\GitHubDesktop\bin
	C:\tools\toolshed
	C:\Program Files\Azure Data Studio\bin
	C:\tools\cygwin64\usr\local\bin

Output from C:\tools\cygwin\bin\id.exe
UID: 197609(brain)             GID: 197121(None)
197121(None)                   197621(docker-users)
559(Performance Log Users)     545(Users)
4(INTERACTIVE)                 66049(CONSOLE LOGON)
11(Authenticated Users)        15(This Organization)
113(Local account)             4095(CurrentSession)
66048(LOCAL)                   262154(NTLM Authentication)
401408(Medium Mandatory Level)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

Here's some environment variables that may affect cygwin:
PWD = '/usr/bin'
HOME = '/home/brain'

Here's the rest of your environment variables:
USERDOMAIN = 'CALVIN'
OS = 'Windows_NT'
COMMONPROGRAMFILES = 'C:\Program Files (x86)\Common Files'
PROCESSOR_LEVEL = '6'
FITTERDIR = 'C:\tools\Wincupl\Wincupl\Fitters'
PSModulePath = 'C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files (x86)\Microsoft SQL Server\150\Tools\PowerShell\Modules\'
PROCESSOR_ARCHITEW6432 = 'AMD64'
CommonProgramW6432 = 'C:\Program Files\Common Files'
!ExitCode = '00000000'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
PUBLIC = 'C:\Users\Public'
USERNAME = 'brain'
MOZ_PLUGIN_PATH = 'C:\PROGRAM FILES (X86)\FOXIT SOFTWARE\FOXIT READER\plugins\'
LOGONSERVER = '\\CALVIN'
PROCESSOR_ARCHITECTURE = 'x86'
LOCALAPPDATA = 'C:\Users\brain\AppData\Local'
COMPUTERNAME = 'CALVIN'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Users\brain'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW'
SYSTEMROOT = 'C:\WINDOWS'
USERDOMAIN_ROAMINGPROFILE = 'CALVIN'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 60 Stepping 3, GenuineIntel'
OneDriveConsumer = 'C:\Users\brain\OneDrive'
TMP = '/cygdrive/c/Users/brain/AppData/Local/Temp'
VIM_EXE_DIR = 'C:\Program Files (x86)\Vim\vim74'
OneDrive = 'C:\Users\brain\OneDrive'
!C: = 'C:\tools\cygwin\bin'
PROCESSOR_REVISION = '3c03'
KISYSMOD = 'C:\Program Files\KiCad\share\kicad\modules'
KICAD_PTEMPLATES = 'C:\Program Files\KiCad\share\kicad\template'
PROMPT = '$P$G'
NUMBER_OF_PROCESSORS = '8'
ProgramW6432 = 'C:\Program Files'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
APPDATA = 'C:\Users\brain\AppData\Roaming'
TERM = 'xterm-256color'
VXIPNPPATH = 'C:\Program Files (x86)\IVI Foundation\VISA\'
NIEXTCCOMPILERSUPP = 'C:\Program Files (x86)\National Instruments\Shared\ExternalCompilerSupport\C\'
WINDIR = 'C:\WINDOWS'
CARBON_MEM_DISABLE = '1'
ProgramData = 'C:\ProgramData'
SHLVL = '1'
IDF_PATH = '/c/tools/esp-idf'
PROGRAMFILES = 'C:\Program Files (x86)'
ALLUSERSPROFILE = 'C:\ProgramData'
TEMP = '/cygdrive/c/Users/brain/AppData/Local/Temp'
APTH = 'c:\tools\cygwin\bin;C:\Program Files (x86)\VMware\VMware Player\bin\;C:\tools\avr-gcc_7.3.0\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\tools\Python27\;C:\tools\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\windows\system32\windowspowershell\v1.0\;c:\program files (x86)\winmerge;c:\tools\cygwin64\bin;c:\tools\bin;C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin;C:\Program Files (x86)\Atmel\Flip 3.4.7\bin;c:\Program Files\opencbm;C:\tools\cc65\bin;C:\tools\Espressif\xtensa-lx106-elf\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;c:\tools\opencbm\bin;C:\tools\cygwin64\usr\local\gcc6809\bin;C:\tools\WinVICE-2.2-x86;C:\tools\cmoc-win32\bin;C:\Program Files\Git\cmd;C:\Program Files (x86)\sigrok\sigrok-cli;C:\WINDOWS\System32\OpenSSH\;C:\tools\dasm\bin;C:\tools\msys32;C:\Program Files\nodejs\;C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin\;C:\Program Files\IVI Foundation\VISA\Win64\Bin\;C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\Azure Data Studio\bin;C:\Program Files\Microchip\xc8\v2.31\bin;C:\Program Files\Microchip\xc16\v1.61\bin;C:\Program Files\Microchip\xc32\v2.50\bin;C:\tools\Ruby27-x64\bin;C:\tools\Wincupl\WINCUPL\EXE;C:\tools\Wincupl\WINCUPL\FITTERS;C:\Users\brain\AppData\Local\Microsoft\WindowsApps;C:\Users\brain\AppData\Local\GitHubDesktop\bin;C:\tools\toolshed;C:\Program Files\Azure Data Studio\bin;c:\tools\cygwin64\usr\local\bin;'
NO_XILINX_DATA_LICENSE = 'HIDDEN'
DriverData = 'C:\Windows\System32\Drivers\DriverData'
asl.log = 'Destination=file'
SESSIONNAME = 'Console'
VXIPNPPATH64 = 'C:\Program Files\IVI Foundation\VISA\'
ProgramFiles(x86) = 'C:\Program Files (x86)'
KISYS3DMOD = 'C:\Program Files\KiCad\share\kicad\modules\packages3d'
HOMEDRIVE = 'C:'
HOMEPATH = '\Users\brain'
VBOX_MSI_INSTALL_PATH = 'C:\Program Files\Oracle\VirtualBox\'
RUBYOPT = '-Eutf-8'
_ = '/usr/bin/cygcheck'

Scanning registry for keys with 'Cygwin' in them...
HKEY_CURRENT_USER\SOFTWARE\Cygwin
HKEY_CURRENT_USER\SOFTWARE\Cygwin\Installations
  (default) = '\??\c:\tools\cygwin64'
  2fca8397e7751cdd = '\??\C:\temp\bob'
  c3851c815b7231fc = '\??\C:\tools\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\tools\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\tools\cygwin'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: c3851c815b7231fc Path: C:\tools\cygwin
  User:   Key: 64b4e3cb36430efa Path: c:\tools\cygwin64
  User:   Key: 2fca8397e7751cdd Path: C:\temp\bob
  User:   Key: c3851c815b7231fc Path: C:\tools\cygwin

Listing available drives...
Drv Type          Size   Used Flags              Name
a:  fd             N/A    N/A                       
c:  hd  NTFS    952742Mb  61% CP CS UN PA FC    QU  
d:  hd  NTFS   1907727Mb  45% CP CS UN PA FC    QU  Data
e:  cd             N/A    N/A                       
j:  net NTFS   2861073Mb  51% CP CS UN PA       QU  samba
s:  fd  FAT32   125872Mb  56% CP    UN              
z:  net NTFS    233606Mb  92% CP CS UN PA       QU  brain

fd = floppy,          hd = hard drive,       cd = CD-ROM
net= Network Share,   ram= RAM drive,        unk= Unknown
CP = Case Preserving, CS = Case Sensitive,   UN = Unicode
PA = Persistent ACLS, FC = File Compression, VC = Volume Compression

Mount entries: these map POSIX directories to your NT drives.
-NT-                 -POSIX-    -Type-  -Flags-
C:\tools\cygwin      /          system  binary,auto
C:\tools\cygwin\bin  /usr/bin   system  binary,auto
C:\tools\cygwin\lib  /usr/lib   system  binary,auto
cygdrive prefix      /cygdrive  user    binary,posix=0,auto

Looking to see where common programs can be found, if at all...
Found: C:\tools\cygwin\bin\awk
Found: C:\tools\cygwin64\bin\awk
Warning: C:\tools\cygwin\bin\awk hides C:\tools\cygwin64\bin\awk
 -> C:\tools\cygwin\bin\gawk.exe
Found: C:\tools\cygwin\bin\bash.exe
Found: C:\tools\cygwin64\bin\bash.exe
Warning: C:\tools\cygwin\bin\bash.exe hides C:\tools\cygwin64\bin\bash.exe
Found: C:\tools\cygwin\bin\cat.exe
Found: C:\tools\cygwin64\bin\cat.exe
Warning: C:\tools\cygwin\bin\cat.exe hides C:\tools\cygwin64\bin\cat.exe
Found: C:\windows\system32\certutil.exe
Found: C:\WINDOWS\system32\certutil.exe
Not Found: clinfo
Found: C:\windows\system32\comp.exe
Found: C:\WINDOWS\system32\comp.exe
Found: C:\windows\system32\convert.exe
Found: C:\WINDOWS\system32\convert.exe
Found: C:\tools\cygwin\bin\cp.exe
Found: C:\tools\cygwin64\bin\cp.exe
Warning: C:\tools\cygwin\bin\cp.exe hides C:\tools\cygwin64\bin\cp.exe
Found: C:\tools\cygwin64\bin\cpp.exe
Not Found: crontab
Found: C:\windows\system32\curl.exe
Found: C:\WINDOWS\system32\curl.exe
Found: C:\tools\cygwin\bin\expand.exe
Found: C:\windows\system32\expand.exe
Warning: C:\tools\cygwin\bin\expand.exe hides C:\windows\system32\expand.exe
Found: C:\tools\cygwin64\bin\expand.exe
Warning: C:\tools\cygwin\bin\expand.exe hides C:\tools\cygwin64\bin\expand.exe
Found: C:\WINDOWS\system32\expand.exe
Warning: C:\tools\cygwin\bin\expand.exe hides C:\WINDOWS\system32\expand.exe
Found: C:\tools\cygwin\bin\find.exe
Found: C:\windows\system32\find.exe
Warning: C:\tools\cygwin\bin\find.exe hides C:\windows\system32\find.exe
Found: C:\tools\cygwin64\bin\find.exe
Warning: C:\tools\cygwin\bin\find.exe hides C:\tools\cygwin64\bin\find.exe
Found: C:\WINDOWS\system32\find.exe
Warning: C:\tools\cygwin\bin\find.exe hides C:\WINDOWS\system32\find.exe
Found: C:\windows\system32\ftp.exe
Found: C:\tools\cygwin64\bin\ftp.exe
Warning: C:\windows\system32\ftp.exe hides C:\tools\cygwin64\bin\ftp.exe
Found: C:\WINDOWS\system32\ftp.exe
Found: C:\Program Files\WIDCOMM\Bluetooth Software\ftp
Warning: C:\windows\system32\ftp.exe hides C:\Program Files\WIDCOMM\Bluetooth Software\ftp
Found: C:\tools\cygwin64\bin\gcc.exe
Not Found: gdb
Found: C:\tools\cygwin\bin\grep.exe
Found: C:\tools\cygwin64\bin\grep.exe
Warning: C:\tools\cygwin\bin\grep.exe hides C:\tools\cygwin64\bin\grep.exe
Found: C:\tools\cygwin\bin\hostname.exe
Found: C:\windows\system32\hostname.exe
Warning: C:\tools\cygwin\bin\hostname.exe hides C:\windows\system32\hostname.exe
Found: C:\tools\cygwin64\bin\hostname.exe
Warning: C:\tools\cygwin\bin\hostname.exe hides C:\tools\cygwin64\bin\hostname.exe
Found: C:\WINDOWS\system32\hostname.exe
Warning: C:\tools\cygwin\bin\hostname.exe hides C:\WINDOWS\system32\hostname.exe
Found: C:\tools\cygwin\bin\kill.exe
Found: C:\tools\cygwin64\bin\kill.exe
Warning: C:\tools\cygwin\bin\kill.exe hides C:\tools\cygwin64\bin\kill.exe
Not Found: klist
Found: C:\tools\cygwin64\bin\ld.exe
Found: C:\tools\cygwin\bin\ls.exe
Found: C:\tools\cygwin64\bin\ls.exe
Warning: C:\tools\cygwin\bin\ls.exe hides C:\tools\cygwin64\bin\ls.exe
Found: C:\tools\cygwin64\bin\make.exe
Found: C:\tools\cygwin\bin\mv.exe
Found: C:\tools\cygwin64\bin\mv.exe
Warning: C:\tools\cygwin\bin\mv.exe hides C:\tools\cygwin64\bin\mv.exe
Found: C:\windows\system32\nslookup.exe
Found: C:\WINDOWS\system32\nslookup.exe
Found: C:\tools\cygwin64\bin\patch.exe
Found: C:\tools\cygwin64\bin\perl.exe
Found: C:\windows\system32\replace.exe
Found: C:\WINDOWS\system32\replace.exe
Found: C:\tools\cygwin\bin\rm.exe
Found: C:\tools\cygwin64\bin\rm.exe
Warning: C:\tools\cygwin\bin\rm.exe hides C:\tools\cygwin64\bin\rm.exe
Found: C:\tools\cygwin\bin\sed.exe
Found: C:\tools\cygwin64\bin\sed.exe
Warning: C:\tools\cygwin\bin\sed.exe hides C:\tools\cygwin64\bin\sed.exe
Found: C:\tools\cygwin\bin\sh.exe
Found: C:\tools\cygwin64\bin\sh.exe
Warning: C:\tools\cygwin\bin\sh.exe hides C:\tools\cygwin64\bin\sh.exe
Found: C:\windows\system32\shutdown.exe
Found: C:\WINDOWS\system32\shutdown.exe
Found: C:\tools\cygwin\bin\sort.exe
Found: C:\windows\system32\sort.exe
Warning: C:\tools\cygwin\bin\sort.exe hides C:\windows\system32\sort.exe
Found: C:\tools\cygwin64\bin\sort.exe
Warning: C:\tools\cygwin\bin\sort.exe hides C:\tools\cygwin64\bin\sort.exe
Found: C:\WINDOWS\system32\sort.exe
Warning: C:\tools\cygwin\bin\sort.exe hides C:\WINDOWS\system32\sort.exe
Found: C:\tools\cygwin64\bin\ssh.exe
Found: C:\tools\cygwin\bin\tar.exe
Found: C:\windows\system32\tar.exe
Warning: C:\tools\cygwin\bin\tar.exe hides C:\windows\system32\tar.exe
Found: C:\tools\cygwin64\bin\tar.exe
Warning: C:\tools\cygwin\bin\tar.exe hides C:\tools\cygwin64\bin\tar.exe
Found: C:\WINDOWS\system32\tar.exe
Warning: C:\tools\cygwin\bin\tar.exe hides C:\WINDOWS\system32\tar.exe
Found: C:\tools\cygwin\bin\test.exe
Found: C:\tools\cygwin64\bin\test.exe
Warning: C:\tools\cygwin\bin\test.exe hides C:\tools\cygwin64\bin\test.exe
Found: C:\tools\cygwin\bin\timeout.exe
Found: C:\windows\system32\timeout.exe
Warning: C:\tools\cygwin\bin\timeout.exe hides C:\windows\system32\timeout.exe
Found: C:\tools\cygwin64\bin\timeout.exe
Warning: C:\tools\cygwin\bin\timeout.exe hides C:\tools\cygwin64\bin\timeout.exe
Found: C:\WINDOWS\system32\timeout.exe
Warning: C:\tools\cygwin\bin\timeout.exe hides C:\WINDOWS\system32\timeout.exe
Found: C:\tools\cygwin\bin\vi.exe
Found: C:\tools\cygwin64\bin\vi.exe
Warning: C:\tools\cygwin\bin\vi.exe hides C:\tools\cygwin64\bin\vi.exe
Not Found: vim
Found: C:\tools\cygwin\bin\whoami.exe
Found: C:\windows\system32\whoami.exe
Warning: C:\tools\cygwin\bin\whoami.exe hides C:\windows\system32\whoami.exe
Found: C:\tools\cygwin64\bin\whoami.exe
Warning: C:\tools\cygwin\bin\whoami.exe hides C:\tools\cygwin64\bin\whoami.exe
Found: C:\WINDOWS\system32\whoami.exe
Warning: C:\tools\cygwin\bin\whoami.exe hides C:\WINDOWS\system32\whoami.exe

Looking for various Cygwin DLLs...  (-v gives version info)
   39k 2016/09/19 .\cygargp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygargp-0.dll" v0.0 ts=2016-09-18 20:25
   19k 2018/12/20 .\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2018-12-20 03:49
  282k 2020/04/06 .\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2020-04-06 00:24
   66k 2019/07/21 .\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2019-07-21 18:08
 2329k 2020/04/08 .\cygcrypto-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.1.dll" v0.0 ts=2020-04-08 13:02
  395k 2020/04/06 .\cygfdisk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfdisk-1.dll" v0.0 ts=2020-04-06 00:24
   27k 2015/01/02 .\cygffi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-6.dll" v0.0 ts=2015-01-01 19:11
   61k 2019/07/28 .\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2019-07-28 12:45
  112k 2020/09/12 .\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2020-09-12 06:49
   52k 2019/07/10 .\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2019-07-10 09:14
  518k 2020/11/16 .\cyggmp-10.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-10.dll" v0.0 ts=2020-11-16 11:56
   34k 2017/02/13 .\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2017-02-11 16:26
 1009k 2020/07/13 .\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2020-07-13 07:57
   42k 2016/10/23 .\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2016-10-23 01:19
   74k 2017/09/04 .\cyglz4-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglz4-1.dll" v0.0 ts=2017-09-03 19:59
  160k 2019/07/21 .\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2019-07-21 18:17
  161k 2020/10/29 .\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2020-10-29 15:40
  173k 2018/02/04 .\cygman-2-7-6-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygman-2-7-6-1.dll" v0.0 ts=2018-02-04 00:25
   22k 2018/02/04 .\cygmandb-2-7-6-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmandb-2-7-6-1.dll" v0.0 ts=2018-02-04 00:25
   30k 2019/07/28 .\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2019-07-28 12:44
 2791k 2020/07/11 .\cygmpfr-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-6.dll" v0.0 ts=2020-07-11 08:36
  330k 2019/07/28 .\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2019-07-28 12:42
 1085k 2020/03/27 .\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygp11-kit-0.dll" v0.0 ts=2020-03-27 16:51
   15k 2019/07/28 .\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2019-07-28 12:43
  472k 2020/03/29 .\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-1.dll" v0.0 ts=2020-03-29 16:50
   43k 2019/09/12 .\cygpipeline-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpipeline-1.dll" v0.0 ts=2019-09-12 14:17
   43k 2016/07/13 .\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2016-07-13 00:17
  223k 2017/02/13 .\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2017-02-11 16:26
   11k 2015/07/17 .\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2015-07-17 16:33
  172k 2020/04/06 .\cygsmartcols-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsmartcols-1.dll" v0.0 ts=2020-04-06 00:23
  526k 2020/04/08 .\cygssl-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.1.dll" v0.0 ts=2020-04-08 13:02
 1832k 2020/09/12 .\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2020-09-12 06:56
   72k 2019/07/29 .\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-6.dll" v0.0 ts=2019-07-28 21:13
   59k 2019/07/28 .\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2019-07-28 12:42
   27k 2020/04/06 .\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2020-04-06 00:23
   87k 2017/03/03 .\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2017-03-03 15:51
  660k 2020/05/24 .\cygzstd-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygzstd-1.dll" v0.0 ts=2020-05-24 08:35
 3250k 2020/08/22 .\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2020-08-22 14:03
    Cygwin DLL version info:
        DLL version: 3.1.7
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 340
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5

   39k 2016/09/19 C:\tools\cygwin\bin\cygargp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygargp-0.dll" v0.0 ts=2016-09-18 20:25
   19k 2018/12/20 C:\tools\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2018-12-20 03:49
  282k 2020/04/06 C:\tools\cygwin\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2020-04-06 00:24
   66k 2019/07/21 C:\tools\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2019-07-21 18:08
 2329k 2020/04/08 C:\tools\cygwin\bin\cygcrypto-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.1.dll" v0.0 ts=2020-04-08 13:02
  395k 2020/04/06 C:\tools\cygwin\bin\cygfdisk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfdisk-1.dll" v0.0 ts=2020-04-06 00:24
   27k 2015/01/02 C:\tools\cygwin\bin\cygffi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-6.dll" v0.0 ts=2015-01-01 19:11
   61k 2019/07/28 C:\tools\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2019-07-28 12:45
  112k 2020/09/12 C:\tools\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2020-09-12 06:49
   52k 2019/07/10 C:\tools\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2019-07-10 09:14
  518k 2020/11/16 C:\tools\cygwin\bin\cyggmp-10.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-10.dll" v0.0 ts=2020-11-16 11:56
   34k 2017/02/13 C:\tools\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2017-02-11 16:26
 1009k 2020/07/13 C:\tools\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2020-07-13 07:57
   42k 2016/10/23 C:\tools\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2016-10-23 01:19
   74k 2017/09/04 C:\tools\cygwin\bin\cyglz4-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglz4-1.dll" v0.0 ts=2017-09-03 19:59
  160k 2019/07/21 C:\tools\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2019-07-21 18:17
  161k 2020/10/29 C:\tools\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2020-10-29 15:40
  173k 2018/02/04 C:\tools\cygwin\bin\cygman-2-7-6-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygman-2-7-6-1.dll" v0.0 ts=2018-02-04 00:25
   22k 2018/02/04 C:\tools\cygwin\bin\cygmandb-2-7-6-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmandb-2-7-6-1.dll" v0.0 ts=2018-02-04 00:25
   30k 2019/07/28 C:\tools\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2019-07-28 12:44
 2791k 2020/07/11 C:\tools\cygwin\bin\cygmpfr-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-6.dll" v0.0 ts=2020-07-11 08:36
  330k 2019/07/28 C:\tools\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2019-07-28 12:42
 1085k 2020/03/27 C:\tools\cygwin\bin\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygp11-kit-0.dll" v0.0 ts=2020-03-27 16:51
   15k 2019/07/28 C:\tools\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2019-07-28 12:43
  472k 2020/03/29 C:\tools\cygwin\bin\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-1.dll" v0.0 ts=2020-03-29 16:50
   43k 2019/09/12 C:\tools\cygwin\bin\cygpipeline-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpipeline-1.dll" v0.0 ts=2019-09-12 14:17
   43k 2016/07/13 C:\tools\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2016-07-13 00:17
  223k 2017/02/13 C:\tools\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2017-02-11 16:26
   11k 2015/07/17 C:\tools\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2015-07-17 16:33
  172k 2020/04/06 C:\tools\cygwin\bin\cygsmartcols-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsmartcols-1.dll" v0.0 ts=2020-04-06 00:23
  526k 2020/04/08 C:\tools\cygwin\bin\cygssl-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.1.dll" v0.0 ts=2020-04-08 13:02
 1832k 2020/09/12 C:\tools\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2020-09-12 06:56
   72k 2019/07/29 C:\tools\cygwin\bin\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-6.dll" v0.0 ts=2019-07-28 21:13
   59k 2019/07/28 C:\tools\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2019-07-28 12:42
   27k 2020/04/06 C:\tools\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2020-04-06 00:23
   87k 2017/03/03 C:\tools\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2017-03-03 15:51
  660k 2020/05/24 C:\tools\cygwin\bin\cygzstd-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygzstd-1.dll" v0.0 ts=2020-05-24 08:35
 3250k 2020/08/22 C:\tools\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2020-08-22 14:03
    Cygwin DLL version info:
        DLL version: 3.1.7
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 340
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5

   39k 2016/09/19 C:\tools\cygwin\bin\cygargp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygargp-0.dll" v0.0 ts=2016-09-18 20:25
   19k 2018/12/20 C:\tools\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2018-12-20 03:49
  282k 2020/04/06 C:\tools\cygwin\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2020-04-06 00:24
   66k 2019/07/21 C:\tools\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2019-07-21 18:08
 2329k 2020/04/08 C:\tools\cygwin\bin\cygcrypto-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.1.dll" v0.0 ts=2020-04-08 13:02
  395k 2020/04/06 C:\tools\cygwin\bin\cygfdisk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfdisk-1.dll" v0.0 ts=2020-04-06 00:24
   27k 2015/01/02 C:\tools\cygwin\bin\cygffi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-6.dll" v0.0 ts=2015-01-01 19:11
   61k 2019/07/28 C:\tools\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2019-07-28 12:45
  112k 2020/09/12 C:\tools\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2020-09-12 06:49
   52k 2019/07/10 C:\tools\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2019-07-10 09:14
  518k 2020/11/16 C:\tools\cygwin\bin\cyggmp-10.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-10.dll" v0.0 ts=2020-11-16 11:56
   34k 2017/02/13 C:\tools\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2017-02-11 16:26
 1009k 2020/07/13 C:\tools\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2020-07-13 07:57
   42k 2016/10/23 C:\tools\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2016-10-23 01:19
   74k 2017/09/04 C:\tools\cygwin\bin\cyglz4-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglz4-1.dll" v0.0 ts=2017-09-03 19:59
  160k 2019/07/21 C:\tools\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2019-07-21 18:17
  161k 2020/10/29 C:\tools\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2020-10-29 15:40
  173k 2018/02/04 C:\tools\cygwin\bin\cygman-2-7-6-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygman-2-7-6-1.dll" v0.0 ts=2018-02-04 00:25
   22k 2018/02/04 C:\tools\cygwin\bin\cygmandb-2-7-6-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmandb-2-7-6-1.dll" v0.0 ts=2018-02-04 00:25
   30k 2019/07/28 C:\tools\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2019-07-28 12:44
 2791k 2020/07/11 C:\tools\cygwin\bin\cygmpfr-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-6.dll" v0.0 ts=2020-07-11 08:36
  330k 2019/07/28 C:\tools\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2019-07-28 12:42
 1085k 2020/03/27 C:\tools\cygwin\bin\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygp11-kit-0.dll" v0.0 ts=2020-03-27 16:51
   15k 2019/07/28 C:\tools\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2019-07-28 12:43
  472k 2020/03/29 C:\tools\cygwin\bin\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-1.dll" v0.0 ts=2020-03-29 16:50
   43k 2019/09/12 C:\tools\cygwin\bin\cygpipeline-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpipeline-1.dll" v0.0 ts=2019-09-12 14:17
   43k 2016/07/13 C:\tools\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2016-07-13 00:17
  223k 2017/02/13 C:\tools\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2017-02-11 16:26
   11k 2015/07/17 C:\tools\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2015-07-17 16:33
  172k 2020/04/06 C:\tools\cygwin\bin\cygsmartcols-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsmartcols-1.dll" v0.0 ts=2020-04-06 00:23
  526k 2020/04/08 C:\tools\cygwin\bin\cygssl-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.1.dll" v0.0 ts=2020-04-08 13:02
 1832k 2020/09/12 C:\tools\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2020-09-12 06:56
   72k 2019/07/29 C:\tools\cygwin\bin\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-6.dll" v0.0 ts=2019-07-28 21:13
   59k 2019/07/28 C:\tools\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2019-07-28 12:42
   27k 2020/04/06 C:\tools\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2020-04-06 00:23
   87k 2017/03/03 C:\tools\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2017-03-03 15:51
  660k 2020/05/24 C:\tools\cygwin\bin\cygzstd-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygzstd-1.dll" v0.0 ts=2020-05-24 08:35
 3250k 2020/08/22 C:\tools\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2020-08-22 14:03
    Cygwin DLL version info:
        DLL version: 3.1.7
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 340
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5

  266k 2017/12/20 C:\tools\cygwin64\bin\cygappstream-4.dll (not x86 dll)
  685k 2020/06/20 C:\tools\cygwin64\bin\cygarchive-13.dll (not x86 dll)
   39k 2016/09/19 C:\tools\cygwin64\bin\cygargp-0.dll (not x86 dll)
   20k 2013/06/03 C:\tools\cygwin64\bin\cygasyncns-0.dll (not x86 dll)
  118k 2018/02/11 C:\tools\cygwin64\bin\cygatk-1.0-0.dll (not x86 dll)
  165k 2018/02/11 C:\tools\cygwin64\bin\cygatk-bridge-2.0-0.dll (not x86 dll)
   29k 2020/09/12 C:\tools\cygwin64\bin\cygatomic-1.dll (not x86 dll)
  152k 2018/02/11 C:\tools\cygwin64\bin\cygatspi-0.dll (not x86 dll)
   19k 2018/12/20 C:\tools\cygwin64\bin\cygattr-1.dll (not x86 dll)
  254k 2020/03/31 C:\tools\cygwin64\bin\cygblkid-1.dll (not x86 dll)
  132k 2020/10/10 C:\tools\cygwin64\bin\cygbrotlicommon-1.dll (not x86 dll)
   46k 2020/10/10 C:\tools\cygwin64\bin\cygbrotlidec-1.dll (not x86 dll)
   66k 2019/07/21 C:\tools\cygwin64\bin\cygbz2-1.dll (not x86 dll)
  699k 2019/08/27 C:\tools\cygwin64\bin\cygc++-1.dll (not x86 dll)
  162k 2019/08/26 C:\tools\cygwin64\bin\cygc++abi-1.dll (not x86 dll)
 1087k 2019/09/16 C:\tools\cygwin64\bin\cygcairo-2.dll (not x86 dll)
   27k 2019/09/16 C:\tools\cygwin64\bin\cygcairo-gobject-2.dll (not x86 dll)
  120k 2019/09/16 C:\tools\cygwin64\bin\cygcairo-script-interpreter-2.dll (not x86 dll)
   13k 2013/03/06 C:\tools\cygwin64\bin\cygcatgets1.dll (not x86 dll)
   42k 2020/02/17 C:\tools\cygwin64\bin\cygcbor-0.dll (not x86 dll)
    9k 2020/07/13 C:\tools\cygwin64\bin\cygcharset-1.dll (not x86 dll)
  480k 2016/02/11 C:\tools\cygwin64\bin\cygclang-3.7.dll (not x86 dll)
  487k 2016/07/21 C:\tools\cygwin64\bin\cygclang-3.8.dll (not x86 dll)
  425k 2017/02/20 C:\tools\cygwin64\bin\cygclang-3.9.dll (not x86 dll)
  426k 2017/06/24 C:\tools\cygwin64\bin\cygclang-4.0.dll (not x86 dll)
  431k 2018/01/21 C:\tools\cygwin64\bin\cygclang-5.0.dll (not x86 dll)
  501k 2019/08/27 C:\tools\cygwin64\bin\cygclang-8.dll (not x86 dll)
  500k 2016/02/11 C:\tools\cygwin64\bin\cygclangAnalysis-3.7.dll (not x86 dll)
  505k 2016/07/21 C:\tools\cygwin64\bin\cygclangAnalysis-3.8.dll (not x86 dll)
  505k 2017/02/20 C:\tools\cygwin64\bin\cygclangAnalysis-3.9.dll (not x86 dll)
  562k 2017/06/24 C:\tools\cygwin64\bin\cygclangAnalysis-4.0.dll (not x86 dll)
  572k 2018/01/21 C:\tools\cygwin64\bin\cygclangAnalysis-5.0.dll (not x86 dll)
  992k 2019/08/27 C:\tools\cygwin64\bin\cygclangAnalysis-8.dll (not x86 dll)
 1294k 2016/02/11 C:\tools\cygwin64\bin\cygclangARCMigrate-3.7.dll (not x86 dll)
 1387k 2016/07/21 C:\tools\cygwin64\bin\cygclangARCMigrate-3.8.dll (not x86 dll)
 1430k 2017/02/20 C:\tools\cygwin64\bin\cygclangARCMigrate-3.9.dll (not x86 dll)
 1493k 2017/06/24 C:\tools\cygwin64\bin\cygclangARCMigrate-4.0.dll (not x86 dll)
 1541k 2018/01/21 C:\tools\cygwin64\bin\cygclangARCMigrate-5.0.dll (not x86 dll)
 2667k 2019/08/27 C:\tools\cygwin64\bin\cygclangARCMigrate-8.dll (not x86 dll)
 2440k 2016/02/11 C:\tools\cygwin64\bin\cygclangAST-3.7.dll (not x86 dll)
 2597k 2016/07/21 C:\tools\cygwin64\bin\cygclangAST-3.8.dll (not x86 dll)
 2632k 2017/02/20 C:\tools\cygwin64\bin\cygclangAST-3.9.dll (not x86 dll)
 2715k 2017/06/24 C:\tools\cygwin64\bin\cygclangAST-4.0.dll (not x86 dll)
 2817k 2018/01/21 C:\tools\cygwin64\bin\cygclangAST-5.0.dll (not x86 dll)
 3733k 2019/08/27 C:\tools\cygwin64\bin\cygclangAST-8.dll (not x86 dll)
  259k 2016/02/11 C:\tools\cygwin64\bin\cygclangASTMatchers-3.7.dll (not x86 dll)
  280k 2016/07/21 C:\tools\cygwin64\bin\cygclangASTMatchers-3.8.dll (not x86 dll)
  304k 2017/02/20 C:\tools\cygwin64\bin\cygclangASTMatchers-3.9.dll (not x86 dll)
  316k 2017/06/24 C:\tools\cygwin64\bin\cygclangASTMatchers-4.0.dll (not x86 dll)
  326k 2018/01/21 C:\tools\cygwin64\bin\cygclangASTMatchers-5.0.dll (not x86 dll)
  519k 2019/08/27 C:\tools\cygwin64\bin\cygclangASTMatchers-8.dll (not x86 dll)
 1391k 2016/02/11 C:\tools\cygwin64\bin\cygclangBasic-3.7.dll (not x86 dll)
 1536k 2016/07/21 C:\tools\cygwin64\bin\cygclangBasic-3.8.dll (not x86 dll)
 1706k 2017/02/20 C:\tools\cygwin64\bin\cygclangBasic-3.9.dll (not x86 dll)
 1760k 2017/06/24 C:\tools\cygwin64\bin\cygclangBasic-4.0.dll (not x86 dll)
 1842k 2018/01/21 C:\tools\cygwin64\bin\cygclangBasic-5.0.dll (not x86 dll)
 2314k 2019/08/27 C:\tools\cygwin64\bin\cygclangBasic-8.dll (not x86 dll)
 2481k 2016/02/11 C:\tools\cygwin64\bin\cygclangCodeGen-3.7.dll (not x86 dll)
 2772k 2016/07/21 C:\tools\cygwin64\bin\cygclangCodeGen-3.8.dll (not x86 dll)
 3012k 2017/02/20 C:\tools\cygwin64\bin\cygclangCodeGen-3.9.dll (not x86 dll)
 3185k 2017/06/24 C:\tools\cygwin64\bin\cygclangCodeGen-4.0.dll (not x86 dll)
 3417k 2018/01/21 C:\tools\cygwin64\bin\cygclangCodeGen-5.0.dll (not x86 dll)
 4469k 2019/08/27 C:\tools\cygwin64\bin\cygclangCodeGen-8.dll (not x86 dll)
   36k 2019/08/27 C:\tools\cygwin64\bin\cygclangCrossTU-8.dll (not x86 dll)
  797k 2016/02/11 C:\tools\cygwin64\bin\cygclangDriver-3.7.dll (not x86 dll)
  890k 2016/07/21 C:\tools\cygwin64\bin\cygclangDriver-3.8.dll (not x86 dll)
  972k 2017/02/20 C:\tools\cygwin64\bin\cygclangDriver-3.9.dll (not x86 dll)
 1082k 2017/06/24 C:\tools\cygwin64\bin\cygclangDriver-4.0.dll (not x86 dll)
 1320k 2018/01/21 C:\tools\cygwin64\bin\cygclangDriver-5.0.dll (not x86 dll)
 1705k 2019/08/27 C:\tools\cygwin64\bin\cygclangDriver-8.dll (not x86 dll)
 1055k 2016/02/11 C:\tools\cygwin64\bin\cygclangDynamicASTMatchers-3.7.dll (not x86 dll)
 1169k 2016/07/21 C:\tools\cygwin64\bin\cygclangDynamicASTMatchers-3.8.dll (not x86 dll)
 1294k 2017/02/20 C:\tools\cygwin64\bin\cygclangDynamicASTMatchers-3.9.dll (not x86 dll)
 1333k 2017/06/24 C:\tools\cygwin64\bin\cygclangDynamicASTMatchers-4.0.dll (not x86 dll)
 1353k 2018/01/21 C:\tools\cygwin64\bin\cygclangDynamicASTMatchers-5.0.dll (not x86 dll)
 1847k 2019/08/27 C:\tools\cygwin64\bin\cygclangDynamicASTMatchers-8.dll (not x86 dll)
   48k 2016/02/11 C:\tools\cygwin64\bin\cygclangEdit-3.7.dll (not x86 dll)
   52k 2016/07/21 C:\tools\cygwin64\bin\cygclangEdit-3.8.dll (not x86 dll)
   52k 2017/02/20 C:\tools\cygwin64\bin\cygclangEdit-3.9.dll (not x86 dll)
   52k 2017/06/24 C:\tools\cygwin64\bin\cygclangEdit-4.0.dll (not x86 dll)
   52k 2018/01/21 C:\tools\cygwin64\bin\cygclangEdit-5.0.dll (not x86 dll)
   56k 2019/08/27 C:\tools\cygwin64\bin\cygclangEdit-8.dll (not x86 dll)
  245k 2016/02/11 C:\tools\cygwin64\bin\cygclangFormat-3.7.dll (not x86 dll)
  271k 2016/07/21 C:\tools\cygwin64\bin\cygclangFormat-3.8.dll (not x86 dll)
  358k 2017/02/20 C:\tools\cygwin64\bin\cygclangFormat-3.9.dll (not x86 dll)
  373k 2017/06/24 C:\tools\cygwin64\bin\cygclangFormat-4.0.dll (not x86 dll)
  431k 2018/01/21 C:\tools\cygwin64\bin\cygclangFormat-5.0.dll (not x86 dll)
  527k 2019/08/27 C:\tools\cygwin64\bin\cygclangFormat-8.dll (not x86 dll)
  843k 2016/02/11 C:\tools\cygwin64\bin\cygclangFrontend-3.7.dll (not x86 dll)
  909k 2016/07/21 C:\tools\cygwin64\bin\cygclangFrontend-3.8.dll (not x86 dll)
  949k 2017/02/20 C:\tools\cygwin64\bin\cygclangFrontend-3.9.dll (not x86 dll)
  997k 2017/06/24 C:\tools\cygwin64\bin\cygclangFrontend-4.0.dll (not x86 dll)
 1057k 2018/01/21 C:\tools\cygwin64\bin\cygclangFrontend-5.0.dll (not x86 dll)
 1278k 2019/08/27 C:\tools\cygwin64\bin\cygclangFrontend-8.dll (not x86 dll)
   18k 2016/02/11 C:\tools\cygwin64\bin\cygclangFrontendTool-3.7.dll (not x86 dll)
   18k 2016/07/21 C:\tools\cygwin64\bin\cygclangFrontendTool-3.8.dll (not x86 dll)
   21k 2017/02/20 C:\tools\cygwin64\bin\cygclangFrontendTool-3.9.dll (not x86 dll)
   22k 2017/06/24 C:\tools\cygwin64\bin\cygclangFrontendTool-4.0.dll (not x86 dll)
   21k 2018/01/21 C:\tools\cygwin64\bin\cygclangFrontendTool-5.0.dll (not x86 dll)
   23k 2019/08/27 C:\tools\cygwin64\bin\cygclangFrontendTool-8.dll (not x86 dll)
   25k 2019/08/27 C:\tools\cygwin64\bin\cygclangHandleCXX-8.dll (not x86 dll)
  158k 2019/08/27 C:\tools\cygwin64\bin\cygclangHandleLLVM-8.dll (not x86 dll)
   89k 2016/02/11 C:\tools\cygwin64\bin\cygclangIndex-3.7.dll (not x86 dll)
   92k 2016/07/21 C:\tools\cygwin64\bin\cygclangIndex-3.8.dll (not x86 dll)
  249k 2017/02/20 C:\tools\cygwin64\bin\cygclangIndex-3.9.dll (not x86 dll)
  208k 2017/06/24 C:\tools\cygwin64\bin\cygclangIndex-4.0.dll (not x86 dll)
  224k 2018/01/21 C:\tools\cygwin64\bin\cygclangIndex-5.0.dll (not x86 dll)
  312k 2019/08/27 C:\tools\cygwin64\bin\cygclangIndex-8.dll (not x86 dll)
  599k 2016/02/11 C:\tools\cygwin64\bin\cygclangLex-3.7.dll (not x86 dll)
  623k 2016/07/21 C:\tools\cygwin64\bin\cygclangLex-3.8.dll (not x86 dll)
  644k 2017/02/20 C:\tools\cygwin64\bin\cygclangLex-3.9.dll (not x86 dll)
  657k 2017/06/24 C:\tools\cygwin64\bin\cygclangLex-4.0.dll (not x86 dll)
  663k 2018/01/21 C:\tools\cygwin64\bin\cygclangLex-5.0.dll (not x86 dll)
  752k 2019/08/27 C:\tools\cygwin64\bin\cygclangLex-8.dll (not x86 dll)
  754k 2016/02/11 C:\tools\cygwin64\bin\cygclangParse-3.7.dll (not x86 dll)
  775k 2016/07/21 C:\tools\cygwin64\bin\cygclangParse-3.8.dll (not x86 dll)
  813k 2017/02/20 C:\tools\cygwin64\bin\cygclangParse-3.9.dll (not x86 dll)
  829k 2017/06/24 C:\tools\cygwin64\bin\cygclangParse-4.0.dll (not x86 dll)
  862k 2018/01/21 C:\tools\cygwin64\bin\cygclangParse-5.0.dll (not x86 dll)
  936k 2019/08/27 C:\tools\cygwin64\bin\cygclangParse-8.dll (not x86 dll)
   57k 2016/02/11 C:\tools\cygwin64\bin\cygclangRewrite-3.7.dll (not x86 dll)
   57k 2016/07/21 C:\tools\cygwin64\bin\cygclangRewrite-3.8.dll (not x86 dll)
   57k 2017/02/20 C:\tools\cygwin64\bin\cygclangRewrite-3.9.dll (not x86 dll)
   58k 2017/06/24 C:\tools\cygwin64\bin\cygclangRewrite-4.0.dll (not x86 dll)
   57k 2018/01/21 C:\tools\cygwin64\bin\cygclangRewrite-5.0.dll (not x86 dll)
   62k 2019/08/27 C:\tools\cygwin64\bin\cygclangRewrite-8.dll (not x86 dll)
  382k 2016/02/11 C:\tools\cygwin64\bin\cygclangRewriteFrontend-3.7.dll (not x86 dll)
  385k 2016/07/21 C:\tools\cygwin64\bin\cygclangRewriteFrontend-3.8.dll (not x86 dll)
  386k 2017/02/20 C:\tools\cygwin64\bin\cygclangRewriteFrontend-3.9.dll (not x86 dll)
  390k 2017/06/24 C:\tools\cygwin64\bin\cygclangRewriteFrontend-4.0.dll (not x86 dll)
  417k 2018/01/21 C:\tools\cygwin64\bin\cygclangRewriteFrontend-5.0.dll (not x86 dll)
  444k 2019/08/27 C:\tools\cygwin64\bin\cygclangRewriteFrontend-8.dll (not x86 dll)
 4723k 2016/02/11 C:\tools\cygwin64\bin\cygclangSema-3.7.dll (not x86 dll)
 4933k 2016/07/21 C:\tools\cygwin64\bin\cygclangSema-3.8.dll (not x86 dll)
 5240k 2017/02/20 C:\tools\cygwin64\bin\cygclangSema-3.9.dll (not x86 dll)
 5644k 2017/06/24 C:\tools\cygwin64\bin\cygclangSema-4.0.dll (not x86 dll)
 6359k 2018/01/21 C:\tools\cygwin64\bin\cygclangSema-5.0.dll (not x86 dll)
 7417k 2019/08/27 C:\tools\cygwin64\bin\cygclangSema-8.dll (not x86 dll)
 1063k 2016/02/11 C:\tools\cygwin64\bin\cygclangSerialization-3.7.dll (not x86 dll)
 1115k 2016/07/21 C:\tools\cygwin64\bin\cygclangSerialization-3.8.dll (not x86 dll)
 1164k 2017/02/20 C:\tools\cygwin64\bin\cygclangSerialization-3.9.dll (not x86 dll)
 1223k 2017/06/24 C:\tools\cygwin64\bin\cygclangSerialization-4.0.dll (not x86 dll)
 1319k 2018/01/21 C:\tools\cygwin64\bin\cygclangSerialization-5.0.dll (not x86 dll)
 1454k 2019/08/27 C:\tools\cygwin64\bin\cygclangSerialization-8.dll (not x86 dll)
 1553k 2016/02/11 C:\tools\cygwin64\bin\cygclangStaticAnalyzerCheckers-3.7.dll (not x86 dll)
 2018k 2016/07/21 C:\tools\cygwin64\bin\cygclangStaticAnalyzerCheckers-3.8.dll (not x86 dll)
 2226k 2017/02/20 C:\tools\cygwin64\bin\cygclangStaticAnalyzerCheckers-3.9.dll (not x86 dll)
 2741k 2017/06/24 C:\tools\cygwin64\bin\cygclangStaticAnalyzerCheckers-4.0.dll (not x86 dll)
 2858k 2018/01/21 C:\tools\cygwin64\bin\cygclangStaticAnalyzerCheckers-5.0.dll (not x86 dll)
 3665k 2019/08/27 C:\tools\cygwin64\bin\cygclangStaticAnalyzerCheckers-8.dll (not x86 dll)
 1139k 2016/02/11 C:\tools\cygwin64\bin\cygclangStaticAnalyzerCore-3.7.dll (not x86 dll)
 1234k 2016/07/21 C:\tools\cygwin64\bin\cygclangStaticAnalyzerCore-3.8.dll (not x86 dll)
 1238k 2017/02/20 C:\tools\cygwin64\bin\cygclangStaticAnalyzerCore-3.9.dll (not x86 dll)
 1282k 2017/06/24 C:\tools\cygwin64\bin\cygclangStaticAnalyzerCore-4.0.dll (not x86 dll)
 1284k 2018/01/21 C:\tools\cygwin64\bin\cygclangStaticAnalyzerCore-5.0.dll (not x86 dll)
 1990k 2019/08/27 C:\tools\cygwin64\bin\cygclangStaticAnalyzerCore-8.dll (not x86 dll)
  148k 2016/02/11 C:\tools\cygwin64\bin\cygclangStaticAnalyzerFrontend-3.7.dll (not x86 dll)
  142k 2016/07/21 C:\tools\cygwin64\bin\cygclangStaticAnalyzerFrontend-3.8.dll (not x86 dll)
  142k 2017/02/20 C:\tools\cygwin64\bin\cygclangStaticAnalyzerFrontend-3.9.dll (not x86 dll)
  153k 2017/06/24 C:\tools\cygwin64\bin\cygclangStaticAnalyzerFrontend-4.0.dll (not x86 dll)
  162k 2018/01/21 C:\tools\cygwin64\bin\cygclangStaticAnalyzerFrontend-5.0.dll (not x86 dll)
  298k 2019/08/27 C:\tools\cygwin64\bin\cygclangStaticAnalyzerFrontend-8.dll (not x86 dll)
  225k 2016/02/11 C:\tools\cygwin64\bin\cygclangTooling-3.7.dll (not x86 dll)
  244k 2016/07/21 C:\tools\cygwin64\bin\cygclangTooling-3.8.dll (not x86 dll)
  269k 2017/02/20 C:\tools\cygwin64\bin\cygclangTooling-3.9.dll (not x86 dll)
  285k 2017/06/24 C:\tools\cygwin64\bin\cygclangTooling-4.0.dll (not x86 dll)
  295k 2018/01/21 C:\tools\cygwin64\bin\cygclangTooling-5.0.dll (not x86 dll)
  482k 2019/08/27 C:\tools\cygwin64\bin\cygclangTooling-8.dll (not x86 dll)
  149k 2019/08/27 C:\tools\cygwin64\bin\cygclangToolingASTDiff-8.dll (not x86 dll)
   27k 2016/02/11 C:\tools\cygwin64\bin\cygclangToolingCore-3.7.dll (not x86 dll)
   33k 2016/07/21 C:\tools\cygwin64\bin\cygclangToolingCore-3.8.dll (not x86 dll)
   46k 2017/02/20 C:\tools\cygwin64\bin\cygclangToolingCore-3.9.dll (not x86 dll)
   57k 2017/06/24 C:\tools\cygwin64\bin\cygclangToolingCore-4.0.dll (not x86 dll)
   57k 2018/01/21 C:\tools\cygwin64\bin\cygclangToolingCore-5.0.dll (not x86 dll)
   58k 2019/08/27 C:\tools\cygwin64\bin\cygclangToolingCore-8.dll (not x86 dll)
   40k 2019/08/27 C:\tools\cygwin64\bin\cygclangToolingInclusions-8.dll (not x86 dll)
  374k 2018/01/21 C:\tools\cygwin64\bin\cygclangToolingRefactor-5.0.dll (not x86 dll)
  797k 2019/08/27 C:\tools\cygwin64\bin\cygclangToolingRefactor-8.dll (not x86 dll)
  117k 2013/05/05 C:\tools\cygwin64\bin\cygcloog-isl-4.dll (not x86 dll)
   13k 2019/01/02 C:\tools\cygwin64\bin\cygcom_err-2.dll (not x86 dll)
  203k 2017/04/25 C:\tools\cygwin64\bin\cygcroco-0.6-3.dll (not x86 dll)
   39k 2017/09/03 C:\tools\cygwin64\bin\cygcrypt-0.dll (not x86 dll)
  194k 2019/04/03 C:\tools\cygwin64\bin\cygcrypt-2.dll (not x86 dll)
 2363k 2019/09/11 C:\tools\cygwin64\bin\cygcrypto-1.0.0.dll (not x86 dll)
 2451k 2020/04/08 C:\tools\cygwin64\bin\cygcrypto-1.1.dll (not x86 dll)
  590k 2020/08/20 C:\tools\cygwin64\bin\cygcurl-4.dll (not x86 dll)
   24k 2014/11/12 C:\tools\cygwin64\bin\cygdatrie-1.dll (not x86 dll)
 1552k 2017/09/28 C:\tools\cygwin64\bin\cygdb-5.3.dll (not x86 dll)
  267k 2017/08/10 C:\tools\cygwin64\bin\cygdbus-1-3.dll (not x86 dll)
  119k 2017/09/28 C:\tools\cygwin64\bin\cygdb_cxx-5.3.dll (not x86 dll)
  569k 2017/09/28 C:\tools\cygwin64\bin\cygdb_sql-5.3.dll (not x86 dll)
  154k 2013/10/20 C:\tools\cygwin64\bin\cygedit-0.dll (not x86 dll)
  679k 2017/09/04 C:\tools\cygwin64\bin\cygepoxy-0.dll (not x86 dll)
  181k 2018/09/27 C:\tools\cygwin64\bin\cygexpat-1.dll (not x86 dll)
   30k 2014/10/14 C:\tools\cygwin64\bin\cygfam-0.dll (not x86 dll)
  353k 2020/03/31 C:\tools\cygwin64\bin\cygfdisk-1.dll (not x86 dll)
   27k 2015/11/17 C:\tools\cygwin64\bin\cygffi-6.dll (not x86 dll)
  118k 2020/02/19 C:\tools\cygwin64\bin\cygfido2-1.dll (not x86 dll)
  473k 2017/01/04 C:\tools\cygwin64\bin\cygFLAC-8.dll (not x86 dll)
  325k 2018/03/22 C:\tools\cygwin64\bin\cygfluidsynth-1.dll (not x86 dll)
  251k 2020/09/13 C:\tools\cygwin64\bin\cygfontconfig-1.dll (not x86 dll)
   27k 2019/09/05 C:\tools\cygwin64\bin\cygfontenc-1.dll (not x86 dll)
   56k 2019/07/28 C:\tools\cygwin64\bin\cygformw-10.dll (not x86 dll)
  699k 2020/07/21 C:\tools\cygwin64\bin\cygfreetype-6.dll (not x86 dll)
  137k 2019/03/29 C:\tools\cygwin64\bin\cyggc-1.dll (not x86 dll)
   72k 2020/09/12 C:\tools\cygwin64\bin\cyggcc_s-seh-1.dll (not x86 dll)
   46k 2019/07/10 C:\tools\cygwin64\bin\cyggdbm-4.dll (not x86 dll)
   49k 2019/07/10 C:\tools\cygwin64\bin\cyggdbm-6.dll (not x86 dll)
   13k 2019/07/10 C:\tools\cygwin64\bin\cyggdbm_compat-4.dll (not x86 dll)
  699k 2018/02/19 C:\tools\cygwin64\bin\cyggdk-3-0.dll (not x86 dll)
  620k 2018/02/12 C:\tools\cygwin64\bin\cyggdk-x11-2.0-0.dll (not x86 dll)
  141k 2018/02/11 C:\tools\cygwin64\bin\cyggdk_pixbuf-2.0-0.dll (not x86 dll)
 1398k 2018/02/11 C:\tools\cygwin64\bin\cyggio-2.0-0.dll (not x86 dll)
  472k 2019/09/05 C:\tools\cygwin64\bin\cygGL-1.dll (not x86 dll)
  300k 2019/09/05 C:\tools\cygwin64\bin\cygglapi-0.dll (not x86 dll)
  993k 2018/02/11 C:\tools\cygwin64\bin\cygglib-2.0-0.dll (not x86 dll)
   15k 2018/02/11 C:\tools\cygwin64\bin\cyggmodule-2.0-0.dll (not x86 dll)
  582k 2020/03/01 C:\tools\cygwin64\bin\cyggmp-10.dll (not x86 dll)
   93k 2015/06/19 C:\tools\cygwin64\bin\cyggnome-menu-3-0.dll (not x86 dll)
 1472k 2019/07/29 C:\tools\cygwin64\bin\cyggnutls-30.dll (not x86 dll)
  289k 2018/02/11 C:\tools\cygwin64\bin\cyggobject-2.0-0.dll (not x86 dll)
  206k 2020/09/12 C:\tools\cygwin64\bin\cyggomp-1.dll (not x86 dll)
  140k 2020/05/11 C:\tools\cygwin64\bin\cyggraphite2-3.dll (not x86 dll)
   47k 2018/03/22 C:\tools\cygwin64\bin\cyggsm-1.dll (not x86 dll)
  274k 2018/03/16 C:\tools\cygwin64\bin\cyggssapi_krb5-2.dll (not x86 dll)
    9k 2018/02/11 C:\tools\cygwin64\bin\cyggthread-2.0-0.dll (not x86 dll)
 6754k 2018/02/19 C:\tools\cygwin64\bin\cyggtk-3-0.dll (not x86 dll)
 4007k 2018/02/12 C:\tools\cygwin64\bin\cyggtk-x11-2.0-0.dll (not x86 dll)
 1070k 2020/03/13 C:\tools\cygwin64\bin\cygguile-2.2-1.dll (not x86 dll)
 1030k 2020/05/12 C:\tools\cygwin64\bin\cygharfbuzz-0.dll (not x86 dll)
   33k 2017/02/13 C:\tools\cygwin64\bin\cyghistory7.dll (not x86 dll)
  168k 2019/02/19 C:\tools\cygwin64\bin\cyghogweed-4.dll (not x86 dll)
   81k 2019/09/05 C:\tools\cygwin64\bin\cygICE-6.dll (not x86 dll)
 1007k 2020/07/13 C:\tools\cygwin64\bin\cygiconv-2.dll (not x86 dll)
26267k 2018/03/27 C:\tools\cygwin64\bin\cygicudata61.dll (not x86 dll)
 2339k 2018/03/27 C:\tools\cygwin64\bin\cygicui18n61.dll (not x86 dll)
   47k 2018/03/27 C:\tools\cygwin64\bin\cygicuio61.dll (not x86 dll)
 1506k 2018/03/27 C:\tools\cygwin64\bin\cygicuuc61.dll (not x86 dll)
  197k 2017/05/02 C:\tools\cygwin64\bin\cygidn-11.dll (not x86 dll)
  114k 2019/07/29 C:\tools\cygwin64\bin\cygidn2-0.dll (not x86 dll)
   42k 2016/10/23 C:\tools\cygwin64\bin\cygintl-8.dll (not x86 dll)
  888k 2013/05/05 C:\tools\cygwin64\bin\cygisl-10.dll (not x86 dll)
 1039k 2015/09/20 C:\tools\cygwin64\bin\cygisl-13.dll (not x86 dll)
 1304k 2017/11/04 C:\tools\cygwin64\bin\cygisl-15.dll (not x86 dll)
 1560k 2020/03/01 C:\tools\cygwin64\bin\cygisl-22.dll (not x86 dll)
  288k 2017/09/25 C:\tools\cygwin64\bin\cygjasper-4.dll (not x86 dll)
   48k 2014/06/17 C:\tools\cygwin64\bin\cygjbig-2.dll (not x86 dll)
   18k 2014/06/17 C:\tools\cygwin64\bin\cygjbig85-2.dll (not x86 dll)
  419k 2017/12/18 C:\tools\cygwin64\bin\cygjpeg-8.dll (not x86 dll)
  130k 2018/02/12 C:\tools\cygwin64\bin\cygjson-glib-1.0-0.dll (not x86 dll)
  165k 2018/08/03 C:\tools\cygwin64\bin\cygjsoncpp-19.dll (not x86 dll)
  188k 2020/06/19 C:\tools\cygwin64\bin\cygjsoncpp-24.dll (not x86 dll)
  192k 2018/03/16 C:\tools\cygwin64\bin\cygk5crypto-3.dll (not x86 dll)
  754k 2018/03/16 C:\tools\cygwin64\bin\cygkrb5-3.dll (not x86 dll)
   37k 2018/03/16 C:\tools\cygwin64\bin\cygkrb5support-0.dll (not x86 dll)
   48k 2020/09/13 C:\tools\cygwin64\bin\cyglber-2-4-2.dll (not x86 dll)
  264k 2020/09/13 C:\tools\cygwin64\bin\cygldap-2-4-2.dll (not x86 dll)
  282k 2020/09/13 C:\tools\cygwin64\bin\cygldap_r-2-4-2.dll (not x86 dll)
26685k 2016/07/21 C:\tools\cygwin64\bin\cygLLVM-3.8.dll (not x86 dll)
29379k 2017/02/20 C:\tools\cygwin64\bin\cygLLVM-3.9.dll (not x86 dll)
32037k 2017/06/26 C:\tools\cygwin64\bin\cygLLVM-4.0.dll (not x86 dll)
36141k 2017/12/31 C:\tools\cygwin64\bin\cygLLVM-5.0.dll (not x86 dll)
  337k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAArch64AsmParser-3.7.dll (not x86 dll)
  906k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAArch64AsmParser-8.dll (not x86 dll)
  379k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAArch64AsmPrinter-3.7.dll (not x86 dll)
  592k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAArch64AsmPrinter-8.dll (not x86 dll)
 1136k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAArch64CodeGen-3.7.dll (not x86 dll)
 2311k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAArch64CodeGen-8.dll (not x86 dll)
  418k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAArch64Desc-3.7.dll (not x86 dll)
  846k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAArch64Desc-8.dll (not x86 dll)
  123k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAArch64Disassembler-3.7.dll (not x86 dll)
  191k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAArch64Disassembler-8.dll (not x86 dll)
    9k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAArch64Info-3.7.dll (not x86 dll)
    9k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAArch64Info-8.dll (not x86 dll)
   48k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAArch64Utils-3.7.dll (not x86 dll)
  119k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAArch64Utils-8.dll (not x86 dll)
   74k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAggressiveInstCombine-8.dll (not x86 dll)
  259k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAMDGPUAsmParser-3.7.dll (not x86 dll)
  757k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAMDGPUAsmParser-8.dll (not x86 dll)
  147k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAMDGPUAsmPrinter-3.7.dll (not x86 dll)
  233k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAMDGPUAsmPrinter-8.dll (not x86 dll)
 1054k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAMDGPUCodeGen-3.7.dll (not x86 dll)
 2704k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAMDGPUCodeGen-8.dll (not x86 dll)
  804k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAMDGPUDesc-3.7.dll (not x86 dll)
 1418k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAMDGPUDesc-8.dll (not x86 dll)
  200k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAMDGPUDisassembler-8.dll (not x86 dll)
    9k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAMDGPUInfo-3.7.dll (not x86 dll)
    9k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAMDGPUInfo-8.dll (not x86 dll)
    9k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAMDGPUUtils-3.7.dll (not x86 dll)
  223k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAMDGPUUtils-8.dll (not x86 dll)
 1659k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAnalysis-3.7.dll (not x86 dll)
 3324k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAnalysis-8.dll (not x86 dll)
  438k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMARMAsmParser-3.7.dll (not x86 dll)
  490k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMARMAsmParser-8.dll (not x86 dll)
  106k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMARMAsmPrinter-3.7.dll (not x86 dll)
  111k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMARMAsmPrinter-8.dll (not x86 dll)
 1400k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMARMCodeGen-3.7.dll (not x86 dll)
 2347k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMARMCodeGen-8.dll (not x86 dll)
  668k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMARMDesc-3.7.dll (not x86 dll)
  788k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMARMDesc-8.dll (not x86 dll)
  205k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMARMDisassembler-3.7.dll (not x86 dll)
  221k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMARMDisassembler-8.dll (not x86 dll)
   10k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMARMInfo-3.7.dll (not x86 dll)
   10k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMARMInfo-8.dll (not x86 dll)
   18k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMARMUtils-8.dll (not x86 dll)
  250k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAsmParser-3.7.dll (not x86 dll)
  382k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAsmParser-8.dll (not x86 dll)
  443k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMAsmPrinter-3.7.dll (not x86 dll)
  741k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMAsmPrinter-8.dll (not x86 dll)
  118k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMBinaryFormat-8.dll (not x86 dll)
  190k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMBitReader-3.7.dll (not x86 dll)
  320k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMBitReader-8.dll (not x86 dll)
  146k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMBitWriter-3.7.dll (not x86 dll)
  232k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMBitWriter-8.dll (not x86 dll)
   31k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMBPFAsmParser-8.dll (not x86 dll)
   14k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMBPFAsmPrinter-3.7.dll (not x86 dll)
   17k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMBPFAsmPrinter-8.dll (not x86 dll)
  122k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMBPFCodeGen-3.7.dll (not x86 dll)
  238k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMBPFCodeGen-8.dll (not x86 dll)
   29k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMBPFDesc-3.7.dll (not x86 dll)
   53k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMBPFDesc-8.dll (not x86 dll)
   15k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMBPFDisassembler-8.dll (not x86 dll)
    9k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMBPFInfo-3.7.dll (not x86 dll)
    9k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMBPFInfo-8.dll (not x86 dll)
 2671k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMCodeGen-3.7.dll (not x86 dll)
 4256k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMCodeGen-8.dll (not x86 dll)
 2019k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMCore-3.7.dll (not x86 dll)
 2438k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMCore-8.dll (not x86 dll)
  136k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMCoroutines-8.dll (not x86 dll)
  143k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMCoverage-8.dll (not x86 dll)
  102k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMCppBackendCodeGen-3.7.dll (not x86 dll)
    9k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMCppBackendInfo-3.7.dll (not x86 dll)
  600k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMDebugInfoCodeView-8.dll (not x86 dll)
  175k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMDebugInfoDWARF-3.7.dll (not x86 dll)
  498k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMDebugInfoDWARF-8.dll (not x86 dll)
   61k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMDebugInfoMSF-8.dll (not x86 dll)
   95k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMDebugInfoPDB-3.7.dll (not x86 dll)
  574k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMDebugInfoPDB-8.dll (not x86 dll)
  219k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMDemangle-8.dll (not x86 dll)
   18k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMDlltoolDriver-8.dll (not x86 dll)
  113k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMExecutionEngine-3.7.dll (not x86 dll)
  126k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMExecutionEngine-8.dll (not x86 dll)
  124k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMFuzzMutate-8.dll (not x86 dll)
  442k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMGlobalISel-8.dll (not x86 dll)
  257k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMHexagonAsmParser-8.dll (not x86 dll)
  765k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMHexagonCodeGen-3.7.dll (not x86 dll)
 2482k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMHexagonCodeGen-8.dll (not x86 dll)
  379k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMHexagonDesc-3.7.dll (not x86 dll)
  749k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMHexagonDesc-8.dll (not x86 dll)
   67k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMHexagonDisassembler-3.7.dll (not x86 dll)
  130k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMHexagonDisassembler-8.dll (not x86 dll)
    9k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMHexagonInfo-3.7.dll (not x86 dll)
    8k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMHexagonInfo-8.dll (not x86 dll)
  750k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMInstCombine-3.7.dll (not x86 dll)
  967k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMInstCombine-8.dll (not x86 dll)
  388k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMInstrumentation-3.7.dll (not x86 dll)
  943k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMInstrumentation-8.dll (not x86 dll)
  136k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMInterpreter-3.7.dll (not x86 dll)
  145k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMInterpreter-8.dll (not x86 dll)
  141k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMipa-3.7.dll (not x86 dll)
  405k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMipo-3.7.dll (not x86 dll)
 1165k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMipo-8.dll (not x86 dll)
   18k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMIRReader-3.7.dll (not x86 dll)
   23k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMIRReader-8.dll (not x86 dll)
   45k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMLanaiAsmParser-8.dll (not x86 dll)
   24k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMLanaiAsmPrinter-8.dll (not x86 dll)
  304k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMLanaiCodeGen-8.dll (not x86 dll)
   59k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMLanaiDesc-8.dll (not x86 dll)
   15k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMLanaiDisassembler-8.dll (not x86 dll)
    8k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMLanaiInfo-8.dll (not x86 dll)
   19k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMLibDriver-3.7.dll (not x86 dll)
   25k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMLibDriver-8.dll (not x86 dll)
   16k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMLineEditor-3.7.dll (not x86 dll)
   17k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMLineEditor-8.dll (not x86 dll)
   82k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMLinker-3.7.dll (not x86 dll)
  115k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMLinker-8.dll (not x86 dll)
   62k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMLTO-3.7.dll (not x86 dll)
  297k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMLTO-8.dll (not x86 dll)
  447k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMC-3.7.dll (not x86 dll)
  681k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMC-8.dll (not x86 dll)
  108k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMCA-8.dll (not x86 dll)
   23k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMCDisassembler-3.7.dll (not x86 dll)
   23k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMCDisassembler-8.dll (not x86 dll)
   39k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMCJIT-3.7.dll (not x86 dll)
   47k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMCJIT-8.dll (not x86 dll)
  171k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMCParser-3.7.dll (not x86 dll)
  266k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMCParser-8.dll (not x86 dll)
  157k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMipsAsmParser-3.7.dll (not x86 dll)
  294k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMipsAsmParser-8.dll (not x86 dll)
   49k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMipsAsmPrinter-3.7.dll (not x86 dll)
   80k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMipsAsmPrinter-8.dll (not x86 dll)
  909k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMipsCodeGen-3.7.dll (not x86 dll)
 1478k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMipsCodeGen-8.dll (not x86 dll)
  334k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMipsDesc-3.7.dll (not x86 dll)
  483k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMipsDesc-8.dll (not x86 dll)
   74k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMipsDisassembler-3.7.dll (not x86 dll)
  103k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMipsDisassembler-8.dll (not x86 dll)
   10k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMipsInfo-3.7.dll (not x86 dll)
   10k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMipsInfo-8.dll (not x86 dll)
   85k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMIRParser-3.7.dll (not x86 dll)
  194k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMIRParser-8.dll (not x86 dll)
   44k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMSP430AsmParser-8.dll (not x86 dll)
   15k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMSP430AsmPrinter-3.7.dll (not x86 dll)
   20k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMSP430AsmPrinter-8.dll (not x86 dll)
  178k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMSP430CodeGen-3.7.dll (not x86 dll)
  220k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMSP430CodeGen-8.dll (not x86 dll)
   31k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMSP430Desc-3.7.dll (not x86 dll)
   75k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMSP430Desc-8.dll (not x86 dll)
   19k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMSP430Disassembler-8.dll (not x86 dll)
    9k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMMSP430Info-3.7.dll (not x86 dll)
    8k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMMSP430Info-8.dll (not x86 dll)
   92k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMNVPTXAsmPrinter-3.7.dll (not x86 dll)
  120k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMNVPTXAsmPrinter-8.dll (not x86 dll)
  596k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMNVPTXCodeGen-3.7.dll (not x86 dll)
  650k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMNVPTXCodeGen-8.dll (not x86 dll)
  241k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMNVPTXDesc-3.7.dll (not x86 dll)
  458k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMNVPTXDesc-8.dll (not x86 dll)
    9k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMNVPTXInfo-3.7.dll (not x86 dll)
    9k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMNVPTXInfo-8.dll (not x86 dll)
  139k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMObjCARCOpts-3.7.dll (not x86 dll)
  149k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMObjCARCOpts-8.dll (not x86 dll)
  412k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMObject-3.7.dll (not x86 dll)
  713k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMObject-8.dll (not x86 dll)
  931k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMObjectYAML-8.dll (not x86 dll)
   46k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMOption-3.7.dll (not x86 dll)
   54k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMOption-8.dll (not x86 dll)
   20k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMOptRemarks-8.dll (not x86 dll)
  106k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMOrcJIT-3.7.dll (not x86 dll)
  662k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMOrcJIT-8.dll (not x86 dll)
  137k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMPasses-3.7.dll (not x86 dll)
 1166k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMPasses-8.dll (not x86 dll)
  105k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMPowerPCAsmParser-3.7.dll (not x86 dll)
  123k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMPowerPCAsmParser-8.dll (not x86 dll)
   95k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMPowerPCAsmPrinter-3.7.dll (not x86 dll)
  104k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMPowerPCAsmPrinter-8.dll (not x86 dll)
 1057k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMPowerPCCodeGen-3.7.dll (not x86 dll)
 1407k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMPowerPCCodeGen-8.dll (not x86 dll)
  283k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMPowerPCDesc-3.7.dll (not x86 dll)
  397k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMPowerPCDesc-8.dll (not x86 dll)
   60k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMPowerPCDisassembler-3.7.dll (not x86 dll)
   84k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMPowerPCDisassembler-8.dll (not x86 dll)
   10k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMPowerPCInfo-3.7.dll (not x86 dll)
    9k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMPowerPCInfo-8.dll (not x86 dll)
  153k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMProfileData-3.7.dll (not x86 dll)
  329k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMProfileData-8.dll (not x86 dll)
  267k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMRuntimeDyld-3.7.dll (not x86 dll)
  369k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMRuntimeDyld-8.dll (not x86 dll)
 1418k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMScalarOpts-3.7.dll (not x86 dll)
 2835k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMScalarOpts-8.dll (not x86 dll)
 2272k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSelectionDAG-3.7.dll (not x86 dll)
 2860k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSelectionDAG-8.dll (not x86 dll)
   62k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSparcAsmParser-3.7.dll (not x86 dll)
   74k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSparcAsmParser-8.dll (not x86 dll)
   62k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSparcAsmPrinter-3.7.dll (not x86 dll)
   95k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSparcAsmPrinter-8.dll (not x86 dll)
  273k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSparcCodeGen-3.7.dll (not x86 dll)
  326k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSparcCodeGen-8.dll (not x86 dll)
  103k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSparcDesc-3.7.dll (not x86 dll)
  135k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSparcDesc-8.dll (not x86 dll)
   25k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSparcDisassembler-3.7.dll (not x86 dll)
   28k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSparcDisassembler-8.dll (not x86 dll)
   10k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSparcInfo-3.7.dll (not x86 dll)
    9k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSparcInfo-8.dll (not x86 dll)
  725k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSupport-3.7.dll (not x86 dll)
 1429k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSupport-8.dll (not x86 dll)
   55k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSymbolize-8.dll (not x86 dll)
   66k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSystemZAsmParser-3.7.dll (not x86 dll)
  142k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSystemZAsmParser-8.dll (not x86 dll)
   32k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSystemZAsmPrinter-3.7.dll (not x86 dll)
   55k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSystemZAsmPrinter-8.dll (not x86 dll)
  533k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSystemZCodeGen-3.7.dll (not x86 dll)
  718k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSystemZCodeGen-8.dll (not x86 dll)
  170k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSystemZDesc-3.7.dll (not x86 dll)
  386k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSystemZDesc-8.dll (not x86 dll)
   51k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSystemZDisassembler-3.7.dll (not x86 dll)
  110k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSystemZDisassembler-8.dll (not x86 dll)
    9k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMSystemZInfo-3.7.dll (not x86 dll)
    8k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMSystemZInfo-8.dll (not x86 dll)
  233k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMTableGen-3.7.dll (not x86 dll)
  356k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMTableGen-8.dll (not x86 dll)
   49k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMTarget-3.7.dll (not x86 dll)
   47k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMTarget-8.dll (not x86 dll)
   27k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMTextAPI-8.dll (not x86 dll)
  794k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMTransformUtils-3.7.dll (not x86 dll)
 1636k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMTransformUtils-8.dll (not x86 dll)
  332k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMVectorize-3.7.dll (not x86 dll)
  735k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMVectorize-8.dll (not x86 dll)
   59k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMWebAssemblyAsmParser-8.dll (not x86 dll)
   41k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMWebAssemblyAsmPrinter-8.dll (not x86 dll)
  720k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMWebAssemblyCodeGen-8.dll (not x86 dll)
  157k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMWebAssemblyDesc-8.dll (not x86 dll)
   17k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMWebAssemblyDisassembler-8.dll (not x86 dll)
    9k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMWebAssemblyInfo-8.dll (not x86 dll)
   13k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMWindowsManifest-8.dll (not x86 dll)
  584k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMX86AsmParser-3.7.dll (not x86 dll)
  646k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMX86AsmParser-8.dll (not x86 dll)
  271k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMX86AsmPrinter-3.7.dll (not x86 dll)
  338k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMX86AsmPrinter-8.dll (not x86 dll)
 2050k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMX86CodeGen-3.7.dll (not x86 dll)
 3795k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMX86CodeGen-8.dll (not x86 dll)
 1377k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMX86Desc-3.7.dll (not x86 dll)
 1732k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMX86Desc-8.dll (not x86 dll)
 1408k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMX86Disassembler-3.7.dll (not x86 dll)
 1626k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMX86Disassembler-8.dll (not x86 dll)
    9k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMX86Info-3.7.dll (not x86 dll)
    9k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMX86Info-8.dll (not x86 dll)
   33k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMX86Utils-3.7.dll (not x86 dll)
   19k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMX86Utils-8.dll (not x86 dll)
   17k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMXCoreAsmPrinter-3.7.dll (not x86 dll)
   16k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMXCoreAsmPrinter-8.dll (not x86 dll)
  322k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMXCoreCodeGen-3.7.dll (not x86 dll)
  347k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMXCoreCodeGen-8.dll (not x86 dll)
   40k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMXCoreDesc-3.7.dll (not x86 dll)
   53k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMXCoreDesc-8.dll (not x86 dll)
   22k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMXCoreDisassembler-3.7.dll (not x86 dll)
   24k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMXCoreDisassembler-8.dll (not x86 dll)
    9k 2016/02/11 C:\tools\cygwin64\bin\cygLLVMXCoreInfo-3.7.dll (not x86 dll)
    8k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMXCoreInfo-8.dll (not x86 dll)
  171k 2019/08/27 C:\tools\cygwin64\bin\cygLLVMXRay-8.dll (not x86 dll)
   35k 2019/07/28 C:\tools\cygwin64\bin\cygltdl-7.dll (not x86 dll)
   73k 2017/06/19 C:\tools\cygwin64\bin\cyglz4-1.dll (not x86 dll)
  144k 2019/07/21 C:\tools\cygwin64\bin\cyglzma-5.dll (not x86 dll)
  129k 2017/10/05 C:\tools\cygwin64\bin\cyglzo2-2.dll (not x86 dll)
  125k 2018/03/18 C:\tools\cygwin64\bin\cygmagic-1.dll (not x86 dll)
  168k 2018/01/23 C:\tools\cygwin64\bin\cygman-2-7-6-1.dll (not x86 dll)
   22k 2018/01/23 C:\tools\cygwin64\bin\cygmandb-2-7-6-1.dll (not x86 dll)
  132k 2014/01/21 C:\tools\cygwin64\bin\cygmcpp-0.dll (not x86 dll)
   28k 2019/07/28 C:\tools\cygwin64\bin\cygmenuw-10.dll (not x86 dll)
  233k 2018/03/22 C:\tools\cygwin64\bin\cygmikmod-3.dll (not x86 dll)
  280k 2018/03/22 C:\tools\cygwin64\bin\cygmodplug-1.dll (not x86 dll)
  100k 2020/09/13 C:\tools\cygwin64\bin\cygmpc-3.dll (not x86 dll)
  346k 2017/11/04 C:\tools\cygwin64\bin\cygmpfr-4.dll (not x86 dll)
 2664k 2020/07/11 C:\tools\cygwin64\bin\cygmpfr-6.dll (not x86 dll)
  317k 2018/03/20 C:\tools\cygwin64\bin\cygmpg123-0.dll (not x86 dll)
  531k 2020/08/29 C:\tools\cygwin64\bin\cygnativeGLthunk.dll (not x86 dll)
   47k 2019/07/28 C:\tools\cygwin64\bin\cygncurses++w-10.dll (not x86 dll)
  301k 2019/07/28 C:\tools\cygwin64\bin\cygncursesw-10.dll (not x86 dll)
  205k 2019/02/19 C:\tools\cygwin64\bin\cygnettle-6.dll (not x86 dll)
  144k 2019/03/27 C:\tools\cygwin64\bin\cygnghttp2-14.dll (not x86 dll)
   22k 2013/06/01 C:\tools\cygwin64\bin\cygogg-0.dll (not x86 dll)
    7k 2019/08/27 C:\tools\cygwin64\bin\cygOptRemarks-8.dll (not x86 dll)
 1020k 2020/03/27 C:\tools\cygwin64\bin\cygp11-kit-0.dll (not x86 dll)
   14k 2019/07/28 C:\tools\cygwin64\bin\cygpanelw-10.dll (not x86 dll)
  270k 2018/02/12 C:\tools\cygwin64\bin\cygpango-1.0-0.dll (not x86 dll)
   44k 2018/02/12 C:\tools\cygwin64\bin\cygpangocairo-1.0-0.dll (not x86 dll)
   72k 2018/02/12 C:\tools\cygwin64\bin\cygpangoft2-1.0-0.dll (not x86 dll)
   28k 2018/02/12 C:\tools\cygwin64\bin\cygpangoxft-1.0-0.dll (not x86 dll)
  474k 2020/03/29 C:\tools\cygwin64\bin\cygpcre-1.dll (not x86 dll)
  523k 2020/03/29 C:\tools\cygwin64\bin\cygpcre2-16-0.dll (not x86 dll)
 3398k 2020/06/07 C:\tools\cygwin64\bin\cygperl5_30.dll (not x86 dll)
   41k 2019/09/12 C:\tools\cygwin64\bin\cygpipeline-1.dll (not x86 dll)
  642k 2019/09/05 C:\tools\cygwin64\bin\cygpixman-1-0.dll (not x86 dll)
   53k 2020/04/06 C:\tools\cygwin64\bin\cygpkgconf-3.dll (not x86 dll)
  185k 2019/07/21 C:\tools\cygwin64\bin\cygpng16-16.dll (not x86 dll)
 1629k 2019/08/27 C:\tools\cygwin64\bin\cygPolly-8.dll (not x86 dll)
 1802k 2019/08/27 C:\tools\cygwin64\bin\cygPollyISL-8.dll (not x86 dll)
  136k 2019/08/27 C:\tools\cygwin64\bin\cygPollyPPCG-8.dll (not x86 dll)
   41k 2016/07/13 C:\tools\cygwin64\bin\cygpopt-0.dll (not x86 dll)
  109k 2017/09/27 C:\tools\cygwin64\bin\cygproxy-1.dll (not x86 dll)
   65k 2019/07/21 C:\tools\cygwin64\bin\cygpsl-5.dll (not x86 dll)
  313k 2017/12/18 C:\tools\cygwin64\bin\cygpulse-0.dll (not x86 dll)
   19k 2017/12/18 C:\tools\cygwin64\bin\cygpulse-simple-0.dll (not x86 dll)
  484k 2017/12/18 C:\tools\cygwin64\bin\cygpulsecommon-11.1.dll (not x86 dll)
   22k 2018/04/11 C:\tools\cygwin64\bin\cygQt5Concurrent-5.dll (not x86 dll)
 4309k 2018/04/11 C:\tools\cygwin64\bin\cygQt5Core-5.dll (not x86 dll)
  510k 2018/04/11 C:\tools\cygwin64\bin\cygQt5DBus-5.dll (not x86 dll)
 4324k 2018/04/11 C:\tools\cygwin64\bin\cygQt5Gui-5.dll (not x86 dll)
 1490k 2018/04/11 C:\tools\cygwin64\bin\cygQt5Network-5.dll (not x86 dll)
  295k 2018/04/11 C:\tools\cygwin64\bin\cygQt5OpenGL-5.dll (not x86 dll)
  340k 2018/04/11 C:\tools\cygwin64\bin\cygQt5PrintSupport-5.dll (not x86 dll)
  172k 2018/04/11 C:\tools\cygwin64\bin\cygQt5Test-5.dll (not x86 dll)
 5596k 2018/04/11 C:\tools\cygwin64\bin\cygQt5Widgets-5.dll (not x86 dll)
  913k 2018/04/11 C:\tools\cygwin64\bin\cygQt5XcbQpa-5.dll (not x86 dll)
  198k 2018/04/11 C:\tools\cygwin64\bin\cygQt5Xml-5.dll (not x86 dll)
  357k 2020/09/12 C:\tools\cygwin64\bin\cygquadmath-0.dll (not x86 dll)
  219k 2017/02/13 C:\tools\cygwin64\bin\cygreadline7.dll (not x86 dll)
   73k 2018/02/12 C:\tools\cygwin64\bin\cygrest-0.7-0.dll (not x86 dll)
   29k 2018/02/12 C:\tools\cygwin64\bin\cygrest-extras-0.7-0.dll (not x86 dll)
  175k 2020/07/25 C:\tools\cygwin64\bin\cygrhash-0.dll (not x86 dll)
  212k 2018/02/12 C:\tools\cygwin64\bin\cygrsvg-2-2.dll (not x86 dll)
 1453k 2013/06/03 C:\tools\cygwin64\bin\cygsamplerate-0.dll (not x86 dll)
   99k 2020/01/09 C:\tools\cygwin64\bin\cygsasl2-3.dll (not x86 dll)
  304k 2015/06/12 C:\tools\cygwin64\bin\cygSDL-1-2-0.dll (not x86 dll)
  997k 2017/12/08 C:\tools\cygwin64\bin\cygSDL2-2-0-0.dll (not x86 dll)
  128k 2017/12/08 C:\tools\cygwin64\bin\cygSDL2_image-2-0-0.dll (not x86 dll)
  131k 2017/12/08 C:\tools\cygwin64\bin\cygSDL2_mixer-2-0-0.dll (not x86 dll)
   18k 2017/07/06 C:\tools\cygwin64\bin\cygSDL2_net-2-0-0.dll (not x86 dll)
   26k 2017/07/06 C:\tools\cygwin64\bin\cygSDL2_ttf-2-0-0.dll (not x86 dll)
   51k 2017/07/05 C:\tools\cygwin64\bin\cygSDL_image-1-2-0.dll (not x86 dll)
  164k 2015/03/19 C:\tools\cygwin64\bin\cygSDL_mixer-1-2-0.dll (not x86 dll)
   17k 2013/07/15 C:\tools\cygwin64\bin\cygSDL_net-1-2-0.dll (not x86 dll)
  102k 2015/03/19 C:\tools\cygwin64\bin\cygSDL_sound-1-0-1.dll (not x86 dll)
   23k 2013/07/15 C:\tools\cygwin64\bin\cygSDL_ttf-2-0-0.dll (not x86 dll)
   11k 2015/07/17 C:\tools\cygwin64\bin\cygsigsegv-2.dll (not x86 dll)
   14k 2020/02/19 C:\tools\cygwin64\bin\cygsk-libfido2.dll (not x86 dll)
   29k 2019/09/05 C:\tools\cygwin64\bin\cygSM-6.dll (not x86 dll)
  156k 2020/03/31 C:\tools\cygwin64\bin\cygsmartcols-1.dll (not x86 dll)
  385k 2017/09/25 C:\tools\cygwin64\bin\cygsndfile-1.dll (not x86 dll)
  710k 2018/02/12 C:\tools\cygwin64\bin\cygsoup-2.4-1.dll (not x86 dll)
   11k 2018/02/12 C:\tools\cygwin64\bin\cygsoup-gnome-2.4-1.dll (not x86 dll)
   95k 2016/12/27 C:\tools\cygwin64\bin\cygspeex-1.dll (not x86 dll)
 1168k 2020/07/08 C:\tools\cygwin64\bin\cygsqlite3-0.dll (not x86 dll)
  449k 2019/05/02 C:\tools\cygwin64\bin\cygssh-4.dll (not x86 dll)
  156k 2016/03/02 C:\tools\cygwin64\bin\cygssh2-1.dll (not x86 dll)
  408k 2019/09/11 C:\tools\cygwin64\bin\cygssl-1.0.0.dll (not x86 dll)
  506k 2020/04/08 C:\tools\cygwin64\bin\cygssl-1.1.dll (not x86 dll)
   12k 2017/11/13 C:\tools\cygwin64\bin\cygssp-0.dll (not x86 dll)
 1676k 2020/09/12 C:\tools\cygwin64\bin\cygstdc++-6.dll (not x86 dll)
   68k 2019/07/29 C:\tools\cygwin64\bin\cygtasn1-6.dll (not x86 dll)
   34k 2017/03/05 C:\tools\cygwin64\bin\cygthai-0.dll (not x86 dll)
   57k 2019/07/28 C:\tools\cygwin64\bin\cygticw-10.dll (not x86 dll)
  452k 2017/12/18 C:\tools\cygwin64\bin\cygtiff-6.dll (not x86 dll)
   12k 2017/12/18 C:\tools\cygwin64\bin\cygtiffxx-6.dll (not x86 dll)
  167k 2019/04/05 C:\tools\cygwin64\bin\cygtirpc-3.dll (not x86 dll)
 1612k 2018/08/16 C:\tools\cygwin64\bin\cygunistring-2.dll (not x86 dll)
   18k 2019/07/22 C:\tools\cygwin64\bin\cygunwind-1.dll (not x86 dll)
   27k 2020/03/31 C:\tools\cygwin64\bin\cyguuid-1.dll (not x86 dll)
  139k 2020/06/20 C:\tools\cygwin64\bin\cyguv-1.dll (not x86 dll)
  164k 2018/03/16 C:\tools\cygwin64\bin\cygvorbis-0.dll (not x86 dll)
  607k 2018/03/16 C:\tools\cygwin64\bin\cygvorbisenc-2.dll (not x86 dll)
   30k 2018/03/16 C:\tools\cygwin64\bin\cygvorbisfile-3.dll (not x86 dll)
    8k 2016/06/13 C:\tools\cygwin64\bin\cygvtv-0.dll (not x86 dll)
    8k 2016/06/13 C:\tools\cygwin64\bin\cygvtv_stubs-0.dll (not x86 dll)
  411k 2018/02/27 C:\tools\cygwin64\bin\cygwebp-7.dll (not x86 dll)
   31k 2018/07/14 C:\tools\cygwin64\bin\cygwrap-0.dll (not x86 dll)
 1160k 2020/08/29 C:\tools\cygwin64\bin\cygX11-6.dll (not x86 dll)
    8k 2020/08/29 C:\tools\cygwin64\bin\cygX11-xcb-1.dll (not x86 dll)
   13k 2019/09/05 C:\tools\cygwin64\bin\cygXau-6.dll (not x86 dll)
  375k 2016/01/29 C:\tools\cygwin64\bin\cygXaw-7.dll (not x86 dll)
  135k 2020/04/04 C:\tools\cygwin64\bin\cygxcb-1.dll (not x86 dll)
   12k 2020/04/04 C:\tools\cygwin64\bin\cygxcb-composite-0.dll (not x86 dll)
   40k 2014/08/10 C:\tools\cygwin64\bin\cygxcb-ewmh-2.dll (not x86 dll)
   83k 2020/04/04 C:\tools\cygwin64\bin\cygxcb-glx-0.dll (not x86 dll)
   17k 2014/08/10 C:\tools\cygwin64\bin\cygxcb-icccm-4.dll (not x86 dll)
   17k 2020/04/01 C:\tools\cygwin64\bin\cygxcb-image-0.dll (not x86 dll)
   11k 2020/03/31 C:\tools\cygwin64\bin\cygxcb-keysyms-1.dll (not x86 dll)
   50k 2020/04/04 C:\tools\cygwin64\bin\cygxcb-randr-0.dll (not x86 dll)
   44k 2020/04/04 C:\tools\cygwin64\bin\cygxcb-render-0.dll (not x86 dll)
   14k 2014/08/10 C:\tools\cygwin64\bin\cygxcb-render-util-0.dll (not x86 dll)
   14k 2020/04/04 C:\tools\cygwin64\bin\cygxcb-shape-0.dll (not x86 dll)
   12k 2020/04/04 C:\tools\cygwin64\bin\cygxcb-shm-0.dll (not x86 dll)
   23k 2020/04/04 C:\tools\cygwin64\bin\cygxcb-sync-1.dll (not x86 dll)
   18k 2020/04/01 C:\tools\cygwin64\bin\cygxcb-util-1.dll (not x86 dll)
   27k 2020/04/04 C:\tools\cygwin64\bin\cygxcb-xfixes-0.dll (not x86 dll)
   12k 2020/04/04 C:\tools\cygwin64\bin\cygxcb-xinerama-0.dll (not x86 dll)
   92k 2020/04/04 C:\tools\cygwin64\bin\cygxcb-xkb-1.dll (not x86 dll)
   11k 2019/09/05 C:\tools\cygwin64\bin\cygXcomposite-1.dll (not x86 dll)
   36k 2019/09/05 C:\tools\cygwin64\bin\cygXcursor-1.dll (not x86 dll)
   11k 2019/09/05 C:\tools\cygwin64\bin\cygXdamage-1.dll (not x86 dll)
   21k 2019/09/05 C:\tools\cygwin64\bin\cygXdmcp-6.dll (not x86 dll)
   60k 2019/09/05 C:\tools\cygwin64\bin\cygXext-6.dll (not x86 dll)
   20k 2016/10/09 C:\tools\cygwin64\bin\cygXfixes-3.dll (not x86 dll)
  210k 2019/09/15 C:\tools\cygwin64\bin\cygXfont2-2.dll (not x86 dll)
   77k 2019/09/05 C:\tools\cygwin64\bin\cygXft-2.dll (not x86 dll)
   61k 2019/09/05 C:\tools\cygwin64\bin\cygXi-6.dll (not x86 dll)
   11k 2019/09/05 C:\tools\cygwin64\bin\cygXinerama-1.dll (not x86 dll)
  240k 2020/04/20 C:\tools\cygwin64\bin\cygxkbcommon-0.dll (not x86 dll)
   27k 2020/04/20 C:\tools\cygwin64\bin\cygxkbcommon-x11-0.dll (not x86 dll)
  134k 2019/09/05 C:\tools\cygwin64\bin\cygxkbfile-1.dll (not x86 dll)
 1238k 2020/09/11 C:\tools\cygwin64\bin\cygxml2-2.dll (not x86 dll)
   88k 2019/09/05 C:\tools\cygwin64\bin\cygXmu-6.dll (not x86 dll)
   15k 2019/09/05 C:\tools\cygwin64\bin\cygXmuu-1.dll (not x86 dll)
   64k 2020/04/02 C:\tools\cygwin64\bin\cygXpm-4.dll (not x86 dll)
   37k 2019/09/05 C:\tools\cygwin64\bin\cygXrandr-2.dll (not x86 dll)
   38k 2020/04/01 C:\tools\cygwin64\bin\cygXrender-1.dll (not x86 dll)
   12k 2019/09/05 C:\tools\cygwin64\bin\cygXss-1.dll (not x86 dll)
  335k 2019/09/06 C:\tools\cygwin64\bin\cygXt-6.dll (not x86 dll)
   22k 2016/10/09 C:\tools\cygwin64\bin\cygXtst-6.dll (not x86 dll)
  121k 2014/12/08 C:\tools\cygwin64\bin\cygyaml-0-2.dll (not x86 dll)
   83k 2017/03/03 C:\tools\cygwin64\bin\cygz.dll (not x86 dll)
  737k 2020/05/24 C:\tools\cygwin64\bin\cygzstd-1.dll (not x86 dll)
 3473k 2020/08/22 C:\tools\cygwin64\bin\cygwin1.dll (not x86 dll)
Warning: There are multiple cygwin1.dlls on your path

Checking for any Cygwin services... 

Can't find the cygrunsrv utility, skipping services check.


Cygwin Package Information
Last downloaded files to: c:\temp
Last downloaded files from: http://mirrors.xmission.com/cygwin/

Package              Version                         Status
_autorebase          001007-1                        OK
alternatives         1.3.30c-10                      OK
base-cygwin          3.8-1                           OK
base-files           4.3-2                           OK
bash                 4.4.12-3                        OK
bzip2                1.0.8-1                         OK
ca-certificates      2.40-1                          OK
coreutils            8.26-2                          OK
crypto-policies      20190218-1                      OK
cygutils             1.4.16-2                        OK
cygwin               3.1.7-1                         OK
dash                 0.5.9.1-1                       OK
diffutils            3.5-2                           OK
editrights           1.03-1                          OK
file                 5.39-1                          OK
findutils            4.6.0-1                         OK
gawk                 5.1.0-1                         OK
getent               2.18.90-4                       OK
grep                 3.0-2                           OK
groff                1.22.4-1                        OK
gzip                 1.8-1                           OK
hostname             3.13-1                          OK
info                 6.7-1                           OK
ipc-utils            1.0-1                           OK
less                 551-1                           OK
libargp              20110921-3                      OK
libattr1             2.4.48-2                        OK
libblkid1            2.33.1-2                        OK
libbz2_1             1.0.8-1                         OK
libfdisk1            2.33.1-2                        OK
libffi6              3.2.1-1                         OK
libgcc1              10.2.0-1                        OK
libgdbm4             1.13-1                          OK
libgmp10             6.2.1-1                         OK
libiconv             1.16-2                          OK
libiconv2            1.16-2                          OK
libintl8             0.19.8.1-2                      OK
liblz4_1             1.7.5-1                         OK
liblzma5             5.2.4-1                         OK
libmpfr6             4.1.0-1                         OK
libncursesw10        6.1-1.20190727                  OK
libp11-kit0          0.23.20-1                       OK
libpcre1             8.44-1                          OK
libpipeline1         1.5.1-1                         OK
libpopt-common       1.16-2                          OK
libpopt0             1.16-2                          OK
libreadline7         7.0.3-3                         OK
libsigsegv2          2.10-2                          OK
libsmartcols1        2.33.1-2                        OK
libssl1.1            1.1.1f-1                        OK
libstdc++6           10.2.0-1                        OK
libtasn1_6           4.14-1                          OK
libuuid1             2.33.1-2                        OK
libzstd1             1.4.5-1                         OK
login                1.13-1                          OK
man-db               2.7.6.1-1                       OK
mintty               3.4.3-1                         OK
ncurses              6.1-1.20190727                  OK
openssl              1.1.1f-1                        OK
p11-kit              0.23.20-1                       OK
p11-kit-trust        0.23.20-1                       OK
rebase               4.4.4-1                         OK
rsync                3.2.3+20200903+git9f9240b-4     OK
run                  1.3.4-2                         OK
sed                  4.4-1                           OK
tar                  1.32-2                          OK
terminfo             6.1-1.20190727                  OK
terminfo-extra       6.1-1.20190727                  OK
tzcode               2020d-1                         OK
tzdata               2020d-1                         OK
util-linux           2.33.1-2                        OK
vim-minimal          8.2.0486-1                      OK
which                2.20-2                          OK
xz                   5.2.4-1                         OK
zlib0                1.2.11-1                        OK
zstd                 1.4.5-1                         OK

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: cygwin Rsync x32 issue
  2021-02-14  4:33 Jim Brain
@ 2021-02-14  5:39 ` Brian Inglis
  2021-02-14  5:55   ` Jim Brain
  2021-02-15  0:01 ` Ken Brown
  1 sibling, 1 reply; 15+ messages in thread
From: Brian Inglis @ 2021-02-14  5:39 UTC (permalink / raw)
  To: cygwin

On 2021-02-13 21:33, Jim Brain wrote:
> I perused the archive and did not see anything noted about this, but please 
> forgive me if it's been discussed.
> 
> Server: ubuntu 2004, running rsync 3.1.3 protocol version 31
> 
> client Windows 10 x64.
> 
> When calling rsync x64 3.2.4dev, transfer works fine.
> 
> When using rsync x32 3.2.4dev, downloaded last night, same transfer fails, with:
> 
> "
> 
> dup() in/out/err failed
> rsync: connection unexpectedly closed (0 bytes received so far) [sender]
> [sender] _exit_cleanup(code=12, file=io.c, line=228): entered
> rsync error: error in rsync protocol data stream (code 12) at io.c(228) 
> [sender=3.2.4dev]
> [sender] _exit_cleanup(code=12, file=io.c, line=228): about to call exit(12)
> 
> "
> 
> cwrsync fails in the same way.
> 
> Sadly, I would ignore and just use x64 rsync (as I normally do on my system 
> here), but this is to set up a sync job for a elderly user who wants to update 
> his web site and only has Windows x32 bit.
> 
> Any help would be most appreciated.  I can probably come up with an alternate 
> solution (scp or zip/ftp) but rsync seemed a clean approach to ensuring his 
> local version of the site and the web version stayed in sync.

Rsync is how Cygwin mirrors are maintained, so simple issues would have been 
reported, and checking would report mirror failures.

Please provide some info about your system per https://cygwin.com/problems.html
by running and attaching the output file as a text attachment to your reply:

$ cygcheck -hrsv > cygcheck.log

What edition and release of Win10 are you running? Home/Pro/... and e.g.

$ regtool list -v /proc/registry/HKEY_LOCAL_MACHINE/SYSTEM/Software/Microsoft/
CTF\ ()
BuildLab (REG_SZ) = "18362.19h1_release.190318-1202"
BuildLabEx (REG_SZ) = "18362.1.amd64fre.19h1_release.190318-1202"

What is your cygwin release from uname or /proc/version e.g.

$ uname -srvmo
CYGWIN_NT-10.0 3.1.7(0.340/5/3) 2020-08-22 17:48 x86_64 Cygwin
$ head /proc/version
CYGWIN_NT-10.0-18363 version 3.1.7-340.x86_64 (corinna@calimero) (gcc version 
9.3.0 20200312 (Fedora Cygwin 9.3.0-1) (GCC) ) 2020-08-22 17:48 UTC

What rsync version are you using e.g.

$ rsync --version
rsync  version 3.2.4dev  protocol version 31
Copyright (C) 1996-2020 by Andrew Tridgell, Wayne Davison, and others.
Web site: https://rsync.samba.org/
Capabilities:
     64-bit files, 64-bit inums, *64-bit timestamps*, 64-bit long ints,
     socketpairs, hardlinks, no hardlink-specials, symlinks, IPv6, atimes,
     batchfiles, inplace, append, ACLs, xattrs, optional protect-args, iconv,
     symtimes, prealloc, stop-at, no crtimes
Optimizations:
     no SIMD, asm, openssl-crypto
Checksum list:
     *xxh128 xxh3 xxh64 (xxhash)* md5 md4 none
Compress list:
     zstd lz4 zlibx zlib none

Cygwin 32 shows differences flagged above and below:

$ rsync --version
rsync  version 3.2.4dev  protocol version 31
Copyright (C) 1996-2020 by Andrew Tridgell, Wayne Davison, and others.
Web site: https://rsync.samba.org/
Capabilities:
     64-bit files, 64-bit inums, *32-bit timestamps*, 64-bit long ints,
     socketpairs, hardlinks, no hardlink-specials, symlinks, IPv6, atimes,
     batchfiles, inplace, append, ACLs, xattrs, optional protect-args, iconv,
     symtimes, prealloc, stop-at, no crtimes
Optimizations:
     no SIMD, no asm, openssl-crypto
Checksum list:
     md5 md4 none
Compress list:
     zstd lz4 zlibx zlib none

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* cygwin Rsync x32 issue
@ 2021-02-14  4:33 Jim Brain
  2021-02-14  5:39 ` Brian Inglis
  2021-02-15  0:01 ` Ken Brown
  0 siblings, 2 replies; 15+ messages in thread
From: Jim Brain @ 2021-02-14  4:33 UTC (permalink / raw)
  To: cygwin

I perused the archive and did not see anything noted about this, but 
please forgive me if it's been discussed.

Server: ubuntu 2004, running rsync 3.1.3 protocol version 31

client Windows 10 x64.

When calling rsync x64 3.2.4dev, transfer works fine.

When using rsync x32 3.2.4dev, downloaded last night, same transfer 
fails, with:

"

dup() in/out/err failed
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
[sender] _exit_cleanup(code=12, file=io.c, line=228): entered
rsync error: error in rsync protocol data stream (code 12) at io.c(228) 
[sender=3.2.4dev]
[sender] _exit_cleanup(code=12, file=io.c, line=228): about to call exit(12)

"

cwrsync fails in the same way.

Sadly, I would ignore and just use x64 rsync (as I normally do on my 
system here), but this is to set up a sync job for a elderly user who 
wants to update his web site and only has Windows x32 bit.

Any help would be most appreciated.  I can probably come up with an 
alternate solution (scp or zip/ftp) but rsync seemed a clean approach to 
ensuring his local version of the site and the web version stayed in sync.

Jim


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-02-18 21:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-13 22:49 cygwin Rsync x32 issue Jim Brain
2021-02-14  4:33 Jim Brain
2021-02-14  5:39 ` Brian Inglis
2021-02-14  5:55   ` Jim Brain
2021-02-15  0:01 ` Ken Brown
2021-02-15  2:04   ` Jim Brain
2021-02-15  2:21     ` Ken Brown
2021-02-15  2:48       ` Jim Brain
2021-02-15 23:18         ` Ken Brown
2021-02-16  1:57           ` Jim Brain
2021-02-16  2:11             ` Jim Brain
2021-02-16 12:30           ` Ken Brown
2021-02-16 23:32             ` Jim Brain
2021-02-18  6:35       ` Andrey Repin
2021-02-18 21:50         ` Ken Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).