Untitled diff

Created Diff never expires
AppVeyor
AppVeyor
SIGN IN
SIGN IN
opensmalltalk-vm
opensmalltalk-vm


LATEST BUILD HISTORY
LATEST BUILD HISTORY
LOG
LOG
CogVM source as per VMMaker.oscog-eem.2211
CogVM source as per VMMaker.oscog-eem.2211
StackInterpreter:
StackInterpreter:
Simplify and make robust display bitmap access for display update. The old code
Simplify and make robust display bitmap access for display update. The old code
required platforms that needed to redraw at arbitrary times to have to access
required platforms that needed to redraw at arbitrary times to have to access
the display bits through interpreterProxy->displayObject, decoding it each time.
the display bits through interpreterProxy->displayObject, decoding it each time.
There exists a small window during compaction, etc, during whiuch such access
There exists a small window during compaction, etc, during whiuch such access
will fail and cause a VM crash. The new code provides four variables to
will fail and cause a VM crash. The new code provides four variables to
reference the display, displayBits, displayWidth, displayHeight and
reference the display, displayBits, displayWidth, displayHeight and
displayDepth, which are assigned appropriately in the primitiveBeDisplay
displayDepth, which are assigned appropriately in the primitiveBeDisplay
primitive. After a GC the interpreter checks if the displayBits have changed
primitive. After a GC the interpreter checks if the displayBits have changed
location and if so calls ioNoteDisplayChanged:width:height:depth:
location and if so calls ioNoteDisplayChanged:width:height:depth:
(ioNoteDisplayChangedwidthheightdepth) to inform the platform of the change
(ioNoteDisplayChangedwidthheightdepth) to inform the platform of the change
(currently all platforms implement this as a null function).
(currently all platforms implement this as a null function).


On Spur the primitiveBeDIsplay primitive also pins the display bits.
On Spur the primitiveBeDIsplay primitive also pins the display bits.


This scheme allows displayBitsOf:Left:Top:Right:Bottom: to be simplified to
This scheme allows displayBitsOf:Left:Top:Right:Bottom: to be simplified to
updateDisplayLeft:Top:Right:Bottom:.
updateDisplayLeft:Top:Right:Bottom:.


On Mac OS X and X11, replace access to the display Dits via displayObject with
On Mac OS X and X11, replace access to the display Dits via displayObject with
direct access to displayBits, displayWidth, displayHeight and displayDepth vars.
direct access to displayBits, displayWidth, displayHeight and displayDepth vars.


Spur:
Spur:
Fix cloneInOldSpaceForPinning: to handle failed allocations correctly.
Fix cloneInOldSpaceForPinning: to handle failed allocations correctly.
Have pinObject: only clone an old space object that is 1Mb or less, simply
Have pinObject: only clone an old space object that is 1Mb or less, simply
pinning larger objects (whioch would include the display bitmap) where it sits.
pinning larger objects (whioch would include the display bitmap) where it sits.


Lift the limits on Spur image segments. There is now no limit on the number of
Lift the limits on Spur image segments. There is now no limit on the number of
objects in a segment, but the classes in the segment must occupy no more than
objects in a segment, but the classes in the segment must occupy no more than
2 ^ 21 bytes (maxIdentityHash / 2 * 8 - which allows for about 1.4 million
2 ^ 21 bytes (maxIdentityHash / 2 * 8 - which allows for about 1.4 million
11 slot classes), and the segment can have no more than 2 ^ 21 out pointers
11 slot classes), and the segment can have no more than 2 ^ 21 out pointers
(again maxIdentityHash / 2. Tested for simple examples. Manages to export a
(again maxIdentityHash / 2. Tested for simple examples. Manages to export a
project but not load it yet.
project but not load it yet.


Fail if the segment store args that are mutated are either immutable or pinned.
Fail if the segment store args that are mutated are either immutable or pinned.


Fix bad bug in shorten:toIndexableSize: (which could affect Scorch/Sista).
Fix bad bug in shorten:toIndexableSize: (which could affect Scorch/Sista).
The old code for addressAfter: would be fooled by an object with overflow
The old code for addressAfter: would be fooled by an object with overflow
slows but fewer slots than numSlotsMask. So fix addressAfter: so it will
slows but fewer slots than numSlotsMask. So fix addressAfter: so it will
still add the overflow header if there is one.
still add the overflow header if there is one.


Rewrite objectBytesForSlots: to follow the fixed addressAfter:. The code
Rewrite objectBytesForSlots: to follow the fixed addressAfter:. The code
should be cleaner.
should be cleaner.


Fix checkInterpreterIntegrity in the case of the primitiveDoPrimtiive code
Fix checkInterpreterIntegrity in the case of the primitiveDoPrimtiive code
setting newMethod to an integer.
setting newMethod to an integer.


Fix some translation-timer warnings by tweaking storeLiteralVariable:withValue:,
Fix some translation-timer warnings by tweaking storeLiteralVariable:withValue:,
storePointerImmutabilityCheck:ofObject:withValue: & primitiveGetenv.
storePointerImmutabilityCheck:ofObject:withValue: & primitiveGetenv.
1.0.665
1.0.665
15 hours ago by Eliot Miranda
15 hours ago by Eliot Miranda
Cog 78c402ea
Cog 78c402ea
Failed 14 hours ago in 44 min 56 sec
Failed 14 hours ago in 44 min 56 sec
Environment: FLAVOR=squeak.stack.spur, ARCH=win64x64, CYG_ROOT=C:\cygwin64, CYG_SETUP=setup-x86_64.exe, MINGW_ARCH=x86_64
Environment: FLAVOR=pharo.stack.spur, ARCH=win64x64, CYG_ROOT=C:\cygwin64, CYG_SETUP=setup-x86_64.exe, MINGW_ARCH=x86_64
4 min
3 min 43 sec
JOBS CONSOLE MESSAGES TESTS ARTIFACTS
JOBS CONSOLE MESSAGES TESTS ARTIFACTS
Build started
Build started
git clone -q --depth=5 --branch=Cog https://github.com/OpenSmalltalk/opensmalltalk-vm.git C:\projects\vm
git clone -q --depth=5 --branch=Cog https://github.com/OpenSmalltalk/opensmalltalk-vm.git C:\projects\vm
git checkout -qf 78c402ea71ebcc9db12496f81021fdb9b57deb5f
git checkout -qf 78c402ea71ebcc9db12496f81021fdb9b57deb5f
Restoring build cache
Cache '.thirdparty-cache' - Restored
Running Install scripts
Running Install scripts
Start-FileDownload "http://cygwin.com/setup-x86.exe" -FileName "setup-x86.exe"
Start-FileDownload "http://cygwin.com/setup-x86.exe" -FileName "setup-x86.exe"
Downloading setup-x86.exe (880,659 bytes)...100%
Downloading setup-x86.exe (880,659 bytes)...100%
Start-FileDownload "http://cygwin.com/setup-x86_64.exe" -FileName "setup-x86_64.exe"
Start-FileDownload "http://cygwin.com/setup-x86_64.exe" -FileName "setup-x86_64.exe"
Downloading setup-x86_64.exe (916,499 bytes)...100%
Downloading setup-x86_64.exe (916,499 bytes)...100%
%CYG_SETUP% -dgnqNO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_ROOT%\var\cache\setup" -P mingw64-%MINGW_ARCH%-gcc-core,mingw64-%MINGW_ARCH%-gcc-g++,mingw64-%MINGW_ARCH%-headers,mingw64-%MINGW_ARCH%-runtime,zip,mingw64-%MINGW_ARCH%-clang,libiconv-devel,libglib2.0-devel,perl,mingw64-%MINGW_ARCH%-zlib,cmake,mingw64-%MINGW_ARCH%-win-iconv
%CYG_SETUP% -dgnqNO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_ROOT%\var\cache\setup" -P mingw64-%MINGW_ARCH%-gcc-core,mingw64-%MINGW_ARCH%-gcc-g++,mingw64-%MINGW_ARCH%-headers,mingw64-%MINGW_ARCH%-runtime,zip,mingw64-%MINGW_ARCH%-clang,libiconv-devel,libglib2.0-devel,perl,mingw64-%MINGW_ARCH%-zlib,cmake,mingw64-%MINGW_ARCH%-win-iconv
Starting cygwin install, version 2.877
Starting cygwin install, version 2.877
User has backup/restore rights
User has backup/restore rights
Current Directory: C:\cygwin64\var\cache\setup
Current Directory: C:\cygwin64\var\cache\setup
Could not open service McShield for query, start and stop. McAfee may not be installed, or we don't have access.
Could not open service McShield for query, start and stop. McAfee may not be installed, or we don't have access.
root: C:\cygwin64 system
root: C:\cygwin64 system
Selected local directory: C:\cygwin64\var\cache\setup
Selected local directory: C:\cygwin64\var\cache\setup
net: Direct
net: Direct
site: http://cygwin.mirror.constant.com/
site: http://cygwin.mirror.constant.com/
Adding required dependency libarchive13: Selecting version 3.2.2-2 for installation.
Adding required dependency libarchive13: Selecting version 3.2.2-2 for installation.
Adding required dependency libcharset1: Selecting version 1.14-3 for installation.
Adding required dependency libcharset1: Selecting version 1.14-3 for installation.
Adding required dependency libclang3.8: Selecting version 3.8.1-1 for installation.
Adding required dependency libclang3.8: Selecting version 3.8.1-1 for installation.
Adding required dependency libclang3.9: Selecting version 3.9.1-1 for installation.
Adding required dependency libclang3.9: Selecting version 3.9.1-1 for installation.
Adding required dependency libgc1: Selecting version 7.6.0-1 for installation.
Adding required dependency libgc1: Selecting version 7.6.0-1 for installation.
Adding required dependency libguile2.0_22: Selecting version 2.0.14-1 for installation.
Adding required dependency libguile2.0_22: Selecting version 2.0.14-1 for installation.
Adding required dependency libllvm3.8: Selecting version 3.8.1-1 for installation.
Adding required dependency libllvm3.8: Selecting version 3.8.1-1 for installation.
Adding required dependency libllvm3.9: Selecting version 3.9.1-1 for installation.
Adding required dependency libllvm3.9: Selecting version 3.9.1-1 for installation.
Adding required dependency liblz4_1: Selecting version 131-1 for installation.
Adding required dependency liblz4_1: Selecting version 131-1 for installation.
Adding required dependency liblzo2_2: Selecting version 2.08-1 for installation.
Adding required dependency liblzo2_2: Selecting version 2.08-1 for installation.
Adding required dependency libnettle6: Selecting version 3.3-1 for installation.
Adding required dependency libnettle6: Selecting version 3.3-1 for installation.
Adding required dependency libpcre-devel: Selecting version 8.40-3 for installation.
Adding required dependency libpcre-devel: Selecting version 8.40-3 for installation.
Adding required dependency libpcre16_0: Selecting version 8.40-3 for installation.
Adding required dependency libpcre16_0: Selecting version 8.40-3 for installation.
Adding required dependency libpcre32_0: Selecting version 8.40-3 for installation.
Adding required dependency libpcre32_0: Selecting version 8.40-3 for installation.
Adding required dependency libpcrecpp0: Selecting version 8.40-3 for installation.
Adding required dependency libpcrecpp0: Selecting version 8.40-3 for installation.
Adding required dependency libpcreposix0: Selecting version 8.40-3 for installation.
Adding required dependency libpcreposix0: Selecting version 8.40-3 for installation.
Adding required dependency mingw64-x86_64-pkg-config: Selecting version 0.29.1-1 for installation.
Adding required dependency mingw64-x86_64-pkg-config: Selecting version 0.29.1-1 for installation.
Adding required dependency python2: Selecting version 2.7.13-1 for installation.
Adding required dependency python2: Selecting version 2.7.13-1 for installation.
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/_autorebase/_autorebase-001005-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/_autorebase/_autorebase-001005-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/ca-certificates/ca-certificates-2.14-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/ca-certificates/ca-certificates-2.14-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cmake/cmake-3.6.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cmake/cmake-3.6.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/curl/curl-7.54.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/curl/curl-7.54.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cygwin/cygwin-2.8.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cygwin/cygwin-2.8.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cygwin/cygwin-devel/cygwin-devel-2.8.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cygwin/cygwin-devel/cygwin-devel-2.8.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/file/file-5.30-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/file/file-5.30-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/git/git-2.12.3-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/git/git-2.12.3-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/gsettings-desktop-schemas/gsettings-desktop-schemas-3.22.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/gsettings-desktop-schemas/gsettings-desktop-schemas-3.22.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/less/less-487-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/less/less-487-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libarchive/libarchive13/libarchive13-3.2.2-2.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libarchive/libarchive13/libarchive13-3.2.2-2.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libiconv/libcharset1/libcharset1-1.14-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libiconv/libcharset1/libcharset1-1.14-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/clang/libclang3.8/libclang3.8-3.8.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/clang/libclang3.8/libclang3.8-3.8.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/clang/libclang3.9/libclang3.9-3.9.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/clang/libclang3.9/libclang3.9-3.9.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libcroco0.6/libcroco0.6_3/libcroco0.6_3-0.6.12-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libcroco0.6/libcroco0.6_3/libcroco0.6_3-0.6.12-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/curl/libcurl4/libcurl4-7.54.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/curl/libcurl4/libcurl4-7.54.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libgc/libgc1/libgc1-7.6.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libgc/libgc1/libgc1-7.6.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0-devel/libglib2.0-devel-2.50.3-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0-devel/libglib2.0-devel-2.50.3-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0_0/libglib2.0_0-2.50.3-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0_0/libglib2.0_0-2.50.3-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gnutls/libgnutls28/libgnutls28-3.3.27-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gnutls/libgnutls28/libgnutls28-3.3.27-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/guile1.8/libguile17/libguile17-1.8.8-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/guile1.8/libguile17/libguile17-1.8.8-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/guile/libguile2.0_22/libguile2.0_22-2.0.14-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/guile/libguile2.0_22/libguile2.0_22-2.0.14-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libiconv/libiconv-devel/libiconv-devel-1.14-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libiconv/libiconv-devel/libiconv-devel-1.14-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libidn/libidn11/libidn11-1.33-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libidn/libidn11/libidn11-1.33-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libidn2/libidn2_0/libidn2_0-2.0.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libidn2/libidn2_0/libidn2_0-2.0.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/llvm/libllvm3.8/libllvm3.8-3.8.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/llvm/libllvm3.8/libllvm3.8-3.8.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/llvm/libllvm3.9/libllvm3.9-3.9.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/llvm/libllvm3.9/libllvm3.9-3.9.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/lz4/liblz4_1/liblz4_1-131-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/lz4/liblz4_1/liblz4_1-131-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/xz/liblzma5/liblzma5-5.2.3-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/xz/liblzma5/liblzma5-5.2.3-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/liblzo2/liblzo2_2/liblzo2_2-2.08-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/liblzo2/liblzo2_2/liblzo2_2-2.08-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mpfr/libmpfr4/libmpfr4-3.1.5-1p2.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mpfr/libmpfr4/libmpfr4-3.1.5-1p2.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/ncurses/libncursesw10/libncursesw10-6.0-10.20170325.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/ncurses/libncursesw10/libncursesw10-6.0-10.20170325.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/nettle/libnettle6/libnettle6-3.3-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/nettle/libnettle6/libnettle6-3.3-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/nghttp2/libnghttp2_14/libnghttp2_14-1.14.0-2.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/nghttp2/libnghttp2_14/libnghttp2_14-1.14.0-2.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/p11-kit/libp11-kit0/libp11-kit0-0.23.5-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/p11-kit/libp11-kit0/libp11-kit0-0.23.5-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre-devel/libpcre-devel-8.40-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre-devel/libpcre-devel-8.40-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre1/libpcre1-8.40-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre1/libpcre1-8.40-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre16_0/libpcre16_0-8.40-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre16_0/libpcre16_0-8.40-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre32_0/libpcre32_0-8.40-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre32_0/libpcre32_0-8.40-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcrecpp0/libpcrecpp0-8.40-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcrecpp0/libpcrecpp0-8.40-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcreposix0/libpcreposix0-8.40-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcreposix0/libpcreposix0-8.40-3.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cyrus-sasl/libsasl2_3/libsasl2_3-2.1.26-11.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cyrus-sasl/libsasl2_3/libsasl2_3-2.1.26-11.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/sqlite3/libsqlite3_0/libsqlite3_0-3.18.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/sqlite3/libsqlite3_0/libsqlite3_0-3.18.0-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libtasn1/libtasn1_6/libtasn1_6-4.10-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libtasn1/libtasn1_6/libtasn1_6-4.10-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxml2/libxml2-2.9.4-2.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxml2/libxml2-2.9.4-2.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/make/make-4.2.1-2.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/make/make-4.2.1-2.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/clang/mingw64-x86_64-clang/mingw64-x86_64-clang-3.9.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/clang/mingw64-x86_64-clang/mingw64-x86_64-clang-3.9.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-headers/mingw64-x86_64-headers-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-headers/mingw64-x86_64-headers-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-x86_64-pkg-config/mingw64-x86_64-pkg-config-0.29.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-x86_64-pkg-config/mingw64-x86_64-pkg-config-0.29.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-runtime/mingw64-x86_64-runtime-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-runtime/mingw64-x86_64-runtime-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-win-iconv/mingw64-x86_64-win-iconv-0.0.6-2.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-win-iconv/mingw64-x86_64-win-iconv-0.0.6-2.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-winpthreads/mingw64-x86_64-winpthreads-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-winpthreads/mingw64-x86_64-winpthreads-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-zlib/mingw64-x86_64-zlib-1.2.11-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-zlib/mingw64-x86_64-zlib-1.2.11-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mintty/mintty-2.7.6-0.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mintty/mintty-2.7.6-0.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/ncurses/ncurses-6.0-10.20170325.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/ncurses/ncurses-6.0-10.20170325.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/openssh/openssh-7.5p1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/openssh/openssh-7.5p1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/p11-kit/p11-kit-0.23.5-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/p11-kit/p11-kit-0.23.5-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/p11-kit/p11-kit-trust/p11-kit-trust-0.23.5-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/p11-kit/p11-kit-trust/p11-kit-trust-0.23.5-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/perl-HTTP-Cookies/perl-HTTP-Cookies-6.03-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/perl-HTTP-Cookies/perl-HTTP-Cookies-6.03-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/perl-libwww-perl/perl-libwww-perl-6.26-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/perl-libwww-perl/perl-libwww-perl-6.26-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/publicsuffix-list/publicsuffix-list-dafsa/publicsuffix-list-dafsa-20170424-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/publicsuffix-list/publicsuffix-list-dafsa/publicsuffix-list-dafsa-20170424-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python2/python/python-2.7.13-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python2/python/python-2.7.13-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python2/python2-2.7.13-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python2/python2-2.7.13-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python3/python3-3.6.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python3/python3-3.6.1-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/ncurses/terminfo/terminfo-6.0-10.20170325.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/ncurses/terminfo/terminfo-6.0-10.20170325.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/tzdata/tzdata-2017b-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/tzdata/tzdata-2017b-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/vim/vim-minimal/vim-minimal-8.0.0596-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/vim/vim-minimal/vim-minimal-8.0.0596-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/w32api-headers/w32api-headers-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/w32api-headers/w32api-headers-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/w32api-runtime/w32api-runtime-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/w32api-runtime/w32api-runtime-5.0.2-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/xz/xz-5.2.3-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/xz/xz-5.2.3-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/zip/zip-3.0-12.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/zip/zip-3.0-12.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/zlib/zlib0/zlib0-1.2.11-1.tar.xz
Downloaded C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/zlib/zlib0/zlib0-1.2.11-1.tar.xz
running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/preremove/_autorebase.sh"
running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/preremove/_autorebase.sh"
running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/preremove/ca-certificates.sh"
running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/preremove/ca-certificates.sh"
Uninstalling _autorebase
Uninstalling _autorebase
Uninstalling ca-certificates
Uninstalling ca-certificates
Uninstalling curl
Uninstalling curl
Uninstalling cygwin
Uninstalling cygwin
Uninstalling cygwin-devel
Uninstalling cygwin-devel
Uninstalling file
Uninstalling file
Uninstalling git
Uninstalling git
Uninstalling gsettings-desktop-schemas
Uninstalling gsettings-desktop-schemas
Uninstalling less
Uninstalling less
Uninstalling libcroco0.6_3
Uninstalling libcroco0.6_3
Uninstalling libcurl4
Uninstalling libcurl4
Uninstalling libglib2.0_0
Uninstalling libglib2.0_0
Uninstalling libgnutls28
Uninstalling libgnutls28
Uninstalling libguile17
Uninstalling libguile17
Uninstalling libidn11
Uninstalling libidn11
Uninstalling libidn2_0
Uninstalling libidn2_0
Uninstalling liblzma5
Uninstalling liblzma5
Uninstalling libmpfr4
Uninstalling libmpfr4
Uninstalling libncursesw10
Uninstalling libncursesw10
Uninstalling libnghttp2_14
Uninstalling libnghttp2_14
Uninstalling libp11-kit0
Uninstalling libp11-kit0
Uninstalling libpcre1
Uninstalling libpcre1
Uninstalling libsasl2_3
Uninstalling libsasl2_3
Uninstalling libsqlite3_0
Uninstalling libsqlite3_0
Uninstalling libtasn1_6
Uninstalling libtasn1_6
Uninstalling libxml2
Uninstalling libxml2
Uninstalling make
Uninstalling make
Uninstalling mingw64-i686-headers
Uninstalling mingw64-i686-headers
Uninstalling mingw64-i686-runtime
Uninstalling mingw64-i686-runtime
Uninstalling mingw64-i686-winpthreads
Uninstalling mingw64-i686-winpthreads
Uninstalling mingw64-x86_64-headers
Uninstalling mingw64-x86_64-headers
Uninstalling mingw64-x86_64-runtime
Uninstalling mingw64-x86_64-runtime
Uninstalling mingw64-x86_64-winpthreads
Uninstalling mingw64-x86_64-winpthreads
Uninstalling mintty
Uninstalling mintty
Uninstalling ncurses
Uninstalling ncurses
Uninstalling openssh
Uninstalling openssh
Uninstalling p11-kit
Uninstalling p11-kit
Uninstalling p11-kit-trust
Uninstalling p11-kit-trust
Uninstalling perl-HTTP-Cookies
Uninstalling perl-HTTP-Cookies
Uninstalling perl-libwww-perl
Uninstalling perl-libwww-perl
Uninstalling publicsuffix-list-dafsa
Uninstalling publicsuffix-list-dafsa
Uninstalling python
Uninstalling python
Uninstalling python3
Uninstalling python3
Uninstalling terminfo
Uninstalling terminfo
Uninstalling tzdata
Uninstalling tzdata
Uninstalling vim-minimal
Uninstalling vim-minimal
Uninstalling w32api-headers
Uninstalling w32api-headers
Uninstalling w32api-runtime
Uninstalling w32api-runtime
Uninstalling xz
Uninstalling xz
Uninstalling zlib0
Uninstalling zlib0
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/_autorebase/_autorebase-001005-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/_autorebase/_autorebase-001005-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/ca-certificates/ca-certificates-2.14-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/ca-certificates/ca-certificates-2.14-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cmake/cmake-3.6.2-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cmake/cmake-3.6.2-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/curl/curl-7.54.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/curl/curl-7.54.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cygwin/cygwin-2.8.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cygwin/cygwin-2.8.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cygwin/cygwin-devel/cygwin-devel-2.8.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cygwin/cygwin-devel/cygwin-devel-2.8.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/file/file-5.30-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/file/file-5.30-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/git/git-2.12.3-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/git/git-2.12.3-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/gsettings-desktop-schemas/gsettings-desktop-schemas-3.22.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/gsettings-desktop-schemas/gsettings-desktop-schemas-3.22.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/less/less-487-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/less/less-487-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libarchive/libarchive13/libarchive13-3.2.2-2.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libarchive/libarchive13/libarchive13-3.2.2-2.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libiconv/libcharset1/libcharset1-1.14-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libiconv/libcharset1/libcharset1-1.14-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/clang/libclang3.8/libclang3.8-3.8.1-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/clang/libclang3.8/libclang3.8-3.8.1-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/clang/libclang3.9/libclang3.9-3.9.1-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/clang/libclang3.9/libclang3.9-3.9.1-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libcroco0.6/libcroco0.6_3/libcroco0.6_3-0.6.12-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libcroco0.6/libcroco0.6_3/libcroco0.6_3-0.6.12-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/curl/libcurl4/libcurl4-7.54.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/curl/libcurl4/libcurl4-7.54.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libgc/libgc1/libgc1-7.6.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libgc/libgc1/libgc1-7.6.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0-devel/libglib2.0-devel-2.50.3-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0-devel/libglib2.0-devel-2.50.3-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0_0/libglib2.0_0-2.50.3-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0_0/libglib2.0_0-2.50.3-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gnutls/libgnutls28/libgnutls28-3.3.27-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gnutls/libgnutls28/libgnutls28-3.3.27-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/guile1.8/libguile17/libguile17-1.8.8-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/guile1.8/libguile17/libguile17-1.8.8-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/guile/libguile2.0_22/libguile2.0_22-2.0.14-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/guile/libguile2.0_22/libguile2.0_22-2.0.14-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libiconv/libiconv-devel/libiconv-devel-1.14-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libiconv/libiconv-devel/libiconv-devel-1.14-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libidn/libidn11/libidn11-1.33-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libidn/libidn11/libidn11-1.33-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libidn2/libidn2_0/libidn2_0-2.0.1-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libidn2/libidn2_0/libidn2_0-2.0.1-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/llvm/libllvm3.8/libllvm3.8-3.8.1-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/llvm/libllvm3.8/libllvm3.8-3.8.1-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/llvm/libllvm3.9/libllvm3.9-3.9.1-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/llvm/libllvm3.9/libllvm3.9-3.9.1-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/lz4/liblz4_1/liblz4_1-131-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/lz4/liblz4_1/liblz4_1-131-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/xz/liblzma5/liblzma5-5.2.3-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/xz/liblzma5/liblzma5-5.2.3-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/liblzo2/liblzo2_2/liblzo2_2-2.08-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/liblzo2/liblzo2_2/liblzo2_2-2.08-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mpfr/libmpfr4/libmpfr4-3.1.5-1p2.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mpfr/libmpfr4/libmpfr4-3.1.5-1p2.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/ncurses/libncursesw10/libncursesw10-6.0-10.20170325.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/ncurses/libncursesw10/libncursesw10-6.0-10.20170325.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/nettle/libnettle6/libnettle6-3.3-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/nettle/libnettle6/libnettle6-3.3-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/nghttp2/libnghttp2_14/libnghttp2_14-1.14.0-2.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/nghttp2/libnghttp2_14/libnghttp2_14-1.14.0-2.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/p11-kit/libp11-kit0/libp11-kit0-0.23.5-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/p11-kit/libp11-kit0/libp11-kit0-0.23.5-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre-devel/libpcre-devel-8.40-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre-devel/libpcre-devel-8.40-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre1/libpcre1-8.40-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre1/libpcre1-8.40-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre16_0/libpcre16_0-8.40-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre16_0/libpcre16_0-8.40-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre32_0/libpcre32_0-8.40-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcre32_0/libpcre32_0-8.40-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcrecpp0/libpcrecpp0-8.40-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcrecpp0/libpcrecpp0-8.40-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcreposix0/libpcreposix0-8.40-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre/libpcreposix0/libpcreposix0-8.40-3.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cyrus-sasl/libsasl2_3/libsasl2_3-2.1.26-11.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cyrus-sasl/libsasl2_3/libsasl2_3-2.1.26-11.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/sqlite3/libsqlite3_0/libsqlite3_0-3.18.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/sqlite3/libsqlite3_0/libsqlite3_0-3.18.0-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libtasn1/libtasn1_6/libtasn1_6-4.10-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libtasn1/libtasn1_6/libtasn1_6-4.10-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxml2/libxml2-2.9.4-2.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxml2/libxml2-2.9.4-2.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/make/make-4.2.1-2.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/make/make-4.2.1-2.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-5.0.2-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-5.0.2-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-5.0.2-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-5.0.2-1.tar.xz
Extracting from file://C:\cygwin64\var\cache\setup/http%3a%2f%2fcygwin.mirror.c
Extracting fro