public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* headache on build repeatibility: octave vs BLODA ?
@ 2020-01-25 16:55 Marco Atzeri
  2020-01-25 18:15 ` Brian Inglis
                   ` (3 more replies)
  0 siblings, 4 replies; 31+ messages in thread
From: Marco Atzeri @ 2020-01-25 16:55 UTC (permalink / raw)
  To: cygwin

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

Hi All,
I have recently released Octave 5.1.0

https://cygwin.com/ml/cygwin-announce/2020-01/msg00010.html
https://cygwin.com/ml/cygwin-announce/2020-01/msg00011.html

that I built and packaged around 28 of December without
any compilation and test issue.

Than I passed to build the next version and started to see
unexpected segfault during the package test.
Trying to investigate I rebuilt the 5.1.0 and now I see also
there the same thing:

   libinterp/corefcn/file-io.cc-tst 
...............................fatal: caught signal Segmentation fault 
-- stopping myself...
/bin/sh: line 1:  3771 Segmentation fault      (core dumped) /bin/sh 
../run-octave --norc --silent --no-history -p 
/cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/build/test/mex 
/cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test/fntests.m 
/cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test
make[3]: *** [Makefile:31176: check-local] Error 139


I do not see any new cygwin package released in the last month that I
installed that could cause the simple file tests to fail

%!test
%! f = tempname ();
%! fid = fopen (f, "w+");
%! fprintf (fid, "1\n2\n3\n4\n5\n6");
%! fseek (fid, 0, "bof");
%! c = textscan (fid, "%f %f", 2);   <- here comes the segfault

I also tried the cygwin release 3.1.1 and 2020-01-14 snapshot
in addition to the 3.1.2 to see if something different was
coming with no difference in the outcome.

Now I am seriously thinking about BLODA, but I have not
noted any difference from the two AVs I was using
Antivir and MS Defender, so I am wandering if last
update for W10 Home x64 is the culprit.

Can anyone try to rebuild the Octave package and let me know
if the segfault during test is present or not in your system ?

Be aware that build time is very long (~ 4 hours) and requires
a ton of mathematical libraries.

Any suggestion will be appreciated
Marco





[-- Attachment #2: octave.cygport --]
[-- Type: text/plain, Size: 3551 bytes --]

NAME="octave"
VERSION="5.1.0"
RELEASE=2

CATEGORY="Math"
DESCRIPTION="GNU Octave is a high-level language for numerical computations"
HOMEPAGE="http://www.gnu.org/software/octave/"

OR="${PV}"
SRC_URI="https://ftp.gnu.org/gnu/octave/${PN}-${PV}.tar.lz
https://ftp.gnu.org/gnu/octave/${PN}-${PV}.tar.lz.sig"
SRC_DIR="${PN}-${PV}"

PATCH_URI="
octave-postinstall.patch"

PKG_NAMES="octave octave-devel octave-doc"

octave_SUMMARY="GNU Octave language for numerical computations"
octave_devel_SUMMARY="GNU Octave (development)"
octave_doc_SUMMARY="GNU Octave additional docs in html and pdf"

octave_CONTENTS='etc var usr/bin/cyg* usr/bin/oct* usr/lib/octave/'${OR}'/[eos]* usr/lib/octave/[as]*  usr/share/[aimos]* usr/share/doc/octave/[ABCINPRTe]*'

octave_devel_CONTENTS=' usr/bin/mk* usr/include/ usr/lib/octave/'${OR}'/lib* usr/lib/pkgconfig'

octave_doc_CONTENTS='usr/share/doc/octave/[hp]*'

DIFF_EXCLUDES="*octave.info* config.in.h version.texi stamp-vti 
  version-octave.texi stamp-1 version-liboctave.texi"

src_compile() {
	cd ${S}
    	cygautoreconf
	cd ${B}
	cygconf --libexecdir=/usr/lib \
		--enable-shared \
		--enable-float-truncate \
                --disable-java \
		--enable-link-all-dependencies \
		LIBS="-lsuitesparseconfig"

# workaround to avoid rebuilding of all interpreter documentation
	touch AUTHORS BUGS INSTALL.OCTAVE

	cygmake LIBS="-lsuitesparseconfig"
}

src_test() {
	cd ${B}
	make check	
}

src_install() {
	cd ${B}
	ARC=$(./libtool --features | grep "host:" |sed -e "s/host: //")

	keepdir /usr/lib/octave/${OR}/site/exec/${ARC}
	keepdir /usr/lib/octave/${OR}/site/oct/${ARC}
	keepdir /usr/lib/octave/api-v53/site/exec/${ARC}
 	keepdir /usr/lib/octave/site/oct/api-v53/${ARC} 
        keepdir /usr/lib/octave/${OR}/site/exec
        keepdir /usr/lib/octave/${OR}/site/oct
        keepdir /usr/lib/octave/api-v53/site/exec
        keepdir /usr/lib/octave/site/exec/${ARC}
        keepdir /usr/lib/octave/site/oct/api-v53
        keepdir /usr/lib/octave/site/oct/${ARC}
        keepdir /usr/share/octave/${OR}/site/m
        keepdir /usr/share/octave/site/api-v53/m
        keepdir /usr/lib/octave/${OR}/site
        keepdir /usr/lib/octave/api-v53/site
        keepdir /usr/lib/octave/site/exec
        keepdir /usr/lib/octave/site/oct
        keepdir /usr/share/octave/${OR}/site
        keepdir /usr/share/octave/site/api-v53
        keepdir /usr/lib/octave/api-v53
        keepdir /usr/lib/octave/site

	cyginstall 
	
	insinto /usr/share/doc/${PN}/etc
	doins ${S}/etc/PROJECTS
	insinto /usr/share/doc/${PN}
	doins ${S}/NEWS
	doins ${S}/ChangeLog

	dodir /usr/share/doc/${PN}/pdf
	insinto /usr/share/doc/${PN}/pdf
	doins ${S}/doc/interpreter/octave.pdf
	doins ${S}/doc/liboctave/liboctave.pdf
	doins ${S}/doc/refcard/refcard-a4.pdf
	doins ${S}/doc/refcard/refcard-legal.pdf
	doins ${S}/doc/refcard/refcard-letter.pdf
#	doins ${S}/doc/faq/OctaveFAQ.pdf
 
	dodir /usr/share/doc/${PN}/html/interpreter
	insinto /usr/share/doc/${PN}/html/interpreter
	doins ${S}/doc/interpreter/octave.html/*.html
	doins ${S}/doc/interpreter/octave.html/*.png 

	dodir /usr/share/doc/${PN}/html/liboctave
	insinto /usr/share/doc/${PN}/html/liboctave
	doins ${S}/doc/liboctave/liboctave.html/* 

	dodir /usr/share/info
	insinto /usr/share/info
	doins ${S}/doc/interpreter/octave.info* 
	doins ${S}/doc/liboctave/liboctave.info
#	doins ${S}/doc/faq/OctaveFAQ.info

# 	postinstall script
	insinto /var/lib/octave
	doins ${S}/CYGWIN-PATCHES/update_packages_list
	insinto /etc/postinstall
	doins ${S}/CYGWIN-PATCHES/zp_octave_finish.dash
}

[-- Attachment #3: octave-postinstall.patch --]
[-- Type: text/plain, Size: 1544 bytes --]

--- origsrc/octave-4.0.0/CYGWIN-PATCHES/postinstall.sh	1970-01-01 01:00:00.000000000 +0100
+++ CYGWIN-PATCHES/postinstall.sh	2015-05-31 22:32:05.501058300 +0200
@@ -0,0 +1,4 @@
+if [ ! -f /var/lib/octave/update.flag ]
+then
+    touch /var/lib/octave/update.flag
+fi
--- origsrc/octave-4.0.0/CYGWIN-PATCHES/update_packages_list	1970-01-01 01:00:00.000000000 +0100
+++ CYGWIN-PATCHES/update_packages_list	2015-05-31 22:49:05.809416600 +0200
@@ -0,0 +1,18 @@
+##  to updated automatically the package database every time a package is 
+##  added or removed.
+##  preinstall and postremove for every forge package should create the flag
+
+# global package directory
+packages_dir=stat("/usr/share/octave/packages");
+
+# if no package directory, we remove database 
+# otherwise we rebuild
+if (isempty(packages_dir))
+	unlink("/usr/share/octave/octave_packages");	
+else
+	pkg rebuild -noauto -global
+	pkg list
+endif
+
+# removing package list rebuild flag
+unlink("/var/lib/octave/update.flag")
--- origsrc/octave-4.0.0/CYGWIN-PATCHES/zp_octave_finish.dash	1970-01-01 01:00:00.000000000 +0100
+++ CYGWIN-PATCHES/zp_octave_finish.dash	2015-06-01 22:37:28.000000000 +0200
@@ -0,0 +1,10 @@
+#!/bin/dash
+# only update if flag exists
+# PATH must include lapack directory
+# octave doesn't like a closed input stream so we use "< /dev/null" 
+
+if [ -f /var/lib/octave/update.flag ]
+then
+  export PATH=/usr/bin:/bin:/usr/lib/lapack
+  /usr/bin/octave-cli  /var/lib/octave/update_packages_list < /dev/null > /var/lib/octave/update.log  2>&1
+fi

[-- Attachment #4: round6a.m --]
[-- Type: text/plain, Size: 243 bytes --]

%!test
%! f = tempname ();
%! fid = fopen (f, "w+");
%! fprintf (fid, "1\n2\n3\n4\n5\n6");
%! fseek (fid, 0, "bof");
%! c = textscan (fid, "%f %f", 2);
%! E = feof (fid);
%! fclose (fid);
%! unlink (f);
%! assert (c, {1, 2});
%! assert (! E);

[-- Attachment #5: round6b.m --]
[-- Type: text/plain, Size: 219 bytes --]

%!test
%! f = tempname ();
%! fid = fopen (f, "w+");
%! fprintf (fid, "1\r\n2\r3\n4\r\n5\n6");
%! fseek (fid, 0, "bof");
%! c = textscan (fid, "%f %f", 4);
%! fclose (fid);
%! unlink (f);
%! assert (c, {[1;3], [2;4]});

[-- Attachment #6: Type: text/plain, Size: 219 bytes --]


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-25 16:55 headache on build repeatibility: octave vs BLODA ? Marco Atzeri
@ 2020-01-25 18:15 ` Brian Inglis
  2020-01-27  6:54   ` Marco Atzeri
  2020-01-25 20:36 ` Achim Gratz
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 31+ messages in thread
From: Brian Inglis @ 2020-01-25 18:15 UTC (permalink / raw)
  To: cygwin

On 2020-01-25 09:55, Marco Atzeri wrote:
> Hi All,
> I have recently released Octave 5.1.0
> 
> https://cygwin.com/ml/cygwin-announce/2020-01/msg00010.html
> https://cygwin.com/ml/cygwin-announce/2020-01/msg00011.html
> 
> that I built and packaged around 28 of December without
> any compilation and test issue.
> 
> Than I passed to build the next version and started to see
> unexpected segfault during the package test.
> Trying to investigate I rebuilt the 5.1.0 and now I see also
> there the same thing:
> 
>   libinterp/corefcn/file-io.cc-tst ...............................fatal: caught
> signal Segmentation fault -- stopping myself...
> /bin/sh: line 1:  3771 Segmentation fault      (core dumped) /bin/sh
> ../run-octave --norc --silent --no-history -p
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/build/test/mex
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test/fntests.m
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test
> 
> make[3]: *** [Makefile:31176: check-local] Error 139
> 
> 
> I do not see any new cygwin package released in the last month that I
> installed that could cause the simple file tests to fail
> 
> %!test
> %! f = tempname ();
> %! fid = fopen (f, "w+");
> %! fprintf (fid, "1\n2\n3\n4\n5\n6");
> %! fseek (fid, 0, "bof");
> %! c = textscan (fid, "%f %f", 2);   <- here comes the segfault
> 
> I also tried the cygwin release 3.1.1 and 2020-01-14 snapshot
> in addition to the 3.1.2 to see if something different was
> coming with no difference in the outcome.
> 
> Now I am seriously thinking about BLODA, but I have not
> noted any difference from the two AVs I was using
> Antivir and MS Defender, so I am wandering if last
> update for W10 Home x64 is the culprit.

Also what W10 feature release YYMM and/or build NNNNN are you on?

> Can anyone try to rebuild the Octave package and let me know
> if the segfault during test is present or not in your system ?
> 
> Be aware that build time is very long (~ 4 hours) and requires
> a ton of mathematical libraries.
> 
> Any suggestion will be appreciated

Should this discussion perhaps be handled on cygwin-apps?
We don't always want to advertise just how messy the Cygwin package making
sausage factory can be. ;^>

I believe the following Cygwin tools and libraries packages, pulled from the
package doc build dependencies, and found and filtered using apt-cyg listall, to
be sufficient, but may not all be necessary, and should be added to
octave.cygport, where it can be used as a build dependency install package list
for apt-cyg or setup:

DEPEND="autoconf automake bison flex gcc-core gcc-fortran gcc-g++ gperf gnuplot
libtool make texinfo libopenblas liblapack-devel libpcre-devel libarpack-devel
libparpack-devel libcurl-devel libfftw3-devel libfltk-devel libfontconfig-devel
libfreetype-devel libglpk-devel libgl2ps-devel libGraphicsMagick-devel
libhdf5-devel libllvm-devel libportaudio-devel libQtOpenGL4-devel libqhull-devel
libqrupdate-devel libqscintilla2-devel libqscintilla2_qt4-devel
libqscintilla2_qt5-devel libqt3-devel libsuitesparseconfig-devel
libsundials-devel zlib-devel"

Are there any changes you would make, especially for arpack, OpenGL, qt, scintilla?

-- 
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.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-25 16:55 headache on build repeatibility: octave vs BLODA ? Marco Atzeri
  2020-01-25 18:15 ` Brian Inglis
@ 2020-01-25 20:36 ` Achim Gratz
  2020-01-26  6:58   ` Marco Atzeri
  2020-01-28 17:26   ` ASSI
  2020-01-26  2:42 ` Takashi Yano
  2020-01-29  0:03 ` Hans-Bernhard Bröker
  3 siblings, 2 replies; 31+ messages in thread
From: Achim Gratz @ 2020-01-25 20:36 UTC (permalink / raw)
  To: cygwin

Marco Atzeri writes:
> Than I passed to build the next version and started to see
> unexpected segfault during the package test.
> Trying to investigate I rebuilt the 5.1.0 and now I see also
> there the same thing:
>
>   libinterp/corefcn/file-io.cc-tst
> ...............................fatal: caught signal Segmentation fault
> -- stopping myself...
> /bin/sh: line 1:  3771 Segmentation fault      (core dumped) /bin/sh
> ../run-octave --norc --silent --no-history -p 
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/build/test/mex
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test/fntests.m
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test
> make[3]: *** [Makefile:31176: check-local] Error 139

Same thing here…

  libinterp/corefcn/file-io.cc-tst ...............................fatal: caught signal Segmentation fault -- stopping myself...
/bin/sh: line 1: 33811 Segmentation fault      (core dumped) /bin/sh ../run-octave --norc --silent --no-history -p /mnt/share/packages/octave.x86_64/build/test/mex /mnt/share/packages/octave.x86_64/src/octave-5.1.0/test/fntests.m /mnt/share/packages/octave.x86_64/src/octave-5.1.0/test


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-25 16:55 headache on build repeatibility: octave vs BLODA ? Marco Atzeri
  2020-01-25 18:15 ` Brian Inglis
  2020-01-25 20:36 ` Achim Gratz
@ 2020-01-26  2:42 ` Takashi Yano
  2020-01-26  5:11   ` Takashi Yano
  2020-01-29  0:03 ` Hans-Bernhard Bröker
  3 siblings, 1 reply; 31+ messages in thread
From: Takashi Yano @ 2020-01-26  2:42 UTC (permalink / raw)
  To: cygwin

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

On Sat, 25 Jan 2020 17:55:31 +0100
Marco Atzeriwrote:
>    libinterp/corefcn/file-io.cc-tst 
> ...............................fatal: caught signal Segmentation fault 
> -- stopping myself...
> /bin/sh: line 1:  3771 Segmentation fault      (core dumped) /bin/sh 
> ../run-octave --norc --silent --no-history -p 
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/build/test/mex 
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test/fntests.m 
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test
> make[3]: *** [Makefile:31176: check-local] Error 139

Does this occur when you execute
make check
in build directory?

In my environment, at least segmentation fault does not occur.
When I built octave, many of non-mandatory libraries were not
installed. This might affect.

Attached is the output of 'make check' in my environment.

Windows version: Windows 10 1909
Microsoft Windows [Version 10.0.18363.592]

Cygwin version:
CYGWIN_NT-10.0 3.1.3(0.340/5/3) 2020-01-25 12:20 x86_64 Cygwin
(The version which is applied a few patches not accepted yet.
 Should be very close to snapshot 2020-01-24.)

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

[-- Attachment #2: octave-test.txt --]
[-- Type: text/plain, Size: 84000 bytes --]

Integrated test scripts:

  liboctave/array/Array.cc-tst ................................... PASS   21/21 
  liboctave/array/CMatrix.cc-tst ................................. PASS   11/11 
  liboctave/array/CSparse.cc-tst ................................. PASS   10/10 
  liboctave/array/Sparse.cc-tst .................................. PASS  107/107
  liboctave/array/dMatrix.cc-tst ................................. PASS   10/10 
  liboctave/array/dSparse.cc-tst ................................. PASS   12/12 
  liboctave/array/fCMatrix.cc-tst ................................ PASS   11/11 
  liboctave/array/fMatrix.cc-tst ................................. PASS    8/8  
  liboctave/array/idx-vector.cc-tst .............................. PASS    2/2  
  liboctave/util/oct-inttypes.cc-tst ............................. PASS   28/28 
  libinterp/corefcn/Cell.cc-tst .................................. PASS    4/4  
  libinterp/corefcn/__contourc__.cc-tst .......................... PASS    1/1  
  libinterp/corefcn/__dsearchn__.cc-tst .......................... PASS    1/1  
  libinterp/corefcn/__ichol__.cc-tst ............................. PASS    1/1  
  libinterp/corefcn/__ilu__.cc-tst ............................... PASS    1/1  
  libinterp/corefcn/__lin_interpn__.cc-tst ....................... PASS    1/1  
  libinterp/corefcn/__magick_read__.cc-tst ....................... PASS    4/4  
  libinterp/corefcn/__pchip_deriv__.cc-tst ....................... PASS    1/1  
  libinterp/corefcn/__qp__.cc-tst ................................ PASS    1/1  
  libinterp/corefcn/besselj.cc-tst ............................... PASS  191/191
  libinterp/corefcn/bitfcns.cc-tst ............................... PASS   60/60 
  libinterp/corefcn/bsxfun.cc-tst ................................ PASS   77/77 
  libinterp/corefcn/call-stack.cc-tst ............................ PASS    3/3  
  libinterp/corefcn/cellfun.cc-tst ............................... PASS  130/130
  libinterp/corefcn/colloc.cc-tst ................................ PASS   12/12 
  libinterp/corefcn/conv2.cc-tst ................................. PASS   48/51 
                                                    (reported bug) XFAIL   3
  libinterp/corefcn/dassl.cc-tst ................................. PASS    4/4  
  libinterp/corefcn/data.cc-tst .................................. PASS 1144/1150
                                                    (reported bug) XFAIL   6
  libinterp/corefcn/debug.cc-tst ................................. PASS    1/1  
  libinterp/corefcn/defaults.cc-tst .............................. PASS    6/6  
  libinterp/corefcn/det.cc-tst ................................... PASS    6/6  
  libinterp/corefcn/dirfns.cc-tst ................................ PASS    1/1  
  libinterp/corefcn/dlmread.cc-tst ............................... PASS    8/10 
                                                              REGRESSION   2
  libinterp/corefcn/dot.cc-tst ................................... PASS   23/23 
  libinterp/corefcn/eig.cc-tst ................................... PASS   73/73 
  libinterp/corefcn/ellipj.cc-tst ................................ PASS   18/18 
  libinterp/corefcn/environment.cc-tst ........................... PASS    6/6  
  libinterp/corefcn/error.cc-tst ................................. PASS    3/3  
  libinterp/corefcn/errwarn.cc-tst ............................... PASS    1/1  
  libinterp/corefcn/fft.cc-tst ................................... PASS    1/1  
                                                 (missing feature) SKIP   18
  libinterp/corefcn/fft2.cc-tst .................................. PASS    0/0  
                                                 (missing feature) SKIP    4
  libinterp/corefcn/file-io.cc-tst ............................... PASS   90/90 
  libinterp/corefcn/filter.cc-tst ................................ PASS   14/14 
  libinterp/corefcn/find.cc-tst .................................. PASS   22/22 
  libinterp/corefcn/gcd.cc-tst ................................... PASS    9/9  
  libinterp/corefcn/getrusage.cc-tst ............................. PASS    1/1  
  libinterp/corefcn/givens.cc-tst ................................ PASS    6/6  
  libinterp/corefcn/graphics.cc-tst .............................. PASS    3/49 
                                                                   FAIL   45
                                                              REGRESSION   1
                                                 (missing feature) SKIP    4
  libinterp/corefcn/gsvd.cc-tst .................................. PASS   17/18 
                                                    (reported bug) XFAIL   1
  libinterp/corefcn/hash.cc-tst .................................. PASS   53/53 
  libinterp/corefcn/help.cc-tst .................................. PASS    1/1  
  libinterp/corefcn/hess.cc-tst .................................. PASS    5/5  
  libinterp/corefcn/hex2num.cc-tst ............................... PASS   21/21 
  libinterp/corefcn/input.cc-tst ................................. PASS   11/11 
  libinterp/corefcn/inv.cc-tst ................................... PASS   13/13 
  libinterp/corefcn/kron.cc-tst .................................. PASS   14/14 
  libinterp/corefcn/lookup.cc-tst ................................ PASS   20/20 
  libinterp/corefcn/lsode.cc-tst ................................. PASS    5/5  
  libinterp/corefcn/lu.cc-tst .................................... PASS   12/12 
                                                 (missing feature) SKIP   11
  libinterp/corefcn/mappers.cc-tst ............................... PASS  414/421
                                                                   FAIL    2
                                                              REGRESSION   5
  libinterp/corefcn/matrix_type.cc-tst ........................... PASS   51/51 
  libinterp/corefcn/max.cc-tst ................................... PASS  111/114
                                                    (reported bug) XFAIL   3
  libinterp/corefcn/mgorth.cc-tst ................................ PASS    2/2  
  libinterp/corefcn/nproc.cc-tst ................................. PASS    5/5  
  libinterp/corefcn/oct-map.cc-tst ............................... PASS   10/10 
  libinterp/corefcn/octave-link.cc-tst ........................... PASS    3/3  
  libinterp/corefcn/ordschur.cc-tst .............................. PASS    4/4  
  libinterp/corefcn/pinv.cc-tst .................................. PASS   17/17 
  libinterp/corefcn/pr-output.cc-tst ............................. PASS   16/16 
  libinterp/corefcn/psi.cc-tst ................................... PASS   30/30 
  libinterp/corefcn/quad.cc-tst .................................. PASS    8/8  
  libinterp/corefcn/quadcc.cc-tst ................................ PASS   24/24 
  libinterp/corefcn/qz.cc-tst .................................... PASS    5/5  
  libinterp/corefcn/rand.cc-tst .................................. PASS   68/68 
  libinterp/corefcn/rcond.cc-tst ................................. PASS    8/8  
  libinterp/corefcn/regexp.cc-tst ................................ PASS  115/115
  libinterp/corefcn/schur.cc-tst ................................. PASS   11/11 
  libinterp/corefcn/sighandlers.cc-tst ........................... PASS   11/11 
  libinterp/corefcn/sparse-xpow.cc-tst ........................... PASS    2/2  
  libinterp/corefcn/sparse.cc-tst ................................ PASS   29/29 
  libinterp/corefcn/spparms.cc-tst ............................... PASS    9/9  
  libinterp/corefcn/sqrtm.cc-tst ................................. PASS    3/3  
  libinterp/corefcn/strfind.cc-tst ............................... PASS   19/19 
  libinterp/corefcn/strfns.cc-tst ................................ PASS  125/125
  libinterp/corefcn/sub2ind.cc-tst ............................... PASS   31/31 
  libinterp/corefcn/svd.cc-tst ................................... PASS   19/19 
  libinterp/corefcn/sylvester.cc-tst ............................. PASS    9/9  
  libinterp/corefcn/symtab.cc-tst ................................ PASS    7/7  
  libinterp/corefcn/syscalls.cc-tst .............................. PASS    7/7  
  libinterp/corefcn/sysdep.cc-tst ................................ PASS    8/8  
                                              (run-time condition) SKIP   12
  libinterp/corefcn/time.cc-tst .................................. PASS   27/27 
  libinterp/corefcn/toplev.cc-tst ................................ PASS    7/7  
  libinterp/corefcn/tril.cc-tst .................................. PASS    2/2  
  libinterp/corefcn/tsearch.cc-tst ............................... PASS    6/6  
  libinterp/corefcn/typecast.cc-tst .............................. PASS   60/60 
  libinterp/corefcn/utils.cc-tst ................................. PASS   90/90 
  libinterp/corefcn/variables.cc-tst ............................. PASS   34/34 
                                                 (missing feature) SKIP    1
  libinterp/dldfcn/__delaunayn__.cc-tst .......................... PASS    1/1  
  libinterp/dldfcn/__eigs__.cc-tst ............................... PASS    1/1  
  libinterp/dldfcn/__fltk_uigetfile__.cc-tst ..................... PASS    1/1  
  libinterp/dldfcn/__glpk__.cc-tst ............................... PASS    1/1  
  libinterp/dldfcn/__init_fltk__.cc-tst .......................... PASS    1/1  
  libinterp/dldfcn/__init_gnuplot__.cc-tst ....................... PASS    1/1  
  libinterp/dldfcn/__voronoi__.cc-tst ............................ PASS    1/1  
  libinterp/dldfcn/amd.cc-tst .................................... PASS    3/3  
                                                 (missing feature) SKIP    1
  libinterp/dldfcn/audiodevinfo.cc-tst ........................... PASS    0/0  
                                                 (missing feature) SKIP    4
  libinterp/dldfcn/audioread.cc-tst .............................. PASS    0/0  
                                                 (missing feature) SKIP    1
  libinterp/dldfcn/chol.cc-tst ................................... PASS   34/34 
                                                 (missing feature) SKIP    8
  libinterp/dldfcn/colamd.cc-tst ................................. PASS    7/7  
  libinterp/dldfcn/convhulln.cc-tst .............................. PASS    0/0  
                                                 (missing feature) SKIP    4
  libinterp/dldfcn/dmperm.cc-tst ................................. PASS    1/1  
                                                 (missing feature) SKIP    4
  libinterp/dldfcn/fftw.cc-tst ................................... PASS   10/10 
                                                 (missing feature) SKIP    3
  libinterp/dldfcn/gzip.cc-tst ................................... PASS    5/7  
                                                    (reported bug) XFAIL   2
  libinterp/dldfcn/qr.cc-tst ..................................... PASS   48/48 
                                                 (missing feature) SKIP    9
  libinterp/dldfcn/symbfact.cc-tst ............................... PASS    0/0  
                                                 (missing feature) SKIP    4
  libinterp/octave-value/ov-base.cc-tst .......................... PASS    1/1  
  libinterp/octave-value/ov-bool-mat.cc-tst ...................... PASS    1/1  
  libinterp/octave-value/ov-cell.cc-tst .......................... PASS    2/2  
  libinterp/octave-value/ov-class.cc-tst ......................... PASS   48/48 
                                                 (missing feature) SKIP    2
  libinterp/octave-value/ov-cx-diag.cc-tst ....................... PASS    1/1  
  libinterp/octave-value/ov-fcn-handle.cc-tst .................... PASS   15/15 
  libinterp/octave-value/ov-fcn-inline.cc-tst .................... PASS   30/30 
  libinterp/octave-value/ov-java.cc-tst .......................... PASS    0/0  
                                                 (missing feature) SKIP   16
  libinterp/octave-value/ov-lazy-idx.cc-tst ...................... PASS   11/11 
  libinterp/octave-value/ov-null-mat.cc-tst ...................... PASS    8/8  
  libinterp/octave-value/ov-oncleanup.cc-tst ..................... PASS    1/1  
  libinterp/octave-value/ov-struct.cc-tst ........................ PASS   28/28 
  libinterp/octave-value/ov-typeinfo.cc-tst ...................... PASS   56/56 
                                                 (missing feature) SKIP    1
  libinterp/octave-value/ov-usr-fcn.cc-tst ....................... PASS    9/9  
  libinterp/octave-value/ov.cc-tst ............................... PASS  109/109
  libinterp/parse-tree/lex.ll-tst ................................ PASS    7/7  
  libinterp/parse-tree/oct-parse.yy-tst .......................... PASS   24/24 
  libinterp/parse-tree/pt-assign.cc-tst .......................... PASS    2/2  
  libinterp/parse-tree/pt-eval.cc-tst ............................ PASS   14/14 
  libinterp/parse-tree/pt-fcn-handle.cc-tst ...................... PASS    5/5  
  libinterp/parse-tree/pt-idx.cc-tst ............................. PASS    6/6  
  libinterp/parse-tree/pt-tm-const.cc-tst ........................ PASS  198/199
                                                    (reported bug) XFAIL   1
  libinterp/octave.cc-tst ........................................ PASS    8/8  
  +containers/Map.m .............................................. PASS   35/35 
  +matlab/+lang/makeUniqueStrings.m .............................. PASS   13/13 
  +matlab/+lang/makeValidName.m .................................. PASS   17/17 
  @ftp/ascii.m ................................................... PASS    1/1  
  @ftp/binary.m .................................................. PASS    1/1  
  @ftp/cd.m ...................................................... PASS    1/1  
  @ftp/close.m ................................................... PASS    1/1  
  @ftp/delete.m .................................................. PASS    1/1  
  @ftp/dir.m ..................................................... PASS    1/1  
  @ftp/ftp.m ..................................................... PASS    1/1  
  @ftp/loadobj.m ................................................. PASS    1/1  
  @ftp/mget.m .................................................... PASS    1/1  
  @ftp/mkdir.m ................................................... PASS    1/1  
  @ftp/mput.m .................................................... PASS    1/1  
  @ftp/rename.m .................................................. PASS    1/1  
  @ftp/rmdir.m ................................................... PASS    1/1  
  @ftp/saveobj.m ................................................. PASS    1/1  
  audio/@audioplayer/audioplayer.m ............................... PASS    0/0  
                                                 (missing feature) SKIP    4
  audio/@audiorecorder/audiorecorder.m ........................... PASS    0/0  
                                                 (missing feature) SKIP    4
  audio/record.m ................................................. PASS    5/5  
  audio/sound.m .................................................. PASS    4/4  
  audio/soundsc.m ................................................ PASS   10/10 
  deprecated/chop.m .............................................. PASS   11/11 
  deprecated/comma.m ............................................. PASS    1/1  
  deprecated/desktop.m ........................................... PASS    2/2  
  deprecated/java2mat.m .......................................... PASS    1/1  
  deprecated/paren.m ............................................. PASS    1/1  
  deprecated/semicolon.m ......................................... PASS    1/1  
  deprecated/tmpnam.m ............................................ PASS    1/1  
  deprecated/toascii.m ........................................... PASS    9/9  
  elfun/acosd.m .................................................. PASS    3/3  
  elfun/acot.m ................................................... PASS    3/3  
  elfun/acotd.m .................................................. PASS    3/3  
  elfun/acoth.m .................................................. PASS    2/3  
                                                                   FAIL    1
  elfun/acsc.m ................................................... PASS    3/3  
  elfun/acscd.m .................................................. PASS    3/3  
  elfun/acsch.m .................................................. PASS    3/3  
  elfun/asec.m ................................................... PASS    3/3  
  elfun/asecd.m .................................................. PASS    3/3  
  elfun/asech.m .................................................. PASS    4/4  
  elfun/asind.m .................................................. PASS    3/3  
  elfun/atan2d.m ................................................. PASS    3/3  
  elfun/atand.m .................................................. PASS    3/3  
  elfun/cosd.m ................................................... PASS    5/5  
  elfun/cot.m .................................................... PASS    3/3  
  elfun/cotd.m ................................................... PASS    5/5  
  elfun/coth.m ................................................... PASS    3/3  
  elfun/csc.m .................................................... PASS    3/3  
  elfun/cscd.m ................................................... PASS    5/5  
  elfun/csch.m ................................................... PASS    3/3  
  elfun/sec.m .................................................... PASS    3/3  
  elfun/secd.m ................................................... PASS    5/5  
  elfun/sech.m ................................................... PASS    3/3  
  elfun/sind.m ................................................... PASS    5/5  
  elfun/tand.m ................................................... PASS    5/5  
  general/accumarray.m ........................................... PASS   23/23 
  general/accumdim.m ............................................. PASS   13/13 
  general/bincoeff.m ............................................. PASS   11/11 
  general/bitcmp.m ............................................... PASS   10/10 
  general/bitget.m ............................................... PASS   15/15 
  general/bitset.m ............................................... PASS   26/26 
  general/blkdiag.m .............................................. PASS   10/10 
  general/cart2pol.m ............................................. PASS   24/24 
  general/cart2sph.m ............................................. PASS   18/18 
  general/cell2mat.m ............................................. PASS   20/20 
  general/celldisp.m ............................................. PASS    3/3  
  general/circshift.m ............................................ PASS   17/17 
  general/common_size.m .......................................... PASS    4/4  
  general/cplxpair.m ............................................. PASS   23/23 
  general/cumtrapz.m ............................................. PASS   27/27 
  general/curl.m ................................................. PASS    1/1  
  general/dblquad.m .............................................. PASS    4/4  
  general/deal.m ................................................. PASS    4/4  
  general/deg2rad.m .............................................. PASS    8/8  
  general/del2.m ................................................. PASS   20/20 
  general/divergence.m ........................................... PASS    1/1  
  general/flip.m ................................................. PASS   10/10 
  general/fliplr.m ............................................... PASS    9/9  
  general/flipud.m ............................................... PASS    9/9  
  general/gradient.m ............................................. PASS    5/5  
  general/idivide.m .............................................. PASS   13/13 
  general/int2str.m .............................................. PASS    9/9  
  general/integral.m ............................................. PASS   31/31 
  general/integral2.m ............................................ PASS   50/50 
  general/integral3.m ............................................ PASS   42/42 
  general/interp1.m .............................................. PASS  212/212
  general/interp2.m .............................................. PASS   51/51 
  general/interp3.m .............................................. PASS   21/21 
  general/interpft.m ............................................. PASS    7/7  
                                                 (missing feature) SKIP    8
  general/interpn.m .............................................. PASS    7/7  
  general/isequal.m .............................................. PASS  115/115
  general/isequaln.m ............................................. PASS   16/16 
  general/logspace.m ............................................. PASS   16/16 
  general/nextpow2.m ............................................. PASS   16/16 
  general/num2str.m .............................................. PASS   44/44 
  general/pol2cart.m ............................................. PASS   24/24 
  general/polyarea.m ............................................. PASS    4/4  
  general/postpad.m .............................................. PASS   15/15 
  general/prepad.m ............................................... PASS   20/20 
  general/quad2d.m ............................................... PASS   47/47 
  general/quadgk.m ............................................... PASS   25/25 
  general/quadl.m ................................................ PASS   10/10 
  general/quadv.m ................................................ PASS   10/10 
  general/rad2deg.m .............................................. PASS    8/8  
  general/randi.m ................................................ PASS   29/29 
  general/rat.m .................................................. PASS   15/15 
  general/repelem.m .............................................. PASS   57/57 
  general/repmat.m ............................................... PASS   45/45 
  general/rot90.m ................................................ PASS    9/9  
  general/rotdim.m ............................................... PASS   20/20 
  general/shift.m ................................................ PASS    9/9  
  general/shiftdim.m ............................................. PASS    6/6  
  general/sortrows.m ............................................. PASS    9/9  
  general/sph2cart.m ............................................. PASS   18/18 
  general/structfun.m ............................................ PASS    3/3  
  general/subsindex.m ............................................ PASS    3/3  
  general/trapz.m ................................................ PASS   26/26 
  general/triplequad.m ........................................... PASS    1/1  
  general/xor.m .................................................. PASS    8/8  
  geometry/convhull.m ............................................ PASS    9/9  
                                                 (missing feature) SKIP    2
  geometry/delaunay.m ............................................ PASS    9/9  
                                                 (missing feature) SKIP    6
  geometry/delaunayn.m ........................................... PASS    1/1  
                                                 (missing feature) SKIP    2
  geometry/dsearch.m ............................................. PASS    2/2  
  geometry/dsearchn.m ............................................ PASS    6/6  
  geometry/griddata.m ............................................ PASS   13/13 
                                                 (missing feature) SKIP    1
  geometry/griddata3.m ........................................... PASS    0/0  
                                                 (missing feature) SKIP    2
  geometry/griddatan.m ........................................... PASS    0/0  
                                                 (missing feature) SKIP    2
  geometry/inpolygon.m ........................................... PASS   13/13 
  geometry/rectint.m ............................................. PASS   17/17 
  geometry/tsearchn.m ............................................ PASS    5/5  
  geometry/voronoi.m ............................................. PASS    6/6  
                                                 (missing feature) SKIP    4
  geometry/voronoin.m ............................................ PASS    3/3  
  gui/dialog.m ................................................... PASS    1/1  
  gui/errordlg.m ................................................. PASS    1/1  
  gui/getappdata.m ............................................... PASS    6/6  
  gui/guidata.m .................................................. PASS    4/4  
  gui/helpdlg.m .................................................. PASS    1/1  
  gui/inputdlg.m ................................................. PASS    5/5  
  gui/isappdata.m ................................................ PASS    5/5  
  gui/listdlg.m .................................................. PASS    6/6  
  gui/movegui.m .................................................. PASS    2/5  
                                                                   FAIL    3
  gui/msgbox.m ................................................... PASS    5/5  
  gui/questdlg.m ................................................. PASS    7/7  
  gui/rmappdata.m ................................................ PASS    7/7  
  gui/setappdata.m ............................................... PASS   11/11 
  gui/uibuttongroup.m ............................................ PASS    1/1  
  gui/uigetdir.m ................................................. PASS    1/1  
  gui/uigetfile.m ................................................ PASS    1/1  
  gui/uimenu.m ................................................... PASS    0/0  
                                                 (missing feature) SKIP    3
  gui/uiputfile.m ................................................ PASS    1/1  
  gui/waitbar.m .................................................. PASS    4/4  
  gui/waitforbuttonpress.m ....................................... PASS    2/2  
  gui/warndlg.m .................................................. PASS    1/1  
  help/__gripe_missing_component__.m ............................. PASS    7/7  
  help/__makeinfo__.m ............................................ PASS    1/1  
  help/__unimplemented__.m ....................................... PASS    1/1  
  help/ans.m ..................................................... PASS    1/1  
  help/bessel.m .................................................. PASS    1/1  
  help/debug.m ................................................... PASS    1/1  
  help/doc.m ..................................................... PASS    0/0  
                                                 (missing feature) SKIP    1
  help/doc_cache_create.m ........................................ PASS    1/1  
  help/error_ids.m ............................................... PASS    1/1  
  help/get_first_help_sentence.m ................................. PASS    8/8  
  help/help.m .................................................... PASS    5/5  
  help/print_usage.m ............................................. PASS    1/1  
  help/slash.m ................................................... PASS    1/1  
  help/type.m .................................................... PASS    9/9  
  help/warning_ids.m ............................................. PASS    1/1  
  help/which.m ................................................... PASS    8/8  
  image/cmpermute.m .............................................. PASS   19/19 
  image/cmunique.m ............................................... PASS   19/19 
  image/colormap.m ............................................... PASS    8/9  
                                                                   FAIL    1
  image/contrast.m ............................................... PASS    1/1  
  image/frame2im.m ............................................... PASS    4/4  
  image/getframe.m ............................................... PASS    0/0  
                                                 (missing feature) SKIP    2
  image/gray2ind.m ............................................... PASS   20/20 
  image/hsv2rgb.m ................................................ PASS   28/28 
  image/im2double.m .............................................. PASS   18/18 
  image/im2frame.m ............................................... PASS    4/4  
  image/image.m .................................................. PASS    1/2  
                                                              REGRESSION   1
  image/imfinfo.m ................................................ PASS    4/4  
                                                 (missing feature) SKIP    1
  image/imformats.m .............................................. PASS    1/1  
                                                 (missing feature) SKIP    5
  image/imread.m ................................................. PASS    0/0  
                                                 (missing feature) SKIP    5
  image/imshow.m ................................................. PASS    5/6  
                                                                   FAIL    1
  image/imwrite.m ................................................ PASS    9/9  
                                                 (missing feature) SKIP   11
  image/ind2gray.m ............................................... PASS   19/19 
  image/ind2rgb.m ................................................ PASS   22/22 
  image/iscolormap.m ............................................. PASS    5/5  
  image/movie.m .................................................. PASS   10/12 
                                                                   FAIL    2
  image/rgb2gray.m ............................................... PASS   17/17 
  image/rgb2hsv.m ................................................ PASS   26/26 
  image/rgb2ind.m ................................................ PASS    6/6  
  image/rgbplot.m ................................................ PASS    5/5  
  io/beep.m ...................................................... PASS    1/1  
  io/csvread.m ................................................... PASS    1/1  
  io/csvwrite.m .................................................. PASS    2/2  
  io/dlmwrite.m .................................................. PASS    1/1  
  io/fileread.m .................................................. PASS    4/4  
  io/importdata.m ................................................ PASS   26/26 
  io/is_valid_file_id.m .......................................... PASS    5/5  
  java/javachk.m ................................................. PASS    7/7  
                                                 (missing feature) SKIP    1
  java/usejava.m ................................................. PASS    5/5  
                                                 (missing feature) SKIP    1
  legacy/findstr.m ............................................... PASS    7/7  
  legacy/genvarname.m ............................................ PASS   31/31 
  legacy/isdir.m ................................................. PASS    5/5  
  legacy/strmatch.m .............................................. PASS   21/21 
  legacy/strread.m ............................................... PASS   56/56 
  legacy/textread.m .............................................. PASS   10/10 
  linear-algebra/bandwidth.m ..................................... PASS   19/19 
  linear-algebra/commutation_matrix.m ............................ PASS    6/6  
  linear-algebra/cond.m .......................................... PASS    8/8  
  linear-algebra/condeig.m ....................................... PASS    8/8  
  linear-algebra/condest.m ....................................... PASS   12/12 
  linear-algebra/cross.m ......................................... PASS    5/5  
  linear-algebra/duplication_matrix.m ............................ PASS    7/7  
  linear-algebra/expm.m .......................................... PASS   10/10 
  linear-algebra/gls.m ........................................... PASS   13/13 
  linear-algebra/housh.m ......................................... PASS    6/6  
  linear-algebra/isbanded.m ...................................... PASS   19/19 
  linear-algebra/isdefinite.m .................................... PASS   10/10 
  linear-algebra/isdiag.m ........................................ PASS   13/13 
  linear-algebra/ishermitian.m ................................... PASS   26/26 
  linear-algebra/issymmetric.m ................................... PASS   26/26 
  linear-algebra/istril.m ........................................ PASS   12/12 
  linear-algebra/istriu.m ........................................ PASS   12/12 
  linear-algebra/linsolve.m ...................................... PASS    8/8  
  linear-algebra/logm.m .......................................... PASS   10/10 
  linear-algebra/lscov.m ......................................... PASS   10/10 
  linear-algebra/normest.m ....................................... PASS    8/8  
  linear-algebra/normest1.m ...................................... PASS   17/17 
  linear-algebra/null.m .......................................... PASS   10/10 
  linear-algebra/ols.m ........................................... PASS   12/12 
  linear-algebra/ordeig.m ........................................ PASS   13/13 
  linear-algebra/orth.m .......................................... PASS    1/1  
  linear-algebra/planerot.m ...................................... PASS    5/5  
  linear-algebra/qzhess.m ........................................ PASS    4/4  
  linear-algebra/rank.m .......................................... PASS    9/9  
  linear-algebra/rref.m .......................................... PASS    6/6  
  linear-algebra/subspace.m ...................................... PASS    6/6  
  linear-algebra/trace.m ......................................... PASS    9/9  
  linear-algebra/vech.m .......................................... PASS    3/3  
  linear-algebra/vecnorm.m ....................................... PASS   13/13 
  miscellaneous/bug_report.m ..................................... PASS    1/1  
  miscellaneous/bunzip2.m ........................................ PASS    1/1  
  miscellaneous/cast.m ........................................... PASS   17/17 
  miscellaneous/citation.m ....................................... PASS    3/3  
  miscellaneous/clearvars.m ...................................... PASS    5/5  
  miscellaneous/compare_versions.m ............................... PASS   46/46 
  miscellaneous/computer.m ....................................... PASS    5/5  
  miscellaneous/copyfile.m ....................................... PASS    7/7  
  miscellaneous/delete.m ......................................... PASS    3/4  
                                                                   FAIL    1
  miscellaneous/dir.m ............................................ PASS    3/3  
  miscellaneous/dos.m ............................................ PASS    3/3  
  miscellaneous/edit.m ........................................... PASS    1/1  
  miscellaneous/fact.m ........................................... PASS    1/1  
  miscellaneous/fieldnames.m ..................................... PASS    2/2  
                                                 (missing feature) SKIP    3
  miscellaneous/fileattrib.m ..................................... PASS    3/3  
  miscellaneous/fileparts.m ...................................... PASS   13/13 
  miscellaneous/fullfile.m ....................................... PASS   26/26 
  miscellaneous/getfield.m ....................................... PASS    5/5  
  miscellaneous/grabcode.m ....................................... PASS    2/2  
  miscellaneous/gunzip.m ......................................... PASS    1/1  
  miscellaneous/info.m ........................................... PASS    1/1  
  miscellaneous/inputParser.m .................................... PASS   26/26 
  miscellaneous/inputname.m ...................................... PASS   11/11 
  miscellaneous/isdeployed.m ..................................... PASS    1/1  
  miscellaneous/isfile.m ......................................... PASS    8/8  
  miscellaneous/isfolder.m ....................................... PASS    9/9  
  miscellaneous/ismac.m .......................................... PASS    2/2  
  miscellaneous/ispc.m ........................................... PASS    2/2  
  miscellaneous/isunix.m ......................................... PASS    2/2  
  miscellaneous/license.m ........................................ PASS   11/11 
  miscellaneous/list_primes.m .................................... PASS    7/7  
  miscellaneous/ls.m ............................................. PASS    3/3  
  miscellaneous/ls_command.m ..................................... PASS    2/2  
  miscellaneous/menu.m ........................................... PASS    5/5  
  miscellaneous/methods.m ........................................ PASS    1/1  
                                                 (missing feature) SKIP    1
  miscellaneous/mex.m ............................................ PASS    1/1  
  miscellaneous/mexext.m ......................................... PASS    1/1  
  miscellaneous/mkdir.m .......................................... PASS    5/5  
  miscellaneous/movefile.m ....................................... PASS    6/6  
  miscellaneous/namelengthmax.m .................................. PASS    1/1  
  miscellaneous/nargchk.m ........................................ PASS    9/9  
  miscellaneous/narginchk.m ...................................... PASS    4/4  
  miscellaneous/nargoutchk.m ..................................... PASS    9/9  
  miscellaneous/news.m ........................................... PASS    3/3  
  miscellaneous/nthargout.m ...................................... PASS    2/2  
  miscellaneous/open.m ........................................... PASS    3/3  
  miscellaneous/orderfields.m .................................... PASS   15/15 
  miscellaneous/pack.m ........................................... PASS    1/1  
  miscellaneous/parseparams.m .................................... PASS    7/7  
  miscellaneous/perl.m ........................................... PASS    1/1  
  miscellaneous/publish.m ........................................ PASS    5/5  
  miscellaneous/python.m ......................................... PASS    1/1  
  miscellaneous/recycle.m ........................................ PASS    5/5  
  miscellaneous/run.m ............................................ PASS    5/5  
  miscellaneous/setfield.m ....................................... PASS    6/6  
  miscellaneous/substruct.m ...................................... PASS    6/6  
  miscellaneous/swapbytes.m ...................................... PASS    5/5  
  miscellaneous/symvar.m ......................................... PASS    3/3  
  miscellaneous/tar.m ............................................ PASS    6/6  
  miscellaneous/tempdir.m ........................................ PASS    2/2  
  miscellaneous/unix.m ........................................... PASS    3/3  
  miscellaneous/unpack.m ......................................... PASS   10/10 
  miscellaneous/untar.m .......................................... PASS    1/1  
  miscellaneous/unzip.m .......................................... PASS    1/1  
  miscellaneous/validateattributes.m ............................. PASS   84/84 
  miscellaneous/ver.m ............................................ PASS    3/3  
  miscellaneous/version.m ........................................ PASS   11/11 
  miscellaneous/what.m ........................................... PASS    2/2  
  miscellaneous/zip.m ............................................/bin/sh: zip: コマンドが見つかりません
 PASS    5/6
                                                                   FAIL    1
  ode/decic.m .................................................... PASS   17/17 
  ode/ode15i.m ................................................... PASS    0/0  
                                                 (missing feature) SKIP   48
  ode/ode15s.m ................................................... PASS    0/0  
                                                 (missing feature) SKIP   39
  ode/ode23.m .................................................... PASS   38/38 
  ode/ode45.m .................................................... PASS   41/41 
  ode/odeget.m ................................................... PASS   15/15 
  ode/odeset.m ................................................... PASS    9/9  
  optimization/__all_opts__.m .................................... PASS    1/1  
  optimization/fminbnd.m ......................................... PASS    7/7  
  optimization/fminsearch.m ...................................... PASS   11/11 
  optimization/fminunc.m ......................................... PASS    6/6  
  optimization/fsolve.m .......................................... PASS    8/8  
  optimization/fzero.m ........................................... PASS    4/4  
  optimization/glpk.m ............................................ PASS    0/0  
                                                 (missing feature) SKIP    3
  optimization/humps.m ........................................... PASS   11/11 
  optimization/lsqnonneg.m ....................................... PASS   10/10 
  optimization/optimget.m ........................................ PASS   12/12 
  optimization/optimset.m ........................................ PASS    9/9  
  optimization/pqpnonneg.m ....................................... PASS   11/11 
  optimization/qp.m .............................................. PASS    0/0  
                                                 (missing feature) SKIP    1
  optimization/sqp.m ............................................. PASS   17/17 
  path/import.m .................................................. PASS    1/1  
  path/matlabroot.m .............................................. PASS    1/1  
  path/pathdef.m ................................................. PASS    4/4  
  path/savepath.m ................................................ PASS    1/1  
  plot/appearance/__clabel__.m ................................... PASS    1/1  
  plot/appearance/__getlegenddata__.m ............................ PASS    1/1  
  plot/appearance/annotation.m ................................... PASS    6/12 
                                                                   FAIL    6
  plot/appearance/axis.m ......................................... PASS    0/6  
                                                                   FAIL    5
                                                              REGRESSION   1
  plot/appearance/camlookat.m .................................... PASS    3/10 
                                                                   FAIL    7
  plot/appearance/camorbit.m ..................................... PASS    6/11 
                                                                   FAIL    5
  plot/appearance/campos.m ....................................... PASS    1/5  
                                                                   FAIL    4
  plot/appearance/camroll.m ...................................... PASS    3/6  
                                                                   FAIL    3
  plot/appearance/camtarget.m .................................... PASS    1/5  
                                                                   FAIL    4
  plot/appearance/camup.m ........................................ PASS    1/5  
                                                                   FAIL    4
  plot/appearance/camva.m ........................................ PASS    1/5  
                                                                   FAIL    4
  plot/appearance/camzoom.m ...................................... PASS    3/7  
                                                                   FAIL    4
  plot/appearance/caxis.m ........................................ PASS    1/3  
                                                                   FAIL    2
  plot/appearance/datetick.m ..................................... PASS    0/1  
                                                                   FAIL    1
  plot/appearance/grid.m ......................................... PASS    0/2  
                                                              REGRESSION   2
  plot/appearance/gtext.m ........................................ PASS    1/1  
  plot/appearance/legend.m ....................................... PASS    0/4  
                                                                   FAIL    3
                                                              REGRESSION   1
                                              (run-time condition) SKIP    1
  plot/appearance/lighting.m ..................................... PASS    6/8  
                                                                   FAIL    2
  plot/appearance/material.m ..................................... PASS   13/16 
                                                                   FAIL    3
  plot/appearance/orient.m ....................................... PASS    2/8  
                                                                   FAIL    6
  plot/appearance/rticks.m ....................................... PASS    1/3  
                                                                   FAIL    2
  plot/appearance/shading.m ...................................... PASS    5/7  
                                                                   FAIL    2
  plot/appearance/text.m ......................................... PASS    6/10 
                                                                   FAIL    2
                                                              REGRESSION   2
  plot/appearance/thetaticks.m ................................... PASS    1/3  
                                                                   FAIL    2
  plot/appearance/title.m ........................................ PASS    0/5  
                                                                   FAIL    4
                                                              REGRESSION   1
  plot/appearance/view.m ......................................... PASS    0/2  
                                                                   FAIL    2
  plot/appearance/whitebg.m ...................................... PASS    2/3  
                                                                   FAIL    1
  plot/appearance/xlabel.m ....................................... PASS    0/2  
                                                                   FAIL    2
  plot/appearance/xlim.m ......................................... PASS    0/2  
                                                                   FAIL    2
  plot/appearance/xticklabels.m .................................. PASS    1/3  
                                                                   FAIL    2
  plot/appearance/xticks.m ....................................... PASS    1/3  
                                                                   FAIL    2
  plot/appearance/ylabel.m ....................................... PASS    0/2  
                                                                   FAIL    2
  plot/appearance/ylim.m ......................................... PASS    0/2  
                                                                   FAIL    2
  plot/appearance/yticklabels.m .................................. PASS    1/3  
                                                                   FAIL    2
  plot/appearance/yticks.m ....................................... PASS    1/3  
                                                                   FAIL    2
  plot/appearance/zlabel.m ....................................... PASS    0/2  
                                                                   FAIL    2
  plot/appearance/zlim.m ......................................... PASS    0/2  
                                                                   FAIL    2
  plot/appearance/zticklabels.m .................................. PASS    1/3  
                                                                   FAIL    2
  plot/appearance/zticks.m ....................................... PASS    1/3  
                                                                   FAIL    2
  plot/draw/area.m ............................................... PASS    8/8  
  plot/draw/camlight.m ........................................... PASS    6/10 
                                                                   FAIL    4
  plot/draw/colorbar.m ........................................... PASS    7/7  
  plot/draw/compass.m ............................................ PASS    5/5  
  plot/draw/contour.m ............................................ PASS    0/2  
                                                                   FAIL    2
  plot/draw/contourc.m ........................................... PASS   11/11 
  plot/draw/errorbar.m ........................................... PASS    3/11 
                                                                   FAIL    8
  plot/draw/feather.m ............................................ PASS    5/5  
  plot/draw/fplot.m .............................................. PASS   13/13 
  plot/draw/hist.m ............................................... PASS   25/26 
                                                                   FAIL    1
  plot/draw/isocaps.m ............................................ PASS   29/29 
  plot/draw/isocolors.m .......................................... PASS    9/9  
  plot/draw/isonormals.m ......................................... PASS   18/18 
  plot/draw/isosurface.m ......................................... PASS   29/30 
                                                    (reported bug) XFAIL   1
  plot/draw/light.m .............................................. PASS    0/2  
                                                                   FAIL    2
  plot/draw/line.m ............................................... PASS    0/1  
                                                                   FAIL    1
  plot/draw/loglog.m ............................................. PASS    0/2  
                                                                   FAIL    2
  plot/draw/patch.m .............................................. PASS    0/2  
                                                                   FAIL    2
  plot/draw/pie.m ................................................ PASS    3/3  
  plot/draw/pie3.m ............................................... PASS    3/3  
  plot/draw/reducepatch.m ........................................ PASS   18/19 
                                                                   FAIL    1
  plot/draw/reducevolume.m ....................................... PASS   22/22 
  plot/draw/rose.m ............................................... PASS    3/3  
  plot/draw/semilogx.m ........................................... PASS    0/2  
                                                                   FAIL    2
  plot/draw/semilogy.m ........................................... PASS    0/2  
                                                                   FAIL    2
  plot/draw/shrinkfaces.m ........................................ PASS   13/13 
  plot/draw/smooth3.m ............................................ PASS   22/22 
  plot/draw/sombrero.m ........................................... PASS    2/2  
  plot/draw/stairs.m ............................................. PASS    2/9  
                                                                   FAIL    7
  plot/draw/stem.m ............................................... PASS    9/10 
                                                                   FAIL    1
  plot/draw/stem3.m .............................................. PASS    9/9  
  plot/draw/stemleaf.m ........................................... PASS   17/17 
  plot/draw/surface.m ............................................ PASS    0/1  
                                                                   FAIL    1
  plot/draw/surfnorm.m ........................................... PASS    9/9  
  plot/draw/trimesh.m ............................................ PASS    7/7  
  plot/draw/trisurf.m ............................................ PASS    8/8  
  plot/util/__actual_axis_position__.m ........................... PASS    1/1  
  plot/util/__default_plot_options__.m ........................... PASS    1/1  
  plot/util/__gnuplot_drawnow__.m ................................ PASS    1/1  
  plot/util/__next_line_color__.m ................................ PASS    0/1  
                                                                   FAIL    1
  plot/util/__next_line_style__.m ................................ PASS    0/1  
                                                                   FAIL    1
  plot/util/__opengl_info__.m .................................... PASS    1/1  
  plot/util/__plt_get_axis_arg__.m ............................... PASS    1/1  
  plot/util/__pltopt__.m ......................................... PASS    8/8  
  plot/util/allchild.m ........................................... PASS    2/2  
                                                 (missing feature) SKIP    1
  plot/util/ancestor.m ........................................... PASS    5/7  
                                                                   FAIL    2
  plot/util/axes.m ............................................... PASS    2/3  
                                                                   FAIL    1
  plot/util/cla.m ................................................ PASS    0/2  
                                                                   FAIL    2
  plot/util/clf.m ................................................ PASS    0/3  
                                                                   FAIL    3
  plot/util/close.m .............................................. PASS    5/9  
                                                                   FAIL    4
  plot/util/closereq.m ........................................... PASS    1/1  
  plot/util/colstyle.m ........................................... PASS    6/6  
  plot/util/copyobj.m ............................................ PASS    0/1  
                                                                   FAIL    1
                                                 (missing feature) SKIP    1
  plot/util/figure.m ............................................. PASS    2/3  
                                                                   FAIL    1
  plot/util/findall.m ............................................ PASS    0/0  
                                                 (missing feature) SKIP    1
  plot/util/findobj.m ............................................ PASS    0/10 
                                                                   FAIL   10
  plot/util/gca.m ................................................ PASS    0/1  
                                                                   FAIL    1
  plot/util/gcbf.m ............................................... PASS    1/1  
  plot/util/gcbo.m ............................................... PASS    1/1  
  plot/util/gcf.m ................................................ PASS    0/1  
                                                                   FAIL    1
  plot/util/ginput.m ............................................. PASS    1/1  
  plot/util/gnuplot_binary.in.m .................................. PASS    1/1  
  plot/util/graphics_toolkit.m ................................... PASS    0/0  
                                                 (missing feature) SKIP    2
  plot/util/groot.m .............................................. PASS    2/2  
  plot/util/hggroup.m ............................................ PASS    0/1  
                                                                   FAIL    1
  plot/util/hgload.m ............................................. PASS    5/6  
                                                                   FAIL    1
  plot/util/hgsave.m ............................................. PASS    5/5  
                                                 (missing feature) SKIP    1
  plot/util/hold.m ............................................... PASS    0/2  
                                                                   FAIL    2
  plot/util/isaxes.m ............................................. PASS    2/4  
                                                                   FAIL    2
  plot/util/isfigure.m ........................................... PASS    2/4  
                                                                   FAIL    2
  plot/util/isgraphics.m ......................................... PASS    5/6  
                                                                   FAIL    1
  plot/util/ishandle.m ........................................... PASS    3/4  
                                                                   FAIL    1
                                                 (missing feature) SKIP    1
  plot/util/ishold.m ............................................. PASS    0/1  
                                                                   FAIL    1
  plot/util/isprop.m ............................................. PASS    8/8  
  plot/util/linkaxes.m ........................................... PASS    3/4  
                                                                   FAIL    1
  plot/util/linkprop.m ........................................... PASS    6/7  
                                                                   FAIL    1
  plot/util/meshgrid.m ........................................... PASS    9/9  
  plot/util/ndgrid.m ............................................. PASS    9/9  
  plot/util/newplot.m ............................................ PASS    0/2  
                                                                   FAIL    2
  plot/util/openfig.m ............................................ PASS    3/6  
                                                                   FAIL    3
  plot/util/printd.m ............................................. PASS    1/1  
  plot/util/rotate.m ............................................. PASS    6/11 
                                                                   FAIL    5
  plot/util/saveas.m ............................................. PASS    6/6  
  plot/util/savefig.m ............................................ PASS    3/7  
                                                                   FAIL    4
  plot/util/subplot.m ............................................ PASS    0/3  
                                                                   FAIL    3
  polynomial/compan.m ............................................ PASS    6/6  
  polynomial/conv.m .............................................. PASS   22/22 
  polynomial/deconv.m ............................................ PASS   14/14 
  polynomial/mkpp.m .............................................. PASS   16/16 
  polynomial/mpoles.m ............................................ PASS    1/1  
  polynomial/padecoef.m .......................................... PASS   14/14 
  polynomial/pchip.m ............................................. PASS   23/23 
  polynomial/poly.m .............................................. PASS    7/7  
  polynomial/polyaffine.m ........................................ PASS    1/1  
  polynomial/polyder.m ........................................... PASS    5/5  
  polynomial/polyeig.m ........................................... PASS    6/6  
  polynomial/polyfit.m ........................................... PASS    9/9  
  polynomial/polygcd.m ........................................... PASS    4/4  
  polynomial/polyint.m ........................................... PASS    4/4  
  polynomial/polyout.m ........................................... PASS    5/5  
  polynomial/polyreduce.m ........................................ PASS    8/8  
  polynomial/polyval.m ........................................... PASS   15/15 
  polynomial/polyvalm.m .......................................... PASS    3/3  
  polynomial/ppder.m ............................................. PASS   11/11 
  polynomial/ppint.m ............................................. PASS    2/2  
  polynomial/ppjumps.m ........................................... PASS    3/3  
  polynomial/ppval.m ............................................. PASS   17/17 
  polynomial/residue.m ........................................... PASS    7/7  
  polynomial/roots.m ............................................. PASS   12/12 
  polynomial/spline.m ............................................ PASS   27/27 
  polynomial/splinefit.m ......................................... PASS    3/3  
  polynomial/unmkpp.m ............................................ PASS    6/6  
  prefs/addpref.m ................................................ PASS    7/7  
  prefs/getpref.m ................................................ PASS    4/4  
  prefs/ispref.m ................................................. PASS    5/5  
  prefs/preferences.m ............................................ PASS    1/1  
  prefs/rmpref.m ................................................. PASS    5/5  
  prefs/setpref.m ................................................ PASS    7/7  
  profiler/profexport.m .......................................... PASS    5/5  
  profiler/profile.m ............................................. PASS    4/4  
  profiler/profshow.m ............................................ PASS    4/4  
  set/intersect.m ................................................ PASS   16/16 
  set/ismember.m ................................................. PASS   38/38 
  set/powerset.m ................................................. PASS    9/9  
  set/setdiff.m .................................................. PASS   15/15 
  set/setxor.m ................................................... PASS   15/15 
  set/union.m .................................................... PASS   22/22 
  set/unique.m ................................................... PASS   39/39 
  signal/__parse_movargs__.m ..................................... PASS    3/3  
  signal/autoreg_matrix.m ........................................ PASS    4/4  
  signal/bartlett.m .............................................. PASS    9/9  
  signal/blackman.m .............................................. PASS   13/13 
  signal/detrend.m ............................................... PASS    3/3  
  signal/fftconv.m ............................................... PASS    7/7  
                                                 (missing feature) SKIP    1
  signal/fftfilt.m ............................................... PASS    5/5  
                                                 (missing feature) SKIP    5
  signal/fftshift.m .............................................. PASS   13/13 
  signal/freqz.m ................................................. PASS    0/0  
                                                 (missing feature) SKIP    3
  signal/hamming.m ............................................... PASS   13/13 
  signal/hanning.m ............................................... PASS   13/13 
  signal/ifftshift.m ............................................. PASS   13/13 
  signal/movfun.m ................................................ PASS   35/35 
  signal/movslice.m .............................................. PASS   13/13 
  signal/periodogram.m ........................................... PASS    8/8  
  signal/sinc.m .................................................. PASS    4/4  
  signal/sinetone.m .............................................. PASS    1/1  
  signal/sinewave.m .............................................. PASS    8/8  
  signal/spectral_adf.m .......................................... PASS    4/4  
  signal/spectral_xdf.m .......................................... PASS    4/4  
  signal/unwrap.m ................................................ PASS   24/24 
  sparse/bicg.m .................................................. PASS   12/12 
                                                 (missing feature) SKIP    1
  sparse/bicgstab.m .............................................. PASS   12/12 
  sparse/cgs.m ................................................... PASS   11/11 
  sparse/eigs.m .................................................. PASS    5/5  
                                                 (missing feature) SKIP  183
  sparse/gmres.m ................................................. PASS   16/16 
  sparse/gplot.m ................................................. PASS    1/1  
  sparse/ichol.m ................................................. PASS   24/24 
  sparse/ilu.m ................................................... PASS   53/53 
  sparse/nonzeros.m .............................................. PASS    6/6  
  sparse/pcg.m ................................................... PASS   15/15 
                                                 (missing feature) SKIP    1
  sparse/pcr.m ................................................... PASS    3/3  
  sparse/qmr.m ................................................... PASS    4/4  
  sparse/spaugment.m ............................................. PASS    0/0  
                                                 (missing feature) SKIP    1
  sparse/spconvert.m ............................................. PASS    7/7  
  sparse/spdiags.m ............................................... PASS    9/9  
  sparse/speye.m ................................................. PASS    5/5  
  sparse/spfun.m ................................................. PASS    4/4  
  sparse/spones.m ................................................ PASS    3/3  
  sparse/sprand.m ................................................ PASS   18/18 
  sparse/sprandn.m ............................................... PASS   18/18 
  sparse/sprandsym.m ............................................. PASS    9/9  
  sparse/spstats.m ............................................... PASS    1/1  
  sparse/spy.m ................................................... PASS    1/1  
  sparse/svds.m .................................................. PASS    1/1  
                                                 (missing feature) SKIP    5
  sparse/tfqmr.m ................................................. PASS   11/11 
  sparse/treelayout.m ............................................ PASS    3/3  
  specfun/beta.m ................................................. PASS   12/12 
  specfun/betainc.m .............................................. PASS   28/28 
  specfun/betaincinv.m ........................................... PASS   27/27 
  specfun/betaln.m ............................................... PASS    9/9  
  specfun/cosint.m ............................................... PASS   29/29 
  specfun/ellipke.m .............................................. PASS    9/9  
  specfun/expint.m ............................................... PASS   19/19 
  specfun/factor.m ............................................... PASS   11/11 
  specfun/factorial.m ............................................ PASS    9/9  
  specfun/gammainc.m ............................................. PASS   88/89 
                                                    (reported bug) XFAIL   1
  specfun/gammaincinv.m .......................................... PASS   23/23 
  specfun/isprime.m .............................................. PASS   15/15 
  specfun/lcm.m .................................................. PASS    5/5  
  specfun/legendre.m ............................................. PASS   19/19 
  specfun/nchoosek.m ............................................. PASS   17/17 
  specfun/nthroot.m .............................................. PASS   14/14 
  specfun/perms.m ................................................ PASS   30/30 
  specfun/pow2.m ................................................. PASS    4/4  
  specfun/primes.m ............................................... PASS    8/8  
  specfun/reallog.m .............................................. PASS    6/6  
  specfun/realpow.m .............................................. PASS    8/8  
  specfun/realsqrt.m ............................................. PASS    5/5  
  specfun/sinint.m ............................................... PASS   23/23 
  special-matrix/gallery.m ....................................... PASS  120/120
  special-matrix/hadamard.m ...................................... PASS    6/6  
  special-matrix/hankel.m ........................................ PASS   11/11 
  special-matrix/hilb.m .......................................... PASS    5/5  
  special-matrix/invhilb.m ....................................... PASS    7/7  
  special-matrix/magic.m ......................................... PASS    8/8  
  special-matrix/pascal.m ........................................ PASS   12/12 
  special-matrix/rosser.m ........................................ PASS    3/3  
  special-matrix/toeplitz.m ...................................... PASS    8/8  
  special-matrix/vander.m ........................................ PASS   10/10 
  special-matrix/wilkinson.m ..................................... PASS   10/10 
  startup/__finish__.m ........................................... PASS    1/1  
  statistics/bounds.m ............................................ PASS   13/13 
  statistics/center.m ............................................ PASS   14/14 
  statistics/corr.m .............................................. PASS   10/10 
  statistics/corrcoef.m .......................................... PASS   20/20 
  statistics/cov.m ............................................... PASS   14/14 
  statistics/discrete_cdf.m ...................................... PASS   14/14 
  statistics/discrete_inv.m ...................................... PASS   13/13 
  statistics/discrete_pdf.m ...................................... PASS   14/14 
  statistics/discrete_rnd.m ...................................... PASS   17/17 
  statistics/empirical_cdf.m ..................................... PASS    9/9  
  statistics/empirical_inv.m ..................................... PASS    8/8  
  statistics/empirical_pdf.m ..................................... PASS    8/8  
  statistics/empirical_rnd.m ..................................... PASS    8/8  
  statistics/histc.m ............................................. PASS    8/8  
  statistics/iqr.m ............................................... PASS    8/8  
  statistics/kendall.m ........................................... PASS   10/10 
  statistics/kurtosis.m .......................................... PASS   18/18 
  statistics/mad.m ............................................... PASS   17/17 
  statistics/mean.m .............................................. PASS   20/20 
  statistics/meansq.m ............................................ PASS   11/11 
  statistics/median.m ............................................ PASS   18/18 
  statistics/mode.m .............................................. PASS   21/21 
  statistics/moment.m ............................................ PASS   18/18 
  statistics/movmad.m ............................................ PASS    3/3  
  statistics/movmax.m ............................................ PASS    3/3  
  statistics/movmean.m ........................................... PASS    3/3  
  statistics/movmedian.m ......................................... PASS    3/3  
  statistics/movmin.m ............................................ PASS    3/3  
  statistics/movprod.m ........................................... PASS    3/3  
  statistics/movstd.m ............................................ PASS    3/3  
  statistics/movsum.m ............................................ PASS    3/3  
  statistics/movvar.m ............................................ PASS    3/3  
  statistics/prctile.m ........................................... PASS   14/14 
  statistics/quantile.m .......................................... PASS   26/26 
  statistics/range.m ............................................. PASS    7/7  
  statistics/ranks.m ............................................. PASS   18/18 
  statistics/run_count.m ......................................... PASS   15/15 
  statistics/runlength.m ......................................... PASS    7/7  
  statistics/skewness.m .......................................... PASS   21/21 
  statistics/spearman.m .......................................... PASS    9/9  
  statistics/statistics.m ........................................ PASS    9/9  
  statistics/std.m ............................................... PASS   16/16 
  statistics/var.m ............................................... PASS   16/16 
  statistics/zscore.m ............................................ PASS   14/14 
  strings/base2dec.m ............................................. PASS   14/14 
  strings/bin2dec.m .............................................. PASS    9/9  
  strings/blanks.m ............................................... PASS    8/8  
  strings/cstrcat.m .............................................. PASS    6/6  
  strings/deblank.m .............................................. PASS   15/15 
  strings/dec2base.m ............................................. PASS   21/21 
  strings/dec2bin.m .............................................. PASS    5/5  
  strings/dec2hex.m .............................................. PASS    5/5  
  strings/erase.m ................................................ PASS   30/30 
  strings/hex2dec.m .............................................. PASS    7/7  
  strings/index.m ................................................ PASS   18/18 
  strings/isletter.m ............................................. PASS    2/2  
  strings/isstring.m ............................................. PASS    7/7  
  strings/isstrprop.m ............................................ PASS   10/10 
  strings/mat2str.m .............................................. PASS   15/15 
  strings/native2unicode.m ....................................... PASS   10/10 
  strings/ostrsplit.m ............................................ PASS   12/12 
  strings/regexptranslate.m ...................................... PASS    7/7  
  strings/rindex.m ............................................... PASS    6/6  
  strings/str2num.m .............................................. PASS    6/6  
  strings/strcat.m ............................................... PASS   19/19 
  strings/strchr.m ............................................... PASS    7/7  
  strings/strjoin.m .............................................. PASS    7/7  
  strings/strjust.m .............................................. PASS    8/8  
  strings/strsplit.m ............................................. PASS   41/41 
  strings/strtok.m ............................................... PASS   32/32 
  strings/strtrim.m .............................................. PASS   10/10 
  strings/strtrunc.m ............................................. PASS   13/13 
  strings/substr.m ............................................... PASS   16/16 
  strings/unicode2native.m ....................................... PASS    8/8  
  strings/untabify.m ............................................. PASS    8/8  
  strings/validatestring.m ....................................... PASS   18/18 
  testfun/__have_feature__.m ..................................... PASS    4/4  
  testfun/__printf_assert__.m .................................... PASS    1/1  
  testfun/__prog_output_assert__.m ............................... PASS    1/1  
  testfun/__run_test_suite__.m ................................... PASS    1/1  
  testfun/assert.m ............................................... PASS   95/95 
  testfun/demo.m ................................................. PASS    7/7  
  testfun/example.m .............................................. PASS    9/9  
  testfun/fail.m ................................................. PASS   12/12 
  testfun/rundemos.m ............................................. PASS    2/2  
  testfun/runtests.m ............................................. PASS    2/2  
  testfun/speed.m ................................................ PASS    4/4  
  testfun/test.m ................................................. PASS   57/58 
                                                 (missing feature) SKIP    1
                                                    (reported bug) XFAIL   1
  time/addtodate.m ............................................... PASS   36/36 
  time/asctime.m ................................................. PASS    4/4  
  time/calendar.m ................................................ PASS    3/3  
  time/clock.m ................................................... PASS    1/1  
  time/ctime.m ................................................... PASS    4/4  
  time/date.m .................................................... PASS    2/2  
  time/datenum.m ................................................. PASS   32/32 
  time/datestr.m ................................................. PASS   40/40 
  time/datevec.m ................................................. PASS   29/29 
  time/eomday.m .................................................. PASS   14/14 
  time/etime.m ................................................... PASS    9/9  
  time/is_leap_year.m ............................................ PASS    6/6  
  time/now.m ..................................................... PASS    4/4  
  time/weekday.m ................................................. PASS   20/20 
  plot/util/gnuplot_binary.m ..................................... PASS    1/1  

Fixed test scripts:

  test/bc-overloads.tst .......................................... PASS  451/451
  test/conv.tst .................................................. PASS  405/405
  test/sparse.tst ................................................ PASS 1047/1047
                                                 (missing feature) SKIP  157
  bug-35448/bug-35448.tst ........................................ PASS    2/2  
  bug-35881/bug-35881.tst ........................................ PASS    1/1  
  bug-36025/bug-36025.tst ........................................ PASS    1/1  
  bug-38236/bug-38236.tst ........................................ PASS    1/1  
  bug-38691/bug-38691.tst ........................................ PASS    1/1  
  bug-41723/bug-41723.tst ........................................ PASS    1/1  
  bug-44940/bug-44940.tst ........................................ PASS    1/1  
  bug-46660/bug-46660.tst ........................................ PASS    1/1  
  bug-49379/bug-49379.tst ........................................ PASS    0/1  
                                                    (reported bug) XFAIL   1
  bug-50014/bug-50014.tst ........................................ PASS   11/11 
  bug-50035/bug-50035.tst ........................................ PASS    1/1  
  bug-50716/bug-50716.tst ........................................ PASS    3/3  
  bug-51192/bug-51192.tst ........................................ PASS    1/1  
  bug-51532/bug-51532.tst ........................................ PASS    1/1  
  bug-51534/bug-51534.tst ........................................ PASS    1/1  
  bug-51599/bug-51599.tst ........................................ PASS    1/1  
  bug-52075/bug-52075.tst ........................................ PASS    1/1  
  bug-52722/bug-52722.tst ........................................ PASS    1/1  
  bug-53027/bug-53027.tst ........................................ PASS    5/5  
  bug-53468/bug-53468.tst ........................................ PASS    0/3  
                                                                   FAIL    3
  bug-54995/bug-54995.tst ........................................ PASS    1/1  
  class-concat/class-concat.tst .................................. PASS    2/2  
  classdef/classdef.tst .......................................... PASS   29/34 
                                                    (reported bug) XFAIL   5
  classdef-multiple-inheritance/classdef-multiple-inheritance.tst  PASS    1/1  
  classes/classes.tst ............................................ PASS  158/158
  ctor-vs-method/ctor-vs-method.tst .............................. PASS    4/4  
  fcn-handle-derived-resolution/fcn-handle-derived-resolution.tst  PASS    7/7  
  local-functions/local_functions.tst ............................ PASS    1/1  
  mex/bug-51725.tst .............................................. PASS    0/2  
                                                                   FAIL    2
  mex/bug-54096.tst .............................................. PASS    0/1  
                                                                   FAIL    1
  nest/nest.tst .................................................. PASS   18/19 
                                                    (reported bug) XFAIL   1
  pkg/pkg.tst .................................................... PASS   11/11 
  publish/publish.tst ............................................element number 1 undefined in return list


[-- Attachment #3: Type: text/plain, Size: 219 bytes --]


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-26  2:42 ` Takashi Yano
@ 2020-01-26  5:11   ` Takashi Yano
  2020-01-26 10:24     ` Marco Atzeri
  0 siblings, 1 reply; 31+ messages in thread
From: Takashi Yano @ 2020-01-26  5:11 UTC (permalink / raw)
  To: cygwin

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

On Sun, 26 Jan 2020 11:42:28 +0900
Takashi Yano wrote:
> In my environment, at least segmentation fault does not occur.
> When I built octave, many of non-mandatory libraries were not
> installed. This might affect.

Now I added all libraries warned in config.log, and rebuilt.
Some of tests seems to fail, however, segmentation fault does not
occur in 'make check' this time too.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

[-- Attachment #2: octave-test2.txt --]
[-- Type: text/plain, Size: 75277 bytes --]

Integrated test scripts:

  liboctave/array/Array.cc-tst ................................... PASS   21/21
  liboctave/array/CMatrix.cc-tst ................................. PASS   11/11
  liboctave/array/CSparse.cc-tst ................................. PASS   10/10
  liboctave/array/Sparse.cc-tst .................................. PASS  107/107
  liboctave/array/dMatrix.cc-tst ................................. PASS   10/10
  liboctave/array/dSparse.cc-tst ................................. PASS   12/12
  liboctave/array/fCMatrix.cc-tst ................................ PASS   11/11
  liboctave/array/fMatrix.cc-tst ................................. PASS    8/8
  liboctave/array/idx-vector.cc-tst .............................. PASS    2/2
  liboctave/util/oct-inttypes.cc-tst ............................. PASS   28/28
  libinterp/corefcn/Cell.cc-tst .................................. PASS    4/4
  libinterp/corefcn/__contourc__.cc-tst .......................... PASS    1/1
  libinterp/corefcn/__dsearchn__.cc-tst .......................... PASS    1/1
  libinterp/corefcn/__ichol__.cc-tst ............................. PASS    1/1
  libinterp/corefcn/__ilu__.cc-tst ............................... PASS    1/1
  libinterp/corefcn/__lin_interpn__.cc-tst ....................... PASS    1/1
  libinterp/corefcn/__magick_read__.cc-tst ....................... PASS    4/4
  libinterp/corefcn/__pchip_deriv__.cc-tst ....................... PASS    1/1
  libinterp/corefcn/__qp__.cc-tst ................................ PASS    1/1
  libinterp/corefcn/besselj.cc-tst ............................... PASS  191/191
  libinterp/corefcn/bitfcns.cc-tst ............................... PASS   60/60
  libinterp/corefcn/bsxfun.cc-tst ................................ PASS   77/77
  libinterp/corefcn/call-stack.cc-tst ............................ PASS    3/3
  libinterp/corefcn/cellfun.cc-tst ............................... PASS  130/130
  libinterp/corefcn/colloc.cc-tst ................................ PASS   12/12
  libinterp/corefcn/conv2.cc-tst ................................. PASS   48/51
                                                    (reported bug) XFAIL   3
  libinterp/corefcn/dassl.cc-tst ................................. PASS    4/4
  libinterp/corefcn/data.cc-tst .................................. PASS 1144/1150
                                                    (reported bug) XFAIL   6
  libinterp/corefcn/debug.cc-tst ................................. PASS    1/1
  libinterp/corefcn/defaults.cc-tst .............................. PASS    6/6
  libinterp/corefcn/det.cc-tst ................................... PASS    6/6
  libinterp/corefcn/dirfns.cc-tst ................................ PASS    1/1
  libinterp/corefcn/dlmread.cc-tst ............................... PASS    8/10
                                                              REGRESSION   2
  libinterp/corefcn/dot.cc-tst ................................... PASS   23/23
  libinterp/corefcn/eig.cc-tst ................................... PASS   73/73
  libinterp/corefcn/ellipj.cc-tst ................................ PASS   18/18
  libinterp/corefcn/environment.cc-tst ........................... PASS    6/6
  libinterp/corefcn/error.cc-tst ................................. PASS    3/3
  libinterp/corefcn/errwarn.cc-tst ............................... PASS    1/1
  libinterp/corefcn/fft.cc-tst ................................... PASS   19/19
  libinterp/corefcn/fft2.cc-tst .................................. PASS    4/4
  libinterp/corefcn/file-io.cc-tst ............................... PASS   90/90
  libinterp/corefcn/filter.cc-tst ................................ PASS   14/14
  libinterp/corefcn/find.cc-tst .................................. PASS   22/22
  libinterp/corefcn/gcd.cc-tst ................................... PASS    9/9
  libinterp/corefcn/getrusage.cc-tst ............................. PASS    1/1
  libinterp/corefcn/givens.cc-tst ................................ PASS    6/6
  libinterp/corefcn/graphics.cc-tst .............................. PASS   49/49
                                              (run-time condition) SKIP    4
  libinterp/corefcn/gsvd.cc-tst .................................. PASS   17/18
                                                    (reported bug) XFAIL   1
  libinterp/corefcn/hash.cc-tst .................................. PASS   53/53
  libinterp/corefcn/help.cc-tst .................................. PASS    1/1
  libinterp/corefcn/hess.cc-tst .................................. PASS    5/5
  libinterp/corefcn/hex2num.cc-tst ............................... PASS   21/21
  libinterp/corefcn/input.cc-tst ................................. PASS   11/11
  libinterp/corefcn/inv.cc-tst ................................... PASS   13/13
  libinterp/corefcn/kron.cc-tst .................................. PASS   14/14
  libinterp/corefcn/lookup.cc-tst ................................ PASS   20/20
  libinterp/corefcn/lsode.cc-tst ................................. PASS    5/5
  libinterp/corefcn/lu.cc-tst .................................... PASS   23/23
  libinterp/corefcn/mappers.cc-tst ............................... PASS  414/421
                                                                   FAIL    2
                                                              REGRESSION   5
  libinterp/corefcn/matrix_type.cc-tst ........................... PASS   51/51
  libinterp/corefcn/max.cc-tst ................................... PASS  111/114
                                                    (reported bug) XFAIL   3
  libinterp/corefcn/mgorth.cc-tst ................................ PASS    2/2
  libinterp/corefcn/nproc.cc-tst ................................. PASS    5/5
  libinterp/corefcn/oct-map.cc-tst ............................... PASS   10/10
  libinterp/corefcn/octave-link.cc-tst ........................... PASS    3/3
  libinterp/corefcn/ordschur.cc-tst .............................. PASS    4/4
  libinterp/corefcn/pinv.cc-tst .................................. PASS   17/17
  libinterp/corefcn/pr-output.cc-tst ............................. PASS   16/16
  libinterp/corefcn/psi.cc-tst ................................... PASS   30/30
  libinterp/corefcn/quad.cc-tst .................................. PASS    8/8
  libinterp/corefcn/quadcc.cc-tst ................................ PASS   24/24
  libinterp/corefcn/qz.cc-tst .................................... PASS    5/5
  libinterp/corefcn/rand.cc-tst .................................. PASS   68/68
  libinterp/corefcn/rcond.cc-tst ................................. PASS    8/8
  libinterp/corefcn/regexp.cc-tst ................................ PASS  115/115
  libinterp/corefcn/schur.cc-tst ................................. PASS   11/11
  libinterp/corefcn/sighandlers.cc-tst ........................... PASS   11/11
  libinterp/corefcn/sparse-xpow.cc-tst ........................... PASS    2/2
  libinterp/corefcn/sparse.cc-tst ................................ PASS   29/29
  libinterp/corefcn/spparms.cc-tst ............................... PASS    9/9
  libinterp/corefcn/sqrtm.cc-tst ................................. PASS    3/3
  libinterp/corefcn/strfind.cc-tst ............................... PASS   19/19
  libinterp/corefcn/strfns.cc-tst ................................ PASS  125/125
  libinterp/corefcn/sub2ind.cc-tst ............................... PASS   31/31
  libinterp/corefcn/svd.cc-tst ................................... PASS   19/19
  libinterp/corefcn/sylvester.cc-tst ............................. PASS    9/9
  libinterp/corefcn/symtab.cc-tst ................................ PASS    7/7
  libinterp/corefcn/syscalls.cc-tst .............................. PASS    7/7
  libinterp/corefcn/sysdep.cc-tst ................................ PASS    8/8
                                              (run-time condition) SKIP   12
  libinterp/corefcn/time.cc-tst .................................. PASS   27/27
  libinterp/corefcn/toplev.cc-tst ................................ PASS    7/7
  libinterp/corefcn/tril.cc-tst .................................. PASS    2/2
  libinterp/corefcn/tsearch.cc-tst ............................... PASS    6/6
  libinterp/corefcn/typecast.cc-tst .............................. PASS   60/60
  libinterp/corefcn/utils.cc-tst ................................. PASS   90/90
  libinterp/corefcn/variables.cc-tst ............................. PASS   35/35
  libinterp/dldfcn/__delaunayn__.cc-tst .......................... PASS    1/1
  libinterp/dldfcn/__eigs__.cc-tst ............................... PASS    1/1
  libinterp/dldfcn/__fltk_uigetfile__.cc-tst ..................... PASS    1/1
  libinterp/dldfcn/__glpk__.cc-tst ............................... PASS    1/1
  libinterp/dldfcn/__init_fltk__.cc-tst .......................... PASS    1/1
  libinterp/dldfcn/__init_gnuplot__.cc-tst ....................... PASS    1/1
  libinterp/dldfcn/__voronoi__.cc-tst ............................ PASS    1/1
  libinterp/dldfcn/amd.cc-tst .................................... PASS    4/4
  libinterp/dldfcn/audiodevinfo.cc-tst ........................... PASS    4/4
  libinterp/dldfcn/audioread.cc-tst .............................. PASS    1/1
  libinterp/dldfcn/chol.cc-tst ................................... PASS   42/42
  libinterp/dldfcn/colamd.cc-tst ................................. PASS    7/7
  libinterp/dldfcn/convhulln.cc-tst .............................. PASS    4/4
  libinterp/dldfcn/dmperm.cc-tst ................................. PASS    5/5
  libinterp/dldfcn/fftw.cc-tst ................................... PASS   13/13
  libinterp/dldfcn/gzip.cc-tst ................................... PASS    5/7
                                                    (reported bug) XFAIL   2
  libinterp/dldfcn/qr.cc-tst ..................................... PASS   57/57
  libinterp/dldfcn/symbfact.cc-tst ............................... PASS    4/4
  libinterp/octave-value/ov-base.cc-tst .......................... PASS    1/1
  libinterp/octave-value/ov-bool-mat.cc-tst ...................... PASS    1/1
  libinterp/octave-value/ov-cell.cc-tst .......................... PASS    2/2
  libinterp/octave-value/ov-class.cc-tst ......................... PASS   48/48
                                                 (missing feature) SKIP    2
  libinterp/octave-value/ov-cx-diag.cc-tst ....................... PASS    1/1
  libinterp/octave-value/ov-fcn-handle.cc-tst .................... PASS   15/15
  libinterp/octave-value/ov-fcn-inline.cc-tst .................... PASS   30/30
  libinterp/octave-value/ov-java.cc-tst .......................... PASS    0/0
                                                 (missing feature) SKIP   16
  libinterp/octave-value/ov-lazy-idx.cc-tst ...................... PASS   11/11
  libinterp/octave-value/ov-null-mat.cc-tst ...................... PASS    8/8
  libinterp/octave-value/ov-oncleanup.cc-tst ..................... PASS    1/1
  libinterp/octave-value/ov-struct.cc-tst ........................ PASS   28/28
  libinterp/octave-value/ov-typeinfo.cc-tst ...................... PASS   56/56
                                                 (missing feature) SKIP    1
  libinterp/octave-value/ov-usr-fcn.cc-tst ....................... PASS    9/9
  libinterp/octave-value/ov.cc-tst ............................... PASS  109/109
  libinterp/parse-tree/lex.ll-tst ................................ PASS    7/7
  libinterp/parse-tree/oct-parse.yy-tst .......................... PASS   24/24
  libinterp/parse-tree/pt-assign.cc-tst .......................... PASS    2/2
  libinterp/parse-tree/pt-eval.cc-tst ............................ PASS   14/14
  libinterp/parse-tree/pt-fcn-handle.cc-tst ...................... PASS    5/5
  libinterp/parse-tree/pt-idx.cc-tst ............................. PASS    6/6
  libinterp/parse-tree/pt-tm-const.cc-tst ........................ PASS  198/199
                                                    (reported bug) XFAIL   1
  libinterp/octave.cc-tst ........................................ PASS    8/8
  +containers/Map.m .............................................. PASS   35/35
  +matlab/+lang/makeUniqueStrings.m .............................. PASS   13/13
  +matlab/+lang/makeValidName.m .................................. PASS   17/17
  @ftp/ascii.m ................................................... PASS    1/1
  @ftp/binary.m .................................................. PASS    1/1
  @ftp/cd.m ...................................................... PASS    1/1
  @ftp/close.m ................................................... PASS    1/1
  @ftp/delete.m .................................................. PASS    1/1
  @ftp/dir.m ..................................................... PASS    1/1
  @ftp/ftp.m ..................................................... PASS    1/1
  @ftp/loadobj.m ................................................. PASS    1/1
  @ftp/mget.m .................................................... PASS    1/1
  @ftp/mkdir.m ................................................... PASS    1/1
  @ftp/mput.m .................................................... PASS    1/1
  @ftp/rename.m .................................................. PASS    1/1
  @ftp/rmdir.m ................................................... PASS    1/1
  @ftp/saveobj.m ................................................. PASS    1/1
  audio/@audioplayer/audioplayer.m ............................... PASS    4/4
  audio/@audiorecorder/audiorecorder.m ........................... PASS    0/0
                                              (run-time condition) SKIP    4
  audio/record.m ................................................. PASS    5/5
  audio/sound.m .................................................. PASS    4/4
  audio/soundsc.m ................................................ PASS   10/10
  deprecated/chop.m .............................................. PASS   11/11
  deprecated/comma.m ............................................. PASS    1/1
  deprecated/desktop.m ........................................... PASS    2/2
  deprecated/java2mat.m .......................................... PASS    1/1
  deprecated/paren.m ............................................. PASS    1/1
  deprecated/semicolon.m ......................................... PASS    1/1
  deprecated/tmpnam.m ............................................ PASS    1/1
  deprecated/toascii.m ........................................... PASS    9/9
  elfun/acosd.m .................................................. PASS    3/3
  elfun/acot.m ................................................... PASS    3/3
  elfun/acotd.m .................................................. PASS    3/3
  elfun/acoth.m .................................................. PASS    2/3
                                                                   FAIL    1
  elfun/acsc.m ................................................... PASS    3/3
  elfun/acscd.m .................................................. PASS    3/3
  elfun/acsch.m .................................................. PASS    3/3
  elfun/asec.m ................................................... PASS    3/3
  elfun/asecd.m .................................................. PASS    3/3
  elfun/asech.m .................................................. PASS    4/4
  elfun/asind.m .................................................. PASS    3/3
  elfun/atan2d.m ................................................. PASS    3/3
  elfun/atand.m .................................................. PASS    3/3
  elfun/cosd.m ................................................... PASS    5/5
  elfun/cot.m .................................................... PASS    3/3
  elfun/cotd.m ................................................... PASS    5/5
  elfun/coth.m ................................................... PASS    3/3
  elfun/csc.m .................................................... PASS    3/3
  elfun/cscd.m ................................................... PASS    5/5
  elfun/csch.m ................................................... PASS    3/3
  elfun/sec.m .................................................... PASS    3/3
  elfun/secd.m ................................................... PASS    5/5
  elfun/sech.m ................................................... PASS    3/3
  elfun/sind.m ................................................... PASS    5/5
  elfun/tand.m ................................................... PASS    5/5
  general/accumarray.m ........................................... PASS   23/23
  general/accumdim.m ............................................. PASS   13/13
  general/bincoeff.m ............................................. PASS   11/11
  general/bitcmp.m ............................................... PASS   10/10
  general/bitget.m ............................................... PASS   15/15
  general/bitset.m ............................................... PASS   26/26
  general/blkdiag.m .............................................. PASS   10/10
  general/cart2pol.m ............................................. PASS   24/24
  general/cart2sph.m ............................................. PASS   18/18
  general/cell2mat.m ............................................. PASS   20/20
  general/celldisp.m ............................................. PASS    3/3
  general/circshift.m ............................................ PASS   17/17
  general/common_size.m .......................................... PASS    4/4
  general/cplxpair.m ............................................. PASS   23/23
  general/cumtrapz.m ............................................. PASS   27/27
  general/curl.m ................................................. PASS    1/1
  general/dblquad.m .............................................. PASS    4/4
  general/deal.m ................................................. PASS    4/4
  general/deg2rad.m .............................................. PASS    8/8
  general/del2.m ................................................. PASS   20/20
  general/divergence.m ........................................... PASS    1/1
  general/flip.m ................................................. PASS   10/10
  general/fliplr.m ............................................... PASS    9/9
  general/flipud.m ............................................... PASS    9/9
  general/gradient.m ............................................. PASS    5/5
  general/idivide.m .............................................. PASS   13/13
  general/int2str.m .............................................. PASS    9/9
  general/integral.m ............................................. PASS   31/31
  general/integral2.m ............................................ PASS   50/50
  general/integral3.m ............................................ PASS   42/42
  general/interp1.m .............................................. PASS  212/212
  general/interp2.m .............................................. PASS   51/51
  general/interp3.m .............................................. PASS   21/21
  general/interpft.m ............................................. PASS   15/15
  general/interpn.m .............................................. PASS    7/7
  general/isequal.m .............................................. PASS  115/115
  general/isequaln.m ............................................. PASS   16/16
  general/logspace.m ............................................. PASS   16/16
  general/nextpow2.m ............................................. PASS   16/16
  general/num2str.m .............................................. PASS   44/44
  general/pol2cart.m ............................................. PASS   24/24
  general/polyarea.m ............................................. PASS    4/4
  general/postpad.m .............................................. PASS   15/15
  general/prepad.m ............................................... PASS   20/20
  general/quad2d.m ............................................... PASS   47/47
  general/quadgk.m ............................................... PASS   25/25
  general/quadl.m ................................................ PASS   10/10
  general/quadv.m ................................................ PASS   10/10
  general/rad2deg.m .............................................. PASS    8/8
  general/randi.m ................................................ PASS   29/29
  general/rat.m .................................................. PASS   15/15
  general/repelem.m .............................................. PASS   57/57
  general/repmat.m ............................................... PASS   45/45
  general/rot90.m ................................................ PASS    9/9
  general/rotdim.m ............................................... PASS   20/20
  general/shift.m ................................................ PASS    9/9
  general/shiftdim.m ............................................. PASS    6/6
  general/sortrows.m ............................................. PASS    9/9
  general/sph2cart.m ............................................. PASS   18/18
  general/structfun.m ............................................ PASS    3/3
  general/subsindex.m ............................................ PASS    3/3
  general/trapz.m ................................................ PASS   26/26
  general/triplequad.m ........................................... PASS    1/1
  general/xor.m .................................................. PASS    8/8
  geometry/convhull.m ............................................ PASS   11/11
  geometry/delaunay.m ............................................ PASS   15/15
  geometry/delaunayn.m ........................................... PASS    3/3
  geometry/dsearch.m ............................................. PASS    2/2
  geometry/dsearchn.m ............................................ PASS    6/6
  geometry/griddata.m ............................................ PASS   14/14
  geometry/griddata3.m ........................................... PASS    2/2
  geometry/griddatan.m ........................................... PASS    2/2
  geometry/inpolygon.m ........................................... PASS   13/13
  geometry/rectint.m ............................................. PASS   17/17
  geometry/tsearchn.m ............................................ PASS    5/5
  geometry/voronoi.m ............................................. PASS   10/10
  geometry/voronoin.m ............................................ PASS    3/3
  gui/dialog.m ................................................... PASS    1/1
  gui/errordlg.m ................................................. PASS    1/1
  gui/getappdata.m ............................................... PASS    6/6
  gui/guidata.m .................................................. PASS    4/4
  gui/helpdlg.m .................................................. PASS    1/1
  gui/inputdlg.m ................................................. PASS    5/5
  gui/isappdata.m ................................................ PASS    5/5
  gui/listdlg.m .................................................. PASS    6/6
  gui/movegui.m .................................................. PASS    5/5
  gui/msgbox.m ................................................... PASS    5/5
  gui/questdlg.m ................................................. PASS    7/7
  gui/rmappdata.m ................................................ PASS    7/7
  gui/setappdata.m ............................................... PASS   11/11
  gui/uibuttongroup.m ............................................ PASS    1/1
  gui/uigetdir.m ................................................. PASS    1/1
  gui/uigetfile.m ................................................ PASS    1/1
  gui/uimenu.m ................................................... PASS    0/0
                                              (run-time condition) SKIP    3
  gui/uiputfile.m ................................................ PASS    1/1
  gui/waitbar.m .................................................. PASS    4/4
  gui/waitforbuttonpress.m ....................................... PASS    2/2
  gui/warndlg.m .................................................. PASS    1/1
  help/__gripe_missing_component__.m ............................. PASS    7/7
  help/__makeinfo__.m ............................................ PASS    1/1
  help/__unimplemented__.m ....................................... PASS    1/1
  help/ans.m ..................................................... PASS    1/1
  help/bessel.m .................................................. PASS    1/1
  help/debug.m ................................................... PASS    1/1
  help/doc.m ..................................................... PASS    1/1
  help/doc_cache_create.m ........................................ PASS    1/1
  help/error_ids.m ............................................... PASS    1/1
  help/get_first_help_sentence.m ................................. PASS    8/8
  help/help.m .................................................... PASS    5/5
  help/print_usage.m ............................................. PASS    1/1
  help/slash.m ................................................... PASS    1/1
  help/type.m .................................................... PASS    9/9
  help/warning_ids.m ............................................. PASS    1/1
  help/which.m ................................................... PASS    8/8
  image/cmpermute.m .............................................. PASS   19/19
  image/cmunique.m ............................................... PASS   19/19
  image/colormap.m ............................................... PASS    9/9
  image/contrast.m ............................................... PASS    1/1
  image/frame2im.m ............................................... PASS    4/4
  image/getframe.m ............................................... PASS    0/0
                                              (run-time condition) SKIP    2
  image/gray2ind.m ............................................... PASS   20/20
  image/hsv2rgb.m ................................................ PASS   28/28
  image/im2double.m .............................................. PASS   18/18
  image/im2frame.m ............................................... PASS    4/4
  image/image.m .................................................. PASS    2/2
  image/imfinfo.m ................................................ PASS    5/5
  image/imformats.m .............................................. PASS    6/6
  image/imread.m ................................................. PASS    5/5
  image/imshow.m ................................................. PASS    6/6
  image/imwrite.m ................................................ PASS   20/20
  image/ind2gray.m ............................................... PASS   19/19
  image/ind2rgb.m ................................................ PASS   22/22
  image/iscolormap.m ............................................. PASS    5/5
  image/movie.m .................................................. PASS   12/12
  image/rgb2gray.m ............................................... PASS   17/17
  image/rgb2hsv.m ................................................ PASS   26/26
  image/rgb2ind.m ................................................ PASS    6/6
  image/rgbplot.m ................................................ PASS    5/5
  io/beep.m ...................................................... PASS    1/1
  io/csvread.m ................................................... PASS    1/1
  io/csvwrite.m .................................................. PASS    2/2
  io/dlmwrite.m .................................................. PASS    1/1
  io/fileread.m .................................................. PASS    4/4
  io/importdata.m ................................................ PASS   26/26
  io/is_valid_file_id.m .......................................... PASS    5/5
  java/javachk.m ................................................. PASS    7/7
                                                 (missing feature) SKIP    1
  java/usejava.m ................................................. PASS    5/5
                                                 (missing feature) SKIP    1
  legacy/findstr.m ............................................... PASS    7/7
  legacy/genvarname.m ............................................ PASS   31/31
  legacy/isdir.m ................................................. PASS    5/5
  legacy/strmatch.m .............................................. PASS   21/21
  legacy/strread.m ............................................... PASS   56/56
  legacy/textread.m .............................................. PASS   10/10
  linear-algebra/bandwidth.m ..................................... PASS   19/19
  linear-algebra/commutation_matrix.m ............................ PASS    6/6
  linear-algebra/cond.m .......................................... PASS    8/8
  linear-algebra/condeig.m ....................................... PASS    8/8
  linear-algebra/condest.m ....................................... PASS   12/12
  linear-algebra/cross.m ......................................... PASS    5/5
  linear-algebra/duplication_matrix.m ............................ PASS    7/7
  linear-algebra/expm.m .......................................... PASS   10/10
  linear-algebra/gls.m ........................................... PASS   13/13
  linear-algebra/housh.m ......................................... PASS    6/6
  linear-algebra/isbanded.m ...................................... PASS   19/19
  linear-algebra/isdefinite.m .................................... PASS   10/10
  linear-algebra/isdiag.m ........................................ PASS   13/13
  linear-algebra/ishermitian.m ................................... PASS   26/26
  linear-algebra/issymmetric.m ................................... PASS   26/26
  linear-algebra/istril.m ........................................ PASS   12/12
  linear-algebra/istriu.m ........................................ PASS   12/12
  linear-algebra/linsolve.m ...................................... PASS    8/8
  linear-algebra/logm.m .......................................... PASS   10/10
  linear-algebra/lscov.m ......................................... PASS   10/10
  linear-algebra/normest.m ....................................... PASS    8/8
  linear-algebra/normest1.m ...................................... PASS   17/17
  linear-algebra/null.m .......................................... PASS   10/10
  linear-algebra/ols.m ........................................... PASS   12/12
  linear-algebra/ordeig.m ........................................ PASS   13/13
  linear-algebra/orth.m .......................................... PASS    1/1
  linear-algebra/planerot.m ...................................... PASS    5/5
  linear-algebra/qzhess.m ........................................ PASS    4/4
  linear-algebra/rank.m .......................................... PASS    9/9
  linear-algebra/rref.m .......................................... PASS    6/6
  linear-algebra/subspace.m ...................................... PASS    6/6
  linear-algebra/trace.m ......................................... PASS    9/9
  linear-algebra/vech.m .......................................... PASS    3/3
  linear-algebra/vecnorm.m ....................................... PASS   13/13
  miscellaneous/bug_report.m ..................................... PASS    1/1
  miscellaneous/bunzip2.m ........................................ PASS    1/1
  miscellaneous/cast.m ........................................... PASS   17/17
  miscellaneous/citation.m ....................................... PASS    3/3
  miscellaneous/clearvars.m ...................................... PASS    5/5
  miscellaneous/compare_versions.m ............................... PASS   46/46
  miscellaneous/computer.m ....................................... PASS    5/5
  miscellaneous/copyfile.m ....................................... PASS    7/7
  miscellaneous/delete.m ......................................... PASS    4/4
  miscellaneous/dir.m ............................................ PASS    3/3
  miscellaneous/dos.m ............................................ PASS    3/3
  miscellaneous/edit.m ........................................... PASS    1/1
  miscellaneous/fact.m ........................................... PASS    1/1
  miscellaneous/fieldnames.m ..................................... PASS    2/2
                                                 (missing feature) SKIP    3
  miscellaneous/fileattrib.m ..................................... PASS    3/3
  miscellaneous/fileparts.m ...................................... PASS   13/13
  miscellaneous/fullfile.m ....................................... PASS   26/26
  miscellaneous/getfield.m ....................................... PASS    5/5
  miscellaneous/grabcode.m ....................................... PASS    2/2
  miscellaneous/gunzip.m ......................................... PASS    1/1
  miscellaneous/info.m ........................................... PASS    1/1
  miscellaneous/inputParser.m .................................... PASS   26/26
  miscellaneous/inputname.m ...................................... PASS   11/11
  miscellaneous/isdeployed.m ..................................... PASS    1/1
  miscellaneous/isfile.m ......................................... PASS    8/8
  miscellaneous/isfolder.m ....................................... PASS    9/9
  miscellaneous/ismac.m .......................................... PASS    2/2
  miscellaneous/ispc.m ........................................... PASS    2/2
  miscellaneous/isunix.m ......................................... PASS    2/2
  miscellaneous/license.m ........................................ PASS   11/11
  miscellaneous/list_primes.m .................................... PASS    7/7
  miscellaneous/ls.m ............................................. PASS    3/3
  miscellaneous/ls_command.m ..................................... PASS    2/2
  miscellaneous/menu.m ........................................... PASS    5/5
  miscellaneous/methods.m ........................................ PASS    1/1
                                                 (missing feature) SKIP    1
  miscellaneous/mex.m ............................................ PASS    1/1
  miscellaneous/mexext.m ......................................... PASS    1/1
  miscellaneous/mkdir.m .......................................... PASS    5/5
  miscellaneous/movefile.m ....................................... PASS    6/6
  miscellaneous/namelengthmax.m .................................. PASS    1/1
  miscellaneous/nargchk.m ........................................ PASS    9/9
  miscellaneous/narginchk.m ...................................... PASS    4/4
  miscellaneous/nargoutchk.m ..................................... PASS    9/9
  miscellaneous/news.m ........................................... PASS    3/3
  miscellaneous/nthargout.m ...................................... PASS    2/2
  miscellaneous/open.m ........................................... PASS    3/3
  miscellaneous/orderfields.m .................................... PASS   15/15
  miscellaneous/pack.m ........................................... PASS    1/1
  miscellaneous/parseparams.m .................................... PASS    7/7
  miscellaneous/perl.m ........................................... PASS    1/1
  miscellaneous/publish.m ........................................ PASS    5/5
  miscellaneous/python.m ......................................... PASS    1/1
  miscellaneous/recycle.m ........................................ PASS    5/5
  miscellaneous/run.m ............................................ PASS    5/5
  miscellaneous/setfield.m ....................................... PASS    6/6
  miscellaneous/substruct.m ...................................... PASS    6/6
  miscellaneous/swapbytes.m ...................................... PASS    5/5
  miscellaneous/symvar.m ......................................... PASS    3/3
  miscellaneous/tar.m ............................................ PASS    6/6
  miscellaneous/tempdir.m ........................................ PASS    2/2
  miscellaneous/unix.m ........................................... PASS    3/3
  miscellaneous/unpack.m ......................................... PASS   10/10
  miscellaneous/untar.m .......................................... PASS    1/1
  miscellaneous/unzip.m .......................................... PASS    1/1
  miscellaneous/validateattributes.m ............................. PASS   84/84
  miscellaneous/ver.m ............................................ PASS    3/3
  miscellaneous/version.m ........................................ PASS   11/11
  miscellaneous/what.m ........................................... PASS    2/2
  miscellaneous/zip.m ............................................ PASS    6/6
  ode/decic.m .................................................... PASS   17/17
  ode/ode15i.m ................................................... PASS   48/48
  ode/ode15s.m ................................................... PASS   39/39
  ode/ode23.m .................................................... PASS   38/38
  ode/ode45.m .................................................... PASS   41/41
  ode/odeget.m ................................................... PASS   15/15
  ode/odeset.m ................................................... PASS    9/9
  optimization/__all_opts__.m .................................... PASS    1/1
  optimization/fminbnd.m ......................................... PASS    7/7
  optimization/fminsearch.m ...................................... PASS   11/11
  optimization/fminunc.m ......................................... PASS    6/6
  optimization/fsolve.m .......................................... PASS    8/8
  optimization/fzero.m ........................................... PASS    4/4
  optimization/glpk.m ............................................Long-step dual simplex will be used
 PASS    3/3
  optimization/humps.m ........................................... PASS   11/11
  optimization/lsqnonneg.m ....................................... PASS   10/10
  optimization/optimget.m ........................................ PASS   12/12
  optimization/optimset.m ........................................ PASS    9/9
  optimization/pqpnonneg.m ....................................... PASS   11/11
  optimization/qp.m .............................................. PASS    1/1
  optimization/sqp.m ............................................. PASS   17/17
  path/import.m .................................................. PASS    1/1
  path/matlabroot.m .............................................. PASS    1/1
  path/pathdef.m ................................................. PASS    4/4
  path/savepath.m ................................................ PASS    1/1
  plot/appearance/__clabel__.m ................................... PASS    1/1
  plot/appearance/__getlegenddata__.m ............................ PASS    1/1
  plot/appearance/annotation.m ................................... PASS   12/12
  plot/appearance/axis.m ......................................... PASS    6/6
  plot/appearance/camlookat.m .................................... PASS   10/10
  plot/appearance/camorbit.m ..................................... PASS   11/11
  plot/appearance/campos.m ....................................... PASS    5/5
  plot/appearance/camroll.m ...................................... PASS    6/6
  plot/appearance/camtarget.m .................................... PASS    5/5
  plot/appearance/camup.m ........................................ PASS    5/5
  plot/appearance/camva.m ........................................ PASS    5/5
  plot/appearance/camzoom.m ...................................... PASS    7/7
  plot/appearance/caxis.m ........................................ PASS    3/3
  plot/appearance/datetick.m ..................................... PASS    1/1
  plot/appearance/grid.m ......................................... PASS    2/2
  plot/appearance/gtext.m ........................................ PASS    1/1
  plot/appearance/legend.m ....................................... PASS    5/5
  plot/appearance/lighting.m ..................................... PASS    8/8
  plot/appearance/material.m ..................................... PASS   16/16
  plot/appearance/orient.m ....................................... PASS    8/8
  plot/appearance/rticks.m ....................................... PASS    3/3
  plot/appearance/shading.m ...................................... PASS    7/7
  plot/appearance/text.m ......................................... PASS   10/10
  plot/appearance/thetaticks.m ................................... PASS    3/3
  plot/appearance/title.m ........................................ PASS    5/5
  plot/appearance/view.m ......................................... PASS    2/2
  plot/appearance/whitebg.m ...................................... PASS    3/3
  plot/appearance/xlabel.m ....................................... PASS    2/2
  plot/appearance/xlim.m ......................................... PASS    2/2
  plot/appearance/xticklabels.m .................................. PASS    3/3
  plot/appearance/xticks.m ....................................... PASS    3/3
  plot/appearance/ylabel.m ....................................... PASS    2/2
  plot/appearance/ylim.m ......................................... PASS    2/2
  plot/appearance/yticklabels.m .................................. PASS    3/3
  plot/appearance/yticks.m ....................................... PASS    3/3
  plot/appearance/zlabel.m ....................................... PASS    2/2
  plot/appearance/zlim.m ......................................... PASS    2/2
  plot/appearance/zticklabels.m .................................. PASS    3/3
  plot/appearance/zticks.m ....................................... PASS    3/3
  plot/draw/area.m ............................................... PASS    8/8
  plot/draw/camlight.m ........................................... PASS   10/10
  plot/draw/colorbar.m ........................................... PASS    7/7
  plot/draw/compass.m ............................................ PASS    5/5
  plot/draw/contour.m ............................................ PASS    2/2
  plot/draw/contourc.m ........................................... PASS   11/11
  plot/draw/errorbar.m ........................................... PASS   11/11
  plot/draw/feather.m ............................................ PASS    5/5
  plot/draw/fplot.m .............................................. PASS   13/13
  plot/draw/hist.m ............................................... PASS   26/26
  plot/draw/isocaps.m ............................................ PASS   29/29
  plot/draw/isocolors.m .......................................... PASS    9/9
  plot/draw/isonormals.m ......................................... PASS   18/18
  plot/draw/isosurface.m ......................................... PASS   29/30
                                                    (reported bug) XFAIL   1
  plot/draw/light.m .............................................. PASS    2/2
  plot/draw/line.m ............................................... PASS    1/1
  plot/draw/loglog.m ............................................. PASS    2/2
  plot/draw/patch.m .............................................. PASS    2/2
  plot/draw/pie.m ................................................ PASS    3/3
  plot/draw/pie3.m ............................................... PASS    3/3
  plot/draw/reducepatch.m ........................................ PASS   19/19
  plot/draw/reducevolume.m ....................................... PASS   22/22
  plot/draw/rose.m ............................................... PASS    3/3
  plot/draw/semilogx.m ........................................... PASS    2/2
  plot/draw/semilogy.m ........................................... PASS    2/2
  plot/draw/shrinkfaces.m ........................................ PASS   13/13
  plot/draw/smooth3.m ............................................ PASS   22/22
  plot/draw/sombrero.m ........................................... PASS    2/2
  plot/draw/stairs.m ............................................. PASS    9/9
  plot/draw/stem.m ............................................... PASS   10/10
  plot/draw/stem3.m .............................................. PASS    9/9
  plot/draw/stemleaf.m ........................................... PASS   17/17
  plot/draw/surface.m ............................................ PASS    1/1
  plot/draw/surfnorm.m ........................................... PASS    9/9
  plot/draw/trimesh.m ............................................ PASS    7/7
  plot/draw/trisurf.m ............................................ PASS    8/8
  plot/util/__actual_axis_position__.m ........................... PASS    1/1
  plot/util/__default_plot_options__.m ........................... PASS    1/1
  plot/util/__gnuplot_drawnow__.m ................................ PASS    1/1
  plot/util/__next_line_color__.m ................................ PASS    1/1
  plot/util/__next_line_style__.m ................................ PASS    1/1
  plot/util/__opengl_info__.m .................................... PASS    1/1
  plot/util/__plt_get_axis_arg__.m ............................... PASS    1/1
  plot/util/__pltopt__.m ......................................... PASS    8/8
  plot/util/allchild.m ........................................... PASS    2/2
                                              (run-time condition) SKIP    1
  plot/util/ancestor.m ........................................... PASS    7/7
  plot/util/axes.m ............................................... PASS    3/3
  plot/util/cla.m ................................................ PASS    2/2
  plot/util/clf.m ................................................ PASS    3/3
  plot/util/close.m .............................................. PASS    9/9
  plot/util/closereq.m ........................................... PASS    1/1
  plot/util/colstyle.m ........................................... PASS    6/6
  plot/util/copyobj.m ............................................ PASS    2/2
  plot/util/figure.m ............................................. PASS    3/3
  plot/util/findall.m ............................................ PASS    0/0
                                              (run-time condition) SKIP    1
  plot/util/findobj.m ............................................ PASS   10/10
  plot/util/gca.m ................................................ PASS    1/1
  plot/util/gcbf.m ............................................... PASS    1/1
  plot/util/gcbo.m ............................................... PASS    1/1
  plot/util/gcf.m ................................................ PASS    1/1
  plot/util/ginput.m ............................................. PASS    1/1
  plot/util/gnuplot_binary.in.m .................................. PASS    1/1
  plot/util/graphics_toolkit.m ................................... PASS    0/0
                                              (run-time condition) SKIP    2
  plot/util/groot.m .............................................. PASS    2/2
  plot/util/hggroup.m ............................................ PASS    1/1
  plot/util/hgload.m ............................................. PASS    6/6
  plot/util/hgsave.m ............................................. PASS    6/6
  plot/util/hold.m ............................................... PASS    2/2
  plot/util/isaxes.m ............................................. PASS    4/4
  plot/util/isfigure.m ........................................... PASS    4/4
  plot/util/isgraphics.m ......................................... PASS    6/6
  plot/util/ishandle.m ........................................... PASS    4/4
                                                 (missing feature) SKIP    1
  plot/util/ishold.m ............................................. PASS    1/1
  plot/util/isprop.m ............................................. PASS    8/8
  plot/util/linkaxes.m ........................................... PASS    4/4
  plot/util/linkprop.m ........................................... PASS    7/7
  plot/util/meshgrid.m ........................................... PASS    9/9
  plot/util/ndgrid.m ............................................. PASS    9/9
  plot/util/newplot.m ............................................ PASS    2/2
  plot/util/openfig.m ............................................ PASS    6/6
  plot/util/printd.m ............................................. PASS    1/1
  plot/util/rotate.m ............................................. PASS   11/11
  plot/util/saveas.m ............................................. PASS    6/6
  plot/util/savefig.m ............................................ PASS    7/7
  plot/util/subplot.m ............................................ PASS    3/3
  polynomial/compan.m ............................................ PASS    6/6
  polynomial/conv.m .............................................. PASS   22/22
  polynomial/deconv.m ............................................ PASS   14/14
  polynomial/mkpp.m .............................................. PASS   16/16
  polynomial/mpoles.m ............................................ PASS    1/1
  polynomial/padecoef.m .......................................... PASS   14/14
  polynomial/pchip.m ............................................. PASS   23/23
  polynomial/poly.m .............................................. PASS    7/7
  polynomial/polyaffine.m ........................................ PASS    1/1
  polynomial/polyder.m ........................................... PASS    5/5
  polynomial/polyeig.m ........................................... PASS    6/6
  polynomial/polyfit.m ........................................... PASS    9/9
  polynomial/polygcd.m ........................................... PASS    4/4
  polynomial/polyint.m ........................................... PASS    4/4
  polynomial/polyout.m ........................................... PASS    5/5
  polynomial/polyreduce.m ........................................ PASS    8/8
  polynomial/polyval.m ........................................... PASS   15/15
  polynomial/polyvalm.m .......................................... PASS    3/3
  polynomial/ppder.m ............................................. PASS   11/11
  polynomial/ppint.m ............................................. PASS    2/2
  polynomial/ppjumps.m ........................................... PASS    3/3
  polynomial/ppval.m ............................................. PASS   17/17
  polynomial/residue.m ........................................... PASS    7/7
  polynomial/roots.m ............................................. PASS   12/12
  polynomial/spline.m ............................................ PASS   27/27
  polynomial/splinefit.m ......................................... PASS    3/3
  polynomial/unmkpp.m ............................................ PASS    6/6
  prefs/addpref.m ................................................ PASS    7/7
  prefs/getpref.m ................................................ PASS    4/4
  prefs/ispref.m ................................................. PASS    5/5
  prefs/preferences.m ............................................ PASS    1/1
  prefs/rmpref.m ................................................. PASS    5/5
  prefs/setpref.m ................................................ PASS    7/7
  profiler/profexport.m .......................................... PASS    5/5
  profiler/profile.m ............................................. PASS    4/4
  profiler/profshow.m ............................................ PASS    4/4
  set/intersect.m ................................................ PASS   16/16
  set/ismember.m ................................................. PASS   38/38
  set/powerset.m ................................................. PASS    9/9
  set/setdiff.m .................................................. PASS   15/15
  set/setxor.m ................................................... PASS   15/15
  set/union.m .................................................... PASS   22/22
  set/unique.m ................................................... PASS   39/39
  signal/__parse_movargs__.m ..................................... PASS    3/3
  signal/autoreg_matrix.m ........................................ PASS    4/4
  signal/bartlett.m .............................................. PASS    9/9
  signal/blackman.m .............................................. PASS   13/13
  signal/detrend.m ............................................... PASS    3/3
  signal/fftconv.m ............................................... PASS    8/8
  signal/fftfilt.m ............................................... PASS   10/10
  signal/fftshift.m .............................................. PASS   13/13
  signal/freqz.m ................................................. PASS    3/3
  signal/hamming.m ............................................... PASS   13/13
  signal/hanning.m ............................................... PASS   13/13
  signal/ifftshift.m ............................................. PASS   13/13
  signal/movfun.m ................................................ PASS   35/35
  signal/movslice.m .............................................. PASS   13/13
  signal/periodogram.m ........................................... PASS    8/8
  signal/sinc.m .................................................. PASS    4/4
  signal/sinetone.m .............................................. PASS    1/1
  signal/sinewave.m .............................................. PASS    8/8
  signal/spectral_adf.m .......................................... PASS    4/4
  signal/spectral_xdf.m .......................................... PASS    4/4
  signal/unwrap.m ................................................ PASS   24/24
  sparse/bicg.m .................................................. PASS   13/13
  sparse/bicgstab.m .............................................. PASS   12/12
  sparse/cgs.m ................................................... PASS   11/11
  sparse/eigs.m .................................................. PASS  188/188
  sparse/gmres.m ................................................. PASS   16/16
  sparse/gplot.m ................................................. PASS    1/1
  sparse/ichol.m ................................................. PASS   24/24
  sparse/ilu.m ................................................... PASS   53/53
  sparse/nonzeros.m .............................................. PASS    6/6
  sparse/pcg.m ................................................... PASS   16/16
  sparse/pcr.m ................................................... PASS    3/3
  sparse/qmr.m ................................................... PASS    4/4
  sparse/spaugment.m ............................................. PASS    1/1
  sparse/spconvert.m ............................................. PASS    7/7
  sparse/spdiags.m ............................................... PASS    9/9
  sparse/speye.m ................................................. PASS    5/5
  sparse/spfun.m ................................................. PASS    4/4
  sparse/spones.m ................................................ PASS    3/3
  sparse/sprand.m ................................................ PASS   18/18
  sparse/sprandn.m ............................................... PASS   18/18
  sparse/sprandsym.m ............................................. PASS    9/9
  sparse/spstats.m ............................................... PASS    1/1
  sparse/spy.m ................................................... PASS    1/1
  sparse/svds.m .................................................. PASS    6/6
  sparse/tfqmr.m ................................................. PASS   11/11
  sparse/treelayout.m ............................................ PASS    3/3
  specfun/beta.m ................................................. PASS   12/12
  specfun/betainc.m .............................................. PASS   28/28
  specfun/betaincinv.m ........................................... PASS   27/27
  specfun/betaln.m ............................................... PASS    9/9
  specfun/cosint.m ............................................... PASS   29/29
  specfun/ellipke.m .............................................. PASS    9/9
  specfun/expint.m ............................................... PASS   19/19
  specfun/factor.m ............................................... PASS   11/11
  specfun/factorial.m ............................................ PASS    9/9
  specfun/gammainc.m ............................................. PASS   88/89
                                                    (reported bug) XFAIL   1
  specfun/gammaincinv.m .......................................... PASS   23/23
  specfun/isprime.m .............................................. PASS   15/15
  specfun/lcm.m .................................................. PASS    5/5
  specfun/legendre.m ............................................. PASS   19/19
  specfun/nchoosek.m ............................................. PASS   17/17
  specfun/nthroot.m .............................................. PASS   14/14
  specfun/perms.m ................................................ PASS   30/30
  specfun/pow2.m ................................................. PASS    4/4
  specfun/primes.m ............................................... PASS    8/8
  specfun/reallog.m .............................................. PASS    6/6
  specfun/realpow.m .............................................. PASS    8/8
  specfun/realsqrt.m ............................................. PASS    5/5
  specfun/sinint.m ............................................... PASS   23/23
  special-matrix/gallery.m ....................................... PASS  120/120
  special-matrix/hadamard.m ...................................... PASS    6/6
  special-matrix/hankel.m ........................................ PASS   11/11
  special-matrix/hilb.m .......................................... PASS    5/5
  special-matrix/invhilb.m ....................................... PASS    7/7
  special-matrix/magic.m ......................................... PASS    8/8
  special-matrix/pascal.m ........................................ PASS   12/12
  special-matrix/rosser.m ........................................ PASS    3/3
  special-matrix/toeplitz.m ...................................... PASS    8/8
  special-matrix/vander.m ........................................ PASS   10/10
  special-matrix/wilkinson.m ..................................... PASS   10/10
  startup/__finish__.m ........................................... PASS    1/1
  statistics/bounds.m ............................................ PASS   13/13
  statistics/center.m ............................................ PASS   14/14
  statistics/corr.m .............................................. PASS   10/10
  statistics/corrcoef.m .......................................... PASS   20/20
  statistics/cov.m ............................................... PASS   14/14
  statistics/discrete_cdf.m ...................................... PASS   14/14
  statistics/discrete_inv.m ...................................... PASS   13/13
  statistics/discrete_pdf.m ...................................... PASS   14/14
  statistics/discrete_rnd.m ...................................... PASS   17/17
  statistics/empirical_cdf.m ..................................... PASS    9/9
  statistics/empirical_inv.m ..................................... PASS    8/8
  statistics/empirical_pdf.m ..................................... PASS    8/8
  statistics/empirical_rnd.m ..................................... PASS    8/8
  statistics/histc.m ............................................. PASS    8/8
  statistics/iqr.m ............................................... PASS    8/8
  statistics/kendall.m ........................................... PASS   10/10
  statistics/kurtosis.m .......................................... PASS   18/18
  statistics/mad.m ............................................... PASS   17/17
  statistics/mean.m .............................................. PASS   20/20
  statistics/meansq.m ............................................ PASS   11/11
  statistics/median.m ............................................ PASS   18/18
  statistics/mode.m .............................................. PASS   21/21
  statistics/moment.m ............................................ PASS   18/18
  statistics/movmad.m ............................................ PASS    3/3
  statistics/movmax.m ............................................ PASS    3/3
  statistics/movmean.m ........................................... PASS    3/3
  statistics/movmedian.m ......................................... PASS    3/3
  statistics/movmin.m ............................................ PASS    3/3
  statistics/movprod.m ........................................... PASS    3/3
  statistics/movstd.m ............................................ PASS    3/3
  statistics/movsum.m ............................................ PASS    3/3
  statistics/movvar.m ............................................ PASS    3/3
  statistics/prctile.m ........................................... PASS   14/14
  statistics/quantile.m .......................................... PASS   26/26
  statistics/range.m ............................................. PASS    7/7
  statistics/ranks.m ............................................. PASS   18/18
  statistics/run_count.m ......................................... PASS   15/15
  statistics/runlength.m ......................................... PASS    7/7
  statistics/skewness.m .......................................... PASS   21/21
  statistics/spearman.m .......................................... PASS    9/9
  statistics/statistics.m ........................................ PASS    9/9
  statistics/std.m ............................................... PASS   16/16
  statistics/var.m ............................................... PASS   16/16
  statistics/zscore.m ............................................ PASS   14/14
  strings/base2dec.m ............................................. PASS   14/14
  strings/bin2dec.m .............................................. PASS    9/9
  strings/blanks.m ............................................... PASS    8/8
  strings/cstrcat.m .............................................. PASS    6/6
  strings/deblank.m .............................................. PASS   15/15
  strings/dec2base.m ............................................. PASS   21/21
  strings/dec2bin.m .............................................. PASS    5/5
  strings/dec2hex.m .............................................. PASS    5/5
  strings/erase.m ................................................ PASS   30/30
  strings/hex2dec.m .............................................. PASS    7/7
  strings/index.m ................................................ PASS   18/18
  strings/isletter.m ............................................. PASS    2/2
  strings/isstring.m ............................................. PASS    7/7
  strings/isstrprop.m ............................................ PASS   10/10
  strings/mat2str.m .............................................. PASS   15/15
  strings/native2unicode.m ....................................... PASS   10/10
  strings/ostrsplit.m ............................................ PASS   12/12
  strings/regexptranslate.m ...................................... PASS    7/7
  strings/rindex.m ............................................... PASS    6/6
  strings/str2num.m .............................................. PASS    6/6
  strings/strcat.m ............................................... PASS   19/19
  strings/strchr.m ............................................... PASS    7/7
  strings/strjoin.m .............................................. PASS    7/7
  strings/strjust.m .............................................. PASS    8/8
  strings/strsplit.m ............................................. PASS   41/41
  strings/strtok.m ............................................... PASS   32/32
  strings/strtrim.m .............................................. PASS   10/10
  strings/strtrunc.m ............................................. PASS   13/13
  strings/substr.m ............................................... PASS   16/16
  strings/unicode2native.m ....................................... PASS    8/8
  strings/untabify.m ............................................. PASS    8/8
  strings/validatestring.m ....................................... PASS   18/18
  testfun/__have_feature__.m ..................................... PASS    4/4
  testfun/__printf_assert__.m .................................... PASS    1/1
  testfun/__prog_output_assert__.m ............................... PASS    1/1
  testfun/__run_test_suite__.m ................................... PASS    1/1
  testfun/assert.m ............................................... PASS   95/95
  testfun/demo.m ................................................. PASS    7/7
  testfun/example.m .............................................. PASS    9/9
  testfun/fail.m ................................................. PASS   12/12
  testfun/rundemos.m ............................................. PASS    2/2
  testfun/runtests.m ............................................. PASS    2/2
  testfun/speed.m ................................................ PASS    4/4
  testfun/test.m ................................................. PASS   57/58
                                                 (missing feature) SKIP    1
                                                    (reported bug) XFAIL   1
  time/addtodate.m ............................................... PASS   36/36
  time/asctime.m ................................................. PASS    4/4
  time/calendar.m ................................................ PASS    3/3
  time/clock.m ................................................... PASS    1/1
  time/ctime.m ................................................... PASS    4/4
  time/date.m .................................................... PASS    2/2
  time/datenum.m ................................................. PASS   32/32
  time/datestr.m ................................................. PASS   40/40
  time/datevec.m ................................................. PASS   29/29
  time/eomday.m .................................................. PASS   14/14
  time/etime.m ................................................... PASS    9/9
  time/is_leap_year.m ............................................ PASS    6/6
  time/now.m ..................................................... PASS    4/4
  time/weekday.m ................................................. PASS   20/20
  plot/util/gnuplot_binary.m ..................................... PASS    1/1

Fixed test scripts:

  test/bc-overloads.tst .......................................... PASS  451/451
  test/conv.tst .................................................. PASS  405/405
  test/sparse.tst ................................................ PASS 1204/1204
  bug-35448/bug-35448.tst ........................................ PASS    2/2
  bug-35881/bug-35881.tst ........................................ PASS    1/1
  bug-36025/bug-36025.tst ........................................ PASS    1/1
  bug-38236/bug-38236.tst ........................................ PASS    1/1
  bug-38691/bug-38691.tst ........................................ PASS    1/1
  bug-41723/bug-41723.tst ........................................ PASS    1/1
  bug-44940/bug-44940.tst ........................................ PASS    1/1
  bug-46660/bug-46660.tst ........................................ PASS    1/1
  bug-49379/bug-49379.tst ........................................ PASS    0/1
                                                    (reported bug) XFAIL   1
  bug-50014/bug-50014.tst ........................................ PASS   11/11
  bug-50035/bug-50035.tst ........................................ PASS    1/1
  bug-50716/bug-50716.tst ........................................ PASS    3/3
  bug-51192/bug-51192.tst ........................................ PASS    1/1
  bug-51532/bug-51532.tst ........................................ PASS    1/1
  bug-51534/bug-51534.tst ........................................ PASS    1/1
  bug-51599/bug-51599.tst ........................................ PASS    1/1
  bug-52075/bug-52075.tst ........................................ PASS    1/1
  bug-52722/bug-52722.tst ........................................ PASS    1/1
  bug-53027/bug-53027.tst ........................................ PASS    5/5
  bug-53468/bug-53468.tst ........................................ PASS    3/3
  bug-54995/bug-54995.tst ........................................ PASS    1/1
  class-concat/class-concat.tst .................................. PASS    2/2
  classdef/classdef.tst .......................................... PASS   29/34
                                                    (reported bug) XFAIL   5
  classdef-multiple-inheritance/classdef-multiple-inheritance.tst  PASS    1/1
  classes/classes.tst ............................................ PASS  158/158
  ctor-vs-method/ctor-vs-method.tst .............................. PASS    4/4
  fcn-handle-derived-resolution/fcn-handle-derived-resolution.tst  PASS    7/7
  local-functions/local_functions.tst ............................ PASS    1/1
  mex/bug-51725.tst .............................................. PASS    0/2
                                                                   FAIL    2
  mex/bug-54096.tst .............................................. PASS    0/1
                                                                   FAIL    1
  nest/nest.tst .................................................. PASS   18/19
                                                    (reported bug) XFAIL   1
  pkg/pkg.tst .................................................... PASS   11/11
  publish/publish.tst ............................................ PASS    2/2
  args.tst ....................................................... PASS   26/26
  bug-31371.tst .................................................. PASS    1/1
  bug-38565.tst .................................................. PASS    1/1
  bug-38576.tst .................................................. PASS    1/1
  bug-45969.tst .................................................. PASS    2/2
  bug-45972.tst .................................................. PASS    2/2
  bug-46330.tst .................................................. PASS    1/1
  bug-49904.tst .................................................. PASS    2/2
  bug-53579.tst .................................................. PASS    1/1
  bug-53599.tst .................................................. PASS    1/1
  bug-54490.tst .................................................. PASS    1/1
  bug-55308.tst .................................................. PASS    1/1
  bug-55321.tst .................................................. PASS    1/1
  bug-55322.tst .................................................. PASS    1/1
  colormaps.tst .................................................. PASS    1/1
  command.tst .................................................... PASS   42/42
  complex.tst .................................................... PASS    7/7
  deprecate-props.tst ............................................ PASS    4/4
  diag-perm.tst .................................................. PASS   30/30
  error.tst ...................................................... PASS   11/11
  eval-catch.tst ................................................. PASS    9/9
  for.tst ........................................................ PASS   18/18
  func.tst ....................................................... PASS   51/51
  global.tst ..................................................... PASS   15/15
  if.tst ......................................................... PASS   15/15
  index.tst ...................................................... PASS  180/180
  integer.tst .................................................... PASS    2/2
  io.tst ......................................................... PASS  157/157
  jit.tst ........................................................ PASS    2/2
                                                 (missing feature) SKIP   36
  leftdiv.tst .................................................... PASS    6/6
  line-continue.tst .............................................. PASS   11/11
  logical-index.tst .............................................. PASS   43/43
  null-assign.tst ................................................ PASS   21/21
  parser.tst ..................................................... PASS   52/52
  prefer.tst ..................................................... PASS   27/27
  range.tst ...................................................... PASS   82/82
  recursion.tst .................................................. PASS    4/4
  return.tst ..................................................... PASS    2/2
  single-index.tst ............................................... PASS  192/192
  slice.tst ...................................................... PASS  133/133
  struct.tst ..................................................... PASS   47/47
  switch.tst ..................................................... PASS    8/8
  system.tst ..................................................... PASS  103/103
  transpose.tst .................................................. PASS   16/16
  try.tst ........................................................ PASS   18/18
  unwind.tst ..................................................... PASS    2/2
  while.tst ...................................................... PASS    6/6

Summary:

  PASS                            15468
  FAIL                                6
  REGRESSION                          7
  XFAIL (reported bug)               26
  SKIP (missing feature)             63
  SKIP (run-time condition)          29


[-- Attachment #3: Type: text/plain, Size: 219 bytes --]


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-25 20:36 ` Achim Gratz
@ 2020-01-26  6:58   ` Marco Atzeri
  2020-01-26  8:05     ` ASSI
  2020-01-28 17:26   ` ASSI
  1 sibling, 1 reply; 31+ messages in thread
From: Marco Atzeri @ 2020-01-26  6:58 UTC (permalink / raw)
  To: cygwin

Am 25.01.2020 um 21:36 schrieb Achim Gratz:
> Marco Atzeri writes:
>> Than I passed to build the next version and started to see
>> unexpected segfault during the package test.
>> Trying to investigate I rebuilt the 5.1.0 and now I see also
>> there the same thing:
>>
>>    libinterp/corefcn/file-io.cc-tst
>> ...............................fatal: caught signal Segmentation fault
>> -- stopping myself...
>> /bin/sh: line 1:  3771 Segmentation fault      (core dumped) /bin/sh
>> ../run-octave --norc --silent --no-history -p
>> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/build/test/mex
>> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test/fntests.m
>> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test
>> make[3]: *** [Makefile:31176: check-local] Error 139
> 
> Same thing here…
> 
>    libinterp/corefcn/file-io.cc-tst ...............................fatal: caught signal Segmentation fault -- stopping myself...
> /bin/sh: line 1: 33811 Segmentation fault      (core dumped) /bin/sh ../run-octave --norc --silent --no-history -p /mnt/share/packages/octave.x86_64/build/test/mex /mnt/share/packages/octave.x86_64/src/octave-5.1.0/test/fntests.m /mnt/share/packages/octave.x86_64/src/octave-5.1.0/test
> 
> 
> Regards,
> Achim.
> 

Thanks,
at least I know that is not just my machine.
When I released the package was


   libinterp/corefcn/file-io.cc-tst ............................... PASS 
   90/90

Regards
Marco



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-26  6:58   ` Marco Atzeri
@ 2020-01-26  8:05     ` ASSI
  2020-01-26  8:38       ` Marco Atzeri
  0 siblings, 1 reply; 31+ messages in thread
From: ASSI @ 2020-01-26  8:05 UTC (permalink / raw)
  To: cygwin

Marco Atzeri writes:
> at least I know that is not just my machine.
> When I released the package was
>
>
>   libinterp/corefcn/file-io.cc-tst
> ............................... PASS 90/90

Based on the test name there may be an assumption built into the code
about how the filesystem behaves that isn't guaranteed on Windows/Cygwin
or even POSIX.  If it's simply an error condition not getting checked it
should be reproducible under debugging, but you're mostly out of luck if
it's relying on a specific order or atomicity of certain operations, as
debugging will almost always serialize the execution to the point where
these types of errors do not manifest.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-26  8:05     ` ASSI
@ 2020-01-26  8:38       ` Marco Atzeri
  2020-01-27  6:45         ` Marco Atzeri
  0 siblings, 1 reply; 31+ messages in thread
From: Marco Atzeri @ 2020-01-26  8:38 UTC (permalink / raw)
  To: cygwin

Am 26.01.2020 um 09:05 schrieb ASSI:
> Marco Atzeri writes:
>> at least I know that is not just my machine.
>> When I released the package was
>>
>>
>>    libinterp/corefcn/file-io.cc-tst
>> ............................... PASS 90/90
> 
> Based on the test name there may be an assumption built into the code
> about how the filesystem behaves that isn't guaranteed on Windows/Cygwin
> or even POSIX.  If it's simply an error condition not getting checked it
> should be reproducible under debugging, but you're mostly out of luck if
> it's relying on a specific order or atomicity of certain operations, as
> debugging will almost always serialize the execution to the point where
> these types of errors do not manifest.
> 
> 
> Regards,
> Achim.

the other problem of debugging is that the backtrace is trash
after the segfault and that of course Octave is a
400 Kg gorilla with all its dependencies..

I will try anyway

Thanks
Marco






--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-26  5:11   ` Takashi Yano
@ 2020-01-26 10:24     ` Marco Atzeri
  2020-01-26 10:31       ` Takashi Yano
  0 siblings, 1 reply; 31+ messages in thread
From: Marco Atzeri @ 2020-01-26 10:24 UTC (permalink / raw)
  To: cygwin

Am 26.01.2020 um 06:11 schrieb Takashi Yano:
> On Sun, 26 Jan 2020 11:42:28 +0900
> Takashi Yano wrote:
>> In my environment, at least segmentation fault does not occur.
>> When I built octave, many of non-mandatory libraries were not
>> installed. This might affect.
> 
> Now I added all libraries warned in config.log, and rebuilt.
> Some of tests seems to fail, however, segmentation fault does not
> occur in 'make check' this time too.
> 

interesting, what Windows system do you have ?
Mine is

Betriebssystemname:         Microsoft Windows 10 Home
Betriebssystemversion:      10.0.18363 Nicht zutreffend Build 18363

Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-26 10:24     ` Marco Atzeri
@ 2020-01-26 10:31       ` Takashi Yano
  0 siblings, 0 replies; 31+ messages in thread
From: Takashi Yano @ 2020-01-26 10:31 UTC (permalink / raw)
  To: cygwin

On Sun, 26 Jan 2020 11:24:50 +0100
Marco Atzeri wrote:
> Am 26.01.2020 um 06:11 schrieb Takashi Yano:
> > On Sun, 26 Jan 2020 11:42:28 +0900
> > Takashi Yano wrote:
> >> In my environment, at least segmentation fault does not occur.
> >> When I built octave, many of non-mandatory libraries were not
> >> installed. This might affect.
> > 
> > Now I added all libraries warned in config.log, and rebuilt.
> > Some of tests seems to fail, however, segmentation fault does not
> > occur in 'make check' this time too.
> > 
> 
> interesting, what Windows system do you have ?
> Mine is
> 
> Betriebssystemname:         Microsoft Windows 10 Home
> Betriebssystemversion:      10.0.18363 Nicht zutreffend Build 18363

Windows 10 Pro 64bit 1909
Microsoft Windows [Version 10.0.18363.592]

gcc version: 7.4.0

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-26  8:38       ` Marco Atzeri
@ 2020-01-27  6:45         ` Marco Atzeri
  2020-01-27 11:33           ` Takashi Yano
  0 siblings, 1 reply; 31+ messages in thread
From: Marco Atzeri @ 2020-01-27  6:45 UTC (permalink / raw)
  To: cygwin

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

Am 26.01.2020 um 09:38 schrieb Marco Atzeri:
> Am 26.01.2020 um 09:05 schrieb ASSI:
>> Marco Atzeri writes:
>>> at least I know that is not just my machine.
>>> When I released the package was
>>>
>>>
>>>    libinterp/corefcn/file-io.cc-tst
>>> ............................... PASS 90/90
>>
>> Based on the test name there may be an assumption built into the code
>> about how the filesystem behaves that isn't guaranteed on Windows/Cygwin
>> or even POSIX.  If it's simply an error condition not getting checked it
>> should be reproducible under debugging, but you're mostly out of luck if
>> it's relying on a specific order or atomicity of certain operations, as
>> debugging will almost always serialize the execution to the point where
>> these types of errors do not manifest.
>>
>>
>> Regards,
>> Achim.
> 
> the other problem of debugging is that the backtrace is trash
> after the segfault and that of course Octave is a
> 400 Kg gorilla with all its dependencies..
> 
> I will try anyway
> 
> Thanks
> Marco
> 

one thing that I noticed is that the old binary I released and
the new one built are behaving differently.

So whatever is the problem that you and me are seeing and that
Takashi's system seems immune is causing a difference at
compilation time in the executable:

Old binary:

octave:2> run test-round6a.m
octave:3> run test-round6b.m

New binary:

octave:1> run test-round6a.m
fatal: caught signal Segmentation fault -- stopping myself...
Segmentation fault (core dumped)

octave:1>  run test-round6b.m
fatal: caught signal Segmentation fault -- stopping myself...
Segmentation fault (core dumped)

Can you and Takashi provide me your cygcheck.out so that I can look on 
possible difference that could influence the build behaviour.

Of course I have W10 Home and Takashi a W10 Pro an that is already
a difference.

Regards
Marco

[-- Attachment #2: test-round6a.m --]
[-- Type: text/plain, Size: 206 bytes --]

f = tempname ();
fid = fopen (f, "w+");
fprintf (fid, "1\n2\n3\n4\n5\n6");
fseek (fid, 0, "bof");
c = textscan (fid, "%f %f", 2);
E = feof (fid);
fclose (fid);
unlink (f);
assert (c, {1, 2});
assert (! E);

[-- Attachment #3: test-round6b.m --]
[-- Type: text/plain, Size: 188 bytes --]

f = tempname ();
fid = fopen (f, "w+");
fprintf (fid, "1\r\n2\r3\n4\r\n5\n6");
fseek (fid, 0, "bof");
c = textscan (fid, "%f %f", 4);
fclose (fid);
unlink (f);
assert (c, {[1;3], [2;4]});

[-- Attachment #4: Type: text/plain, Size: 219 bytes --]


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-25 18:15 ` Brian Inglis
@ 2020-01-27  6:54   ` Marco Atzeri
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri @ 2020-01-27  6:54 UTC (permalink / raw)
  To: cygwin

Am 25.01.2020 um 19:15 schrieb Brian Inglis:
> On 2020-01-25 09:55, Marco Atzeri wrote:

>>
>> Now I am seriously thinking about BLODA, but I have not
>> noted any difference from the two AVs I was using
>> Antivir and MS Defender, so I am wandering if last
>> update for W10 Home x64 is the culprit.
> 
> Also what W10 feature release YYMM and/or build NNNNN are you on?

Betriebssystemname:                            Microsoft Windows 10 Home
Betriebssystemversion:                         10.0.18363 Nicht 
zutreffend Build
  18363


>> Can anyone try to rebuild the Octave package and let me know
>> if the segfault during test is present or not in your system ?
>>
>> Be aware that build time is very long (~ 4 hours) and requires
>> a ton of mathematical libraries.
>>
>> Any suggestion will be appreciated
> 
> Should this discussion perhaps be handled on cygwin-apps?
> We don't always want to advertise just how messy the Cygwin package making
> sausage factory can be. ;^>

Sausage and Beer are a serious matter here in Munich;
and both production must be clean and transparent ;-)


> I believe the following Cygwin tools and libraries packages, pulled from the
> package doc build dependencies, and found and filtered using apt-cyg listall, to
> be sufficient, but may not all be necessary, and should be added to
> octave.cygport, where it can be used as a build dependency install package list
> for apt-cyg or setup:
> 
> DEPEND="autoconf automake bison flex gcc-core gcc-fortran gcc-g++ gperf gnuplot
> libtool make texinfo libopenblas liblapack-devel libpcre-devel libarpack-devel
> libparpack-devel libcurl-devel libfftw3-devel libfltk-devel libfontconfig-devel
> libfreetype-devel libglpk-devel libgl2ps-devel libGraphicsMagick-devel
> libhdf5-devel libllvm-devel libportaudio-devel libQtOpenGL4-devel libqhull-devel
> libqrupdate-devel libqscintilla2-devel libqscintilla2_qt4-devel
> libqscintilla2_qt5-devel libqt3-devel libsuitesparseconfig-devel
> libsundials-devel zlib-devel"
> 
> Are there any changes you would make, especially for arpack, OpenGL, qt, scintilla?

As I mentioned it needs a ton of libraries but I built with QT5

  $ grep "libraries:" config.log
   Fortran libraries:              -L/usr/lib/gcc/x86_64-pc-cygwin/7.4.0 
-L/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/lib/../lib 
-L/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../lib -L/lib/../lib 
-L/usr/lib/../lib 
-L/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/lib 
-L/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../.. -lm -lsuitesparseconfig 
-lgfortran -lquadmath -lcygwin -ladvapi32 -lshell32 -luser32
   Lex libraries:
   AMD libraries:                 -lamd -lsuitesparseconfig
   ARPACK libraries:              -larpack
   BLAS libraries:                -lblas
   BZ2 libraries:                 -lbz2
   CAMD libraries:                -lcamd -lsuitesparseconfig
   CARBON libraries:
   CCOLAMD libraries:             -lccolamd -lsuitesparseconfig
   CHOLMOD libraries:             -lcholmod -lsuitesparseconfig
   COLAMD libraries:              -lcolamd -lsuitesparseconfig
   CURL libraries:                -lcurl
   CXSPARSE libraries:            -lcxsparse -lsuitesparseconfig
   DL libraries:
   FFTW3 libraries:               -lfftw3_threads -lfftw3
   FFTW3F libraries:              -lfftw3f_threads -lfftw3f
   FLTK libraries:                -lfltk_gl -lfltk
   fontconfig libraries:          -lfontconfig -lfreetype
   FreeType2 libraries:           -lfreetype
   GLPK libraries:                -lglpk
   HDF5 libraries:                -lhdf5
   Java libraries:
   KLU libraries:                 -lklu -lsuitesparseconfig
   LAPACK libraries:              -llapack
   LLVM libraries:
   Magick++ libraries:            -lGraphicsMagick++ -lGraphicsMagick
   OpenGL libraries:              -lGL -lGLU
   PCRE libraries:                -lpcre
   PortAudio libraries:           -lportaudio -lwinmm -lm
   PTHREAD libraries:
   QHULL libraries:               -lqhull
   QRUPDATE libraries:            -lqrupdate
   Qt GUI libraries:              -lQt5Network -lQt5PrintSupport 
-lQt5Help -lQt5Widgets -lQt5Gui -lQt5Sql -lQt5Xml -lQt5Core 
-lqscintilla2-qt5
   Qt OpenGL libraries:           -lQt5OpenGL -lQt5Widgets -lQt5Gui 
-lQt5Core
   READLINE libraries:            -lreadline
   Sndfile libraries:             -lsndfile
   SuiteSparse config libraries:  -lsuitesparseconfig
   SUNDIALS IDA libraries:        -lsundials_ida
   SUNDIALS NVECTOR libraries:    -lsundials_nvecserial
   TERM libraries:                -lncurses
   UMFPACK libraries:             -lumfpack -lamd -lsuitesparseconfig
   X11 libraries:                 -lX11
   Z libraries:                   -lz

Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-27  6:45         ` Marco Atzeri
@ 2020-01-27 11:33           ` Takashi Yano
  2020-01-28  6:41             ` Marco Atzeri
  0 siblings, 1 reply; 31+ messages in thread
From: Takashi Yano @ 2020-01-27 11:33 UTC (permalink / raw)
  To: cygwin

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

On Mon, 27 Jan 2020 07:45:08 +0100
Marco Atzeri wrote:
> Can you and Takashi provide me your cygcheck.out so that I can look on 
> possible difference that could influence the build behaviour.

Attached.

grep -i 'libraries:' config.log

  Fortran libraries:              -L/usr/lib/gcc/x86_64-pc-cygwin/7.4.0 -L/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/lib -L/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../.. -lm -lsuitesparseconfig -lgfortran -lquadmath -lcygwin -ladvapi32 -lshell32 -luser32
  Lex libraries:
  AMD libraries:                 -lamd -lsuitesparseconfig
  ARPACK libraries:              -larpack
  BLAS libraries:                -lblas
  BZ2 libraries:
  CAMD libraries:                -lcamd -lsuitesparseconfig
  CARBON libraries:
  CCOLAMD libraries:             -lccolamd -lsuitesparseconfig
  CHOLMOD libraries:             -lcholmod -lsuitesparseconfig
  COLAMD libraries:              -lcolamd -lsuitesparseconfig
  CURL libraries:                -lcurl
  CXSPARSE libraries:            -lcxsparse -lsuitesparseconfig
  DL libraries:
  FFTW3 libraries:               -lfftw3_threads -lfftw3
  FFTW3F libraries:              -lfftw3f_threads -lfftw3f
  FLTK libraries:                -lfltk_gl -lfltk
  fontconfig libraries:          -lfontconfig -lfreetype
  FreeType2 libraries:           -lfreetype
  GLPK libraries:                -lglpk
  HDF5 libraries:                -lhdf5
  Java libraries:
  KLU libraries:                 -lklu -lsuitesparseconfig
  LAPACK libraries:              -llapack
  LLVM libraries:
  Magick++ libraries:            -lGraphicsMagick++ -lGraphicsMagick
  OpenGL libraries:              -lGL -lGLU
  PCRE libraries:                -lpcre
  PortAudio libraries:           -lportaudio -lwinmm -lm
  PTHREAD libraries:
  QHULL libraries:               -lqhull
  QRUPDATE libraries:            -lqrupdate
  Qt GUI libraries:              -lQt5Network -lQt5PrintSupport -lQt5Help -lQt5Widgets -lQt5Gui -lQt5Sql -lQt5Xml -lQt5Core
  Qt OpenGL libraries:           -lQt5OpenGL -lQt5Widgets -lQt5Gui -lQt5Core
  READLINE libraries:            -lreadline
  Sndfile libraries:             -lsndfile
  SuiteSparse config libraries:  -lsuitesparseconfig
  SUNDIALS IDA libraries:        -lsundials_ida
  SUNDIALS NVECTOR libraries:    -lsundials_nvecserial
  TERM libraries:                -lncurses
  UMFPACK libraries:             -lumfpack -lamd -lsuitesparseconfig
  X11 libraries:                 -lX11
  Z libraries:                   -lz
  Build static libraries:               no
  Build shared libraries:               yes

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 227367 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Mon Jan 27 11:21:03 2020

Windows 10 Professional Ver 10.0 Build 18363 

Path:	C:\cygwin64\usr\local\bin
	C:\cygwin64\bin
	C:\cygwin64\bin
	C:\Program Files (x86)\Common Files\Oracle\Java\javapath
	C:\ProgramData\Oracle\Java\javapath
	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\System32\Wbem
	C:\WINDOWS\System32\WindowsPowerShell\v1.0
	C:\WINDOWS\System32\OpenSSH
	C:\Users\yano\AppData\Local\Microsoft\WindowsApps
	C:\Users\yano\AppData\Local\Programs\Git\cmd
	C:\cygwin64\lib\lapack

Output from C:\cygwin64\bin\id.exe
UID: 197609(yano)                 GID: 197121(なし)
197121(なし)                    555(Remote Desktop Users)
545(Users)                        4(INTERACTIVE)
66049(CONSOLE LOGON)              11(Authenticated Users)
15(This Organization)             113(ローカル アカウント)
4095(CurrentSession)              66048(LOCAL)
262154(NTLM Authentication)       401408(Medium Mandatory Level)

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

HOME = '/home/yano'
PWD = '/home/yano'
USER = 'yano'
MAKE_MODE = 'unix'

!:: = '::\'
ALLUSERSPROFILE = 'C:\ProgramData'
APPDATA = 'C:\Users\yano\AppData\Roaming'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
CommonProgramW6432 = 'C:\Program Files\Common Files'
COMPUTERNAME = 'EXPRESS5800-S70'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
DriverData = 'C:\Windows\System32\Drivers\DriverData'
FPS_BROWSER_APP_PROFILE_STRING = 'Internet Explorer'
FPS_BROWSER_USER_PROFILE_STRING = 'Default'
HOMEDRIVE = 'C:'
HOMEPATH = '\Users\yano'
LOCALAPPDATA = 'C:\Users\yano\AppData\Local'
LOGONSERVER = '\\EXPRESS5800-S70'
NUMBER_OF_PROCESSORS = '8'
OneDrive = 'C:\Users\yano\OneDrive'
OS = 'Windows_NT'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
PROCESSOR_ARCHITECTURE = 'AMD64'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 30 Stepping 5, GenuineIntel'
PROCESSOR_LEVEL = '6'
PROCESSOR_REVISION = '1e05'
ProgramData = 'C:\ProgramData'
PROGRAMFILES = 'C:\Program Files'
ProgramFiles(x86) = 'C:\Program Files (x86)'
ProgramW6432 = 'C:\Program Files'
PSModulePath = 'C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules'
PUBLIC = 'C:\Users\Public'
SESSIONNAME = 'Console'
SYSTEMDRIVE = 'C:'
SYSTEMROOT = 'C:\WINDOWS'
USERDOMAIN = 'EXPRESS5800-S70'
USERDOMAIN_ROAMINGPROFILE = 'EXPRESS5800-S70'
USERNAME = 'yano'
USERPROFILE = 'C:\Users\yano'
VBOX_MSI_INSTALL_PATH = 'C:\Program Files\Oracle\VirtualBox\'
WINDIR = 'C:\WINDOWS'
TERM = 'xterm-256color'
MINTTY_SHORTCUT = '/cygdrive/c/ProgramData/Microsoft/Windows/Start Menu/Programs/Cygwin/Cygwin64 Terminal.lnk'
LANG = 'ja_JP.UTF-8'
HOSTTYPE = 'x86_64-cygwin'
VENDOR = 'unknown'
OSTYPE = 'cygwin'
MACHTYPE = 'x86_64'
SHLVL = '1'
LOGNAME = 'yano'
GROUP = 'なし'
HOST = 'Express5800-S70'
TZ = 'Asia/Tokyo'
MANPATH = '/usr/share/man:'
SHELL = '/bin/tcsh'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\C:\cygwin'
  e022582115c10879 = '\??\C:\cygwin64'
  bae13dbc1242d822 = '\??\C:\Users\yano\Desktop\新しいフォルダー'
  83cb650b60c95fc0 = '\??\C:\Users\yano\Desktop'
  fc506d8030c0f9ec = '\??\C:\Users\yano\Desktop'
  f842863afe5af27a = '\??\UNC\debian\Shared'
  2831a658cb475692 = '\??\C:\Users\yano\Desktop'
  8e55ba9ed5cf600d = '\??\C:\Users\yano\Desktop'
  1b70ec514a35757a = '\??\C:\cygwin\home'
  0cb61befcbb6c616 = '\??\C:\Users\yano\Desktop\ConEmu\ConEmu'
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\Children\001\Internet Explorer\DOMStorage\cygwin.1069669.n5.nabble.com
  (default) = 0x0000141f
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\Children\001\Internet Explorer\DOMStorage\cygwin.com
  (default) = 0x00000000
  NumberOfSubdomains = 0x00000004
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\Children\001\Internet Explorer\DOMStorage\cygwin.org
  (default) = 0x00000000
  NumberOfSubdomains = 0x00000002
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\Children\001\Internet Explorer\EdpDomStorage\cygwin.1069669.n5.nabble.com
  (default) = 0x00000000
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\Children\001\Internet Explorer\EdpDomStorage\cygwin.com
  (default) = 0x00000000
  NumberOfSubdomains = 0x00000000
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\Children\001\Internet Explorer\EdpDomStorage\cygwin.org
  (default) = 0x00000000
  NumberOfSubdomains = 0x00000000
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Cygwin\Installations
  (default) = '\??\C:\cygwin'
  977d9982ce001930 = '\??\C:\Users\yano\Desktop'
  8e55ba9ed5cf600d = '\??\C:\Users\yano\Desktop'
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Cygwin\setup
  (default) = 'C:\cygwin'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: e022582115c10879 Path: C:\cygwin64
  User:   Key: c5e39b7a9d22bafb Path: C:\cygwin
  User:   Key: e022582115c10879 Path: C:\cygwin64
  User:   Key: bae13dbc1242d822 Path: C:\Users\yano\Desktop\新しいフォルダー (ORPHANED)
  User:   Key: 83cb650b60c95fc0 Path: C:\Users\yano\Desktop (ORPHANED)
  User:   Key: fc506d8030c0f9ec Path: C:\Users\yano\Desktop (ORPHANED)
  User:   Key: f842863afe5af27a Path: \\debian\Shared (ORPHANED)
  User:   Key: 2831a658cb475692 Path: C:\Users\yano\Desktop (ORPHANED)
  User:   Key: 8e55ba9ed5cf600d Path: C:\Users\yano\Desktop (ORPHANED)
  User:   Key: 1b70ec514a35757a Path: C:\cygwin\home (ORPHANED)
  User:   Key: 0cb61befcbb6c616 Path: C:\Users\yano\Desktop\ConEmu\ConEmu (ORPHANED)

c:  hd  NTFS    952340Mb  99% CP CS UN PA FC    QU  
d:  cd             N/A    N/A                       
e:  cd             N/A    N/A                       
f:  cd             N/A    N/A                       
g:  cd             N/A    N/A                       

C:\cygwin64      /          system  binary,auto
C:\cygwin64\bin  /usr/bin   system  binary,auto
C:\cygwin64\lib  /usr/lib   system  binary,auto
cygdrive prefix  /cygdrive  user    binary,posix=0,auto

Found: C:\cygwin64\bin\awk
Found: C:\cygwin64\bin\awk
 -> C:\cygwin64\bin\gawk.exe
Found: C:\cygwin64\bin\bash.exe
Found: C:\cygwin64\bin\bash.exe
Found: C:\WINDOWS\system32\bash.exe
Warning: C:\cygwin64\bin\bash.exe hides C:\WINDOWS\system32\bash.exe
Found: C:\cygwin64\bin\cat.exe
Found: C:\cygwin64\bin\cat.exe
Found: C:\WINDOWS\system32\certutil.exe
Not Found: clinfo
Found: C:\WINDOWS\system32\comp.exe
Found: C:\cygwin64\bin\convert.exe
Found: C:\cygwin64\bin\convert.exe
Found: C:\WINDOWS\system32\convert.exe
Warning: C:\cygwin64\bin\convert.exe hides C:\WINDOWS\system32\convert.exe
Found: C:\cygwin64\bin\cp.exe
Found: C:\cygwin64\bin\cp.exe
Found: C:\cygwin64\bin\cpp.exe
Found: C:\cygwin64\bin\cpp.exe
Not Found: crontab
Found: C:\cygwin64\bin\curl.exe
Found: C:\cygwin64\bin\curl.exe
Found: C:\WINDOWS\system32\curl.exe
Warning: C:\cygwin64\bin\curl.exe hides C:\WINDOWS\system32\curl.exe
Found: C:\cygwin64\bin\expand.exe
Found: C:\cygwin64\bin\expand.exe
Found: C:\WINDOWS\system32\expand.exe
Warning: C:\cygwin64\bin\expand.exe hides C:\WINDOWS\system32\expand.exe
Found: C:\cygwin64\bin\find.exe
Found: C:\cygwin64\bin\find.exe
Found: C:\WINDOWS\system32\find.exe
Warning: C:\cygwin64\bin\find.exe hides C:\WINDOWS\system32\find.exe
Found: C:\WINDOWS\system32\ftp.exe
Found: C:\cygwin64\bin\gcc.exe
Found: C:\cygwin64\bin\gcc.exe
Found: C:\cygwin64\bin\gdb.exe
Found: C:\cygwin64\bin\gdb.exe
Found: C:\cygwin64\bin\grep.exe
Found: C:\cygwin64\bin\grep.exe
Found: C:\cygwin64\bin\hostname.exe
Found: C:\cygwin64\bin\hostname.exe
Found: C:\WINDOWS\system32\hostname.exe
Warning: C:\cygwin64\bin\hostname.exe hides C:\WINDOWS\system32\hostname.exe
Found: C:\cygwin64\bin\kill.exe
Found: C:\cygwin64\bin\kill.exe
Found: C:\WINDOWS\system32\klist.exe
Found: C:\cygwin64\bin\ld.exe
Found: C:\cygwin64\bin\ld.exe
Found: C:\cygwin64\bin\ls.exe
Found: C:\cygwin64\bin\ls.exe
Found: C:\cygwin64\bin\make.exe
Found: C:\cygwin64\bin\make.exe
Found: C:\cygwin64\bin\mv.exe
Found: C:\cygwin64\bin\mv.exe
Found: C:\WINDOWS\system32\nslookup.exe
Found: C:\cygwin64\bin\patch.exe
Found: C:\cygwin64\bin\patch.exe
Found: C:\cygwin64\bin\perl.exe
Found: C:\cygwin64\bin\perl.exe
Found: C:\WINDOWS\system32\replace.exe
Found: C:\cygwin64\bin\rm.exe
Found: C:\cygwin64\bin\rm.exe
Found: C:\cygwin64\bin\sed.exe
Found: C:\cygwin64\bin\sed.exe
Found: C:\cygwin64\bin\sh.exe
Found: C:\cygwin64\bin\sh.exe
Found: C:\WINDOWS\system32\shutdown.exe
Found: C:\cygwin64\bin\sort.exe
Found: C:\cygwin64\bin\sort.exe
Found: C:\WINDOWS\system32\sort.exe
Warning: C:\cygwin64\bin\sort.exe hides C:\WINDOWS\system32\sort.exe
Found: C:\cygwin64\bin\ssh.exe
Found: C:\cygwin64\bin\ssh.exe
Found: C:\WINDOWS\System32\OpenSSH\ssh.exe
Warning: C:\cygwin64\bin\ssh.exe hides C:\WINDOWS\System32\OpenSSH\ssh.exe
Found: C:\cygwin64\bin\tar.exe
Found: C:\cygwin64\bin\tar.exe
Found: C:\WINDOWS\system32\tar.exe
Warning: C:\cygwin64\bin\tar.exe hides C:\WINDOWS\system32\tar.exe
Found: C:\cygwin64\bin\test.exe
Found: C:\cygwin64\bin\test.exe
Found: C:\cygwin64\bin\timeout.exe
Found: C:\cygwin64\bin\timeout.exe
Found: C:\WINDOWS\system32\timeout.exe
Warning: C:\cygwin64\bin\timeout.exe hides C:\WINDOWS\system32\timeout.exe
Found: C:\cygwin64\bin\vi.exe
Found: C:\cygwin64\bin\vi.exe
Found: C:\cygwin64\bin\vim.exe
Found: C:\cygwin64\bin\vim.exe
Found: C:\cygwin64\bin\whoami.exe
Found: C:\cygwin64\bin\whoami.exe
Found: C:\WINDOWS\system32\whoami.exe
Warning: C:\cygwin64\bin\whoami.exe hides C:\WINDOWS\system32\whoami.exe

 3454k 2016/05/31 .\cygwin1-20160531.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2016-05-31 15:41
 3455k 2016/06/06 .\cygwin1-20160606.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2016-06-06 15:49
 3233k 2017/03/10 .\cygwin1-20170310.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2017-03-10 19:53
 3454k 2016/05/31 C:\cygwin64\home\yano\cygwin1-20160531.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2016-05-31 15:41
 3455k 2016/06/06 C:\cygwin64\home\yano\cygwin1-20160606.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2016-06-06 15:49
 3233k 2017/03/10 C:\cygwin64\home\yano\cygwin1-20170310.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2017-03-10 19:53
   38k 2016/03/11 C:\cygwin64\bin\cygamd-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygamd-1.dll" v0.0 ts=2016-03-11 10:14
   39k 2016/09/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygargp-0.dll" v0.0 ts=2016-09-19 02:13
  297k 2019/12/16 C:\cygwin64\bin\cygarpack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygarpack-0.dll" v0.0 ts=2019-12-16 20:43
  118k 2018/02/11 C:\cygwin64\bin\cygatk-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatk-1.0-0.dll" v0.0 ts=2018-02-11 23:28
  165k 2018/02/11 C:\cygwin64\bin\cygatk-bridge-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatk-bridge-2.0-0.dll" v0.0 ts=2018-02-11 23:40
   29k 2018/12/09 C:\cygwin64\bin\cygatomic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygatomic-1.dll" v0.0 ts=2018-12-08 22:53
  152k 2018/02/11 C:\cygwin64\bin\cygatspi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatspi-0.dll" v0.0 ts=2018-02-11 23:33
   19k 2018/12/20 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygattr-1.dll" v0.0 ts=2018-12-20 09:48
   80k 2013/05/30 C:\cygwin64\bin\cygaudio-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygaudio-2.dll" v0.0 ts=2013-05-30 23:41
  188k 2018/09/10 C:\cygwin64\bin\cygautotrace-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygautotrace-3.dll" v0.0 ts=2018-09-10 13:23
19437k 2019/08/14 C:\cygwin64\bin\cygblas-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygblas-0.dll" v0.0 ts=2019-08-14 07:24
  246k 2019/03/05 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygblkid-1.dll" v0.0 ts=2019-03-05 20:06
  129k 2019/05/13 C:\cygwin64\bin\cygbrotlicommon-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygbrotlicommon-1.dll" v0.0 ts=2019-05-13 02:33
   48k 2019/05/13 C:\cygwin64\bin\cygbrotlidec-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygbrotlidec-1.dll" v0.0 ts=2019-05-13 02:33
   13k 2016/03/11 C:\cygwin64\bin\cygbtf-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygbtf-0.dll" v0.0 ts=2016-03-11 11:53
   66k 2019/07/21 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygbz2-1.dll" v0.0 ts=2019-07-22 00:05
 1087k 2019/09/16 C:\cygwin64\bin\cygcairo-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-2.dll" v0.0 ts=2019-09-16 02:42
   27k 2019/09/16 C:\cygwin64\bin\cygcairo-gobject-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-gobject-2.dll" v0.0 ts=2019-09-16 02:43
  120k 2019/09/16 C:\cygwin64\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2019-09-16 02:43
   41k 2016/03/11 C:\cygwin64\bin\cygcamd-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcamd-1.dll" v0.0 ts=2016-03-11 10:21
   13k 2013/03/06 C:\cygwin64\bin\cygcatgets1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcatgets1.dll" v0.0 ts=2013-03-06 14:34
   41k 2016/03/11 C:\cygwin64\bin\cygccolamd-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygccolamd-1.dll" v0.0 ts=2016-03-11 10:39
   54k 2019/09/07 C:\cygwin64\bin\cygcerf-1.dll - os=4.0 img=1.13 sys=5.2
                  "cygcerf-1.dll" v0.0 ts=2019-09-07 18:48
   10k 2015/02/20 C:\cygwin64\bin\cygcharset-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcharset-1.dll" v0.0 ts=2015-02-20 17:07
  882k 2016/03/11 C:\cygwin64\bin\cygcholmod-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcholmod-1.dll" v0.0 ts=2016-03-11 12:03
  117k 2013/05/05 C:\cygwin64\bin\cygcloog-isl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcloog-isl-4.dll" v0.0 ts=2013-05-05 16:41
   28k 2016/03/11 C:\cygwin64\bin\cygcolamd-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcolamd-1.dll" v0.0 ts=2016-03-11 10:18
   13k 2019/01/02 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcom_err-2.dll" v0.0 ts=2019-01-02 02:39
   27k 2019/03/29 C:\cygwin64\bin\cygcord-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcord-1.dll" v0.0 ts=2019-03-29 22:16
  203k 2017/04/25 C:\cygwin64\bin\cygcroco-0.6-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygcroco-0.6-3.dll" v0.0 ts=2017-04-25 17:03
   39k 2017/09/03 C:\cygwin64\bin\cygcrypt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-0.dll" v0.0 ts=2017-09-03 08:18
  194k 2019/04/03 C:\cygwin64\bin\cygcrypt-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-2.dll" v0.0 ts=2019-04-03 22:05
 2363k 2019/09/11 C:\cygwin64\bin\cygcrypto-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.0.0.dll" v0.0 ts=2019-09-11 18:40
 2416k 2019/09/13 C:\cygwin64\bin\cygcrypto-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.1.dll" v0.0 ts=2019-09-13 18:36
  554k 2019/09/18 C:\cygwin64\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcurl-4.dll" v0.0 ts=2019-09-18 02:12
  160k 2016/03/11 C:\cygwin64\bin\cygcxsparse-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcxsparse-0.dll" v0.0 ts=2016-03-11 11:04
   24k 2014/11/12 C:\cygwin64\bin\cygdatrie-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdatrie-1.dll" v0.0 ts=2014-11-12 07:24
 1552k 2017/09/28 C:\cygwin64\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb-5.3.dll" v0.0 ts=2017-09-28 20:05
  267k 2017/08/10 C:\cygwin64\bin\cygdbus-1-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdbus-1-3.dll" v0.0 ts=2017-08-10 06:10
  119k 2017/09/28 C:\cygwin64\bin\cygdb_cxx-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_cxx-5.3.dll" v0.0 ts=2017-09-28 20:06
  569k 2017/09/28 C:\cygwin64\bin\cygdb_sql-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_sql-5.3.dll" v0.0 ts=2017-09-28 20:06
  177k 2017/05/09 C:\cygwin64\bin\cygdialog-14.dll - os=4.0 img=0.0 sys=5.2
                  "cygdialog-14.dll" v0.0 ts=2017-05-09 20:19
  154k 2013/10/20 C:\cygwin64\bin\cygedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygedit-0.dll" v0.0 ts=2013-10-20 21:56
  128k 2019/09/05 C:\cygwin64\bin\cygEGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEGL-1.dll" v0.0 ts=2019-09-05 16:21
  157k 2018/09/30 C:\cygwin64\bin\cygEMF-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEMF-1.dll" v0.0 ts=2018-09-30 22:42
  679k 2017/09/04 C:\cygwin64\bin\cygepoxy-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygepoxy-0.dll" v0.0 ts=2017-09-04 22:23
  229k 2016/01/08 C:\cygwin64\bin\cygevent-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent-2-0-5.dll" v0.0 ts=2016-01-08 07:24
  136k 2016/01/08 C:\cygwin64\bin\cygevent_core-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_core-2-0-5.dll" v0.0 ts=2016-01-08 07:24
  106k 2016/01/08 C:\cygwin64\bin\cygevent_extra-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_extra-2-0-5.dll" v0.0 ts=2016-01-08 07:24
   21k 2016/01/08 C:\cygwin64\bin\cygevent_openssl-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_openssl-2-0-5.dll" v0.0 ts=2016-01-08 07:24
   10k 2016/01/08 C:\cygwin64\bin\cygevent_pthreads-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_pthreads-2-0-5.dll" v0.0 ts=2016-01-08 07:24
  181k 2018/09/27 C:\cygwin64\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygexpat-1.dll" v0.0 ts=2018-09-27 18:30
   73k 2016/08/26 C:\cygwin64\bin\cygexslt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygexslt-0.dll" v0.0 ts=2016-08-26 22:10
   30k 2014/10/14 C:\cygwin64\bin\cygfam-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygfam-0.dll" v0.0 ts=2014-10-14 21:33
  347k 2019/03/05 C:\cygwin64\bin\cygfdisk-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfdisk-1.dll" v0.0 ts=2019-03-05 20:06
   27k 2015/11/17 C:\cygwin64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygffi-6.dll" v0.0 ts=2015-11-17 22:14
 2158k 2018/06/09 C:\cygwin64\bin\cygfftw3-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3-3.dll" v0.0 ts=2018-06-09 21:10
 2188k 2018/06/09 C:\cygwin64\bin\cygfftw3f-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f-3.dll" v0.0 ts=2018-06-09 20:53
   23k 2018/06/09 C:\cygwin64\bin\cygfftw3f_omp-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f_omp-3.dll" v0.0 ts=2018-06-09 20:54
   25k 2018/06/09 C:\cygwin64\bin\cygfftw3f_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f_threads-3.dll" v0.0 ts=2018-06-09 20:54
  927k 2018/06/09 C:\cygwin64\bin\cygfftw3l-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3l-3.dll" v0.0 ts=2018-06-09 21:50
   22k 2018/06/09 C:\cygwin64\bin\cygfftw3l_omp-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3l_omp-3.dll" v0.0 ts=2018-06-09 21:51
   24k 2018/06/09 C:\cygwin64\bin\cygfftw3l_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3l_threads-3.dll" v0.0 ts=2018-06-09 21:51
   23k 2018/06/09 C:\cygwin64\bin\cygfftw3_omp-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3_omp-3.dll" v0.0 ts=2018-06-09 21:10
   25k 2018/06/09 C:\cygwin64\bin\cygfftw3_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3_threads-3.dll" v0.0 ts=2018-06-09 21:10
  473k 2017/01/04 C:\cygwin64\bin\cygFLAC-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygFLAC-8.dll" v0.0 ts=2017-01-04 23:19
  969k 2017/06/20 C:\cygwin64\bin\cygfltk-1.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfltk-1.3.dll" v0.0 ts=2017-06-20 07:37
   25k 2017/06/20 C:\cygwin64\bin\cygfltk_forms-1.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfltk_forms-1.3.dll" v0.0 ts=2017-06-20 07:37
   93k 2017/06/20 C:\cygwin64\bin\cygfltk_gl-1.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfltk_gl-1.3.dll" v0.0 ts=2017-06-20 07:37
   48k 2017/06/20 C:\cygwin64\bin\cygfltk_images-1.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfltk_images-1.3.dll" v0.0 ts=2017-06-20 07:37
  247k 2019/07/28 C:\cygwin64\bin\cygfontconfig-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontconfig-1.dll" v0.0 ts=2019-07-29 00:52
   56k 2019/07/28 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygformw-10.dll" v0.0 ts=2019-07-28 17:33
  545k 2015/01/15 C:\cygwin64\bin\cygfpx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfpx-1.dll" v0.0 ts=2015-01-15 12:50
   10k 2019/07/29 C:\cygwin64\bin\cygfreebl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreebl3.dll" v0.0 ts=2019-07-29 22:04
  495k 2019/07/29 C:\cygwin64\bin\cygfreeblpriv3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreeblpriv3.dll" v0.0 ts=2019-07-29 22:04
  667k 2019/07/28 C:\cygwin64\bin\cygfreetype-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreetype-6.dll" v0.0 ts=2019-07-29 00:30
  137k 2019/03/29 C:\cygwin64\bin\cyggc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggc-1.dll" v0.0 ts=2019-03-29 22:16
  119k 2018/01/16 C:\cygwin64\bin\cyggc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggc-2.dll" v0.0 ts=2018-01-16 05:46
    9k 2019/03/29 C:\cygwin64\bin\cyggccpp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggccpp-1.dll" v0.0 ts=2019-03-29 22:16
   70k 2018/12/09 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcc_s-seh-1.dll" v0.0 ts=2018-12-08 19:56
 1099k 2018/03/19 C:\cygwin64\bin\cyggcrypt-20.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcrypt-20.dll" v0.0 ts=2018-03-19 20:09
  353k 2018/11/11 C:\cygwin64\bin\cyggd-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggd-3.dll" v0.0 ts=2018-11-11 20:53
   46k 2019/07/10 C:\cygwin64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-4.dll" v0.0 ts=2019-07-10 15:06
   49k 2019/07/10 C:\cygwin64\bin\cyggdbm-6.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-6.dll" v0.0 ts=2019-07-10 14:53
   13k 2019/07/10 C:\cygwin64\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm_compat-4.dll" v0.0 ts=2019-07-10 14:53
  699k 2018/02/19 C:\cygwin64\bin\cyggdk-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk-3-0.dll" v0.0 ts=2018-02-19 06:40
  620k 2018/02/12 C:\cygwin64\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2018-02-12 01:51
  141k 2018/02/11 C:\cygwin64\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2018-02-11 23:46
  203k 2016/10/23 C:\cygwin64\bin\cyggettextlib-0-19-8-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggettextlib-0-19-8-1.dll" v0.0 ts=2016-10-23 07:22
  272k 2016/10/23 C:\cygwin64\bin\cyggettextsrc-0-19-8-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggettextsrc-0-19-8-1.dll" v0.0 ts=2016-10-23 07:27
 1174k 2018/01/20 C:\cygwin64\bin\cyggfortran-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggfortran-3.dll" v0.0 ts=2018-01-20 08:02
 1744k 2018/12/09 C:\cygwin64\bin\cyggfortran-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggfortran-4.dll" v0.0 ts=2018-12-09 00:10
   38k 2015/03/26 C:\cygwin64\bin\cyggg-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggg-1.dll" v0.0 ts=2015-03-26 13:30
   53k 2015/03/26 C:\cygwin64\bin\cygggi-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygggi-2.dll" v0.0 ts=2015-03-26 16:05
   13k 2015/03/26 C:\cygwin64\bin\cygggiwmh-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygggiwmh-0.dll" v0.0 ts=2015-03-26 16:13
   33k 2018/02/27 C:\cygwin64\bin\cyggif-7.dll - os=4.0 img=0.0 sys=5.2
                  "cyggif-7.dll" v0.0 ts=2018-02-27 05:12
   30k 2015/03/26 C:\cygwin64\bin\cyggii-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggii-1.dll" v0.0 ts=2015-03-26 13:31
 1398k 2018/02/11 C:\cygwin64\bin\cyggio-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggio-2.0-0.dll" v0.0 ts=2018-02-11 19:03
 1286k 2018/02/12 C:\cygwin64\bin\cyggiomm-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggiomm-2.4-1.dll" v0.0 ts=2018-02-12 05:08
  194k 2018/02/11 C:\cygwin64\bin\cyggirepository-1.0-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggirepository-1.0-1.dll" v0.0 ts=2018-02-11 23:13
  472k 2019/09/05 C:\cygwin64\bin\cygGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGL-1.dll" v0.0 ts=2019-09-05 16:21
   81k 2017/04/11 C:\cygwin64\bin\cyggl2ps-1.dll - os=4.0 img=1.4 sys=5.2
                  "cyggl2ps-1.dll" v0.0 ts=2017-04-11 16:54
  300k 2019/09/05 C:\cygwin64\bin\cygglapi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglapi-0.dll" v0.0 ts=2019-09-05 16:18
  993k 2018/02/11 C:\cygwin64\bin\cygglib-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglib-2.0-0.dll" v0.0 ts=2018-02-11 19:01
  367k 2018/02/12 C:\cygwin64\bin\cygglibmm-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygglibmm-2.4-1.dll" v0.0 ts=2018-02-12 05:06
  141k 2018/02/12 C:\cygwin64\bin\cygglibmm_generate_extra_defs-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygglibmm_generate_extra_defs-2.4-1.dll" v0.0 ts=2018-02-12 05:05
  932k 2018/02/16 C:\cygwin64\bin\cygglpk-40.dll - os=4.0 img=0.0 sys=5.2
                  "cygglpk-40.dll" v0.0 ts=2018-02-16 17:49
  477k 2013/04/09 C:\cygwin64\bin\cygGLU-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGLU-1.dll" v0.0 ts=2013-04-09 07:56
  256k 2019/10/07 C:\cygwin64\bin\cygglut-3.dll - os=4.0 img=3.11 sys=5.2
                  "cygglut-3.dll" v0.0 ts=2019-10-07 13:34
   15k 2018/02/11 C:\cygwin64\bin\cyggmodule-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmodule-2.0-0.dll" v0.0 ts=2018-02-11 19:01
  527k 2017/01/21 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmp-10.dll" v0.0 ts=2017-01-21 18:25
   21k 2017/01/21 C:\cygwin64\bin\cyggmpxx-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmpxx-4.dll" v0.0 ts=2017-01-21 18:25
  938k 2017/05/02 C:\cygwin64\bin\cyggnutls-28.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-28.dll" v0.0 ts=2017-05-02 22:06
 1472k 2019/07/29 C:\cygwin64\bin\cyggnutls-30.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-30.dll" v0.0 ts=2019-07-29 03:55
   24k 2017/05/02 C:\cygwin64\bin\cyggnutls-openssl-27.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-openssl-27.dll" v0.0 ts=2017-05-02 22:06
  289k 2018/02/11 C:\cygwin64\bin\cyggobject-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggobject-2.0-0.dll" v0.0 ts=2018-02-11 19:02
  148k 2018/12/09 C:\cygwin64\bin\cyggomp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggomp-1.dll" v0.0 ts=2018-12-08 20:21
   95k 2018/03/19 C:\cygwin64\bin\cyggpg-error-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggpg-error-0.dll" v0.0 ts=2018-03-19 19:27
  291k 2019/12/25 C:\cygwin64\bin\cygGraphicsMagick++-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagick++-12.dll" v0.0 ts=2019-12-25 03:51
 2762k 2019/12/25 C:\cygwin64\bin\cygGraphicsMagick-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagick-3.dll" v0.0 ts=2019-12-25 03:48
  152k 2019/12/25 C:\cygwin64\bin\cygGraphicsMagickWand-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagickWand-2.dll" v0.0 ts=2019-12-25 03:51
  177k 2017/09/04 C:\cygwin64\bin\cyggraphite2-3.dll - os=4.0 img=3.0 sys=5.2
                  "cyggraphite2-3.dll" v0.0 ts=2017-09-04 21:02
12223k 2019/04/15 C:\cygwin64\bin\cyggs-9.dll - os=4.0 img=0.0 sys=5.2
                  "cyggs-9.dll" v0.0 ts=2019-04-15 20:13
   47k 2018/03/22 C:\cygwin64\bin\cyggsm-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggsm-1.dll" v0.0 ts=2018-03-22 02:11
  274k 2018/03/16 C:\cygwin64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssapi_krb5-2.dll" v0.0 ts=2018-03-16 03:38
    9k 2018/02/11 C:\cygwin64\bin\cyggthread-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggthread-2.0-0.dll" v0.0 ts=2018-02-11 19:01
 6754k 2018/02/19 C:\cygwin64\bin\cyggtk-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtk-3-0.dll" v0.0 ts=2018-02-19 07:00
 4007k 2018/02/12 C:\cygwin64\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2018-02-12 01:59
  732k 2017/04/01 C:\cygwin64\bin\cygguile-17.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-17.dll" v0.0 ts=2017-04-01 13:04
 1333k 2018/08/07 C:\cygwin64\bin\cygguile-2.0-22.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-2.0-22.dll" v0.0 ts=2018-08-07 08:10
  980k 2019/07/29 C:\cygwin64\bin\cygharfbuzz-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-0.dll" v0.0 ts=2019-07-29 03:31
   73k 2019/07/29 C:\cygwin64\bin\cygharfbuzz-gobject-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-gobject-0.dll" v0.0 ts=2019-07-29 03:31
   11k 2019/07/29 C:\cygwin64\bin\cygharfbuzz-icu-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-icu-0.dll" v0.0 ts=2019-07-29 03:31
 2808k 2018/01/02 C:\cygwin64\bin\cyghdf5-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5-10.dll" v0.0 ts=2018-01-01 21:08
 3747k 2018/05/22 C:\cygwin64\bin\cyghdf5-101.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5-101.dll" v0.0 ts=2018-05-22 11:51
 3414k 2020/01/18 C:\cygwin64\bin\cyghdf5-103.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5-103.dll" v0.0 ts=2020-01-18 21:38
  424k 2020/01/18 C:\cygwin64\bin\cyghdf5_cpp-103.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_cpp-103.dll" v0.0 ts=2020-01-18 21:48
  114k 2020/01/18 C:\cygwin64\bin\cyghdf5_hl-100.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_hl-100.dll" v0.0 ts=2020-01-18 21:48
   13k 2020/01/18 C:\cygwin64\bin\cyghdf5_hl_cpp-100.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_hl_cpp-100.dll" v0.0 ts=2020-01-18 21:50
   33k 2017/02/13 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
                  "cyghistory7.dll" v0.0 ts=2017-02-11 22:39
  167k 2016/03/13 C:\cygwin64\bin\cyghogweed-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyghogweed-2.dll" v0.0 ts=2016-03-13 14:46
  168k 2019/02/19 C:\cygwin64\bin\cyghogweed-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyghogweed-4.dll" v0.0 ts=2019-02-19 06:59
   81k 2019/09/05 C:\cygwin64\bin\cygICE-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygICE-6.dll" v0.0 ts=2019-09-05 21:24
 1009k 2015/02/20 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiconv-2.dll" v0.0 ts=2015-02-20 17:07
25076k 2016/04/08 C:\cygwin64\bin\cygicudata57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata57.dll" v0.0 ts=2016-04-08 20:07
25607k 2016/12/10 C:\cygwin64\bin\cygicudata58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata58.dll" v0.0 ts=2016-12-10 16:53
26278k 2018/01/05 C:\cygwin64\bin\cygicudata60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata60.dll" v0.0 ts=2018-01-05 15:06
26267k 2018/03/27 C:\cygwin64\bin\cygicudata61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata61.dll" v0.0 ts=2018-03-27 02:15
26216k 2018/06/21 C:\cygwin64\bin\cygicudata62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata62.dll" v0.0 ts=2018-06-21 15:14
26895k 2019/04/18 C:\cygwin64\bin\cygicudata64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata64.dll" v0.0 ts=2019-04-18 13:03
 2082k 2016/04/08 C:\cygwin64\bin\cygicui18n57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n57.dll" v0.0 ts=2016-04-08 20:04
 2091k 2016/12/10 C:\cygwin64\bin\cygicui18n58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n58.dll" v0.0 ts=2016-12-10 16:52
 2241k 2018/01/05 C:\cygwin64\bin\cygicui18n60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n60.dll" v0.0 ts=2018-01-05 15:01
 2339k 2018/03/27 C:\cygwin64\bin\cygicui18n61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n61.dll" v0.0 ts=2018-03-27 02:13
 2378k 2018/06/21 C:\cygwin64\bin\cygicui18n62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n62.dll" v0.0 ts=2018-06-21 15:11
 2520k 2019/04/18 C:\cygwin64\bin\cygicui18n64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n64.dll" v0.0 ts=2019-04-18 13:00
   44k 2016/04/08 C:\cygwin64\bin\cygicuio57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio57.dll" v0.0 ts=2016-04-08 20:05
   44k 2016/12/10 C:\cygwin64\bin\cygicuio58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio58.dll" v0.0 ts=2016-12-10 16:52
   45k 2018/01/05 C:\cygwin64\bin\cygicuio60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio60.dll" v0.0 ts=2018-01-05 15:01
   47k 2018/03/27 C:\cygwin64\bin\cygicuio61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio61.dll" v0.0 ts=2018-03-27 02:13
   47k 2018/06/21 C:\cygwin64\bin\cygicuio62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio62.dll" v0.0 ts=2018-06-21 15:13
   47k 2019/04/18 C:\cygwin64\bin\cygicuio64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio64.dll" v0.0 ts=2019-04-18 13:01
  298k 2016/04/08 C:\cygwin64\bin\cygicule57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule57.dll" v0.0 ts=2016-04-08 20:05
   38k 2016/04/08 C:\cygwin64\bin\cygiculx57.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx57.dll" v0.0 ts=2016-04-08 20:05
 1400k 2016/04/08 C:\cygwin64\bin\cygicuuc57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc57.dll" v0.0 ts=2016-04-08 20:03
 1422k 2016/12/10 C:\cygwin64\bin\cygicuuc58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc58.dll" v0.0 ts=2016-12-10 16:51
 1469k 2018/01/05 C:\cygwin64\bin\cygicuuc60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc60.dll" v0.0 ts=2018-01-05 14:58
 1506k 2018/03/27 C:\cygwin64\bin\cygicuuc61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc61.dll" v0.0 ts=2018-03-27 02:12
 1516k 2018/06/21 C:\cygwin64\bin\cygicuuc62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc62.dll" v0.0 ts=2018-06-21 15:10
 1574k 2019/04/18 C:\cygwin64\bin\cygicuuc64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc64.dll" v0.0 ts=2019-04-18 12:59
  197k 2017/05/02 C:\cygwin64\bin\cygidn-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn-11.dll" v0.0 ts=2017-05-02 01:18
  114k 2019/07/29 C:\cygwin64\bin\cygidn2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn2-0.dll" v0.0 ts=2019-07-29 03:22
   54k 2017/07/06 C:\cygwin64\bin\cygimagequant-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygimagequant-0.dll" v0.0 ts=2017-07-06 18:49
   42k 2016/10/23 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygintl-8.dll" v0.0 ts=2016-10-23 07:17
  294k 2013/09/09 C:\cygwin64\bin\cygiodbc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbc-2.dll" v0.0 ts=2013-09-09 16:36
   66k 2013/09/09 C:\cygwin64\bin\cygiodbcinst-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbcinst-2.dll" v0.0 ts=2013-09-09 16:35
  888k 2013/05/05 C:\cygwin64\bin\cygisl-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-10.dll" v0.0 ts=2013-05-05 16:36
 1039k 2015/09/20 C:\cygwin64\bin\cygisl-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-13.dll" v0.0 ts=2015-09-20 12:39
 1304k 2017/11/04 C:\cygwin64\bin\cygisl-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-15.dll" v0.0 ts=2017-11-04 20:36
  284k 2017/01/03 C:\cygwin64\bin\cygjasper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygjasper-1.dll" v0.0 ts=2017-01-03 14:07
  288k 2017/09/25 C:\cygwin64\bin\cygjasper-4.dll - os=4.0 img=4.0 sys=5.2
                  "cygjasper-4.dll" v0.0 ts=2017-09-25 02:39
   48k 2014/06/17 C:\cygwin64\bin\cygjbig-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig-2.dll" v0.0 ts=1970-01-01 00:00
   18k 2014/06/17 C:\cygwin64\bin\cygjbig85-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig85-2.dll" v0.0 ts=1970-01-01 00:00
  419k 2017/12/18 C:\cygwin64\bin\cygjpeg-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygjpeg-8.dll" v0.0 ts=2017-12-18 02:41
  130k 2018/02/12 C:\cygwin64\bin\cygjson-glib-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygjson-glib-1.0-0.dll" v0.0 ts=2018-02-12 01:18
  192k 2018/03/16 C:\cygwin64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygk5crypto-3.dll" v0.0 ts=2018-03-16 03:37
  183k 2016/03/11 C:\cygwin64\bin\cygklu-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygklu-1.dll" v0.0 ts=2016-03-11 13:41
   89k 2019/05/09 C:\cygwin64\bin\cygkpathsea-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygkpathsea-6.dll" v0.0 ts=2019-05-09 21:01
  754k 2018/03/16 C:\cygwin64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5-3.dll" v0.0 ts=2018-03-16 03:37
   37k 2018/03/16 C:\cygwin64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5support-0.dll" v0.0 ts=2018-03-16 03:36
   46k 2019/08/01 C:\cygwin64\bin\cyglber-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglber-2-4-2.dll" v0.0 ts=2019-08-01 07:41
  303k 2017/11/27 C:\cygwin64\bin\cyglcms2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglcms2-2.dll" v0.0 ts=2017-11-27 15:44
  253k 2019/08/01 C:\cygwin64\bin\cygldap-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygldap-2-4-2.dll" v0.0 ts=2019-08-01 07:42
  270k 2019/08/01 C:\cygwin64\bin\cygldap_r-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygldap_r-2-4-2.dll" v0.0 ts=2019-08-01 07:46
26685k 2016/07/21 C:\cygwin64\bin\cygLLVM-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.8.dll" v0.0 ts=2016-07-21 04:07
29379k 2017/02/20 C:\cygwin64\bin\cygLLVM-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.9.dll" v0.0 ts=2017-02-20 16:42
32037k 2017/06/26 C:\cygwin64\bin\cygLLVM-4.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-4.0.dll" v0.0 ts=2017-06-26 01:32
36141k 2017/12/31 C:\cygwin64\bin\cygLLVM-5.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-5.0.dll" v0.0 ts=2017-12-31 10:34
  906k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64AsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64AsmParser-8.dll" v0.0 ts=2019-08-26 23:56
  592k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64AsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64AsmPrinter-8.dll" v0.0 ts=2019-08-26 23:56
 2311k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64CodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64CodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  846k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64Desc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Desc-8.dll" v0.0 ts=2019-08-26 23:56
  191k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64Disassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Disassembler-8.dll" v0.0 ts=2019-08-26 23:56
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64Info-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Info-8.dll" v0.0 ts=2019-08-26 23:55
  119k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64Utils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Utils-8.dll" v0.0 ts=2019-08-26 23:55
   74k 2019/08/27 C:\cygwin64\bin\cygLLVMAggressiveInstCombine-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAggressiveInstCombine-8.dll" v0.0 ts=2019-08-27 00:08
  757k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUAsmParser-8.dll" v0.0 ts=2019-08-26 23:57
  233k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUAsmPrinter-8.dll" v0.0 ts=2019-08-26 23:57
 2704k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
 1418k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUDesc-8.dll" v0.0 ts=2019-08-26 23:57
  200k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUDisassembler-8.dll" v0.0 ts=2019-08-26 23:57
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUInfo-8.dll" v0.0 ts=2019-08-26 23:57
  223k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUUtils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUUtils-8.dll" v0.0 ts=2019-08-26 23:57
 3324k 2019/08/27 C:\cygwin64\bin\cygLLVMAnalysis-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAnalysis-8.dll" v0.0 ts=2019-08-27 00:07
  490k 2019/08/27 C:\cygwin64\bin\cygLLVMARMAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMAsmParser-8.dll" v0.0 ts=2019-08-26 23:58
  111k 2019/08/27 C:\cygwin64\bin\cygLLVMARMAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMAsmPrinter-8.dll" v0.0 ts=2019-08-26 23:58
 2347k 2019/08/27 C:\cygwin64\bin\cygLLVMARMCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  788k 2019/08/27 C:\cygwin64\bin\cygLLVMARMDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMDesc-8.dll" v0.0 ts=2019-08-26 23:58
  221k 2019/08/27 C:\cygwin64\bin\cygLLVMARMDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMDisassembler-8.dll" v0.0 ts=2019-08-26 23:58
   10k 2019/08/27 C:\cygwin64\bin\cygLLVMARMInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMInfo-8.dll" v0.0 ts=2019-08-26 23:58
   18k 2019/08/27 C:\cygwin64\bin\cygLLVMARMUtils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMUtils-8.dll" v0.0 ts=2019-08-26 23:58
  382k 2019/08/27 C:\cygwin64\bin\cygLLVMAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAsmParser-8.dll" v0.0 ts=2019-08-27 00:07
  741k 2019/08/27 C:\cygwin64\bin\cygLLVMAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:08
  118k 2019/08/27 C:\cygwin64\bin\cygLLVMBinaryFormat-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBinaryFormat-8.dll" v0.0 ts=2019-08-26 23:39
  320k 2019/08/27 C:\cygwin64\bin\cygLLVMBitReader-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBitReader-8.dll" v0.0 ts=2019-08-26 23:45
  232k 2019/08/27 C:\cygwin64\bin\cygLLVMBitWriter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBitWriter-8.dll" v0.0 ts=2019-08-27 00:08
   31k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFAsmParser-8.dll" v0.0 ts=2019-08-26 23:59
   17k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFAsmPrinter-8.dll" v0.0 ts=2019-08-26 23:59
  238k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   53k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFDesc-8.dll" v0.0 ts=2019-08-26 23:59
   15k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFDisassembler-8.dll" v0.0 ts=2019-08-26 23:59
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFInfo-8.dll" v0.0 ts=2019-08-26 23:59
 4256k 2019/08/27 C:\cygwin64\bin\cygLLVMCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCodeGen-8.dll" v0.0 ts=2019-08-27 00:08
 2438k 2019/08/27 C:\cygwin64\bin\cygLLVMCore-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCore-8.dll" v0.0 ts=2019-08-26 23:40
  136k 2019/08/27 C:\cygwin64\bin\cygLLVMCoroutines-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCoroutines-8.dll" v0.0 ts=2019-08-27 00:08
  143k 2019/08/27 C:\cygwin64\bin\cygLLVMCoverage-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCoverage-8.dll" v0.0 ts=2019-08-27 00:07
  600k 2019/08/27 C:\cygwin64\bin\cygLLVMDebugInfoCodeView-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoCodeView-8.dll" v0.0 ts=2019-08-26 23:52
  498k 2019/08/27 C:\cygwin64\bin\cygLLVMDebugInfoDWARF-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoDWARF-8.dll" v0.0 ts=2019-08-26 23:52
   61k 2019/08/27 C:\cygwin64\bin\cygLLVMDebugInfoMSF-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoMSF-8.dll" v0.0 ts=2019-08-26 23:52
  574k 2019/08/27 C:\cygwin64\bin\cygLLVMDebugInfoPDB-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoPDB-8.dll" v0.0 ts=2019-08-26 23:53
  219k 2019/08/27 C:\cygwin64\bin\cygLLVMDemangle-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDemangle-8.dll" v0.0 ts=2019-08-26 06:19
   18k 2019/08/27 C:\cygwin64\bin\cygLLVMDlltoolDriver-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDlltoolDriver-8.dll" v0.0 ts=2019-08-27 00:07
  126k 2019/08/27 C:\cygwin64\bin\cygLLVMExecutionEngine-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMExecutionEngine-8.dll" v0.0 ts=2019-08-27 00:08
  124k 2019/08/27 C:\cygwin64\bin\cygLLVMFuzzMutate-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMFuzzMutate-8.dll" v0.0 ts=2019-08-27 00:08
  442k 2019/08/27 C:\cygwin64\bin\cygLLVMGlobalISel-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMGlobalISel-8.dll" v0.0 ts=2019-08-27 00:08
  257k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonAsmParser-8.dll" v0.0 ts=2019-08-27 00:00
 2482k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  749k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonDesc-8.dll" v0.0 ts=2019-08-27 00:00
  130k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonDisassembler-8.dll" v0.0 ts=2019-08-27 00:00
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonInfo-8.dll" v0.0 ts=2019-08-27 00:00
  967k 2019/08/27 C:\cygwin64\bin\cygLLVMInstCombine-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMInstCombine-8.dll" v0.0 ts=2019-08-27 00:08
  943k 2019/08/27 C:\cygwin64\bin\cygLLVMInstrumentation-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMInstrumentation-8.dll" v0.0 ts=2019-08-27 00:08
  145k 2019/08/27 C:\cygwin64\bin\cygLLVMInterpreter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMInterpreter-8.dll" v0.0 ts=2019-08-27 00:08
 1165k 2019/08/27 C:\cygwin64\bin\cygLLVMipo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMipo-8.dll" v0.0 ts=2019-08-27 00:08
   23k 2019/08/27 C:\cygwin64\bin\cygLLVMIRReader-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMIRReader-8.dll" v0.0 ts=2019-08-27 00:07
   45k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiAsmParser-8.dll" v0.0 ts=2019-08-27 00:01
   24k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:00
  304k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   59k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiDesc-8.dll" v0.0 ts=2019-08-27 00:01
   15k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiDisassembler-8.dll" v0.0 ts=2019-08-27 00:01
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiInfo-8.dll" v0.0 ts=2019-08-27 00:01
   25k 2019/08/27 C:\cygwin64\bin\cygLLVMLibDriver-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLibDriver-8.dll" v0.0 ts=2019-08-27 00:07
   17k 2019/08/27 C:\cygwin64\bin\cygLLVMLineEditor-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLineEditor-8.dll" v0.0 ts=2019-08-27 00:07
  115k 2019/08/27 C:\cygwin64\bin\cygLLVMLinker-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLinker-8.dll" v0.0 ts=2019-08-27 00:08
  297k 2019/08/27 C:\cygwin64\bin\cygLLVMLTO-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLTO-8.dll" v0.0 ts=2019-08-27 00:09
  681k 2019/08/27 C:\cygwin64\bin\cygLLVMMC-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMC-8.dll" v0.0 ts=2019-08-26 23:52
  108k 2019/08/27 C:\cygwin64\bin\cygLLVMMCA-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCA-8.dll" v0.0 ts=2019-08-26 23:52
   23k 2019/08/27 C:\cygwin64\bin\cygLLVMMCDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCDisassembler-8.dll" v0.0 ts=2019-08-26 23:52
   47k 2019/08/27 C:\cygwin64\bin\cygLLVMMCJIT-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCJIT-8.dll" v0.0 ts=2019-08-27 00:08
  266k 2019/08/27 C:\cygwin64\bin\cygLLVMMCParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCParser-8.dll" v0.0 ts=2019-08-26 23:52
  294k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsAsmParser-8.dll" v0.0 ts=2019-08-27 00:02
   80k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:02
 1478k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  483k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsDesc-8.dll" v0.0 ts=2019-08-27 00:02
  103k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsDisassembler-8.dll" v0.0 ts=2019-08-27 00:02
   10k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsInfo-8.dll" v0.0 ts=2019-08-27 00:02
  194k 2019/08/27 C:\cygwin64\bin\cygLLVMMIRParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMIRParser-8.dll" v0.0 ts=2019-08-27 00:08
   44k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430AsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430AsmParser-8.dll" v0.0 ts=2019-08-27 00:02
   20k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430AsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430AsmPrinter-8.dll" v0.0 ts=2019-08-27 00:02
  220k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430CodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430CodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   75k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430Desc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430Desc-8.dll" v0.0 ts=2019-08-27 00:02
   19k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430Disassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430Disassembler-8.dll" v0.0 ts=2019-08-27 00:02
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430Info-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430Info-8.dll" v0.0 ts=2019-08-27 00:02
  120k 2019/08/27 C:\cygwin64\bin\cygLLVMNVPTXAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:02
  650k 2019/08/27 C:\cygwin64\bin\cygLLVMNVPTXCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  458k 2019/08/27 C:\cygwin64\bin\cygLLVMNVPTXDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXDesc-8.dll" v0.0 ts=2019-08-27 00:02
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMNVPTXInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXInfo-8.dll" v0.0 ts=2019-08-27 00:02
  149k 2019/08/27 C:\cygwin64\bin\cygLLVMObjCARCOpts-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMObjCARCOpts-8.dll" v0.0 ts=2019-08-27 00:08
  713k 2019/08/27 C:\cygwin64\bin\cygLLVMObject-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMObject-8.dll" v0.0 ts=2019-08-26 23:52
  931k 2019/08/27 C:\cygwin64\bin\cygLLVMObjectYAML-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMObjectYAML-8.dll" v0.0 ts=2019-08-26 23:52
   54k 2019/08/27 C:\cygwin64\bin\cygLLVMOption-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMOption-8.dll" v0.0 ts=2019-08-26 23:52
   20k 2019/08/27 C:\cygwin64\bin\cygLLVMOptRemarks-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMOptRemarks-8.dll" v0.0 ts=2019-08-26 23:52
  662k 2019/08/27 C:\cygwin64\bin\cygLLVMOrcJIT-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMOrcJIT-8.dll" v0.0 ts=2019-08-27 00:08
 1166k 2019/08/27 C:\cygwin64\bin\cygLLVMPasses-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPasses-8.dll" v0.0 ts=2019-08-27 00:08
  123k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCAsmParser-8.dll" v0.0 ts=2019-08-27 00:03
  104k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:03
 1407k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  397k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCDesc-8.dll" v0.0 ts=2019-08-27 00:03
   84k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCDisassembler-8.dll" v0.0 ts=2019-08-27 00:03
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCInfo-8.dll" v0.0 ts=2019-08-27 00:03
  329k 2019/08/27 C:\cygwin64\bin\cygLLVMProfileData-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMProfileData-8.dll" v0.0 ts=2019-08-27 00:07
  369k 2019/08/27 C:\cygwin64\bin\cygLLVMRuntimeDyld-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMRuntimeDyld-8.dll" v0.0 ts=2019-08-26 23:53
 2835k 2019/08/27 C:\cygwin64\bin\cygLLVMScalarOpts-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMScalarOpts-8.dll" v0.0 ts=2019-08-27 00:08
 2860k 2019/08/27 C:\cygwin64\bin\cygLLVMSelectionDAG-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSelectionDAG-8.dll" v0.0 ts=2019-08-27 00:08
   74k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcAsmParser-8.dll" v0.0 ts=2019-08-27 00:04
   95k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:04
  326k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  135k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcDesc-8.dll" v0.0 ts=2019-08-27 00:04
   28k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcDisassembler-8.dll" v0.0 ts=2019-08-27 00:04
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcInfo-8.dll" v0.0 ts=2019-08-27 00:04
 1429k 2019/08/27 C:\cygwin64\bin\cygLLVMSupport-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSupport-8.dll" v0.0 ts=2019-08-26 23:38
   55k 2019/08/27 C:\cygwin64\bin\cygLLVMSymbolize-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSymbolize-8.dll" v0.0 ts=2019-08-26 23:53
  142k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZAsmParser-8.dll" v0.0 ts=2019-08-27 00:04
   55k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:04
  718k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  386k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZDesc-8.dll" v0.0 ts=2019-08-27 00:04
  110k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZDisassembler-8.dll" v0.0 ts=2019-08-27 00:04
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZInfo-8.dll" v0.0 ts=2019-08-27 00:04
  356k 2019/08/27 C:\cygwin64\bin\cygLLVMTableGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTableGen-8.dll" v0.0 ts=2019-08-26 23:39
   47k 2019/08/27 C:\cygwin64\bin\cygLLVMTarget-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTarget-8.dll" v0.0 ts=2019-08-27 00:08
   27k 2019/08/27 C:\cygwin64\bin\cygLLVMTextAPI-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTextAPI-8.dll" v0.0 ts=2019-08-27 00:07
 1636k 2019/08/27 C:\cygwin64\bin\cygLLVMTransformUtils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTransformUtils-8.dll" v0.0 ts=2019-08-27 00:08
  735k 2019/08/27 C:\cygwin64\bin\cygLLVMVectorize-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMVectorize-8.dll" v0.0 ts=2019-08-27 00:08
   59k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyAsmParser-8.dll" v0.0 ts=2019-08-27 00:05
   41k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:05
  720k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  157k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyDesc-8.dll" v0.0 ts=2019-08-27 00:05
   17k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyDisassembler-8.dll" v0.0 ts=2019-08-27 00:05
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyInfo-8.dll" v0.0 ts=2019-08-27 00:05
   13k 2019/08/27 C:\cygwin64\bin\cygLLVMWindowsManifest-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWindowsManifest-8.dll" v0.0 ts=2019-08-27 00:07
  646k 2019/08/27 C:\cygwin64\bin\cygLLVMX86AsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86AsmParser-8.dll" v0.0 ts=2019-08-27 00:07
  338k 2019/08/27 C:\cygwin64\bin\cygLLVMX86AsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86AsmPrinter-8.dll" v0.0 ts=2019-08-27 00:07
 3795k 2019/08/27 C:\cygwin64\bin\cygLLVMX86CodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86CodeGen-8.dll" v0.0 ts=2019-08-27 00:09
 1732k 2019/08/27 C:\cygwin64\bin\cygLLVMX86Desc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Desc-8.dll" v0.0 ts=2019-08-27 00:07
 1626k 2019/08/27 C:\cygwin64\bin\cygLLVMX86Disassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Disassembler-8.dll" v0.0 ts=2019-08-27 00:07
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMX86Info-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Info-8.dll" v0.0 ts=2019-08-27 00:07
   19k 2019/08/27 C:\cygwin64\bin\cygLLVMX86Utils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Utils-8.dll" v0.0 ts=2019-08-27 00:07
   16k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:07
  347k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   53k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreDesc-8.dll" v0.0 ts=2019-08-27 00:07
   24k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreDisassembler-8.dll" v0.0 ts=2019-08-27 00:07
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreInfo-8.dll" v0.0 ts=2019-08-27 00:07
  171k 2019/08/27 C:\cygwin64\bin\cygLLVMXRay-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXRay-8.dll" v0.0 ts=2019-08-27 00:08
   35k 2019/07/28 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygltdl-7.dll" v0.0 ts=2019-07-28 17:44
  194k 2019/05/01 C:\cygwin64\bin\cyglua-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cyglua-5.3.dll" v0.0 ts=2019-05-01 16:03
  144k 2019/07/21 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzma-5.dll" v0.0 ts=2019-07-22 00:15
  129k 2017/10/05 C:\cygwin64\bin\cyglzo2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzo2-2.dll" v0.0 ts=2017-10-05 19:40
  125k 2018/03/18 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmagic-1.dll" v0.0 ts=2018-03-18 15:17
  359k 2018/09/08 C:\cygwin64\bin\cygMagick++-6.Q16-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagick++-6.Q16-8.dll" v0.0 ts=2018-09-08 14:43
 4513k 2017/09/30 C:\cygwin64\bin\cygMagickCore-6.Q16-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-6.Q16-5.dll" v0.0 ts=2017-09-30 12:24
 4638k 2018/09/08 C:\cygwin64\bin\cygMagickCore-6.Q16-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-6.Q16-6.dll" v0.0 ts=2018-09-08 14:41
 1166k 2017/09/30 C:\cygwin64\bin\cygMagickWand-6.Q16-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-6.Q16-5.dll" v0.0 ts=2017-09-30 12:25
 1134k 2018/09/08 C:\cygwin64\bin\cygMagickWand-6.Q16-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-6.Q16-6.dll" v0.0 ts=2018-09-08 14:42
  168k 2018/01/23 C:\cygwin64\bin\cygman-2-7-6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygman-2-7-6-1.dll" v0.0 ts=2018-01-23 20:22
   22k 2018/01/23 C:\cygwin64\bin\cygmandb-2-7-6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmandb-2-7-6-1.dll" v0.0 ts=2018-01-23 20:22
   28k 2019/07/28 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygmenuw-10.dll" v0.0 ts=2019-07-28 17:32
   42k 2013/08/12 C:\cygwin64\bin\cygmetalink-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmetalink-3.dll" v0.0 ts=2013-08-13 00:02
  347k 2013/07/14 C:\cygwin64\bin\cygmetis-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmetis-0.dll" v0.0 ts=2013-07-14 13:12
  334k 2019/05/02 C:\cygwin64\bin\cygming-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygming-1.dll" v0.0 ts=2019-05-02 02:49
  367k 2016/08/22 C:\cygwin64\bin\cygmng-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygmng-2.dll" v0.0 ts=2016-08-22 07:53
   92k 2018/03/17 C:\cygwin64\bin\cygmpc-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpc-3.dll" v0.0 ts=2018-03-17 17:05
  346k 2017/11/04 C:\cygwin64\bin\cygmpfr-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-4.dll" v0.0 ts=2017-11-04 18:48
  432k 2019/02/02 C:\cygwin64\bin\cygmpfr-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-6.dll" v0.0 ts=2019-02-02 18:25
 2418k 2020/01/03 C:\cygwin64\bin\cygmpi-40.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpi-40.dll" v0.0 ts=2020-01-02 06:03
  368k 2020/01/03 C:\cygwin64\bin\cygmpi_mpifh-40.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpi_mpifh-40.dll" v0.0 ts=2020-01-02 14:58
 3492k 2018/02/06 C:\cygwin64\bin\cygmysqlclient-18.dll - os=4.0 img=18.0 sys=5.2
                  "cygmysqlclient-18.dll" v0.0 ts=2018-02-06 05:23
   47k 2019/07/28 C:\cygwin64\bin\cygncurses++w-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncurses++w-10.dll" v0.0 ts=2019-07-28 17:47
  301k 2019/07/28 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncursesw-10.dll" v0.0 ts=2019-07-28 17:30
  227k 2017/12/07 C:\cygwin64\bin\cygnetpbm-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetpbm-10.dll" v0.0 ts=2017-12-07 08:35
  180k 2016/03/13 C:\cygwin64\bin\cygnettle-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnettle-4.dll" v0.0 ts=2016-03-13 14:46
  205k 2019/02/19 C:\cygwin64\bin\cygnettle-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygnettle-6.dll" v0.0 ts=2019-02-19 06:59
  144k 2019/03/27 C:\cygwin64\bin\cygnghttp2-14.dll - os=4.0 img=0.0 sys=5.2
                  "cygnghttp2-14.dll" v0.0 ts=2019-03-27 04:05
   74k 2019/04/05 C:\cygwin64\bin\cygnsl-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygnsl-2.dll" v0.0 ts=2019-04-05 05:08
  226k 2019/07/29 C:\cygwin64\bin\cygnspr4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnspr4.dll" v0.0 ts=2019-07-29 04:09
 1360k 2019/07/29 C:\cygwin64\bin\cygnss3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnss3.dll" v0.0 ts=2019-07-29 22:04
  168k 2019/07/29 C:\cygwin64\bin\cygnssdbm3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssdbm3.dll" v0.0 ts=2019-07-29 22:04
  165k 2019/07/29 C:\cygwin64\bin\cygnssutil3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssutil3.dll" v0.0 ts=2019-07-29 22:04
15875k 2019/12/28 C:\cygwin64\bin\cygoctave-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctave-7.dll" v0.0 ts=2019-12-28 12:33
 2725k 2019/12/28 C:\cygwin64\bin\cygoctgui-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctgui-5.dll" v0.0 ts=2019-12-28 21:07
15328k 2019/12/28 C:\cygwin64\bin\cygoctinterp-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctinterp-7.dll" v0.0 ts=2019-12-28 12:40
   22k 2013/06/01 C:\cygwin64\bin\cygogg-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygogg-0.dll" v0.0 ts=2013-06-01 17:40
 2483k 2020/01/03 C:\cygwin64\bin\cygopen-pal-40.dll - os=4.0 img=0.0 sys=5.2
                  "cygopen-pal-40.dll" v0.0 ts=2020-01-02 05:18
 1089k 2020/01/03 C:\cygwin64\bin\cygopen-rte-40.dll - os=4.0 img=0.0 sys=5.2
                  "cygopen-rte-40.dll" v0.0 ts=2020-01-02 05:27
  300k 2018/03/20 C:\cygwin64\bin\cygopenjp2-7.dll - os=4.0 img=2.3 sys=5.2
                  "cygopenjp2-7.dll" v0.0 ts=2018-03-20 04:17
    7k 2019/08/27 C:\cygwin64\bin\cygOptRemarks-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygOptRemarks-8.dll" v0.0 ts=2019-08-27 00:12
 8976k 2019/09/05 C:\cygwin64\bin\cygOSMesa-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygOSMesa-8.dll" v0.0 ts=2019-09-05 16:21
 1013k 2019/02/20 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygp11-kit-0.dll" v0.0 ts=2019-02-20 07:21
   14k 2019/07/28 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygpanelw-10.dll" v0.0 ts=2019-07-28 17:32
  270k 2018/02/12 C:\cygwin64\bin\cygpango-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpango-1.0-0.dll" v0.0 ts=2018-02-12 00:40
   44k 2018/02/12 C:\cygwin64\bin\cygpangocairo-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2018-02-12 00:41
   72k 2018/02/12 C:\cygwin64\bin\cygpangoft2-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2018-02-12 00:40
   28k 2018/02/12 C:\cygwin64\bin\cygpangoxft-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2018-02-12 00:41
   11k 2013/07/23 C:\cygwin64\bin\cygpaper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpaper-1.dll" v0.0 ts=2013-07-23 05:40
  284k 2019/12/16 C:\cygwin64\bin\cygparpack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygparpack-0.dll" v0.0 ts=2019-12-16 20:45
  467k 2019/04/05 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre-1.dll" v0.0 ts=2019-04-05 01:59
  426k 2019/04/05 C:\cygwin64\bin\cygpcre16-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre16-0.dll" v0.0 ts=2019-04-05 01:59
  511k 2019/07/21 C:\cygwin64\bin\cygpcre2-16-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre2-16-0.dll" v0.0 ts=2019-07-21 23:54
  408k 2019/04/05 C:\cygwin64\bin\cygpcre32-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre32-0.dll" v0.0 ts=2019-04-05 01:59
   33k 2019/04/05 C:\cygwin64\bin\cygpcrecpp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcrecpp-0.dll" v0.0 ts=2019-04-05 01:59
   11k 2019/04/05 C:\cygwin64\bin\cygpcreposix-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcreposix-0.dll" v0.0 ts=2019-04-05 01:59
 2210k 2019/08/24 C:\cygwin64\bin\cygperl5_26.dll - os=4.0 img=0.0 sys=5.2
                  "cygperl5_26.dll" v0.0 ts=2019-08-24 11:22
   41k 2019/09/12 C:\cygwin64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpipeline-1.dll" v0.0 ts=2019-09-12 19:52
  642k 2019/09/05 C:\cygwin64\bin\cygpixman-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpixman-1-0.dll" v0.0 ts=2019-09-05 21:25
   52k 2019/02/20 C:\cygwin64\bin\cygpkgconf-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygpkgconf-3.dll" v0.0 ts=2019-02-20 02:06
   17k 2019/07/29 C:\cygwin64\bin\cygplc4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplc4.dll" v0.0 ts=2019-07-29 04:09
   14k 2019/07/29 C:\cygwin64\bin\cygplds4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplds4.dll" v0.0 ts=2019-07-29 04:09
 1000k 2016/04/19 C:\cygwin64\bin\cygplotter-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygplotter-2.dll" v0.0 ts=2016-04-18 09:28
  185k 2019/07/21 C:\cygwin64\bin\cygpng16-16.dll - os=4.0 img=0.0 sys=5.2
                  "cygpng16-16.dll" v0.0 ts=2019-07-22 00:15
 2112k 2018/04/11 C:\cygwin64\bin\cygpoppler-73.dll - os=4.0 img=73.0 sys=5.2
                  "cygpoppler-73.dll" v0.0 ts=2018-04-11 05:44
   41k 2016/07/13 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpopt-0.dll" v0.0 ts=2016-07-13 06:16
   69k 2018/01/12 C:\cygwin64\bin\cygportaudio-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygportaudio-2.dll" v0.0 ts=2018-01-12 04:54
   31k 2017/11/05 C:\cygwin64\bin\cygpotrace-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpotrace-0.dll" v0.0 ts=2017-11-05 17:27
  266k 2019/11/29 C:\cygwin64\bin\cygpq-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpq-5.dll" v0.0 ts=2019-11-29 07:25
   54k 2016/09/20 C:\cygwin64\bin\cygprocps-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygprocps-5.dll" v0.0 ts=2016-09-20 19:29
   57k 2017/06/15 C:\cygwin64\bin\cygprocps-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygprocps-6.dll" v0.0 ts=2017-06-15 20:30
   59k 2019/03/16 C:\cygwin64\bin\cygprocps-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygprocps-7.dll" v0.0 ts=2019-03-16 19:38
  109k 2017/09/27 C:\cygwin64\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygproxy-1.dll" v0.0 ts=2017-09-27 17:56
   65k 2019/07/21 C:\cygwin64\bin\cygpsl-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpsl-5.dll" v0.0 ts=2019-07-21 19:18
  356k 2018/10/01 C:\cygwin64\bin\cygpstoedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpstoedit-0.dll" v0.0 ts=2018-10-01 07:44
   40k 2019/05/09 C:\cygwin64\bin\cygptexenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygptexenc-1.dll" v0.0 ts=2019-05-09 21:03
  405k 2019/12/17 C:\cygwin64\bin\cygqhull-7.dll - os=4.0 img=7.3 sys=5.2
                  "cygqhull-7.dll" v0.0 ts=2019-12-17 07:08
  415k 2019/12/17 C:\cygwin64\bin\cygqhull_p-7.dll - os=4.0 img=7.3 sys=5.2
                  "cygqhull_p-7.dll" v0.0 ts=2019-12-17 07:08
  418k 2019/12/17 C:\cygwin64\bin\cygqhull_r-7.dll - os=4.0 img=7.3 sys=5.2
                  "cygqhull_r-7.dll" v0.0 ts=2019-12-17 07:08
   97k 2018/05/21 C:\cygwin64\bin\cygqrupdate-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygqrupdate-0.dll" v0.0 ts=2018-05-21 20:17
 2926k 2017/03/13 C:\cygwin64\bin\cygqscintilla2-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygqscintilla2-12.dll" v0.0 ts=2017-03-13 09:28
 2855k 2017/03/13 C:\cygwin64\bin\cygqscintilla2-qt5-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygqscintilla2-qt5-12.dll" v0.0 ts=2017-03-13 09:31
 3532k 2017/12/10 C:\cygwin64\bin\cygqscintilla2_qt5-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygqscintilla2_qt5-13.dll" v0.0 ts=2017-12-10 23:14
   22k 2018/04/11 C:\cygwin64\bin\cygQt5Concurrent-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Concurrent-5.dll" v0.0 ts=2018-04-11 08:54
 4309k 2018/04/11 C:\cygwin64\bin\cygQt5Core-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Core-5.dll" v0.0 ts=2018-04-11 08:54
  510k 2018/04/11 C:\cygwin64\bin\cygQt5DBus-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5DBus-5.dll" v0.0 ts=2018-04-11 08:56
 4324k 2018/04/11 C:\cygwin64\bin\cygQt5Gui-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Gui-5.dll" v0.0 ts=2018-04-11 09:01
  422k 2018/02/22 C:\cygwin64\bin\cygQt5Help-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Help-5.dll" v0.0 ts=2018-02-22 23:20
 1490k 2018/04/11 C:\cygwin64\bin\cygQt5Network-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Network-5.dll" v0.0 ts=2018-04-11 08:59
  197k 2018/02/23 C:\cygwin64\bin\cygQt5NetworkAuth-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5NetworkAuth-5.dll" v0.0 ts=2018-02-23 01:10
  295k 2018/04/11 C:\cygwin64\bin\cygQt5OpenGL-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5OpenGL-5.dll" v0.0 ts=2018-04-11 09:10
  340k 2018/04/11 C:\cygwin64\bin\cygQt5PrintSupport-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5PrintSupport-5.dll" v0.0 ts=2018-04-11 09:10
  249k 2018/04/11 C:\cygwin64\bin\cygQt5Sql-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Sql-5.dll" v0.0 ts=2018-04-11 08:55
  172k 2018/04/11 C:\cygwin64\bin\cygQt5Test-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Test-5.dll" v0.0 ts=2018-04-11 09:10
 5596k 2018/04/11 C:\cygwin64\bin\cygQt5Widgets-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Widgets-5.dll" v0.0 ts=2018-04-11 09:09
  913k 2018/04/11 C:\cygwin64\bin\cygQt5XcbQpa-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5XcbQpa-5.dll" v0.0 ts=2018-04-11 09:13
  198k 2018/04/11 C:\cygwin64\bin\cygQt5Xml-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Xml-5.dll" v0.0 ts=2018-04-11 08:54
 3335k 2018/02/22 C:\cygwin64\bin\cygQt5XmlPatterns-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5XmlPatterns-5.dll" v0.0 ts=2018-02-22 16:34
 2717k 2016/09/01 C:\cygwin64\bin\cygQtCore-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtCore-4.dll" v0.0 ts=2016-09-01 04:28
10055k 2016/09/01 C:\cygwin64\bin\cygQtGui-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtGui-4.dll" v0.0 ts=2016-09-01 04:32
 1286k 2016/09/01 C:\cygwin64\bin\cygQtNetwork-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtNetwork-4.dll" v0.0 ts=2016-09-01 04:29
  945k 2016/09/01 C:\cygwin64\bin\cygQtOpenGL-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtOpenGL-4.dll" v0.0 ts=2016-09-01 04:35
  315k 2018/12/09 C:\cygwin64\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygquadmath-0.dll" v0.0 ts=2018-12-08 22:57
  219k 2017/02/13 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
                  "cygreadline7.dll" v0.0 ts=2017-02-11 22:39
   73k 2018/02/12 C:\cygwin64\bin\cygrest-0.7-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrest-0.7-0.dll" v0.0 ts=2018-02-12 02:55
   29k 2018/02/12 C:\cygwin64\bin\cygrest-extras-0.7-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrest-extras-0.7-0.dll" v0.0 ts=2018-02-12 02:55
  212k 2018/02/12 C:\cygwin64\bin\cygrsvg-2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygrsvg-2-2.dll" v0.0 ts=2018-02-12 00:38
 2765k 2019/09/16 C:\cygwin64\bin\cygruby260.dll - os=4.0 img=0.0 sys=5.2
                  "cygruby260.dll" v2.6 ts=2019-09-16 01:57
   99k 2020/01/09 C:\cygwin64\bin\cygsasl2-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsasl2-3.dll" v0.0 ts=2020-01-09 02:13
   20k 2017/03/06 C:\cygwin64\bin\cygsigc-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsigc-2.0-0.dll" v0.0 ts=2017-03-06 21:10
   11k 2015/07/17 C:\cygwin64\bin\cygsigsegv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsigsegv-2.dll" v0.0 ts=2015-07-17 22:35
   29k 2019/09/05 C:\cygwin64\bin\cygSM-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygSM-6.dll" v0.0 ts=2019-09-05 21:53
  150k 2019/03/05 C:\cygwin64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmartcols-1.dll" v0.0 ts=2019-03-05 20:06
  171k 2019/07/29 C:\cygwin64\bin\cygsmime3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmime3.dll" v0.0 ts=2019-07-29 22:04
  385k 2017/09/25 C:\cygwin64\bin\cygsndfile-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsndfile-1.dll" v0.0 ts=2017-09-25 03:38
  289k 2019/07/29 C:\cygwin64\bin\cygsoftokn3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoftokn3.dll" v0.0 ts=2019-07-29 22:04
  710k 2018/02/12 C:\cygwin64\bin\cygsoup-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoup-2.4-1.dll" v0.0 ts=2018-02-12 00:39
   11k 2018/02/12 C:\cygwin64\bin\cygsoup-gnome-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoup-gnome-2.4-1.dll" v0.0 ts=2018-02-12 00:39
  988k 2019/10/08 C:\cygwin64\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3-0.dll" v0.0 ts=2019-10-08 14:45
  449k 2019/05/02 C:\cygwin64\bin\cygssh-4.dll - os=4.0 img=4.7 sys=5.2
                  "cygssh-4.dll" v0.0 ts=2019-05-02 16:11
  156k 2016/03/02 C:\cygwin64\bin\cygssh2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssh2-1.dll" v0.0 ts=2016-03-02 18:03
  408k 2019/09/11 C:\cygwin64\bin\cygssl-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.0.0.dll" v0.0 ts=2019-09-11 18:40
  495k 2019/09/13 C:\cygwin64\bin\cygssl-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.1.dll" v0.0 ts=2019-09-13 18:36
  444k 2019/07/29 C:\cygwin64\bin\cygssl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl3.dll" v0.0 ts=2019-07-29 22:04
   12k 2017/11/13 C:\cygwin64\bin\cygssp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssp-0.dll" v0.0 ts=2017-11-13 21:52
 1400k 2018/12/09 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygstdc++-6.dll" v0.0 ts=2018-12-08 21:15
   11k 2016/02/21 C:\cygwin64\bin\cygsuitesparseconfig-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsuitesparseconfig-1.dll" v0.0 ts=2016-02-21 18:32
  201k 2018/05/01 C:\cygwin64\bin\cygsundials_arkode-1.dll - os=4.0 img=1.1 sys=5.2
                  "cygsundials_arkode-1.dll" v0.0 ts=2018-05-01 07:12
  118k 2018/05/01 C:\cygwin64\bin\cygsundials_cvode-2.dll - os=4.0 img=2.9 sys=5.2
                  "cygsundials_cvode-2.dll" v0.0 ts=2018-05-01 07:12
  209k 2018/05/01 C:\cygwin64\bin\cygsundials_cvodes-2.dll - os=4.0 img=2.9 sys=5.2
                  "cygsundials_cvodes-2.dll" v0.0 ts=2018-05-01 07:12
  114k 2018/05/01 C:\cygwin64\bin\cygsundials_ida-2.dll - os=4.0 img=2.9 sys=5.2
                  "cygsundials_ida-2.dll" v0.0 ts=2018-05-01 07:12
  206k 2018/05/01 C:\cygwin64\bin\cygsundials_idas-1.dll - os=4.0 img=1.3 sys=5.2
                  "cygsundials_idas-1.dll" v0.0 ts=2018-05-01 07:12
  100k 2018/05/01 C:\cygwin64\bin\cygsundials_kinsol-2.dll - os=4.0 img=2.9 sys=5.2
                  "cygsundials_kinsol-2.dll" v0.0 ts=2018-05-01 07:13
   22k 2018/05/01 C:\cygwin64\bin\cygsundials_nvecopenmp-2.dll - os=4.0 img=2.7 sys=5.2
                  "cygsundials_nvecopenmp-2.dll" v0.0 ts=2018-05-01 07:11
   32k 2018/05/01 C:\cygwin64\bin\cygsundials_nvecpthreads-2.dll - os=4.0 img=2.7 sys=5.2
                  "cygsundials_nvecpthreads-2.dll" v0.0 ts=2018-05-01 07:11
   15k 2018/05/01 C:\cygwin64\bin\cygsundials_nvecserial-2.dll - os=4.0 img=2.7 sys=5.2
                  "cygsundials_nvecserial-2.dll" v0.0 ts=2018-05-01 07:11
  377k 2017/05/03 C:\cygwin64\bin\cygsybdb-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygsybdb-5.dll" v0.0 ts=2017-05-03 08:46
   96k 2018/09/20 C:\cygwin64\bin\cygsynctex-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsynctex-1.dll" v0.0 ts=2018-09-20 23:19
   96k 2019/05/09 C:\cygwin64\bin\cygsynctex-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsynctex-2.dll" v0.0 ts=2019-05-09 21:24
   68k 2019/07/29 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtasn1-6.dll" v0.0 ts=2019-07-29 03:12
  197k 2019/05/17 C:\cygwin64\bin\cygTECkit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygTECkit-0.dll" v0.0 ts=2019-05-17 22:21
 1594k 2019/05/17 C:\cygwin64\bin\cygTECkit_Compiler-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygTECkit_Compiler-0.dll" v0.0 ts=2019-05-17 22:21
  169k 2018/09/20 C:\cygwin64\bin\cygtexlua52-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexlua52-5.dll" v0.0 ts=2018-09-20 23:03
  199k 2019/05/09 C:\cygwin64\bin\cygtexlua53-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexlua53-5.dll" v0.0 ts=2019-05-09 21:04
  452k 2019/05/09 C:\cygwin64\bin\cygtexluajit-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexluajit-2.dll" v0.0 ts=2019-05-09 21:05
   34k 2017/03/05 C:\cygwin64\bin\cygthai-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygthai-0.dll" v0.0 ts=2017-03-05 04:36
   57k 2019/07/28 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygticw-10.dll" v0.0 ts=2019-07-28 17:31
  452k 2017/12/18 C:\cygwin64\bin\cygtiff-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiff-6.dll" v0.0 ts=2017-12-18 02:52
   12k 2017/12/18 C:\cygwin64\bin\cygtiffxx-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiffxx-6.dll" v0.0 ts=2017-12-18 02:52
   61k 2016/07/18 C:\cygwin64\bin\cygtinyxml2-4.dll - os=4.0 img=4.0 sys=5.2
                  "cygtinyxml2-4.dll" v0.0 ts=2016-07-18 19:16
   70k 2017/06/27 C:\cygwin64\bin\cygtinyxml2-5.dll - os=4.0 img=5.0 sys=5.2
                  "cygtinyxml2-5.dll" v0.0 ts=2017-06-27 23:21
   69k 2017/12/11 C:\cygwin64\bin\cygtinyxml2-6.dll - os=4.0 img=6.0 sys=5.2
                  "cygtinyxml2-6.dll" v0.0 ts=2017-12-11 19:31
  167k 2019/04/05 C:\cygwin64\bin\cygtirpc-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygtirpc-3.dll" v0.0 ts=2019-04-05 05:29
   20k 2017/11/01 C:\cygwin64\bin\cygtxc_dxtn.dll - os=4.0 img=0.0 sys=5.2
                  "cygtxc_dxtn.dll" v0.0 ts=2017-11-02 00:08
  699k 2016/03/11 C:\cygwin64\bin\cygumfpack-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygumfpack-1.dll" v0.0 ts=2016-03-11 14:01
 1612k 2018/08/16 C:\cygwin64\bin\cygunistring-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygunistring-2.dll" v0.0 ts=2018-08-16 20:33
   27k 2019/03/05 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguuid-1.dll" v0.0 ts=2019-03-05 20:06
  164k 2018/03/16 C:\cygwin64\bin\cygvorbis-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvorbis-0.dll" v0.0 ts=2018-03-16 23:37
  607k 2018/03/16 C:\cygwin64\bin\cygvorbisenc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygvorbisenc-2.dll" v0.0 ts=2018-03-16 23:37
    8k 2016/06/13 C:\cygwin64\bin\cygvtv-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvtv-0.dll" v0.0 ts=2016-06-13 17:12
    8k 2016/06/13 C:\cygwin64\bin\cygvtv_stubs-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvtv_stubs-0.dll" v0.0 ts=2016-06-13 17:12
  344k 2016/07/08 C:\cygwin64\bin\cygwebp-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebp-5.dll" v0.0 ts=2016-07-08 19:27
  411k 2018/02/27 C:\cygwin64\bin\cygwebp-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebp-7.dll" v0.0 ts=2018-02-27 09:00
   17k 2018/02/27 C:\cygwin64\bin\cygwebpdemux-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpdemux-2.dll" v0.0 ts=2018-02-27 09:00
   27k 2016/07/08 C:\cygwin64\bin\cygwebpmux-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpmux-1.dll" v0.0 ts=2016-07-08 19:27
   39k 2018/02/27 C:\cygwin64\bin\cygwebpmux-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpmux-3.dll" v0.0 ts=2018-02-27 09:00
 3454k 2016/05/31 C:\cygwin64\bin\cygwin1-20160531.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2016-05-31 15:41
 3455k 2016/06/06 C:\cygwin64\bin\cygwin1-20160606.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2016-06-06 15:49
  312k 2015/06/30 C:\cygwin64\bin\cygwmf-0-2-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygwmf-0-2-7.dll" v0.0 ts=2015-06-30 04:52
  101k 2015/06/30 C:\cygwin64\bin\cygwmflite-0-2-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygwmflite-0-2-7.dll" v0.0 ts=2015-06-30 04:52
 1150k 2019/09/05 C:\cygwin64\bin\cygX11-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-6.dll" v0.0 ts=2019-09-05 21:15
    8k 2019/09/05 C:\cygwin64\bin\cygX11-xcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-xcb-1.dll" v0.0 ts=2019-09-05 21:15
 1934k 2016/11/14 C:\cygwin64\bin\cygxapian-22.dll - os=4.0 img=0.0 sys=5.2
                  "cygxapian-22.dll" v0.0 ts=2016-11-14 03:32
 2244k 2017/11/26 C:\cygwin64\bin\cygxapian-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygxapian-30.dll" v0.0 ts=2017-11-26 19:44
   13k 2019/09/05 C:\cygwin64\bin\cygXau-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXau-6.dll" v0.0 ts=2019-09-05 18:13
  375k 2016/01/29 C:\cygwin64\bin\cygXaw-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygXaw-7.dll" v0.0 ts=2016-01-29 20:32
  133k 2019/09/05 C:\cygwin64\bin\cygxcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-1.dll" v0.0 ts=2019-09-05 19:37
   16k 2019/09/05 C:\cygwin64\bin\cygxcb-dri2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-dri2-0.dll" v0.0 ts=2019-09-05 19:37
   83k 2019/09/05 C:\cygwin64\bin\cygxcb-glx-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-glx-0.dll" v0.0 ts=2019-09-05 19:37
   17k 2014/08/10 C:\cygwin64\bin\cygxcb-icccm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-icccm-4.dll" v0.0 ts=1970-01-01 00:00
   16k 2013/03/17 C:\cygwin64\bin\cygxcb-image-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-image-0.dll" v0.0 ts=2013-03-17 22:42
   11k 2013/08/01 C:\cygwin64\bin\cygxcb-keysyms-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-keysyms-1.dll" v0.0 ts=2013-08-01 08:15
   50k 2019/09/05 C:\cygwin64\bin\cygxcb-randr-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-randr-0.dll" v0.0 ts=2019-09-05 19:37
   44k 2019/09/05 C:\cygwin64\bin\cygxcb-render-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-render-0.dll" v0.0 ts=2019-09-05 19:37
   14k 2014/08/10 C:\cygwin64\bin\cygxcb-render-util-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-render-util-0.dll" v0.0 ts=1970-01-01 00:00
   14k 2019/09/05 C:\cygwin64\bin\cygxcb-shape-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-shape-0.dll" v0.0 ts=2019-09-05 19:38
   12k 2019/09/05 C:\cygwin64\bin\cygxcb-shm-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-shm-0.dll" v0.0 ts=2019-09-05 19:38
   23k 2019/09/05 C:\cygwin64\bin\cygxcb-sync-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-sync-1.dll" v0.0 ts=2019-09-05 19:38
   17k 2013/03/17 C:\cygwin64\bin\cygxcb-util-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-util-1.dll" v0.0 ts=2013-03-17 22:33
   27k 2019/09/05 C:\cygwin64\bin\cygxcb-xfixes-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xfixes-0.dll" v0.0 ts=2019-09-05 19:38
   12k 2019/09/05 C:\cygwin64\bin\cygxcb-xinerama-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xinerama-0.dll" v0.0 ts=2019-09-05 19:38
   93k 2019/09/05 C:\cygwin64\bin\cygxcb-xkb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xkb-1.dll" v0.0 ts=2019-09-05 19:38
   11k 2019/09/05 C:\cygwin64\bin\cygXcomposite-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcomposite-1.dll" v0.0 ts=2019-09-05 22:09
   36k 2019/09/05 C:\cygwin64\bin\cygXcursor-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcursor-1.dll" v0.0 ts=2019-09-05 22:09
   11k 2019/09/05 C:\cygwin64\bin\cygXdamage-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdamage-1.dll" v0.0 ts=2019-09-05 22:36
   21k 2019/09/05 C:\cygwin64\bin\cygXdmcp-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdmcp-6.dll" v0.0 ts=2019-09-05 18:29
   60k 2019/09/05 C:\cygwin64\bin\cygXext-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXext-6.dll" v0.0 ts=2019-09-05 20:44
   20k 2016/10/09 C:\cygwin64\bin\cygXfixes-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfixes-3.dll" v0.0 ts=2016-10-09 18:37
   77k 2019/09/05 C:\cygwin64\bin\cygXft-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXft-2.dll" v0.0 ts=2019-09-05 22:36
   61k 2019/09/05 C:\cygwin64\bin\cygXi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXi-6.dll" v0.0 ts=2019-09-05 22:54
   11k 2019/09/05 C:\cygwin64\bin\cygXinerama-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXinerama-1.dll" v0.0 ts=2019-09-05 22:03
  239k 2018/02/21 C:\cygwin64\bin\cygxkbcommon-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxkbcommon-0.dll" v0.0 ts=2018-02-21 17:11
   28k 2018/02/21 C:\cygwin64\bin\cygxkbcommon-x11-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxkbcommon-x11-0.dll" v0.0 ts=2018-02-21 17:11
 1222k 2019/03/26 C:\cygwin64\bin\cygxml2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxml2-2.dll" v0.0 ts=2019-03-26 01:39
   88k 2019/09/05 C:\cygwin64\bin\cygXmu-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmu-6.dll" v0.0 ts=2019-09-05 23:40
   61k 2017/01/18 C:\cygwin64\bin\cygXpm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXpm-4.dll" v0.0 ts=2017-01-18 17:27
   37k 2019/09/05 C:\cygwin64\bin\cygXrandr-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrandr-2.dll" v0.0 ts=2019-09-05 22:53
   36k 2016/01/29 C:\cygwin64\bin\cygXrender-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrender-1.dll" v0.0 ts=2016-01-29 20:24
  209k 2016/08/26 C:\cygwin64\bin\cygxslt-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxslt-1.dll" v0.0 ts=2016-08-26 22:10
   12k 2019/09/05 C:\cygwin64\bin\cygXss-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXss-1.dll" v0.0 ts=2019-09-05 22:04
  335k 2019/09/06 C:\cygwin64\bin\cygXt-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXt-6.dll" v0.0 ts=2019-09-06 20:50
   22k 2016/10/09 C:\cygwin64\bin\cygXtst-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXtst-6.dll" v0.0 ts=2016-10-09 18:54
  121k 2014/12/08 C:\cygwin64\bin\cygyaml-0-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygyaml-0-2.dll" v0.0 ts=2014-12-08 18:19
   83k 2017/03/03 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
                  "cygz.dll" v0.0 ts=2017-03-03 21:42
   61k 2015/03/26 C:\cygwin64\bin\cygzip-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygzip-2.dll" v0.0 ts=2015-03-26 20:04
   91k 2018/04/25 C:\cygwin64\bin\cygzip-5.dll - os=4.0 img=5.0 sys=5.2
                  "cygzip-5.dll" v0.0 ts=2018-04-25 19:23
   26k 2018/02/20 C:\cygwin64\bin\cygzzip-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzip-0-13.dll" v0.0 ts=2018-02-20 23:15
   14k 2018/02/20 C:\cygwin64\bin\cygzzipfseeko-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipfseeko-0-13.dll" v0.0 ts=2018-02-20 23:15
   17k 2018/02/20 C:\cygwin64\bin\cygzzipmmapped-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipmmapped-0-13.dll" v0.0 ts=2018-02-20 23:15
   10k 2018/02/20 C:\cygwin64\bin\cygzzipwrap-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipwrap-0-13.dll" v0.0 ts=2018-02-20 23:15
 3514k 2020/01/26 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2020-01-26 16:22
    Cygwin DLL version info:
        DLL version: 3.1.3
        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

   38k 2016/03/11 C:\cygwin64\bin\cygamd-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygamd-1.dll" v0.0 ts=2016-03-11 10:14
   39k 2016/09/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygargp-0.dll" v0.0 ts=2016-09-19 02:13
  297k 2019/12/16 C:\cygwin64\bin\cygarpack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygarpack-0.dll" v0.0 ts=2019-12-16 20:43
  118k 2018/02/11 C:\cygwin64\bin\cygatk-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatk-1.0-0.dll" v0.0 ts=2018-02-11 23:28
  165k 2018/02/11 C:\cygwin64\bin\cygatk-bridge-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatk-bridge-2.0-0.dll" v0.0 ts=2018-02-11 23:40
   29k 2018/12/09 C:\cygwin64\bin\cygatomic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygatomic-1.dll" v0.0 ts=2018-12-08 22:53
  152k 2018/02/11 C:\cygwin64\bin\cygatspi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatspi-0.dll" v0.0 ts=2018-02-11 23:33
   19k 2018/12/20 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygattr-1.dll" v0.0 ts=2018-12-20 09:48
   80k 2013/05/30 C:\cygwin64\bin\cygaudio-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygaudio-2.dll" v0.0 ts=2013-05-30 23:41
  188k 2018/09/10 C:\cygwin64\bin\cygautotrace-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygautotrace-3.dll" v0.0 ts=2018-09-10 13:23
19437k 2019/08/14 C:\cygwin64\bin\cygblas-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygblas-0.dll" v0.0 ts=2019-08-14 07:24
  246k 2019/03/05 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygblkid-1.dll" v0.0 ts=2019-03-05 20:06
  129k 2019/05/13 C:\cygwin64\bin\cygbrotlicommon-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygbrotlicommon-1.dll" v0.0 ts=2019-05-13 02:33
   48k 2019/05/13 C:\cygwin64\bin\cygbrotlidec-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygbrotlidec-1.dll" v0.0 ts=2019-05-13 02:33
   13k 2016/03/11 C:\cygwin64\bin\cygbtf-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygbtf-0.dll" v0.0 ts=2016-03-11 11:53
   66k 2019/07/21 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygbz2-1.dll" v0.0 ts=2019-07-22 00:05
 1087k 2019/09/16 C:\cygwin64\bin\cygcairo-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-2.dll" v0.0 ts=2019-09-16 02:42
   27k 2019/09/16 C:\cygwin64\bin\cygcairo-gobject-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-gobject-2.dll" v0.0 ts=2019-09-16 02:43
  120k 2019/09/16 C:\cygwin64\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2019-09-16 02:43
   41k 2016/03/11 C:\cygwin64\bin\cygcamd-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcamd-1.dll" v0.0 ts=2016-03-11 10:21
   13k 2013/03/06 C:\cygwin64\bin\cygcatgets1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcatgets1.dll" v0.0 ts=2013-03-06 14:34
   41k 2016/03/11 C:\cygwin64\bin\cygccolamd-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygccolamd-1.dll" v0.0 ts=2016-03-11 10:39
   54k 2019/09/07 C:\cygwin64\bin\cygcerf-1.dll - os=4.0 img=1.13 sys=5.2
                  "cygcerf-1.dll" v0.0 ts=2019-09-07 18:48
   10k 2015/02/20 C:\cygwin64\bin\cygcharset-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcharset-1.dll" v0.0 ts=2015-02-20 17:07
  882k 2016/03/11 C:\cygwin64\bin\cygcholmod-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcholmod-1.dll" v0.0 ts=2016-03-11 12:03
  117k 2013/05/05 C:\cygwin64\bin\cygcloog-isl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcloog-isl-4.dll" v0.0 ts=2013-05-05 16:41
   28k 2016/03/11 C:\cygwin64\bin\cygcolamd-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcolamd-1.dll" v0.0 ts=2016-03-11 10:18
   13k 2019/01/02 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcom_err-2.dll" v0.0 ts=2019-01-02 02:39
   27k 2019/03/29 C:\cygwin64\bin\cygcord-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcord-1.dll" v0.0 ts=2019-03-29 22:16
  203k 2017/04/25 C:\cygwin64\bin\cygcroco-0.6-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygcroco-0.6-3.dll" v0.0 ts=2017-04-25 17:03
   39k 2017/09/03 C:\cygwin64\bin\cygcrypt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-0.dll" v0.0 ts=2017-09-03 08:18
  194k 2019/04/03 C:\cygwin64\bin\cygcrypt-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-2.dll" v0.0 ts=2019-04-03 22:05
 2363k 2019/09/11 C:\cygwin64\bin\cygcrypto-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.0.0.dll" v0.0 ts=2019-09-11 18:40
 2416k 2019/09/13 C:\cygwin64\bin\cygcrypto-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.1.dll" v0.0 ts=2019-09-13 18:36
  554k 2019/09/18 C:\cygwin64\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcurl-4.dll" v0.0 ts=2019-09-18 02:12
  160k 2016/03/11 C:\cygwin64\bin\cygcxsparse-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcxsparse-0.dll" v0.0 ts=2016-03-11 11:04
   24k 2014/11/12 C:\cygwin64\bin\cygdatrie-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdatrie-1.dll" v0.0 ts=2014-11-12 07:24
 1552k 2017/09/28 C:\cygwin64\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb-5.3.dll" v0.0 ts=2017-09-28 20:05
  267k 2017/08/10 C:\cygwin64\bin\cygdbus-1-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdbus-1-3.dll" v0.0 ts=2017-08-10 06:10
  119k 2017/09/28 C:\cygwin64\bin\cygdb_cxx-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_cxx-5.3.dll" v0.0 ts=2017-09-28 20:06
  569k 2017/09/28 C:\cygwin64\bin\cygdb_sql-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_sql-5.3.dll" v0.0 ts=2017-09-28 20:06
  177k 2017/05/09 C:\cygwin64\bin\cygdialog-14.dll - os=4.0 img=0.0 sys=5.2
                  "cygdialog-14.dll" v0.0 ts=2017-05-09 20:19
  154k 2013/10/20 C:\cygwin64\bin\cygedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygedit-0.dll" v0.0 ts=2013-10-20 21:56
  128k 2019/09/05 C:\cygwin64\bin\cygEGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEGL-1.dll" v0.0 ts=2019-09-05 16:21
  157k 2018/09/30 C:\cygwin64\bin\cygEMF-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEMF-1.dll" v0.0 ts=2018-09-30 22:42
  679k 2017/09/04 C:\cygwin64\bin\cygepoxy-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygepoxy-0.dll" v0.0 ts=2017-09-04 22:23
  229k 2016/01/08 C:\cygwin64\bin\cygevent-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent-2-0-5.dll" v0.0 ts=2016-01-08 07:24
  136k 2016/01/08 C:\cygwin64\bin\cygevent_core-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_core-2-0-5.dll" v0.0 ts=2016-01-08 07:24
  106k 2016/01/08 C:\cygwin64\bin\cygevent_extra-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_extra-2-0-5.dll" v0.0 ts=2016-01-08 07:24
   21k 2016/01/08 C:\cygwin64\bin\cygevent_openssl-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_openssl-2-0-5.dll" v0.0 ts=2016-01-08 07:24
   10k 2016/01/08 C:\cygwin64\bin\cygevent_pthreads-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_pthreads-2-0-5.dll" v0.0 ts=2016-01-08 07:24
  181k 2018/09/27 C:\cygwin64\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygexpat-1.dll" v0.0 ts=2018-09-27 18:30
   73k 2016/08/26 C:\cygwin64\bin\cygexslt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygexslt-0.dll" v0.0 ts=2016-08-26 22:10
   30k 2014/10/14 C:\cygwin64\bin\cygfam-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygfam-0.dll" v0.0 ts=2014-10-14 21:33
  347k 2019/03/05 C:\cygwin64\bin\cygfdisk-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfdisk-1.dll" v0.0 ts=2019-03-05 20:06
   27k 2015/11/17 C:\cygwin64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygffi-6.dll" v0.0 ts=2015-11-17 22:14
 2158k 2018/06/09 C:\cygwin64\bin\cygfftw3-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3-3.dll" v0.0 ts=2018-06-09 21:10
 2188k 2018/06/09 C:\cygwin64\bin\cygfftw3f-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f-3.dll" v0.0 ts=2018-06-09 20:53
   23k 2018/06/09 C:\cygwin64\bin\cygfftw3f_omp-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f_omp-3.dll" v0.0 ts=2018-06-09 20:54
   25k 2018/06/09 C:\cygwin64\bin\cygfftw3f_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f_threads-3.dll" v0.0 ts=2018-06-09 20:54
  927k 2018/06/09 C:\cygwin64\bin\cygfftw3l-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3l-3.dll" v0.0 ts=2018-06-09 21:50
   22k 2018/06/09 C:\cygwin64\bin\cygfftw3l_omp-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3l_omp-3.dll" v0.0 ts=2018-06-09 21:51
   24k 2018/06/09 C:\cygwin64\bin\cygfftw3l_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3l_threads-3.dll" v0.0 ts=2018-06-09 21:51
   23k 2018/06/09 C:\cygwin64\bin\cygfftw3_omp-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3_omp-3.dll" v0.0 ts=2018-06-09 21:10
   25k 2018/06/09 C:\cygwin64\bin\cygfftw3_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3_threads-3.dll" v0.0 ts=2018-06-09 21:10
  473k 2017/01/04 C:\cygwin64\bin\cygFLAC-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygFLAC-8.dll" v0.0 ts=2017-01-04 23:19
  969k 2017/06/20 C:\cygwin64\bin\cygfltk-1.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfltk-1.3.dll" v0.0 ts=2017-06-20 07:37
   25k 2017/06/20 C:\cygwin64\bin\cygfltk_forms-1.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfltk_forms-1.3.dll" v0.0 ts=2017-06-20 07:37
   93k 2017/06/20 C:\cygwin64\bin\cygfltk_gl-1.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfltk_gl-1.3.dll" v0.0 ts=2017-06-20 07:37
   48k 2017/06/20 C:\cygwin64\bin\cygfltk_images-1.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfltk_images-1.3.dll" v0.0 ts=2017-06-20 07:37
  247k 2019/07/28 C:\cygwin64\bin\cygfontconfig-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontconfig-1.dll" v0.0 ts=2019-07-29 00:52
   56k 2019/07/28 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygformw-10.dll" v0.0 ts=2019-07-28 17:33
  545k 2015/01/15 C:\cygwin64\bin\cygfpx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfpx-1.dll" v0.0 ts=2015-01-15 12:50
   10k 2019/07/29 C:\cygwin64\bin\cygfreebl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreebl3.dll" v0.0 ts=2019-07-29 22:04
  495k 2019/07/29 C:\cygwin64\bin\cygfreeblpriv3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreeblpriv3.dll" v0.0 ts=2019-07-29 22:04
  667k 2019/07/28 C:\cygwin64\bin\cygfreetype-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreetype-6.dll" v0.0 ts=2019-07-29 00:30
  137k 2019/03/29 C:\cygwin64\bin\cyggc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggc-1.dll" v0.0 ts=2019-03-29 22:16
  119k 2018/01/16 C:\cygwin64\bin\cyggc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggc-2.dll" v0.0 ts=2018-01-16 05:46
    9k 2019/03/29 C:\cygwin64\bin\cyggccpp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggccpp-1.dll" v0.0 ts=2019-03-29 22:16
   70k 2018/12/09 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcc_s-seh-1.dll" v0.0 ts=2018-12-08 19:56
 1099k 2018/03/19 C:\cygwin64\bin\cyggcrypt-20.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcrypt-20.dll" v0.0 ts=2018-03-19 20:09
  353k 2018/11/11 C:\cygwin64\bin\cyggd-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggd-3.dll" v0.0 ts=2018-11-11 20:53
   46k 2019/07/10 C:\cygwin64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-4.dll" v0.0 ts=2019-07-10 15:06
   49k 2019/07/10 C:\cygwin64\bin\cyggdbm-6.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-6.dll" v0.0 ts=2019-07-10 14:53
   13k 2019/07/10 C:\cygwin64\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm_compat-4.dll" v0.0 ts=2019-07-10 14:53
  699k 2018/02/19 C:\cygwin64\bin\cyggdk-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk-3-0.dll" v0.0 ts=2018-02-19 06:40
  620k 2018/02/12 C:\cygwin64\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2018-02-12 01:51
  141k 2018/02/11 C:\cygwin64\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2018-02-11 23:46
  203k 2016/10/23 C:\cygwin64\bin\cyggettextlib-0-19-8-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggettextlib-0-19-8-1.dll" v0.0 ts=2016-10-23 07:22
  272k 2016/10/23 C:\cygwin64\bin\cyggettextsrc-0-19-8-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggettextsrc-0-19-8-1.dll" v0.0 ts=2016-10-23 07:27
 1174k 2018/01/20 C:\cygwin64\bin\cyggfortran-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggfortran-3.dll" v0.0 ts=2018-01-20 08:02
 1744k 2018/12/09 C:\cygwin64\bin\cyggfortran-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggfortran-4.dll" v0.0 ts=2018-12-09 00:10
   38k 2015/03/26 C:\cygwin64\bin\cyggg-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggg-1.dll" v0.0 ts=2015-03-26 13:30
   53k 2015/03/26 C:\cygwin64\bin\cygggi-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygggi-2.dll" v0.0 ts=2015-03-26 16:05
   13k 2015/03/26 C:\cygwin64\bin\cygggiwmh-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygggiwmh-0.dll" v0.0 ts=2015-03-26 16:13
   33k 2018/02/27 C:\cygwin64\bin\cyggif-7.dll - os=4.0 img=0.0 sys=5.2
                  "cyggif-7.dll" v0.0 ts=2018-02-27 05:12
   30k 2015/03/26 C:\cygwin64\bin\cyggii-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggii-1.dll" v0.0 ts=2015-03-26 13:31
 1398k 2018/02/11 C:\cygwin64\bin\cyggio-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggio-2.0-0.dll" v0.0 ts=2018-02-11 19:03
 1286k 2018/02/12 C:\cygwin64\bin\cyggiomm-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggiomm-2.4-1.dll" v0.0 ts=2018-02-12 05:08
  194k 2018/02/11 C:\cygwin64\bin\cyggirepository-1.0-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggirepository-1.0-1.dll" v0.0 ts=2018-02-11 23:13
  472k 2019/09/05 C:\cygwin64\bin\cygGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGL-1.dll" v0.0 ts=2019-09-05 16:21
   81k 2017/04/11 C:\cygwin64\bin\cyggl2ps-1.dll - os=4.0 img=1.4 sys=5.2
                  "cyggl2ps-1.dll" v0.0 ts=2017-04-11 16:54
  300k 2019/09/05 C:\cygwin64\bin\cygglapi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglapi-0.dll" v0.0 ts=2019-09-05 16:18
  993k 2018/02/11 C:\cygwin64\bin\cygglib-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglib-2.0-0.dll" v0.0 ts=2018-02-11 19:01
  367k 2018/02/12 C:\cygwin64\bin\cygglibmm-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygglibmm-2.4-1.dll" v0.0 ts=2018-02-12 05:06
  141k 2018/02/12 C:\cygwin64\bin\cygglibmm_generate_extra_defs-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygglibmm_generate_extra_defs-2.4-1.dll" v0.0 ts=2018-02-12 05:05
  932k 2018/02/16 C:\cygwin64\bin\cygglpk-40.dll - os=4.0 img=0.0 sys=5.2
                  "cygglpk-40.dll" v0.0 ts=2018-02-16 17:49
  477k 2013/04/09 C:\cygwin64\bin\cygGLU-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGLU-1.dll" v0.0 ts=2013-04-09 07:56
  256k 2019/10/07 C:\cygwin64\bin\cygglut-3.dll - os=4.0 img=3.11 sys=5.2
                  "cygglut-3.dll" v0.0 ts=2019-10-07 13:34
   15k 2018/02/11 C:\cygwin64\bin\cyggmodule-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmodule-2.0-0.dll" v0.0 ts=2018-02-11 19:01
  527k 2017/01/21 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmp-10.dll" v0.0 ts=2017-01-21 18:25
   21k 2017/01/21 C:\cygwin64\bin\cyggmpxx-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmpxx-4.dll" v0.0 ts=2017-01-21 18:25
  938k 2017/05/02 C:\cygwin64\bin\cyggnutls-28.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-28.dll" v0.0 ts=2017-05-02 22:06
 1472k 2019/07/29 C:\cygwin64\bin\cyggnutls-30.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-30.dll" v0.0 ts=2019-07-29 03:55
   24k 2017/05/02 C:\cygwin64\bin\cyggnutls-openssl-27.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-openssl-27.dll" v0.0 ts=2017-05-02 22:06
  289k 2018/02/11 C:\cygwin64\bin\cyggobject-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggobject-2.0-0.dll" v0.0 ts=2018-02-11 19:02
  148k 2018/12/09 C:\cygwin64\bin\cyggomp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggomp-1.dll" v0.0 ts=2018-12-08 20:21
   95k 2018/03/19 C:\cygwin64\bin\cyggpg-error-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggpg-error-0.dll" v0.0 ts=2018-03-19 19:27
  291k 2019/12/25 C:\cygwin64\bin\cygGraphicsMagick++-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagick++-12.dll" v0.0 ts=2019-12-25 03:51
 2762k 2019/12/25 C:\cygwin64\bin\cygGraphicsMagick-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagick-3.dll" v0.0 ts=2019-12-25 03:48
  152k 2019/12/25 C:\cygwin64\bin\cygGraphicsMagickWand-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagickWand-2.dll" v0.0 ts=2019-12-25 03:51
  177k 2017/09/04 C:\cygwin64\bin\cyggraphite2-3.dll - os=4.0 img=3.0 sys=5.2
                  "cyggraphite2-3.dll" v0.0 ts=2017-09-04 21:02
12223k 2019/04/15 C:\cygwin64\bin\cyggs-9.dll - os=4.0 img=0.0 sys=5.2
                  "cyggs-9.dll" v0.0 ts=2019-04-15 20:13
   47k 2018/03/22 C:\cygwin64\bin\cyggsm-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggsm-1.dll" v0.0 ts=2018-03-22 02:11
  274k 2018/03/16 C:\cygwin64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssapi_krb5-2.dll" v0.0 ts=2018-03-16 03:38
    9k 2018/02/11 C:\cygwin64\bin\cyggthread-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggthread-2.0-0.dll" v0.0 ts=2018-02-11 19:01
 6754k 2018/02/19 C:\cygwin64\bin\cyggtk-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtk-3-0.dll" v0.0 ts=2018-02-19 07:00
 4007k 2018/02/12 C:\cygwin64\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2018-02-12 01:59
  732k 2017/04/01 C:\cygwin64\bin\cygguile-17.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-17.dll" v0.0 ts=2017-04-01 13:04
 1333k 2018/08/07 C:\cygwin64\bin\cygguile-2.0-22.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-2.0-22.dll" v0.0 ts=2018-08-07 08:10
  980k 2019/07/29 C:\cygwin64\bin\cygharfbuzz-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-0.dll" v0.0 ts=2019-07-29 03:31
   73k 2019/07/29 C:\cygwin64\bin\cygharfbuzz-gobject-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-gobject-0.dll" v0.0 ts=2019-07-29 03:31
   11k 2019/07/29 C:\cygwin64\bin\cygharfbuzz-icu-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-icu-0.dll" v0.0 ts=2019-07-29 03:31
 2808k 2018/01/02 C:\cygwin64\bin\cyghdf5-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5-10.dll" v0.0 ts=2018-01-01 21:08
 3747k 2018/05/22 C:\cygwin64\bin\cyghdf5-101.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5-101.dll" v0.0 ts=2018-05-22 11:51
 3414k 2020/01/18 C:\cygwin64\bin\cyghdf5-103.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5-103.dll" v0.0 ts=2020-01-18 21:38
  424k 2020/01/18 C:\cygwin64\bin\cyghdf5_cpp-103.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_cpp-103.dll" v0.0 ts=2020-01-18 21:48
  114k 2020/01/18 C:\cygwin64\bin\cyghdf5_hl-100.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_hl-100.dll" v0.0 ts=2020-01-18 21:48
   13k 2020/01/18 C:\cygwin64\bin\cyghdf5_hl_cpp-100.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_hl_cpp-100.dll" v0.0 ts=2020-01-18 21:50
   33k 2017/02/13 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
                  "cyghistory7.dll" v0.0 ts=2017-02-11 22:39
  167k 2016/03/13 C:\cygwin64\bin\cyghogweed-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyghogweed-2.dll" v0.0 ts=2016-03-13 14:46
  168k 2019/02/19 C:\cygwin64\bin\cyghogweed-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyghogweed-4.dll" v0.0 ts=2019-02-19 06:59
   81k 2019/09/05 C:\cygwin64\bin\cygICE-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygICE-6.dll" v0.0 ts=2019-09-05 21:24
 1009k 2015/02/20 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiconv-2.dll" v0.0 ts=2015-02-20 17:07
25076k 2016/04/08 C:\cygwin64\bin\cygicudata57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata57.dll" v0.0 ts=2016-04-08 20:07
25607k 2016/12/10 C:\cygwin64\bin\cygicudata58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata58.dll" v0.0 ts=2016-12-10 16:53
26278k 2018/01/05 C:\cygwin64\bin\cygicudata60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata60.dll" v0.0 ts=2018-01-05 15:06
26267k 2018/03/27 C:\cygwin64\bin\cygicudata61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata61.dll" v0.0 ts=2018-03-27 02:15
26216k 2018/06/21 C:\cygwin64\bin\cygicudata62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata62.dll" v0.0 ts=2018-06-21 15:14
26895k 2019/04/18 C:\cygwin64\bin\cygicudata64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata64.dll" v0.0 ts=2019-04-18 13:03
 2082k 2016/04/08 C:\cygwin64\bin\cygicui18n57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n57.dll" v0.0 ts=2016-04-08 20:04
 2091k 2016/12/10 C:\cygwin64\bin\cygicui18n58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n58.dll" v0.0 ts=2016-12-10 16:52
 2241k 2018/01/05 C:\cygwin64\bin\cygicui18n60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n60.dll" v0.0 ts=2018-01-05 15:01
 2339k 2018/03/27 C:\cygwin64\bin\cygicui18n61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n61.dll" v0.0 ts=2018-03-27 02:13
 2378k 2018/06/21 C:\cygwin64\bin\cygicui18n62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n62.dll" v0.0 ts=2018-06-21 15:11
 2520k 2019/04/18 C:\cygwin64\bin\cygicui18n64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n64.dll" v0.0 ts=2019-04-18 13:00
   44k 2016/04/08 C:\cygwin64\bin\cygicuio57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio57.dll" v0.0 ts=2016-04-08 20:05
   44k 2016/12/10 C:\cygwin64\bin\cygicuio58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio58.dll" v0.0 ts=2016-12-10 16:52
   45k 2018/01/05 C:\cygwin64\bin\cygicuio60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio60.dll" v0.0 ts=2018-01-05 15:01
   47k 2018/03/27 C:\cygwin64\bin\cygicuio61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio61.dll" v0.0 ts=2018-03-27 02:13
   47k 2018/06/21 C:\cygwin64\bin\cygicuio62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio62.dll" v0.0 ts=2018-06-21 15:13
   47k 2019/04/18 C:\cygwin64\bin\cygicuio64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio64.dll" v0.0 ts=2019-04-18 13:01
  298k 2016/04/08 C:\cygwin64\bin\cygicule57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule57.dll" v0.0 ts=2016-04-08 20:05
   38k 2016/04/08 C:\cygwin64\bin\cygiculx57.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx57.dll" v0.0 ts=2016-04-08 20:05
 1400k 2016/04/08 C:\cygwin64\bin\cygicuuc57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc57.dll" v0.0 ts=2016-04-08 20:03
 1422k 2016/12/10 C:\cygwin64\bin\cygicuuc58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc58.dll" v0.0 ts=2016-12-10 16:51
 1469k 2018/01/05 C:\cygwin64\bin\cygicuuc60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc60.dll" v0.0 ts=2018-01-05 14:58
 1506k 2018/03/27 C:\cygwin64\bin\cygicuuc61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc61.dll" v0.0 ts=2018-03-27 02:12
 1516k 2018/06/21 C:\cygwin64\bin\cygicuuc62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc62.dll" v0.0 ts=2018-06-21 15:10
 1574k 2019/04/18 C:\cygwin64\bin\cygicuuc64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc64.dll" v0.0 ts=2019-04-18 12:59
  197k 2017/05/02 C:\cygwin64\bin\cygidn-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn-11.dll" v0.0 ts=2017-05-02 01:18
  114k 2019/07/29 C:\cygwin64\bin\cygidn2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn2-0.dll" v0.0 ts=2019-07-29 03:22
   54k 2017/07/06 C:\cygwin64\bin\cygimagequant-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygimagequant-0.dll" v0.0 ts=2017-07-06 18:49
   42k 2016/10/23 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygintl-8.dll" v0.0 ts=2016-10-23 07:17
  294k 2013/09/09 C:\cygwin64\bin\cygiodbc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbc-2.dll" v0.0 ts=2013-09-09 16:36
   66k 2013/09/09 C:\cygwin64\bin\cygiodbcinst-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbcinst-2.dll" v0.0 ts=2013-09-09 16:35
  888k 2013/05/05 C:\cygwin64\bin\cygisl-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-10.dll" v0.0 ts=2013-05-05 16:36
 1039k 2015/09/20 C:\cygwin64\bin\cygisl-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-13.dll" v0.0 ts=2015-09-20 12:39
 1304k 2017/11/04 C:\cygwin64\bin\cygisl-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-15.dll" v0.0 ts=2017-11-04 20:36
  284k 2017/01/03 C:\cygwin64\bin\cygjasper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygjasper-1.dll" v0.0 ts=2017-01-03 14:07
  288k 2017/09/25 C:\cygwin64\bin\cygjasper-4.dll - os=4.0 img=4.0 sys=5.2
                  "cygjasper-4.dll" v0.0 ts=2017-09-25 02:39
   48k 2014/06/17 C:\cygwin64\bin\cygjbig-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig-2.dll" v0.0 ts=1970-01-01 00:00
   18k 2014/06/17 C:\cygwin64\bin\cygjbig85-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig85-2.dll" v0.0 ts=1970-01-01 00:00
  419k 2017/12/18 C:\cygwin64\bin\cygjpeg-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygjpeg-8.dll" v0.0 ts=2017-12-18 02:41
  130k 2018/02/12 C:\cygwin64\bin\cygjson-glib-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygjson-glib-1.0-0.dll" v0.0 ts=2018-02-12 01:18
  192k 2018/03/16 C:\cygwin64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygk5crypto-3.dll" v0.0 ts=2018-03-16 03:37
  183k 2016/03/11 C:\cygwin64\bin\cygklu-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygklu-1.dll" v0.0 ts=2016-03-11 13:41
   89k 2019/05/09 C:\cygwin64\bin\cygkpathsea-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygkpathsea-6.dll" v0.0 ts=2019-05-09 21:01
  754k 2018/03/16 C:\cygwin64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5-3.dll" v0.0 ts=2018-03-16 03:37
   37k 2018/03/16 C:\cygwin64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5support-0.dll" v0.0 ts=2018-03-16 03:36
   46k 2019/08/01 C:\cygwin64\bin\cyglber-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglber-2-4-2.dll" v0.0 ts=2019-08-01 07:41
  303k 2017/11/27 C:\cygwin64\bin\cyglcms2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglcms2-2.dll" v0.0 ts=2017-11-27 15:44
  253k 2019/08/01 C:\cygwin64\bin\cygldap-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygldap-2-4-2.dll" v0.0 ts=2019-08-01 07:42
  270k 2019/08/01 C:\cygwin64\bin\cygldap_r-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygldap_r-2-4-2.dll" v0.0 ts=2019-08-01 07:46
26685k 2016/07/21 C:\cygwin64\bin\cygLLVM-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.8.dll" v0.0 ts=2016-07-21 04:07
29379k 2017/02/20 C:\cygwin64\bin\cygLLVM-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.9.dll" v0.0 ts=2017-02-20 16:42
32037k 2017/06/26 C:\cygwin64\bin\cygLLVM-4.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-4.0.dll" v0.0 ts=2017-06-26 01:32
36141k 2017/12/31 C:\cygwin64\bin\cygLLVM-5.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-5.0.dll" v0.0 ts=2017-12-31 10:34
  906k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64AsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64AsmParser-8.dll" v0.0 ts=2019-08-26 23:56
  592k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64AsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64AsmPrinter-8.dll" v0.0 ts=2019-08-26 23:56
 2311k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64CodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64CodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  846k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64Desc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Desc-8.dll" v0.0 ts=2019-08-26 23:56
  191k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64Disassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Disassembler-8.dll" v0.0 ts=2019-08-26 23:56
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64Info-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Info-8.dll" v0.0 ts=2019-08-26 23:55
  119k 2019/08/27 C:\cygwin64\bin\cygLLVMAArch64Utils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Utils-8.dll" v0.0 ts=2019-08-26 23:55
   74k 2019/08/27 C:\cygwin64\bin\cygLLVMAggressiveInstCombine-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAggressiveInstCombine-8.dll" v0.0 ts=2019-08-27 00:08
  757k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUAsmParser-8.dll" v0.0 ts=2019-08-26 23:57
  233k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUAsmPrinter-8.dll" v0.0 ts=2019-08-26 23:57
 2704k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
 1418k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUDesc-8.dll" v0.0 ts=2019-08-26 23:57
  200k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUDisassembler-8.dll" v0.0 ts=2019-08-26 23:57
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUInfo-8.dll" v0.0 ts=2019-08-26 23:57
  223k 2019/08/27 C:\cygwin64\bin\cygLLVMAMDGPUUtils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUUtils-8.dll" v0.0 ts=2019-08-26 23:57
 3324k 2019/08/27 C:\cygwin64\bin\cygLLVMAnalysis-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAnalysis-8.dll" v0.0 ts=2019-08-27 00:07
  490k 2019/08/27 C:\cygwin64\bin\cygLLVMARMAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMAsmParser-8.dll" v0.0 ts=2019-08-26 23:58
  111k 2019/08/27 C:\cygwin64\bin\cygLLVMARMAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMAsmPrinter-8.dll" v0.0 ts=2019-08-26 23:58
 2347k 2019/08/27 C:\cygwin64\bin\cygLLVMARMCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  788k 2019/08/27 C:\cygwin64\bin\cygLLVMARMDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMDesc-8.dll" v0.0 ts=2019-08-26 23:58
  221k 2019/08/27 C:\cygwin64\bin\cygLLVMARMDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMDisassembler-8.dll" v0.0 ts=2019-08-26 23:58
   10k 2019/08/27 C:\cygwin64\bin\cygLLVMARMInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMInfo-8.dll" v0.0 ts=2019-08-26 23:58
   18k 2019/08/27 C:\cygwin64\bin\cygLLVMARMUtils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMUtils-8.dll" v0.0 ts=2019-08-26 23:58
  382k 2019/08/27 C:\cygwin64\bin\cygLLVMAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAsmParser-8.dll" v0.0 ts=2019-08-27 00:07
  741k 2019/08/27 C:\cygwin64\bin\cygLLVMAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:08
  118k 2019/08/27 C:\cygwin64\bin\cygLLVMBinaryFormat-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBinaryFormat-8.dll" v0.0 ts=2019-08-26 23:39
  320k 2019/08/27 C:\cygwin64\bin\cygLLVMBitReader-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBitReader-8.dll" v0.0 ts=2019-08-26 23:45
  232k 2019/08/27 C:\cygwin64\bin\cygLLVMBitWriter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBitWriter-8.dll" v0.0 ts=2019-08-27 00:08
   31k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFAsmParser-8.dll" v0.0 ts=2019-08-26 23:59
   17k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFAsmPrinter-8.dll" v0.0 ts=2019-08-26 23:59
  238k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   53k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFDesc-8.dll" v0.0 ts=2019-08-26 23:59
   15k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFDisassembler-8.dll" v0.0 ts=2019-08-26 23:59
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMBPFInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFInfo-8.dll" v0.0 ts=2019-08-26 23:59
 4256k 2019/08/27 C:\cygwin64\bin\cygLLVMCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCodeGen-8.dll" v0.0 ts=2019-08-27 00:08
 2438k 2019/08/27 C:\cygwin64\bin\cygLLVMCore-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCore-8.dll" v0.0 ts=2019-08-26 23:40
  136k 2019/08/27 C:\cygwin64\bin\cygLLVMCoroutines-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCoroutines-8.dll" v0.0 ts=2019-08-27 00:08
  143k 2019/08/27 C:\cygwin64\bin\cygLLVMCoverage-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCoverage-8.dll" v0.0 ts=2019-08-27 00:07
  600k 2019/08/27 C:\cygwin64\bin\cygLLVMDebugInfoCodeView-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoCodeView-8.dll" v0.0 ts=2019-08-26 23:52
  498k 2019/08/27 C:\cygwin64\bin\cygLLVMDebugInfoDWARF-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoDWARF-8.dll" v0.0 ts=2019-08-26 23:52
   61k 2019/08/27 C:\cygwin64\bin\cygLLVMDebugInfoMSF-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoMSF-8.dll" v0.0 ts=2019-08-26 23:52
  574k 2019/08/27 C:\cygwin64\bin\cygLLVMDebugInfoPDB-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoPDB-8.dll" v0.0 ts=2019-08-26 23:53
  219k 2019/08/27 C:\cygwin64\bin\cygLLVMDemangle-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDemangle-8.dll" v0.0 ts=2019-08-26 06:19
   18k 2019/08/27 C:\cygwin64\bin\cygLLVMDlltoolDriver-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDlltoolDriver-8.dll" v0.0 ts=2019-08-27 00:07
  126k 2019/08/27 C:\cygwin64\bin\cygLLVMExecutionEngine-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMExecutionEngine-8.dll" v0.0 ts=2019-08-27 00:08
  124k 2019/08/27 C:\cygwin64\bin\cygLLVMFuzzMutate-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMFuzzMutate-8.dll" v0.0 ts=2019-08-27 00:08
  442k 2019/08/27 C:\cygwin64\bin\cygLLVMGlobalISel-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMGlobalISel-8.dll" v0.0 ts=2019-08-27 00:08
  257k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonAsmParser-8.dll" v0.0 ts=2019-08-27 00:00
 2482k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  749k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonDesc-8.dll" v0.0 ts=2019-08-27 00:00
  130k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonDisassembler-8.dll" v0.0 ts=2019-08-27 00:00
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMHexagonInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonInfo-8.dll" v0.0 ts=2019-08-27 00:00
  967k 2019/08/27 C:\cygwin64\bin\cygLLVMInstCombine-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMInstCombine-8.dll" v0.0 ts=2019-08-27 00:08
  943k 2019/08/27 C:\cygwin64\bin\cygLLVMInstrumentation-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMInstrumentation-8.dll" v0.0 ts=2019-08-27 00:08
  145k 2019/08/27 C:\cygwin64\bin\cygLLVMInterpreter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMInterpreter-8.dll" v0.0 ts=2019-08-27 00:08
 1165k 2019/08/27 C:\cygwin64\bin\cygLLVMipo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMipo-8.dll" v0.0 ts=2019-08-27 00:08
   23k 2019/08/27 C:\cygwin64\bin\cygLLVMIRReader-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMIRReader-8.dll" v0.0 ts=2019-08-27 00:07
   45k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiAsmParser-8.dll" v0.0 ts=2019-08-27 00:01
   24k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:00
  304k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   59k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiDesc-8.dll" v0.0 ts=2019-08-27 00:01
   15k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiDisassembler-8.dll" v0.0 ts=2019-08-27 00:01
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMLanaiInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiInfo-8.dll" v0.0 ts=2019-08-27 00:01
   25k 2019/08/27 C:\cygwin64\bin\cygLLVMLibDriver-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLibDriver-8.dll" v0.0 ts=2019-08-27 00:07
   17k 2019/08/27 C:\cygwin64\bin\cygLLVMLineEditor-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLineEditor-8.dll" v0.0 ts=2019-08-27 00:07
  115k 2019/08/27 C:\cygwin64\bin\cygLLVMLinker-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLinker-8.dll" v0.0 ts=2019-08-27 00:08
  297k 2019/08/27 C:\cygwin64\bin\cygLLVMLTO-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLTO-8.dll" v0.0 ts=2019-08-27 00:09
  681k 2019/08/27 C:\cygwin64\bin\cygLLVMMC-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMC-8.dll" v0.0 ts=2019-08-26 23:52
  108k 2019/08/27 C:\cygwin64\bin\cygLLVMMCA-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCA-8.dll" v0.0 ts=2019-08-26 23:52
   23k 2019/08/27 C:\cygwin64\bin\cygLLVMMCDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCDisassembler-8.dll" v0.0 ts=2019-08-26 23:52
   47k 2019/08/27 C:\cygwin64\bin\cygLLVMMCJIT-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCJIT-8.dll" v0.0 ts=2019-08-27 00:08
  266k 2019/08/27 C:\cygwin64\bin\cygLLVMMCParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCParser-8.dll" v0.0 ts=2019-08-26 23:52
  294k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsAsmParser-8.dll" v0.0 ts=2019-08-27 00:02
   80k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:02
 1478k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  483k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsDesc-8.dll" v0.0 ts=2019-08-27 00:02
  103k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsDisassembler-8.dll" v0.0 ts=2019-08-27 00:02
   10k 2019/08/27 C:\cygwin64\bin\cygLLVMMipsInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsInfo-8.dll" v0.0 ts=2019-08-27 00:02
  194k 2019/08/27 C:\cygwin64\bin\cygLLVMMIRParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMIRParser-8.dll" v0.0 ts=2019-08-27 00:08
   44k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430AsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430AsmParser-8.dll" v0.0 ts=2019-08-27 00:02
   20k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430AsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430AsmPrinter-8.dll" v0.0 ts=2019-08-27 00:02
  220k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430CodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430CodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   75k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430Desc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430Desc-8.dll" v0.0 ts=2019-08-27 00:02
   19k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430Disassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430Disassembler-8.dll" v0.0 ts=2019-08-27 00:02
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMMSP430Info-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430Info-8.dll" v0.0 ts=2019-08-27 00:02
  120k 2019/08/27 C:\cygwin64\bin\cygLLVMNVPTXAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:02
  650k 2019/08/27 C:\cygwin64\bin\cygLLVMNVPTXCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  458k 2019/08/27 C:\cygwin64\bin\cygLLVMNVPTXDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXDesc-8.dll" v0.0 ts=2019-08-27 00:02
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMNVPTXInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXInfo-8.dll" v0.0 ts=2019-08-27 00:02
  149k 2019/08/27 C:\cygwin64\bin\cygLLVMObjCARCOpts-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMObjCARCOpts-8.dll" v0.0 ts=2019-08-27 00:08
  713k 2019/08/27 C:\cygwin64\bin\cygLLVMObject-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMObject-8.dll" v0.0 ts=2019-08-26 23:52
  931k 2019/08/27 C:\cygwin64\bin\cygLLVMObjectYAML-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMObjectYAML-8.dll" v0.0 ts=2019-08-26 23:52
   54k 2019/08/27 C:\cygwin64\bin\cygLLVMOption-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMOption-8.dll" v0.0 ts=2019-08-26 23:52
   20k 2019/08/27 C:\cygwin64\bin\cygLLVMOptRemarks-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMOptRemarks-8.dll" v0.0 ts=2019-08-26 23:52
  662k 2019/08/27 C:\cygwin64\bin\cygLLVMOrcJIT-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMOrcJIT-8.dll" v0.0 ts=2019-08-27 00:08
 1166k 2019/08/27 C:\cygwin64\bin\cygLLVMPasses-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPasses-8.dll" v0.0 ts=2019-08-27 00:08
  123k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCAsmParser-8.dll" v0.0 ts=2019-08-27 00:03
  104k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:03
 1407k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  397k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCDesc-8.dll" v0.0 ts=2019-08-27 00:03
   84k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCDisassembler-8.dll" v0.0 ts=2019-08-27 00:03
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMPowerPCInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCInfo-8.dll" v0.0 ts=2019-08-27 00:03
  329k 2019/08/27 C:\cygwin64\bin\cygLLVMProfileData-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMProfileData-8.dll" v0.0 ts=2019-08-27 00:07
  369k 2019/08/27 C:\cygwin64\bin\cygLLVMRuntimeDyld-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMRuntimeDyld-8.dll" v0.0 ts=2019-08-26 23:53
 2835k 2019/08/27 C:\cygwin64\bin\cygLLVMScalarOpts-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMScalarOpts-8.dll" v0.0 ts=2019-08-27 00:08
 2860k 2019/08/27 C:\cygwin64\bin\cygLLVMSelectionDAG-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSelectionDAG-8.dll" v0.0 ts=2019-08-27 00:08
   74k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcAsmParser-8.dll" v0.0 ts=2019-08-27 00:04
   95k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:04
  326k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  135k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcDesc-8.dll" v0.0 ts=2019-08-27 00:04
   28k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcDisassembler-8.dll" v0.0 ts=2019-08-27 00:04
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMSparcInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcInfo-8.dll" v0.0 ts=2019-08-27 00:04
 1429k 2019/08/27 C:\cygwin64\bin\cygLLVMSupport-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSupport-8.dll" v0.0 ts=2019-08-26 23:38
   55k 2019/08/27 C:\cygwin64\bin\cygLLVMSymbolize-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSymbolize-8.dll" v0.0 ts=2019-08-26 23:53
  142k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZAsmParser-8.dll" v0.0 ts=2019-08-27 00:04
   55k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:04
  718k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  386k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZDesc-8.dll" v0.0 ts=2019-08-27 00:04
  110k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZDisassembler-8.dll" v0.0 ts=2019-08-27 00:04
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMSystemZInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZInfo-8.dll" v0.0 ts=2019-08-27 00:04
  356k 2019/08/27 C:\cygwin64\bin\cygLLVMTableGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTableGen-8.dll" v0.0 ts=2019-08-26 23:39
   47k 2019/08/27 C:\cygwin64\bin\cygLLVMTarget-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTarget-8.dll" v0.0 ts=2019-08-27 00:08
   27k 2019/08/27 C:\cygwin64\bin\cygLLVMTextAPI-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTextAPI-8.dll" v0.0 ts=2019-08-27 00:07
 1636k 2019/08/27 C:\cygwin64\bin\cygLLVMTransformUtils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTransformUtils-8.dll" v0.0 ts=2019-08-27 00:08
  735k 2019/08/27 C:\cygwin64\bin\cygLLVMVectorize-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMVectorize-8.dll" v0.0 ts=2019-08-27 00:08
   59k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyAsmParser-8.dll" v0.0 ts=2019-08-27 00:05
   41k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:05
  720k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  157k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyDesc-8.dll" v0.0 ts=2019-08-27 00:05
   17k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyDisassembler-8.dll" v0.0 ts=2019-08-27 00:05
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMWebAssemblyInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyInfo-8.dll" v0.0 ts=2019-08-27 00:05
   13k 2019/08/27 C:\cygwin64\bin\cygLLVMWindowsManifest-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWindowsManifest-8.dll" v0.0 ts=2019-08-27 00:07
  646k 2019/08/27 C:\cygwin64\bin\cygLLVMX86AsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86AsmParser-8.dll" v0.0 ts=2019-08-27 00:07
  338k 2019/08/27 C:\cygwin64\bin\cygLLVMX86AsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86AsmPrinter-8.dll" v0.0 ts=2019-08-27 00:07
 3795k 2019/08/27 C:\cygwin64\bin\cygLLVMX86CodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86CodeGen-8.dll" v0.0 ts=2019-08-27 00:09
 1732k 2019/08/27 C:\cygwin64\bin\cygLLVMX86Desc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Desc-8.dll" v0.0 ts=2019-08-27 00:07
 1626k 2019/08/27 C:\cygwin64\bin\cygLLVMX86Disassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Disassembler-8.dll" v0.0 ts=2019-08-27 00:07
    9k 2019/08/27 C:\cygwin64\bin\cygLLVMX86Info-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Info-8.dll" v0.0 ts=2019-08-27 00:07
   19k 2019/08/27 C:\cygwin64\bin\cygLLVMX86Utils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Utils-8.dll" v0.0 ts=2019-08-27 00:07
   16k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:07
  347k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   53k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreDesc-8.dll" v0.0 ts=2019-08-27 00:07
   24k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreDisassembler-8.dll" v0.0 ts=2019-08-27 00:07
    8k 2019/08/27 C:\cygwin64\bin\cygLLVMXCoreInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreInfo-8.dll" v0.0 ts=2019-08-27 00:07
  171k 2019/08/27 C:\cygwin64\bin\cygLLVMXRay-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXRay-8.dll" v0.0 ts=2019-08-27 00:08
   35k 2019/07/28 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygltdl-7.dll" v0.0 ts=2019-07-28 17:44
  194k 2019/05/01 C:\cygwin64\bin\cyglua-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cyglua-5.3.dll" v0.0 ts=2019-05-01 16:03
  144k 2019/07/21 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzma-5.dll" v0.0 ts=2019-07-22 00:15
  129k 2017/10/05 C:\cygwin64\bin\cyglzo2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzo2-2.dll" v0.0 ts=2017-10-05 19:40
  125k 2018/03/18 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmagic-1.dll" v0.0 ts=2018-03-18 15:17
  359k 2018/09/08 C:\cygwin64\bin\cygMagick++-6.Q16-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagick++-6.Q16-8.dll" v0.0 ts=2018-09-08 14:43
 4513k 2017/09/30 C:\cygwin64\bin\cygMagickCore-6.Q16-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-6.Q16-5.dll" v0.0 ts=2017-09-30 12:24
 4638k 2018/09/08 C:\cygwin64\bin\cygMagickCore-6.Q16-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-6.Q16-6.dll" v0.0 ts=2018-09-08 14:41
 1166k 2017/09/30 C:\cygwin64\bin\cygMagickWand-6.Q16-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-6.Q16-5.dll" v0.0 ts=2017-09-30 12:25
 1134k 2018/09/08 C:\cygwin64\bin\cygMagickWand-6.Q16-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-6.Q16-6.dll" v0.0 ts=2018-09-08 14:42
  168k 2018/01/23 C:\cygwin64\bin\cygman-2-7-6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygman-2-7-6-1.dll" v0.0 ts=2018-01-23 20:22
   22k 2018/01/23 C:\cygwin64\bin\cygmandb-2-7-6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmandb-2-7-6-1.dll" v0.0 ts=2018-01-23 20:22
   28k 2019/07/28 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygmenuw-10.dll" v0.0 ts=2019-07-28 17:32
   42k 2013/08/12 C:\cygwin64\bin\cygmetalink-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmetalink-3.dll" v0.0 ts=2013-08-13 00:02
  347k 2013/07/14 C:\cygwin64\bin\cygmetis-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmetis-0.dll" v0.0 ts=2013-07-14 13:12
  334k 2019/05/02 C:\cygwin64\bin\cygming-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygming-1.dll" v0.0 ts=2019-05-02 02:49
  367k 2016/08/22 C:\cygwin64\bin\cygmng-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygmng-2.dll" v0.0 ts=2016-08-22 07:53
   92k 2018/03/17 C:\cygwin64\bin\cygmpc-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpc-3.dll" v0.0 ts=2018-03-17 17:05
  346k 2017/11/04 C:\cygwin64\bin\cygmpfr-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-4.dll" v0.0 ts=2017-11-04 18:48
  432k 2019/02/02 C:\cygwin64\bin\cygmpfr-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-6.dll" v0.0 ts=2019-02-02 18:25
 2418k 2020/01/03 C:\cygwin64\bin\cygmpi-40.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpi-40.dll" v0.0 ts=2020-01-02 06:03
  368k 2020/01/03 C:\cygwin64\bin\cygmpi_mpifh-40.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpi_mpifh-40.dll" v0.0 ts=2020-01-02 14:58
 3492k 2018/02/06 C:\cygwin64\bin\cygmysqlclient-18.dll - os=4.0 img=18.0 sys=5.2
                  "cygmysqlclient-18.dll" v0.0 ts=2018-02-06 05:23
   47k 2019/07/28 C:\cygwin64\bin\cygncurses++w-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncurses++w-10.dll" v0.0 ts=2019-07-28 17:47
  301k 2019/07/28 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncursesw-10.dll" v0.0 ts=2019-07-28 17:30
  227k 2017/12/07 C:\cygwin64\bin\cygnetpbm-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetpbm-10.dll" v0.0 ts=2017-12-07 08:35
  180k 2016/03/13 C:\cygwin64\bin\cygnettle-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnettle-4.dll" v0.0 ts=2016-03-13 14:46
  205k 2019/02/19 C:\cygwin64\bin\cygnettle-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygnettle-6.dll" v0.0 ts=2019-02-19 06:59
  144k 2019/03/27 C:\cygwin64\bin\cygnghttp2-14.dll - os=4.0 img=0.0 sys=5.2
                  "cygnghttp2-14.dll" v0.0 ts=2019-03-27 04:05
   74k 2019/04/05 C:\cygwin64\bin\cygnsl-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygnsl-2.dll" v0.0 ts=2019-04-05 05:08
  226k 2019/07/29 C:\cygwin64\bin\cygnspr4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnspr4.dll" v0.0 ts=2019-07-29 04:09
 1360k 2019/07/29 C:\cygwin64\bin\cygnss3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnss3.dll" v0.0 ts=2019-07-29 22:04
  168k 2019/07/29 C:\cygwin64\bin\cygnssdbm3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssdbm3.dll" v0.0 ts=2019-07-29 22:04
  165k 2019/07/29 C:\cygwin64\bin\cygnssutil3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssutil3.dll" v0.0 ts=2019-07-29 22:04
15875k 2019/12/28 C:\cygwin64\bin\cygoctave-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctave-7.dll" v0.0 ts=2019-12-28 12:33
 2725k 2019/12/28 C:\cygwin64\bin\cygoctgui-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctgui-5.dll" v0.0 ts=2019-12-28 21:07
15328k 2019/12/28 C:\cygwin64\bin\cygoctinterp-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctinterp-7.dll" v0.0 ts=2019-12-28 12:40
   22k 2013/06/01 C:\cygwin64\bin\cygogg-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygogg-0.dll" v0.0 ts=2013-06-01 17:40
 2483k 2020/01/03 C:\cygwin64\bin\cygopen-pal-40.dll - os=4.0 img=0.0 sys=5.2
                  "cygopen-pal-40.dll" v0.0 ts=2020-01-02 05:18
 1089k 2020/01/03 C:\cygwin64\bin\cygopen-rte-40.dll - os=4.0 img=0.0 sys=5.2
                  "cygopen-rte-40.dll" v0.0 ts=2020-01-02 05:27
  300k 2018/03/20 C:\cygwin64\bin\cygopenjp2-7.dll - os=4.0 img=2.3 sys=5.2
                  "cygopenjp2-7.dll" v0.0 ts=2018-03-20 04:17
    7k 2019/08/27 C:\cygwin64\bin\cygOptRemarks-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygOptRemarks-8.dll" v0.0 ts=2019-08-27 00:12
 8976k 2019/09/05 C:\cygwin64\bin\cygOSMesa-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygOSMesa-8.dll" v0.0 ts=2019-09-05 16:21
 1013k 2019/02/20 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygp11-kit-0.dll" v0.0 ts=2019-02-20 07:21
   14k 2019/07/28 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygpanelw-10.dll" v0.0 ts=2019-07-28 17:32
  270k 2018/02/12 C:\cygwin64\bin\cygpango-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpango-1.0-0.dll" v0.0 ts=2018-02-12 00:40
   44k 2018/02/12 C:\cygwin64\bin\cygpangocairo-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2018-02-12 00:41
   72k 2018/02/12 C:\cygwin64\bin\cygpangoft2-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2018-02-12 00:40
   28k 2018/02/12 C:\cygwin64\bin\cygpangoxft-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2018-02-12 00:41
   11k 2013/07/23 C:\cygwin64\bin\cygpaper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpaper-1.dll" v0.0 ts=2013-07-23 05:40
  284k 2019/12/16 C:\cygwin64\bin\cygparpack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygparpack-0.dll" v0.0 ts=2019-12-16 20:45
  467k 2019/04/05 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre-1.dll" v0.0 ts=2019-04-05 01:59
  426k 2019/04/05 C:\cygwin64\bin\cygpcre16-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre16-0.dll" v0.0 ts=2019-04-05 01:59
  511k 2019/07/21 C:\cygwin64\bin\cygpcre2-16-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre2-16-0.dll" v0.0 ts=2019-07-21 23:54
  408k 2019/04/05 C:\cygwin64\bin\cygpcre32-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre32-0.dll" v0.0 ts=2019-04-05 01:59
   33k 2019/04/05 C:\cygwin64\bin\cygpcrecpp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcrecpp-0.dll" v0.0 ts=2019-04-05 01:59
   11k 2019/04/05 C:\cygwin64\bin\cygpcreposix-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcreposix-0.dll" v0.0 ts=2019-04-05 01:59
 2210k 2019/08/24 C:\cygwin64\bin\cygperl5_26.dll - os=4.0 img=0.0 sys=5.2
                  "cygperl5_26.dll" v0.0 ts=2019-08-24 11:22
   41k 2019/09/12 C:\cygwin64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpipeline-1.dll" v0.0 ts=2019-09-12 19:52
  642k 2019/09/05 C:\cygwin64\bin\cygpixman-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpixman-1-0.dll" v0.0 ts=2019-09-05 21:25
   52k 2019/02/20 C:\cygwin64\bin\cygpkgconf-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygpkgconf-3.dll" v0.0 ts=2019-02-20 02:06
   17k 2019/07/29 C:\cygwin64\bin\cygplc4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplc4.dll" v0.0 ts=2019-07-29 04:09
   14k 2019/07/29 C:\cygwin64\bin\cygplds4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplds4.dll" v0.0 ts=2019-07-29 04:09
 1000k 2016/04/19 C:\cygwin64\bin\cygplotter-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygplotter-2.dll" v0.0 ts=2016-04-18 09:28
  185k 2019/07/21 C:\cygwin64\bin\cygpng16-16.dll - os=4.0 img=0.0 sys=5.2
                  "cygpng16-16.dll" v0.0 ts=2019-07-22 00:15
 2112k 2018/04/11 C:\cygwin64\bin\cygpoppler-73.dll - os=4.0 img=73.0 sys=5.2
                  "cygpoppler-73.dll" v0.0 ts=2018-04-11 05:44
   41k 2016/07/13 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpopt-0.dll" v0.0 ts=2016-07-13 06:16
   69k 2018/01/12 C:\cygwin64\bin\cygportaudio-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygportaudio-2.dll" v0.0 ts=2018-01-12 04:54
   31k 2017/11/05 C:\cygwin64\bin\cygpotrace-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpotrace-0.dll" v0.0 ts=2017-11-05 17:27
  266k 2019/11/29 C:\cygwin64\bin\cygpq-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpq-5.dll" v0.0 ts=2019-11-29 07:25
   54k 2016/09/20 C:\cygwin64\bin\cygprocps-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygprocps-5.dll" v0.0 ts=2016-09-20 19:29
   57k 2017/06/15 C:\cygwin64\bin\cygprocps-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygprocps-6.dll" v0.0 ts=2017-06-15 20:30
   59k 2019/03/16 C:\cygwin64\bin\cygprocps-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygprocps-7.dll" v0.0 ts=2019-03-16 19:38
  109k 2017/09/27 C:\cygwin64\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygproxy-1.dll" v0.0 ts=2017-09-27 17:56
   65k 2019/07/21 C:\cygwin64\bin\cygpsl-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpsl-5.dll" v0.0 ts=2019-07-21 19:18
  356k 2018/10/01 C:\cygwin64\bin\cygpstoedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpstoedit-0.dll" v0.0 ts=2018-10-01 07:44
   40k 2019/05/09 C:\cygwin64\bin\cygptexenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygptexenc-1.dll" v0.0 ts=2019-05-09 21:03
  405k 2019/12/17 C:\cygwin64\bin\cygqhull-7.dll - os=4.0 img=7.3 sys=5.2
                  "cygqhull-7.dll" v0.0 ts=2019-12-17 07:08
  415k 2019/12/17 C:\cygwin64\bin\cygqhull_p-7.dll - os=4.0 img=7.3 sys=5.2
                  "cygqhull_p-7.dll" v0.0 ts=2019-12-17 07:08
  418k 2019/12/17 C:\cygwin64\bin\cygqhull_r-7.dll - os=4.0 img=7.3 sys=5.2
                  "cygqhull_r-7.dll" v0.0 ts=2019-12-17 07:08
   97k 2018/05/21 C:\cygwin64\bin\cygqrupdate-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygqrupdate-0.dll" v0.0 ts=2018-05-21 20:17
 2926k 2017/03/13 C:\cygwin64\bin\cygqscintilla2-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygqscintilla2-12.dll" v0.0 ts=2017-03-13 09:28
 2855k 2017/03/13 C:\cygwin64\bin\cygqscintilla2-qt5-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygqscintilla2-qt5-12.dll" v0.0 ts=2017-03-13 09:31
 3532k 2017/12/10 C:\cygwin64\bin\cygqscintilla2_qt5-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygqscintilla2_qt5-13.dll" v0.0 ts=2017-12-10 23:14
   22k 2018/04/11 C:\cygwin64\bin\cygQt5Concurrent-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Concurrent-5.dll" v0.0 ts=2018-04-11 08:54
 4309k 2018/04/11 C:\cygwin64\bin\cygQt5Core-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Core-5.dll" v0.0 ts=2018-04-11 08:54
  510k 2018/04/11 C:\cygwin64\bin\cygQt5DBus-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5DBus-5.dll" v0.0 ts=2018-04-11 08:56
 4324k 2018/04/11 C:\cygwin64\bin\cygQt5Gui-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Gui-5.dll" v0.0 ts=2018-04-11 09:01
  422k 2018/02/22 C:\cygwin64\bin\cygQt5Help-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Help-5.dll" v0.0 ts=2018-02-22 23:20
 1490k 2018/04/11 C:\cygwin64\bin\cygQt5Network-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Network-5.dll" v0.0 ts=2018-04-11 08:59
  197k 2018/02/23 C:\cygwin64\bin\cygQt5NetworkAuth-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5NetworkAuth-5.dll" v0.0 ts=2018-02-23 01:10
  295k 2018/04/11 C:\cygwin64\bin\cygQt5OpenGL-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5OpenGL-5.dll" v0.0 ts=2018-04-11 09:10
  340k 2018/04/11 C:\cygwin64\bin\cygQt5PrintSupport-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5PrintSupport-5.dll" v0.0 ts=2018-04-11 09:10
  249k 2018/04/11 C:\cygwin64\bin\cygQt5Sql-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Sql-5.dll" v0.0 ts=2018-04-11 08:55
  172k 2018/04/11 C:\cygwin64\bin\cygQt5Test-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Test-5.dll" v0.0 ts=2018-04-11 09:10
 5596k 2018/04/11 C:\cygwin64\bin\cygQt5Widgets-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Widgets-5.dll" v0.0 ts=2018-04-11 09:09
  913k 2018/04/11 C:\cygwin64\bin\cygQt5XcbQpa-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5XcbQpa-5.dll" v0.0 ts=2018-04-11 09:13
  198k 2018/04/11 C:\cygwin64\bin\cygQt5Xml-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5Xml-5.dll" v0.0 ts=2018-04-11 08:54
 3335k 2018/02/22 C:\cygwin64\bin\cygQt5XmlPatterns-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt5XmlPatterns-5.dll" v0.0 ts=2018-02-22 16:34
 2717k 2016/09/01 C:\cygwin64\bin\cygQtCore-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtCore-4.dll" v0.0 ts=2016-09-01 04:28
10055k 2016/09/01 C:\cygwin64\bin\cygQtGui-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtGui-4.dll" v0.0 ts=2016-09-01 04:32
 1286k 2016/09/01 C:\cygwin64\bin\cygQtNetwork-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtNetwork-4.dll" v0.0 ts=2016-09-01 04:29
  945k 2016/09/01 C:\cygwin64\bin\cygQtOpenGL-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtOpenGL-4.dll" v0.0 ts=2016-09-01 04:35
  315k 2018/12/09 C:\cygwin64\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygquadmath-0.dll" v0.0 ts=2018-12-08 22:57
  219k 2017/02/13 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
                  "cygreadline7.dll" v0.0 ts=2017-02-11 22:39
   73k 2018/02/12 C:\cygwin64\bin\cygrest-0.7-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrest-0.7-0.dll" v0.0 ts=2018-02-12 02:55
   29k 2018/02/12 C:\cygwin64\bin\cygrest-extras-0.7-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrest-extras-0.7-0.dll" v0.0 ts=2018-02-12 02:55
  212k 2018/02/12 C:\cygwin64\bin\cygrsvg-2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygrsvg-2-2.dll" v0.0 ts=2018-02-12 00:38
 2765k 2019/09/16 C:\cygwin64\bin\cygruby260.dll - os=4.0 img=0.0 sys=5.2
                  "cygruby260.dll" v2.6 ts=2019-09-16 01:57
   99k 2020/01/09 C:\cygwin64\bin\cygsasl2-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsasl2-3.dll" v0.0 ts=2020-01-09 02:13
   20k 2017/03/06 C:\cygwin64\bin\cygsigc-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsigc-2.0-0.dll" v0.0 ts=2017-03-06 21:10
   11k 2015/07/17 C:\cygwin64\bin\cygsigsegv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsigsegv-2.dll" v0.0 ts=2015-07-17 22:35
   29k 2019/09/05 C:\cygwin64\bin\cygSM-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygSM-6.dll" v0.0 ts=2019-09-05 21:53
  150k 2019/03/05 C:\cygwin64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmartcols-1.dll" v0.0 ts=2019-03-05 20:06
  171k 2019/07/29 C:\cygwin64\bin\cygsmime3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmime3.dll" v0.0 ts=2019-07-29 22:04
  385k 2017/09/25 C:\cygwin64\bin\cygsndfile-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsndfile-1.dll" v0.0 ts=2017-09-25 03:38
  289k 2019/07/29 C:\cygwin64\bin\cygsoftokn3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoftokn3.dll" v0.0 ts=2019-07-29 22:04
  710k 2018/02/12 C:\cygwin64\bin\cygsoup-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoup-2.4-1.dll" v0.0 ts=2018-02-12 00:39
   11k 2018/02/12 C:\cygwin64\bin\cygsoup-gnome-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoup-gnome-2.4-1.dll" v0.0 ts=2018-02-12 00:39
  988k 2019/10/08 C:\cygwin64\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3-0.dll" v0.0 ts=2019-10-08 14:45
  449k 2019/05/02 C:\cygwin64\bin\cygssh-4.dll - os=4.0 img=4.7 sys=5.2
                  "cygssh-4.dll" v0.0 ts=2019-05-02 16:11
  156k 2016/03/02 C:\cygwin64\bin\cygssh2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssh2-1.dll" v0.0 ts=2016-03-02 18:03
  408k 2019/09/11 C:\cygwin64\bin\cygssl-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.0.0.dll" v0.0 ts=2019-09-11 18:40
  495k 2019/09/13 C:\cygwin64\bin\cygssl-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.1.dll" v0.0 ts=2019-09-13 18:36
  444k 2019/07/29 C:\cygwin64\bin\cygssl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl3.dll" v0.0 ts=2019-07-29 22:04
   12k 2017/11/13 C:\cygwin64\bin\cygssp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssp-0.dll" v0.0 ts=2017-11-13 21:52
 1400k 2018/12/09 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygstdc++-6.dll" v0.0 ts=2018-12-08 21:15
   11k 2016/02/21 C:\cygwin64\bin\cygsuitesparseconfig-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsuitesparseconfig-1.dll" v0.0 ts=2016-02-21 18:32
  201k 2018/05/01 C:\cygwin64\bin\cygsundials_arkode-1.dll - os=4.0 img=1.1 sys=5.2
                  "cygsundials_arkode-1.dll" v0.0 ts=2018-05-01 07:12
  118k 2018/05/01 C:\cygwin64\bin\cygsundials_cvode-2.dll - os=4.0 img=2.9 sys=5.2
                  "cygsundials_cvode-2.dll" v0.0 ts=2018-05-01 07:12
  209k 2018/05/01 C:\cygwin64\bin\cygsundials_cvodes-2.dll - os=4.0 img=2.9 sys=5.2
                  "cygsundials_cvodes-2.dll" v0.0 ts=2018-05-01 07:12
  114k 2018/05/01 C:\cygwin64\bin\cygsundials_ida-2.dll - os=4.0 img=2.9 sys=5.2
                  "cygsundials_ida-2.dll" v0.0 ts=2018-05-01 07:12
  206k 2018/05/01 C:\cygwin64\bin\cygsundials_idas-1.dll - os=4.0 img=1.3 sys=5.2
                  "cygsundials_idas-1.dll" v0.0 ts=2018-05-01 07:12
  100k 2018/05/01 C:\cygwin64\bin\cygsundials_kinsol-2.dll - os=4.0 img=2.9 sys=5.2
                  "cygsundials_kinsol-2.dll" v0.0 ts=2018-05-01 07:13
   22k 2018/05/01 C:\cygwin64\bin\cygsundials_nvecopenmp-2.dll - os=4.0 img=2.7 sys=5.2
                  "cygsundials_nvecopenmp-2.dll" v0.0 ts=2018-05-01 07:11
   32k 2018/05/01 C:\cygwin64\bin\cygsundials_nvecpthreads-2.dll - os=4.0 img=2.7 sys=5.2
                  "cygsundials_nvecpthreads-2.dll" v0.0 ts=2018-05-01 07:11
   15k 2018/05/01 C:\cygwin64\bin\cygsundials_nvecserial-2.dll - os=4.0 img=2.7 sys=5.2
                  "cygsundials_nvecserial-2.dll" v0.0 ts=2018-05-01 07:11
  377k 2017/05/03 C:\cygwin64\bin\cygsybdb-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygsybdb-5.dll" v0.0 ts=2017-05-03 08:46
   96k 2018/09/20 C:\cygwin64\bin\cygsynctex-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsynctex-1.dll" v0.0 ts=2018-09-20 23:19
   96k 2019/05/09 C:\cygwin64\bin\cygsynctex-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsynctex-2.dll" v0.0 ts=2019-05-09 21:24
   68k 2019/07/29 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtasn1-6.dll" v0.0 ts=2019-07-29 03:12
  197k 2019/05/17 C:\cygwin64\bin\cygTECkit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygTECkit-0.dll" v0.0 ts=2019-05-17 22:21
 1594k 2019/05/17 C:\cygwin64\bin\cygTECkit_Compiler-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygTECkit_Compiler-0.dll" v0.0 ts=2019-05-17 22:21
  169k 2018/09/20 C:\cygwin64\bin\cygtexlua52-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexlua52-5.dll" v0.0 ts=2018-09-20 23:03
  199k 2019/05/09 C:\cygwin64\bin\cygtexlua53-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexlua53-5.dll" v0.0 ts=2019-05-09 21:04
  452k 2019/05/09 C:\cygwin64\bin\cygtexluajit-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexluajit-2.dll" v0.0 ts=2019-05-09 21:05
   34k 2017/03/05 C:\cygwin64\bin\cygthai-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygthai-0.dll" v0.0 ts=2017-03-05 04:36
   57k 2019/07/28 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygticw-10.dll" v0.0 ts=2019-07-28 17:31
  452k 2017/12/18 C:\cygwin64\bin\cygtiff-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiff-6.dll" v0.0 ts=2017-12-18 02:52
   12k 2017/12/18 C:\cygwin64\bin\cygtiffxx-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiffxx-6.dll" v0.0 ts=2017-12-18 02:52
   61k 2016/07/18 C:\cygwin64\bin\cygtinyxml2-4.dll - os=4.0 img=4.0 sys=5.2
                  "cygtinyxml2-4.dll" v0.0 ts=2016-07-18 19:16
   70k 2017/06/27 C:\cygwin64\bin\cygtinyxml2-5.dll - os=4.0 img=5.0 sys=5.2
                  "cygtinyxml2-5.dll" v0.0 ts=2017-06-27 23:21
   69k 2017/12/11 C:\cygwin64\bin\cygtinyxml2-6.dll - os=4.0 img=6.0 sys=5.2
                  "cygtinyxml2-6.dll" v0.0 ts=2017-12-11 19:31
  167k 2019/04/05 C:\cygwin64\bin\cygtirpc-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygtirpc-3.dll" v0.0 ts=2019-04-05 05:29
   20k 2017/11/01 C:\cygwin64\bin\cygtxc_dxtn.dll - os=4.0 img=0.0 sys=5.2
                  "cygtxc_dxtn.dll" v0.0 ts=2017-11-02 00:08
  699k 2016/03/11 C:\cygwin64\bin\cygumfpack-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygumfpack-1.dll" v0.0 ts=2016-03-11 14:01
 1612k 2018/08/16 C:\cygwin64\bin\cygunistring-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygunistring-2.dll" v0.0 ts=2018-08-16 20:33
   27k 2019/03/05 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguuid-1.dll" v0.0 ts=2019-03-05 20:06
  164k 2018/03/16 C:\cygwin64\bin\cygvorbis-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvorbis-0.dll" v0.0 ts=2018-03-16 23:37
  607k 2018/03/16 C:\cygwin64\bin\cygvorbisenc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygvorbisenc-2.dll" v0.0 ts=2018-03-16 23:37
    8k 2016/06/13 C:\cygwin64\bin\cygvtv-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvtv-0.dll" v0.0 ts=2016-06-13 17:12
    8k 2016/06/13 C:\cygwin64\bin\cygvtv_stubs-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvtv_stubs-0.dll" v0.0 ts=2016-06-13 17:12
  344k 2016/07/08 C:\cygwin64\bin\cygwebp-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebp-5.dll" v0.0 ts=2016-07-08 19:27
  411k 2018/02/27 C:\cygwin64\bin\cygwebp-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebp-7.dll" v0.0 ts=2018-02-27 09:00
   17k 2018/02/27 C:\cygwin64\bin\cygwebpdemux-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpdemux-2.dll" v0.0 ts=2018-02-27 09:00
   27k 2016/07/08 C:\cygwin64\bin\cygwebpmux-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpmux-1.dll" v0.0 ts=2016-07-08 19:27
   39k 2018/02/27 C:\cygwin64\bin\cygwebpmux-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpmux-3.dll" v0.0 ts=2018-02-27 09:00
 3454k 2016/05/31 C:\cygwin64\bin\cygwin1-20160531.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2016-05-31 15:41
 3455k 2016/06/06 C:\cygwin64\bin\cygwin1-20160606.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2016-06-06 15:49
  312k 2015/06/30 C:\cygwin64\bin\cygwmf-0-2-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygwmf-0-2-7.dll" v0.0 ts=2015-06-30 04:52
  101k 2015/06/30 C:\cygwin64\bin\cygwmflite-0-2-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygwmflite-0-2-7.dll" v0.0 ts=2015-06-30 04:52
 1150k 2019/09/05 C:\cygwin64\bin\cygX11-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-6.dll" v0.0 ts=2019-09-05 21:15
    8k 2019/09/05 C:\cygwin64\bin\cygX11-xcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-xcb-1.dll" v0.0 ts=2019-09-05 21:15
 1934k 2016/11/14 C:\cygwin64\bin\cygxapian-22.dll - os=4.0 img=0.0 sys=5.2
                  "cygxapian-22.dll" v0.0 ts=2016-11-14 03:32
 2244k 2017/11/26 C:\cygwin64\bin\cygxapian-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygxapian-30.dll" v0.0 ts=2017-11-26 19:44
   13k 2019/09/05 C:\cygwin64\bin\cygXau-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXau-6.dll" v0.0 ts=2019-09-05 18:13
  375k 2016/01/29 C:\cygwin64\bin\cygXaw-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygXaw-7.dll" v0.0 ts=2016-01-29 20:32
  133k 2019/09/05 C:\cygwin64\bin\cygxcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-1.dll" v0.0 ts=2019-09-05 19:37
   16k 2019/09/05 C:\cygwin64\bin\cygxcb-dri2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-dri2-0.dll" v0.0 ts=2019-09-05 19:37
   83k 2019/09/05 C:\cygwin64\bin\cygxcb-glx-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-glx-0.dll" v0.0 ts=2019-09-05 19:37
   17k 2014/08/10 C:\cygwin64\bin\cygxcb-icccm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-icccm-4.dll" v0.0 ts=1970-01-01 00:00
   16k 2013/03/17 C:\cygwin64\bin\cygxcb-image-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-image-0.dll" v0.0 ts=2013-03-17 22:42
   11k 2013/08/01 C:\cygwin64\bin\cygxcb-keysyms-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-keysyms-1.dll" v0.0 ts=2013-08-01 08:15
   50k 2019/09/05 C:\cygwin64\bin\cygxcb-randr-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-randr-0.dll" v0.0 ts=2019-09-05 19:37
   44k 2019/09/05 C:\cygwin64\bin\cygxcb-render-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-render-0.dll" v0.0 ts=2019-09-05 19:37
   14k 2014/08/10 C:\cygwin64\bin\cygxcb-render-util-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-render-util-0.dll" v0.0 ts=1970-01-01 00:00
   14k 2019/09/05 C:\cygwin64\bin\cygxcb-shape-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-shape-0.dll" v0.0 ts=2019-09-05 19:38
   12k 2019/09/05 C:\cygwin64\bin\cygxcb-shm-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-shm-0.dll" v0.0 ts=2019-09-05 19:38
   23k 2019/09/05 C:\cygwin64\bin\cygxcb-sync-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-sync-1.dll" v0.0 ts=2019-09-05 19:38
   17k 2013/03/17 C:\cygwin64\bin\cygxcb-util-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-util-1.dll" v0.0 ts=2013-03-17 22:33
   27k 2019/09/05 C:\cygwin64\bin\cygxcb-xfixes-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xfixes-0.dll" v0.0 ts=2019-09-05 19:38
   12k 2019/09/05 C:\cygwin64\bin\cygxcb-xinerama-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xinerama-0.dll" v0.0 ts=2019-09-05 19:38
   93k 2019/09/05 C:\cygwin64\bin\cygxcb-xkb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xkb-1.dll" v0.0 ts=2019-09-05 19:38
   11k 2019/09/05 C:\cygwin64\bin\cygXcomposite-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcomposite-1.dll" v0.0 ts=2019-09-05 22:09
   36k 2019/09/05 C:\cygwin64\bin\cygXcursor-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcursor-1.dll" v0.0 ts=2019-09-05 22:09
   11k 2019/09/05 C:\cygwin64\bin\cygXdamage-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdamage-1.dll" v0.0 ts=2019-09-05 22:36
   21k 2019/09/05 C:\cygwin64\bin\cygXdmcp-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdmcp-6.dll" v0.0 ts=2019-09-05 18:29
   60k 2019/09/05 C:\cygwin64\bin\cygXext-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXext-6.dll" v0.0 ts=2019-09-05 20:44
   20k 2016/10/09 C:\cygwin64\bin\cygXfixes-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfixes-3.dll" v0.0 ts=2016-10-09 18:37
   77k 2019/09/05 C:\cygwin64\bin\cygXft-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXft-2.dll" v0.0 ts=2019-09-05 22:36
   61k 2019/09/05 C:\cygwin64\bin\cygXi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXi-6.dll" v0.0 ts=2019-09-05 22:54
   11k 2019/09/05 C:\cygwin64\bin\cygXinerama-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXinerama-1.dll" v0.0 ts=2019-09-05 22:03
  239k 2018/02/21 C:\cygwin64\bin\cygxkbcommon-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxkbcommon-0.dll" v0.0 ts=2018-02-21 17:11
   28k 2018/02/21 C:\cygwin64\bin\cygxkbcommon-x11-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxkbcommon-x11-0.dll" v0.0 ts=2018-02-21 17:11
 1222k 2019/03/26 C:\cygwin64\bin\cygxml2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxml2-2.dll" v0.0 ts=2019-03-26 01:39
   88k 2019/09/05 C:\cygwin64\bin\cygXmu-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmu-6.dll" v0.0 ts=2019-09-05 23:40
   61k 2017/01/18 C:\cygwin64\bin\cygXpm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXpm-4.dll" v0.0 ts=2017-01-18 17:27
   37k 2019/09/05 C:\cygwin64\bin\cygXrandr-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrandr-2.dll" v0.0 ts=2019-09-05 22:53
   36k 2016/01/29 C:\cygwin64\bin\cygXrender-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrender-1.dll" v0.0 ts=2016-01-29 20:24
  209k 2016/08/26 C:\cygwin64\bin\cygxslt-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxslt-1.dll" v0.0 ts=2016-08-26 22:10
   12k 2019/09/05 C:\cygwin64\bin\cygXss-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXss-1.dll" v0.0 ts=2019-09-05 22:04
  335k 2019/09/06 C:\cygwin64\bin\cygXt-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXt-6.dll" v0.0 ts=2019-09-06 20:50
   22k 2016/10/09 C:\cygwin64\bin\cygXtst-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXtst-6.dll" v0.0 ts=2016-10-09 18:54
  121k 2014/12/08 C:\cygwin64\bin\cygyaml-0-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygyaml-0-2.dll" v0.0 ts=2014-12-08 18:19
   83k 2017/03/03 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
                  "cygz.dll" v0.0 ts=2017-03-03 21:42
   61k 2015/03/26 C:\cygwin64\bin\cygzip-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygzip-2.dll" v0.0 ts=2015-03-26 20:04
   91k 2018/04/25 C:\cygwin64\bin\cygzip-5.dll - os=4.0 img=5.0 sys=5.2
                  "cygzip-5.dll" v0.0 ts=2018-04-25 19:23
   26k 2018/02/20 C:\cygwin64\bin\cygzzip-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzip-0-13.dll" v0.0 ts=2018-02-20 23:15
   14k 2018/02/20 C:\cygwin64\bin\cygzzipfseeko-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipfseeko-0-13.dll" v0.0 ts=2018-02-20 23:15
   17k 2018/02/20 C:\cygwin64\bin\cygzzipmmapped-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipmmapped-0-13.dll" v0.0 ts=2018-02-20 23:15
   10k 2018/02/20 C:\cygwin64\bin\cygzzipwrap-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipwrap-0-13.dll" v0.0 ts=2018-02-20 23:15
 3514k 2020/01/26 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2020-01-26 16:22
    Cygwin DLL version info:
        DLL version: 3.1.3
        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

  437k 2018/05/24 C:\cygwin64\lib\lapack\cygblas-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygblas-0.dll" v0.0 ts=2018-05-20 15:40
 6901k 2018/05/24 C:\cygwin64\lib\lapack\cyglapack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyglapack-0.dll" v0.0 ts=2018-05-20 15:40

Service             : inetd               (Installation path: C:\cygwin)
Display name        : CYGWIN inetd
Current State       : Stopped
Command             : /usr/sbin/inetd -D
stdin path          : /dev/null
stdout path         : /var/log/inetd.log
stderr path         : /var/log/inetd.log
Environment         : CYGWIN="" 
Process Type        : Own Process
Startup             : Automatic
Dependencies        : tcpip
Account             : .\cyg_server

Service             : syslogd             (Installation path: C:\cygwin)
Display name        : CYGWIN syslogd
Current State       : Stopped
Command             : /usr/sbin/syslogd -D
stdin path          : /dev/null
stdout path         : /var/log/syslogd.log
stderr path         : /var/log/syslogd.log
Process Type        : Own Process
Startup             : Automatic
Account             : LocalSystem


Cygwin Package Information
Last downloaded files to: C:\cygwin64\setup
Last downloaded files from: http://ftp.jaist.ac.jp/pub/cygwin/

Package                                 Version               Status
_autorebase                             001007-1              OK
adwaita-icon-theme                      3.26.1-1              OK
alternatives                            1.3.30c-10            OK
at-spi2-core                            2.26.2-1              OK
autoconf                                13-1                  OK
autoconf2.1                             2.13-12               OK
autoconf2.5                             2.69-4                OK
automake                                11-1                  OK
automake1.10                            1.10.3-3              OK
automake1.11                            1.11.6-3              OK
automake1.12                            1.12.6-3              OK
automake1.13                            1.13.4-2              OK
automake1.14                            1.14.1-3              OK
automake1.15                            1.15.1-2              OK
automake1.16                            1.16.1-1              OK
automake1.4                             1.4p6-11              OK
automake1.5                             1.5-11                OK
automake1.6                             1.6.3-12              OK
automake1.7                             1.7.9-11              OK
automake1.8                             1.8.5-11              OK
automake1.9                             1.9.6-11              OK
base-cygwin                             3.8-1                 OK
base-files                              4.3-2                 OK
bash                                    4.4.12-3              OK
bc                                      1.06.95-2             OK
biber                                   2.13-1                OK
binutils                                2.29-1                OK
bison                                   3.0.4-1               OK
build-docbook-catalog                   1.5-2                 OK
byacc                                   20170430-1            OK
bzip2                                   1.0.8-1               OK
ca-certificates                         2.32-1                OK
cocom                                   0.996-2               OK
coreutils                               8.26-2                OK
cppcheck                                1.84-1                OK
Empty package crypt
crypt                                   2.1-1                 OK
crypto-policies                         20190218-1            OK
csih                                    0.9.11-1              OK
curl                                    7.66.0-1              OK
cvs                                     1.11.23-2             OK
cygport                                 0.33.1-1              OK
cygrunsrv                               1.62-1                OK
cygutils                                1.4.16-2              OK
cygwin                                  3.1.2-1               OK
cygwin-debuginfo                        3.1.2-1               OK
cygwin-devel                            3.1.2-1               OK
cygwin32                                2.10.0-1              OK
cygwin32-zlib                           1.2.8-1               OK
dash                                    0.5.9.1-1             OK
dblatex                                 0.3.10-1              OK
dconf-service                           0.26.1-1              OK
dejavu-fonts                            2.37-1                OK
desktop-file-utils                      0.23-1                OK
dialog                                  1.3-3.20170131        OK
diffstat                                1.61-1                OK
diffutils                               3.5-2                 OK
docbook-xsl                             1.77.1-1              OK
dos2unix                                7.4.1-1               OK
dri-drivers                             19.1.6-1              OK
ed                                      1.15-1                OK
editrights                              1.03-1                OK
expat                                   2.2.6-1               OK
fftw3                                   3.3.8-1               OK
file                                    5.32-1                OK
findutils                               4.6.0-1               OK
flex                                    2.6.4-2               OK
gamin                                   0.1.10-15             OK
gawk                                    5.0.1-1               OK
gcc-core                                7.4.0-1               OK
gcc-fortran                             7.4.0-1               OK
gcc-g++                                 7.4.0-1               OK
gdb                                     8.2.1-1               OK
gdk-pixbuf2.0-svg                       2.40.20-1             OK
getent                                  2.18.90-4             OK
gettext                                 0.19.8.1-2            OK
gettext-devel                           0.19.8.1-2            OK
ghostscript                             9.27-1                OK
ghostscript-fonts-other                 6.0-1                 OK
girepository-cairo1.0                   1.54.1-1              OK
girepository-GIRepository2.0            1.54.1-1              OK
girepository-GLib2.0                    1.54.1-1              OK
girepository-HarfBuzz0.0                2.5.3-1               OK
girepository-Pango1.0                   1.40.14-1             OK
girepository-x11                        1.54.1-1              OK
git                                     2.21.0-1              OK
glib2.0-networking                      2.54.1-1              OK
glpk                                    4.65-1                OK
Empty package gmp
gmp                                     6.1.2-1               OK
gnuplot                                 5.2.8-1               OK
gobject-introspection                   1.54.1-1              OK
gperf                                   3.1-1                 OK
GraphicsMagick                          1.3.34-1              OK
grep                                    3.0-2                 OK
groff                                   1.22.4-1              OK
gsettings-desktop-schemas               3.24.1-1              OK
gtk-update-icon-cache                   3.22.28-1             OK
gzip                                    1.8-1                 OK
hdf5                                    1.10.6-1              OK
help2man                                1.47.4-1              OK
hicolor-icon-theme                      0.15-1                OK
hostname                                3.13-1                OK
ico                                     1.0.5-1               OK
icoutils                                0.32.3-1              OK
ImageMagick                             6.9.10.11-1           OK
info                                    6.7-1                 OK
ipc-utils                               1.0-2                 OK
iperf                                   2.0.5-1               OK
khrplatform-devel                       19.1.6-1              OK
less                                    551-1                 OK
lftp                                    4.9.1-1               OK
libamd-devel                            2.4.4-1               OK
libamd1                                 2.4.4-1               OK
libargp                                 20110921-3            OK
libarpack-devel                         3.7.0-1               OK
libarpack0                              3.7.0-1               OK
libatk-bridge2.0_0                      2.26.1-1              OK
libatk1.0_0                             2.26.1-1              OK
libatomic1                              7.4.0-1               OK
libatspi0                               2.26.2-1              OK
libattr1                                2.4.48-2              OK
libaudio2                               1.9.3-1               OK
libautotrace3                           0.31.1-19             OK
libblkid1                               2.33.1-1              OK
libbrotlicommon1                        1.0.7-1               OK
libbrotlidec1                           1.0.7-1               OK
libbtf-devel                            1.2.4-1               OK
libbtf0                                 1.2.4-1               OK
libbz2_1                                1.0.8-1               OK
libcairo-devel                          1.16.0-1              OK
libcairo2                               1.16.0-1              OK
libcamd-devel                           2.4.4-1               OK
libcamd1                                2.4.4-1               OK
libcatgets1                             1.1-2                 OK
libccolamd-devel                        2.9.4-1               OK
libccolamd1                             2.9.4-1               OK
libcerf1                                1.13-1                OK
libcharset1                             1.14-3                OK
libcholmod-devel                        3.0.9-1               OK
libcholmod1                             3.0.9-1               OK
libcloog-isl4                           0.18.0-2              OK
libcolamd-devel                         2.9.4-1               OK
libcolamd1                              2.9.4-1               OK
libcom_err2                             1.44.5-1              OK
libcord1                                8.0.4-1               OK
libcroco0.6_3                           0.6.12-1              OK
libcrypt-devel                          4.4.4-1               OK
libcrypt0                               2.1-1                 OK
libcrypt2                               4.4.4-1               OK
libcurl-devel                           7.66.0-1              OK
libcurl4                                7.66.0-1              OK
libcxsparse-devel                       3.1.7-1               OK
libcxsparse0                            3.1.7-1               OK
libdatrie1                              0.2.8-1               OK
libdb5.3                                5.3.28-2              OK
libdbus1_3                              1.10.22-1             OK
libdialog14                             1.3-3.20170131        OK
libedit0                                20130712-1            OK
libEGL-devel                            19.1.6-1              OK
libEGL1                                 19.1.6-1              OK
libEMF1                                 1.0.9-1               OK
libepoxy0                               1.4.3-1               OK
libevent2.0_5                           2.0.22-1              OK
libexpat-devel                          2.2.6-1               OK
libexpat1                               2.2.6-1               OK
libfam0                                 0.1.10-15             OK
libfdisk1                               2.33.1-1              OK
libffi-devel                            3.2.1-2               OK
libffi6                                 3.2.1-2               OK
libfftw3-devel                          3.3.8-1               OK
libfftw3-omp3                           3.3.8-1               OK
libfftw3_3                              3.3.8-1               OK
libFLAC8                                1.3.2-1               OK
libfltk-devel                           1.3.4-1               OK
libfltk1.3                              1.3.4-1               OK
libfontconfig-common                    2.13.1-1              OK
libfontconfig-devel                     2.13.1-1              OK
libfontconfig1                          2.13.1-1              OK
libfpx1                                 1.3.1.4-1             OK
libfreetype-devel                       2.9.1-1               OK
libfreetype6                            2.9.1-1               OK
libgc1                                  8.0.4-1               OK
libgc2                                  7.6.2-3               OK
libgcc1                                 7.4.0-1               OK
libgccpp1                               8.0.4-1               OK
libgcrypt20                             1.8.2-1               OK
libgd3                                  2.2.5-2               OK
libgdbm4                                1.13-1                OK
libgdbm6                                1.18.1-1              OK
libgdbm_compat4                         1.18.1-1              OK
libgdk_pixbuf2.0_0                      2.36.11-1             OK
libgfortran3                            6.4.0-5               OK
libgfortran4                            7.4.0-1               OK
libggi2                                 2.2.2-4               OK
libggiwmh0                              0.3.2-4               OK
libgif7                                 5.1.4-1               OK
libgii1                                 1.0.2-4               OK
libgirepository1.0-devel                1.54.1-1              OK
libgirepository1.0_1                    1.54.1-1              OK
libGL-devel                             19.1.6-1              OK
libGL1                                  19.1.6-1              OK
libgl2ps-devel                          1.4.0-1               OK
libgl2ps1                               1.4.0-1               OK
libglapi0                               19.1.6-1              OK
libglib2.0-devel                        2.54.3-1              OK
libglib2.0_0                            2.54.3-1              OK
libglibmm2.4-devel                      2.54.1-1              OK
libglibmm2.4_1                          2.54.1-1              OK
libglpk-devel                           4.65-1                OK
libglpk40                               4.65-1                OK
libGLU-devel                            9.0.0-1               OK
libGLU1                                 9.0.0-1               OK
libglut-devel                           3.2.1-1               OK
libglut3                                3.2.1-1               OK
libgmp-devel                            6.1.2-1               OK
libgmp10                                6.1.2-1               OK
libgmpxx4                               6.1.2-1               OK
libgnutls28                             3.3.27-1              OK
libgnutls30                             3.6.9-1               OK
libgomp1                                7.4.0-1               OK
libgpg-error0                           1.28-1                OK
libGraphicsMagick++12                   1.3.34-1              OK
libGraphicsMagick-devel                 1.3.34-1              OK
libGraphicsMagick3                      1.3.34-1              OK
libGraphicsMagickWand2                  1.3.34-1              OK
libgraphite2-devel                      1.3.10-1              OK
libgraphite2_3                          1.3.10-1              OK
libgs9                                  9.27-1                OK
libgsm1                                 1.0.17-1              OK
libgssapi_krb5_2                        1.15.2-2              OK
libgtk2.0_0                             2.24.32-1             OK
libgtk3_0                               3.22.28-1             OK
libguile17                              1.8.8-3               OK
libguile2.0_22                          2.0.14-3              OK
libharfbuzz-devel                       2.5.3-1               OK
libharfbuzz-gobject0                    2.5.3-1               OK
libharfbuzz-icu0                        2.5.3-1               OK
libharfbuzz0                            2.5.3-1               OK
libhdf5-devel                           1.10.6-1              OK
libhdf5_10                              1.8.20-1              OK
libhdf5_101                             1.10.2-1              OK
libhdf5_103                             1.10.6-1              OK
libhdf5cpp_103                          1.10.6-1              OK
libhdf5hl_100                           1.10.6-1              OK
libhdf5hlcpp_100                        1.10.6-1              OK
libhogweed2                             2.7.1-1               OK
libhogweed4                             3.4.1-1               OK
libICE6                                 1.0.10-1              OK
libiconv                                1.14-3                OK
libiconv-devel                          1.14-3                OK
libiconv2                               1.14-3                OK
libicu57                                57.1-1                OK
libicu58                                58.2-1                OK
libicu60                                60.2-1                OK
libicu61                                61.1-1                OK
libicu62                                62.1-1                OK
libicu64                                64.2-1                OK
libidn11                                1.33-1                OK
libidn2_0                               2.2.0-1               OK
libimagequant0                          2.10.0-1              OK
libintl-devel                           0.19.8.1-2            OK
libintl8                                0.19.8.1-2            OK
libiodbc2                               3.52.8-2              OK
libisl10                                0.11.1-2              OK
libisl13                                0.14.1-1              OK
libisl15                                0.16.1-1              OK
libjasper1                              1.900.22-1            OK
libjasper4                              2.0.14-1              OK
libjbig2                                2.0-14                OK
libjpeg8                                1.5.3-1               OK
libjson-glib1.0_0                       1.4.2-1               OK
libk5crypto3                            1.15.2-2              OK
libklu-devel                            1.3.6-1               OK
libklu1                                 1.3.6-1               OK
libkpathsea6                            20190509-1            OK
libkrb5_3                               1.15.2-2              OK
libkrb5support0                         1.15.2-2              OK
liblapack-devel                         3.8.0-1               OK
liblapack0                              3.8.0-1               OK
liblcms2_2                              2.9-1                 OK
libllvm3.8                              3.8.1-1               OK
libllvm3.9                              3.9.1-1               OK
libllvm4.0                              4.0.1-1               OK
libllvm5.0                              5.0.1-1               OK
libllvm8                                8.0.1-1               OK
libltdl7                                2.4.6-7               OK
liblzma-devel                           5.2.4-1               OK
liblzma5                                5.2.4-1               OK
liblzo2_2                               2.10-1                OK
libMagickC++6_8                         6.9.10.11-1           OK
libMagickCore6_5                        6.9.9.11-3            OK
libMagickCore6_6                        6.9.10.11-1           OK
libMagickWand6_5                        6.9.9.11-3            OK
libMagickWand6_6                        6.9.10.11-1           OK
libmetalink3                            0.1.2-1               OK
libmetis0                               5.1.0-1               OK
libming1                                0.4.8-3               OK
libmng2                                 2.0.3-1               OK
libmpc3                                 1.1.0-1               OK
libmpfr-devel                           4.0.2-1               OK
libmpfr4                                3.1.6-1p1             OK
libmpfr6                                4.0.2-1               OK
libmysqlclient18                        10.1.30-1             OK
libncurses++w10                         6.1-1.20190727        OK
libncurses-devel                        6.1-1.20190727        OK
libncursesw10                           6.1-1.20190727        OK
libnetpbm10                             10.80.00-1            OK
libnettle4                              2.7.1-1               OK
libnettle6                              3.4.1-1               OK
libnghttp2_14                           1.37.0-1              OK
libnsl2                                 1.2.0-1               OK
libnspr4                                4.21-1                OK
libnss3                                 3.45-1                OK
libogg0                                 1.3.1-1               OK
libopenblas                             0.3.7-1               OK
libopenjp2_7                            2.3.0-1               OK
libopenldap2_4_2                        2.4.48-1              OK
libopenmpi40                            3.1.5-1               OK
libopenmpifh40                          3.1.5-1               OK
libOSMesa8                              19.1.6-1              OK
libp11-kit0                             0.23.15-1             OK
libpango1.0-devel                       1.40.14-1             OK
libpango1.0_0                           1.40.14-1             OK
libpaper-common                         1.1.24-2              OK
libpaper1                               1.1.24-2              OK
libparpack-devel                        3.7.0-1               OK
libparpack0                             3.7.0-1               OK
libpcre-devel                           8.43-1                OK
libpcre1                                8.43-1                OK
libpcre16_0                             8.43-1                OK
libpcre2_16_0                           10.33-1               OK
libpcre32_0                             8.43-1                OK
libpcrecpp0                             8.43-1                OK
libpcreposix0                           8.43-1                OK
libpipeline1                            1.5.1-1               OK
libpixman1-devel                        0.38.4-1              OK
libpixman1_0                            0.38.4-1              OK
libpkgconf3                             1.6.0-1               OK
libplotter2                             2.6-5                 OK
libpng-devel                            1.6.37-1              OK
libpng16                                1.6.37-1              OK
libpng16-devel                          1.6.37-1              OK
libpoppler73                            0.62.0-1              OK
libpopt-common                          1.16-2                OK
libpopt0                                1.16-2                OK
libportaudio-devel                      19.20140130-3         OK
libportaudio2                           19.20140130-3         OK
libpotrace0                             1.15-1                OK
libpq5                                  12.1-1                OK
libprocps-ng5                           3.3.11-1              OK
libprocps-ng6                           3.3.12-2              OK
libprocps7                              3.3.15-1              OK
libproxy1                               0.4.14-2              OK
libpsl5                                 0.21.0-1              OK
libpstoedit0                            3.73-1                OK
libptexenc1                             20190509-1            OK
libqhull-devel                          2019.1-1              OK
libqhull_7                              2019.1-1              OK
libqrupdate-devel                       1.1.2-3               OK
libqrupdate0                            1.1.2-3               OK
Empty package libqscintilla2-common
libqscintilla2-common                   2.10.2-1              OK
Empty package libqscintilla2-qt5-common
libqscintilla2-qt5-common               2.10.2-1              OK
libqscintilla2-qt5_12                   2.9.3-2               OK
libqscintilla2_12                       2.9.3-2               OK
libqscintilla2_qt4-common               2.10.2-1              OK
libqscintilla2_qt5-common               2.10.2-1              OK
libqscintilla2_qt5_13                   2.10.2-1              OK
libQt5Core-devel                        5.9.4-2               OK
libQt5Core5                             5.9.4-2               OK
libQt5Gui-devel                         5.9.4-2               OK
libQt5Gui5                              5.9.4-2               OK
libQt5Help-devel                        5.9.4-1               OK
libQt5Help5                             5.9.4-1               OK
libQt5NetworkAuth-devel                 5.9.4-1               OK
libQt5NetworkAuth5                      5.9.4-1               OK
libQt5Sql-devel                         5.9.4-2               OK
libQt5Sql5                              5.9.4-2               OK
libQt5XmlPatterns-devel                 5.9.4-1               OK
libQt5XmlPatterns5                      5.9.4-1               OK
libQtCore4                              4.8.7-4               OK
libQtGui4                               4.8.7-4               OK
libQtNetwork4                           4.8.7-4               OK
libQtOpenGL4                            4.8.7-4               OK
libquadmath0                            7.4.0-1               OK
libreadline-devel                       7.0.3-3               OK
libreadline7                            7.0.3-3               OK
librest0.7_0                            0.8.1-1               OK
librsvg2_2                              2.40.20-1             OK
libsasl2_3                              2.1.27-1              OK
libsigc2.0-devel                        2.10.0-1              OK
libsigc2.0_0                            2.10.0-1              OK
libsigsegv2                             2.10-2                OK
libSM6                                  1.2.3-1               OK
libsmartcols1                           2.33.1-1              OK
libsndfile-devel                        1.0.28-2              OK
libsndfile1                             1.0.28-2              OK
libsoup-gnome2.4_1                      2.60.3-1              OK
libsoup2.4_1                            2.60.3-1              OK
libsqlite3_0                            3.30.0-1              OK
libssh-common                           0.8.7-1               OK
libssh2_1                               1.7.0-1               OK
libssh4                                 0.8.7-1               OK
libssl-devel                            1.1.1d-1              OK
libssl1.0                               1.0.2t-1              OK
libssl1.1                               1.1.1d-1              OK
libssp0                                 6.4.0-4               OK
libstdc++6                              7.4.0-1               OK
libsuitesparseconfig-devel              4.5.1-1               OK
libsuitesparseconfig1                   4.5.1-1               OK
libsundials-devel                       2.7.0-1               OK
libsundials_arkode1                     2.7.0-1               OK
libsundials_cvode2                      2.7.0-1               OK
libsundials_cvodes2                     2.7.0-1               OK
libsundials_ida2                        2.7.0-1               OK
libsundials_idas1                       2.7.0-1               OK
libsundials_kinsol2                     2.7.0-1               OK
libsundials_nvecopenmp2                 2.7.0-1               OK
libsundials_nvecpthreads2               2.7.0-1               OK
libsundials_nvecserial2                 2.7.0-1               OK
libsybdb5                               1.00.37-1             OK
libsynctex1                             20180918-1            OK
libsynctex2                             20190509-1            OK
libtasn1_6                              4.14-1                OK
libteckit0                              2.5.9-1               OK
libtexlua52_5                           20180918-1            OK
libtexlua53_5                           20190509-1            OK
libtexluajit2                           20190509-1            OK
libthai0                                0.1.26-1              OK
libtiff6                                4.0.9-1               OK
libtinyxml2_4                           4.0.1-1               OK
libtinyxml2_5                           5.0.1-1               OK
libtinyxml2_6                           6.0.0-1               OK
libtirpc-common                         1.1.4-1               OK
libtirpc3                               1.1.4-1               OK
libtool                                 2.4.6-7               OK
libtxc_dxtn                             1.0.1-2               OK
libumfpack-devel                        5.7.4-1               OK
libumfpack1                             5.7.4-1               OK
libunistring2                           0.9.10-1              OK
libuuid-devel                           2.33.1-1              OK
libuuid1                                2.33.1-1              OK
libvorbis                               1.3.6-1               OK
libvorbis0                              1.3.6-1               OK
libvorbisenc2                           1.3.6-1               OK
libvtv0                                 5.4.0-1               OK
libwebp5                                0.4.4-1               OK
libwebp7                                0.6.1-2               OK
libwebpdemux2                           0.6.1-2               OK
libwebpmux1                             0.4.4-1               OK
libwebpmux3                             0.6.1-2               OK
libwmf027                               0.2.8.4-15            OK
libX11-devel                            1.6.8-1               OK
libX11-xcb-devel                        1.6.8-1               OK
libX11-xcb1                             1.6.8-1               OK
libX11_6                                1.6.8-1               OK
libxapian22                             1.2.24-1              OK
libxapian30                             1.4.5-1               OK
libXau-devel                            1.0.9-1               OK
libXau6                                 1.0.9-1               OK
libXaw7                                 1.0.13-1              OK
libxcb-devel                            1.13-1                OK
libxcb-dri2_0                           1.13-1                OK
libxcb-glx-devel                        1.13-1                OK
libxcb-glx0                             1.13-1                OK
libxcb-icccm4                           0.4.1-1               OK
libxcb-image0                           0.3.9-1               OK
libxcb-keysyms1                         0.3.9-1               OK
libxcb-randr0                           1.13-1                OK
libxcb-render-devel                     1.13-1                OK
libxcb-render-util0                     0.3.9-1               OK
libxcb-render0                          1.13-1                OK
libxcb-shape0                           1.13-1                OK
libxcb-shm-devel                        1.13-1                OK
libxcb-shm0                             1.13-1                OK
libxcb-sync1                            1.13-1                OK
libxcb-util1                            0.3.9-1               OK
libxcb-xfixes0                          1.13-1                OK
libxcb-xinerama0                        1.13-1                OK
libxcb-xkb1                             1.13-1                OK
libxcb1                                 1.13-1                OK
libXcomposite1                          0.4.5-1               OK
libXcursor1                             1.2.0-1               OK
libXdamage-devel                        1.1.5-1               OK
libXdamage1                             1.1.5-1               OK
libXdmcp-devel                          1.1.3-1               OK
libXdmcp6                               1.1.3-1               OK
libXext-devel                           1.3.4-1               OK
libXext6                                1.3.4-1               OK
libXfixes-devel                         5.0.3-1               OK
libXfixes3                              5.0.3-1               OK
libXft-devel                            2.3.3-1               OK
libXft2                                 2.3.3-1               OK
libXi6                                  1.7.10-1              OK
libXinerama1                            1.1.4-1               OK
libxkbcommon0                           0.8.0-1               OK
libxml2                                 2.9.9-2               OK
libxml2-devel                           2.9.9-2               OK
libXmu6                                 1.1.3-1               OK
libXpm4                                 3.5.12-1              OK
libXrandr2                              1.5.2-1               OK
libXrender-devel                        0.9.9-1               OK
libXrender1                             0.9.9-1               OK
libxslt                                 1.1.29-1              OK
libXss1                                 1.2.3-1               OK
libXt6                                  1.2.0-1               OK
libXtst6                                1.2.3-1               OK
libyaml0_2                              0.1.6-2               OK
libzip2                                 0.11.2-2              OK
libzip5                                 1.5.1-1               OK
libzzip0.13                             0.13.68-1             OK
lndir                                   1.0.3-1               OK
login                                   1.13-1                OK
lua                                     5.3.5-1               OK
lynx                                    2.8.7-2               OK
lzip                                    1.19-1                OK
m4                                      1.4.18-1              OK
make                                    4.2.1-2               OK
man-db                                  2.7.6.1-1             OK
mariadb-common                          3.0.9-1               OK
mingw64-i686-binutils                   2.29.1.787c9873-1     OK
mingw64-i686-gcc-core                   7.4.0-1               OK
mingw64-i686-gcc-g++                    7.4.0-1               OK
mingw64-i686-headers                    7.0.0-1               OK
mingw64-i686-runtime                    7.0.0-1               OK
mingw64-i686-windows-default-manifest   6.4-1                 OK
mingw64-i686-winpthreads                7.0.0-1               OK
mingw64-i686-zlib                       1.2.11-1              OK
mingw64-x86_64-binutils                 2.29.1.787c9873-1     OK
mingw64-x86_64-gcc-core                 7.4.0-1               OK
mingw64-x86_64-gcc-g++                  7.4.0-1               OK
mingw64-x86_64-headers                  7.0.0-1               OK
mingw64-x86_64-runtime                  7.0.0-1               OK
mingw64-x86_64-windows-default-manifest 6.4-1                 OK
mingw64-x86_64-winpthreads              7.0.0-1               OK
mingw64-x86_64-zlib                     1.2.11-1              OK
mintty                                  3.1.0-1               OK
Empty package mpfr
mpfr                                    4.0.2-1               OK
mysql-common                            10.3.14-1             OK
ncurses                                 6.1-1.20190727        OK
netpbm                                  10.80.00-1            OK
octave                                  5.1.0-1               OK
octave-communications                   1.2.2-1               OK
octave-control                          3.2.0-1               OK
octave-devel                            5.1.0-1               OK
octave-signal                           1.4.1-1               OK
openmpi                                 3.1.5-1               OK
openssh                                 8.1p1-1               OK
openssl                                 1.1.1d-1              OK
p11-kit                                 0.23.15-1             OK
p11-kit-trust                           0.23.15-1             OK
patch                                   2.7.4-1               OK
perl                                    5.26.3-2              OK
perl-Authen-SASL                        2.16-3                OK
perl-Authen-SASL-XS                     1.00-2                OK
perl-autovivification                   0.18-1                OK
perl-B-Hooks-EndOfScope                 0.24-1                OK
perl-Business-ISBN                      3.004-2               OK
perl-Business-ISBN-Data                 20140910.003-2        OK
perl-Business-ISMN                      1.201-1               OK
perl-Business-ISSN                      1.003-1               OK
Empty package perl-Carp
perl-Carp                               1.38-2                OK
perl-Class-Accessor                     0.51-1                OK
perl-Class-Data-Inheritable             0.08-2                OK
perl-Class-Factory-Util                 1.7-2                 OK
perl-Class-Inspector                    1.36-1                OK
perl-Class-Singleton                    1.5-2                 OK
perl-Data-Compare                       1.27-1                OK
perl-Data-Dump                          1.23-2                OK
perl-Data-Uniqid                        0.12-2                OK
perl-DateTime                           1.51-1                OK
perl-DateTime-Calendar-Julian           0.102-1               OK
perl-DateTime-Format-Builder            0.82-1                OK
perl-DateTime-Format-Strptime           1.76-1                OK
perl-DateTime-Locale                    1.25-1                OK
perl-DateTime-TimeZone                  2.37-1                OK
perl-Devel-StackTrace                   2.04-1                OK
perl-Digest-HMAC                        1.03-6                OK
perl-Digest-SHA                         6.02-1                OK
perl-Digest-SHA1                        2.13-6                OK
perl-Dist-CheckConflicts                0.11-3                OK
perl-Encode-Locale                      1.05-2                OK
perl-Error                              0.17028-1             OK
perl-Eval-Closure                       0.14-2                OK
perl-Exception-Class                    1.44-1                OK
perl-File-Copy-Recursive                0.45-1                OK
perl-File-Find-Rule                     0.34-2                OK
perl-File-HomeDir                       1.004-1               OK
perl-File-Listing                       6.04-6                OK
perl-File-ShareDir                      1.116-1               OK
perl-File-Slurper                       0.012-1               OK
perl-File-Which                         1.23-1                OK
perl-gettext                            1.07-2                OK
perl-HTML-Parser                        3.72-2                OK
perl-HTML-Tagset                        3.20-6                OK
perl-HTTP-Cookies                       6.06-1                OK
perl-HTTP-Daemon                        6.06-1                OK
perl-HTTP-Date                          6.03-1                OK
perl-HTTP-Message                       6.18-1                OK
perl-HTTP-Negotiate                     6.01-6                OK
perl-IO-HTML                            1.001-3               OK
perl-IO-Socket-SSL                      2.066-1               OK
perl-IO-String                          1.08-6                OK
perl-IPC-Cmd                            1.04-1                OK
perl-IPC-Run3                           0.048-3               OK
perl-libwww-perl                        6.41-1                OK
perl-Lingua-Translit                    0.28-1                OK
perl-List-AllUtils                      0.15-1                OK
perl-List-SomeUtils                     0.58-1                OK
perl-List-SomeUtils-XS                  0.58-1                OK
perl-List-UtilsBy                       0.11-1                OK
perl-Log-Log4perl                       1.49-2                OK
perl-LWP-MediaTypes                     6.04-1                OK
perl-LWP-Protocol-https                 6.07-2                OK
perl-MailTools                          2.21-1                OK
perl-MIME-Charset                       1.012.2-2             OK
perl-MIME-tools                         5.508-2               OK
perl-Module-Implementation              0.09-2                OK
perl-Module-Runtime                     0.016-1               OK
perl-Mozilla-CA                         20180117-1            OK
perl-MRO-Compat                         0.13-2                OK
perl-namespace-autoclean                0.29-1                OK
perl-namespace-clean                    0.27-2                OK
perl-Net-HTTP                           6.19-1                OK
perl-Net-SMTP-SSL                       1.04-2                OK
perl-Net-SSLeay                         1.88-1                OK
perl-Number-Compare                     0.03-6                OK
perl-Package-DeprecationManager         0.17-2                OK
perl-Package-Stash                      0.38-1                OK
perl-Package-Stash-XS                   0.29-1                OK
perl-Params-Util                        1.07-6                OK
perl-Params-Validate                    1.29-2                OK
perl-Params-ValidationCompiler          0.30-1                OK
Empty package perl-Pod-Simple
perl-Pod-Simple                         3.35-2                OK
perl-Regexp-Common                      2017060201-2          OK
perl-Role-Tiny                          2.001004-1            OK
perl-Scalar-List-Utils                  1.53-1                OK
perl-Socket                             2.029-1               OK
perl-Sort-Key                           1.33-2                OK
perl-Specio                             0.44-1                OK
perl-Sub-Exporter-Progressive           0.001013-2            OK
perl-Sub-Identify                       0.14-2                OK
perl-Sub-Install                        0.928-3               OK
perl-Sub-Name                           0.26-1                OK
perl-Sub-Quote                          2.006006-1            OK
perl-TermReadKey                        2.38-1                OK
perl-Test-Fatal                         0.014-3               OK
perl-Test-Harness                       3.42-1                OK
perl-Text-BibTeX                        0.88-1                OK
perl-Text-CSV                           2.00-1                OK
perl-Text-Glob                          0.11-2                OK
perl-Text-Roman                         3.5-2                 OK
perl-Tie-Cycle                          1.225-2               OK
perl-TimeDate                           2.30-3                OK
perl-Tk                                 804.034-1             OK
perl-Try-Tiny                           0.30-1                OK
perl-Unicode-Collate                    1.27-1                OK
perl-Unicode-LineBreak                  2019.001-1            OK
perl-Unicode-Normalize                  1.26-1                OK
perl-URI                                1.76-1                OK
perl-Variable-Magic                     0.62-1                OK
perl-WWW-RobotRules                     6.02-6                OK
perl-XML-LibXML                         2.0134-2              OK
perl-XML-LibXML-Simple                  0.99-1                OK
perl-XML-LibXSLT                        1.96-1                OK
perl-XML-NamespaceSupport               1.12-2                OK
perl-XML-Parser                         2.46-1                OK
perl-XML-SAX                            1.02-1                OK
perl-XML-SAX-Base                       1.09-2                OK
perl-XML-Writer                         0.625-2               OK
perl-YAML-Tiny                          1.73-1                OK
perl_autorebase                         5.26.3-2              OK
perl_base                               5.26.3-2              OK
ping                                    1.9.4-1               OK
pkg-config                              1.6.0-1               OK
pkgconf                                 1.6.0-1               OK
poppler-data                            0.4.8-1               OK
Empty package popt
popt                                    1.16-2                OK
preview-latex                           11.92-1               OK
procps-ng                               3.3.15-1              OK
publicsuffix-list-dafsa                 20190717-1            OK
python-beautifulsoup                    3.2.1-1               OK
python-pip-wheel                        19.2.3-1              OK
python-setuptools-wheel                 41.2.0-1              OK
python2                                 2.7.16-1              OK
python2-backports.ssl_match_hostname    3.5.0.1-1             OK
python2-devel                           2.7.16-1              OK
python27                                2.7.16-1              OK
python27-alabaster                      0.7.12-1              OK
python27-appdirs                        1.4.3-2               OK
python27-asn1crypto                     0.24.0-1              OK
python27-babel                          2.6.0-1               OK
python27-cffi                           1.12.2-1              OK
python27-chardet                        3.0.4-1               OK
python27-cryptography                   2.6.1-1               OK
python27-devel                          2.7.16-1              OK
python27-docutils                       0.14-1                OK
python27-enum34                         1.1.6-2               OK
python27-idna                           2.8-1                 OK
python27-imagesize                      1.1.0-1               OK
python27-imaging                        5.4.1-1               OK
python27-ipaddress                      1.0.22-1              OK
python27-jinja2                         2.10-1                OK
python27-lxml                           4.3.2-1               OK
python27-mako                           1.0.8-1               OK
python27-markupsafe                     1.1.1-1               OK
python27-numpy                          1.16.2-1              OK
python27-olefile                        0.46-1                OK
python27-openssl                        19.0.0-1              OK
python27-packaging                      19.0-1                OK
python27-ply                            3.11-1                OK
python27-pycparser                      2.19-1                OK
python27-pygments                       2.3.1-1               OK
python27-pyparsing                      2.3.1-1               OK
python27-pytz                           2018.9-2              OK
python27-requests                       2.21.0-1              OK
python27-setuptools                     41.2.0-1              OK
python27-simplejson                     3.16.0-1              OK
python27-six                            1.12.0-1              OK
python27-snowballstemmer                1.2.1-2               OK
python27-sphinx                         1.8.5-1               OK
python27-sphinx_rtd_theme               0.4.3-1               OK
python27-sphinxcontrib-websupport       1.1.0-1               OK
python27-sqlalchemy                     1.3.1-1               OK
python27-typing                         3.6.6-1               OK
python27-urllib3                        1.24.1-1              OK
python27-whoosh                         2.7.4-2               OK
python27-xapian                         1.4.5-3               OK
python3                                 3.6.8-1               OK
python36                                3.6.9-1               OK
python36-cffi                           1.12.2-1              OK
python36-chardet                        3.0.4-1               OK
python36-imaging                        5.4.1-1               OK
python36-olefile                        0.46-1                OK
python36-ply                            3.11-1                OK
python36-pycparser                      2.19-1                OK
python36-pygments                       2.3.1-1               OK
qt5-doc                                 5.9.4-1               OK
qt5-doc-tools                           5.9.4-1               OK
qt5-linguist-tools                      5.9.4-1               OK
qt5-tools-debuginfo                     5.9.4-1               OK
qt5-tools-doc                           5.9.4-1               OK
rebase                                  4.4.4-1               OK
rsvg                                    2.40.20-1             OK
rsync                                   3.1.2-1               OK
ruby                                    2.6.4-1               OK
ruby-builder                            3.2.3-1               OK
ruby-did_you_mean                       1.2.2-1               OK
ruby-minitest                           5.10.3-1              OK
ruby-rake                               12.3.2-1              OK
ruby-rdoc                               6.1.2-1               OK
rubygems                                3.0.3-1               OK
run                                     1.3.4-2               OK
screen                                  4.7.0-1               OK
sed                                     4.4-1                 OK
shared-mime-info                        1.8-1                 OK
tar                                     1.29-1                OK
tcl                                     8.6.8-1               OK
tcl-tk                                  8.6.8-1               OK
tcsh                                    6.22.01-1             OK
terminfo                                6.1-1.20190727        OK
terminfo-extra                          6.1-1.20190727        OK
texinfo                                 6.7-1                 OK
texinfo-tex                             6.7-1                 OK
texlive                                 20190509-1            OK
texlive-collection-basic                20190509-1            OK
texlive-collection-bibtexextra          20190913-1            OK
texlive-collection-binextra             20190509-1            OK
texlive-collection-fontsrecommended     20190509-1            OK
texlive-collection-latex                20190509-1            OK
texlive-collection-latexextra           20190509-1            OK
texlive-collection-latexrecommended     20190509-1            OK
texlive-collection-mathscience          20190509-1            OK
texlive-collection-pictures             20190913-1            OK
tftp                                    5.2-1                 OK
tmux                                    2.6-1                 OK
transfig                                3.2.7a-1              OK
tzcode                                  2019c-1               OK
tzdata                                  2019c-1               OK
unzip                                   6.0-17                OK
urw-base35-fonts                        20170801-5            OK
urw-base35-fonts-legacy                 20170801-5            OK
util-linux                              2.33.1-1              OK
vim                                     8.1.1772-1            OK
vim-common                              8.1.1772-1            OK
vim-minimal                             8.1.1772-1            OK
w32api-headers                          7.0.0-1               OK
w32api-runtime                          7.0.0-1               OK
w3m                                     0.5.3-3               OK
wget                                    1.19.1-2              OK
which                                   2.20-2                OK
windows-default-manifest                6.4-1                 OK
xkeyboard-config                        2.23.1-1              OK
xmlto                                   0.0.26-1              OK
xorgproto                               2019.1-1              OK
xxd                                     8.1.1772-1            OK
xz                                      5.2.4-1               OK
zip                                     3.0-12                OK
zlib                                    1.2.11-1              OK
zlib-devel                              1.2.11-1              OK
zlib0                                   1.2.11-1              OK
Use -h to see help about each section

[-- Attachment #3: Type: text/plain, Size: 219 bytes --]


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-27 11:33           ` Takashi Yano
@ 2020-01-28  6:41             ` Marco Atzeri
  2020-01-28 14:55               ` Takashi Yano
  2020-01-29  9:44               ` Corinna Vinschen
  0 siblings, 2 replies; 31+ messages in thread
From: Marco Atzeri @ 2020-01-28  6:41 UTC (permalink / raw)
  To: cygwin

Am 27.01.2020 um 12:33 schrieb Takashi Yano:
> On Mon, 27 Jan 2020 07:45:08 +0100
> Marco Atzeri wrote:
>> Can you and Takashi provide me your cygcheck.out so that I can look on
>> possible difference that could influence the build behaviour.
> 
> Attached.
> 

Thanks Takashi,

I duplicated your installation from scratch on my W10 Home
and it fails again in the same place.

So I am now almost sure that the recent MS updates changed/broke
something in W10 Home. :-((

Assuming it does not break German systems and left immune
Japanese ones  :-?

I will try to install the same in a W10 Pro and if that
does not segfault I can try the lengthy process to compare
the object/dll/exec files to see where is the difference.


Corinna,
there are specific code differences in Cygwin DLL between
W10 Home and Pro ?

Regards
Marco



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-28  6:41             ` Marco Atzeri
@ 2020-01-28 14:55               ` Takashi Yano
  2020-01-29  9:44               ` Corinna Vinschen
  1 sibling, 0 replies; 31+ messages in thread
From: Takashi Yano @ 2020-01-28 14:55 UTC (permalink / raw)
  To: cygwin

On Tue, 28 Jan 2020 07:41:43 +0100
Marco Atzeri wrote:
> So I am now almost sure that the recent MS updates changed/broke
> something in W10 Home. :-((

I have tried now in Win10 Home 1909, and segmentagion fault
has occured at the same place as you.

Microsoft Windows [Version 10.0.18363.592]

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-25 20:36 ` Achim Gratz
  2020-01-26  6:58   ` Marco Atzeri
@ 2020-01-28 17:26   ` ASSI
  2020-01-28 20:04     ` Marco Atzeri
  1 sibling, 1 reply; 31+ messages in thread
From: ASSI @ 2020-01-28 17:26 UTC (permalink / raw)
  To: cygwin

Achim Gratz writes:
> Same thing here…

Since some of the discussion revolved on Windows versions: that is on
Win10 Pro 1909, fully patched.  I no longer have a system with 1809
since the period where you could hold up the update has expired
recently.  There is an ISO image for Windows Server 2016 LTS
(essentially 1709 I think) that you can use for free for 90 days (you
can install it into a VHD and then boot that).  To (offixcially) get other Windows
versions for testing you'd either have to have the licenses or have some
sort of subscription with MSDN.  If you do have older install media or
ISO, then of course you can do the install into the VHD trick again.  A
Win 10 Pro can boot the VHD in a Hyper-V instance.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-28 17:26   ` ASSI
@ 2020-01-28 20:04     ` Marco Atzeri
  2020-01-28 20:21       ` Achim Gratz
  0 siblings, 1 reply; 31+ messages in thread
From: Marco Atzeri @ 2020-01-28 20:04 UTC (permalink / raw)
  To: cygwin

Am 28.01.2020 um 18:25 schrieb ASSI:
> Achim Gratz writes:
>> Same thing here…
> 
> Since some of the discussion revolved on Windows versions: that is on
> Win10 Pro 1909, fully patched.  I no longer have a system with 1809
> since the period where you could hold up the update has expired
> recently.  There is an ISO image for Windows Server 2016 LTS
> (essentially 1709 I think) that you can use for free for 90 days (you
> can install it into a VHD and then boot that).  To (offixcially) get other Windows
> versions for testing you'd either have to have the licenses or have some
> sort of subscription with MSDN.  If you do have older install media or
> ISO, then of course you can do the install into the VHD trick again.  A
> Win 10 Pro can boot the VHD in a Hyper-V instance.
> 
> 
> Regards,
> Achim.
> 

Ok Achim,
you destroyed my theory

I just found that my W10 Home is 1909 build 18363.592 so probably was 
updated as your around mid Jan

https://docs.microsoft.com/en-us/windows/release-information/

But Corporate versions have different time table and patch

the one I have is Version 1709 Build 16299.15
It seems Corporate IT is forgetting to update it at all.

May be Takashi one is also behind in update and currently free
from the new bug/behaviour.

What I found interesting is that
https://docs.microsoft.com/en-us/windows/release-information/status-windows-10-1909

This release had caused problems to some AV, so may be is changing
the play in area that are causing problems also to us.

Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-28 20:04     ` Marco Atzeri
@ 2020-01-28 20:21       ` Achim Gratz
  0 siblings, 0 replies; 31+ messages in thread
From: Achim Gratz @ 2020-01-28 20:21 UTC (permalink / raw)
  To: cygwin

Marco Atzeri writes:
> I just found that my W10 Home is 1909 build 18363.592 so probably was
> updated as your around mid Jan
>
> https://docs.microsoft.com/en-us/windows/release-information/
>
> But Corporate versions have different time table and patch

Enterprise is, yes.

> the one I have is Version 1709 Build 16299.15
> It seems Corporate IT is forgetting to update it at all.

They currently have at least three different release branches which are
supported (for the clients, server versions is yet another story).  At
my company they switched us to 1803 recently.  Going forward I think
there will be fewer supported options even for Enterprise if I read
things correctly.  But MS will have to wait out until the current
support periods end.

> This release had caused problems to some AV, so may be is changing
> the play in area that are causing problems also to us.

I still think it's a latent bug that manifests just now.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-25 16:55 headache on build repeatibility: octave vs BLODA ? Marco Atzeri
                   ` (2 preceding siblings ...)
  2020-01-26  2:42 ` Takashi Yano
@ 2020-01-29  0:03 ` Hans-Bernhard Bröker
  2020-01-29  0:39   ` Hans-Bernhard Bröker
  2020-01-29  5:10   ` Marco Atzeri
  3 siblings, 2 replies; 31+ messages in thread
From: Hans-Bernhard Bröker @ 2020-01-29  0:03 UTC (permalink / raw)
  To: cygwin

Am 25.01.2020 um 17:55 schrieb Marco Atzeri:

>    libinterp/corefcn/file-io.cc-tst 
> ...............................fatal: caught signal Segmentation fault 
> -- stopping myself...
> /bin/sh: line 1:  3771 Segmentation fault      (core dumped) /bin/sh 
> ../run-octave --norc --silent --no-history -p 
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/build/test/mex 
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test/fntests.m 
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test 

> Can anyone try to rebuild the Octave package and let me know
> if the segfault during test is present or not in your system ?

The problem occurs the same way, here, running Win10 Pro 1909 fully 
updated (a.k.a. Version 10.0.18363.592), no extra AntiVirus running 
besides Defender.

> Be aware that build time is very long (~ 4 hours) and requires
> a ton of mathematical libraries.

The build itself completed in ~30 minutes, here ;-).  But then this is a 
fresh i9, 8-core, 16-thread box.

cygport install took ages to complete, though, because objcopy takes 
spectacularly long to strip those DLLs --- longer than it took to build 
the whole package! And it does them one at a time.  That could profit 
from some parallelization.

So while I waited, I decided to try it with the distributed octave.exe 
instead.
It passes the critical tests without issue.

Next step, after cygport inst is done: run the test with the executable 
in cygport's "inst" directory (to bypass libtool): Success, again!

So I tried running the test via libtool, i.e. the run-octave script. 
And boom it goes.

So re-run it in gdb, via libtool (run-octave -g ...).  Still crashes, 
but I didn't manage to get around the SIGSEGV handler in octave.  It 
always caught the SEGV before gdb managed to get there.

So my finding, so far, would be that this is related to libtool.  Maybe 
some update to Windows broke the way libtool interacts with 
not-quite-finished executables...

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-29  0:03 ` Hans-Bernhard Bröker
@ 2020-01-29  0:39   ` Hans-Bernhard Bröker
  2020-01-29  5:10   ` Marco Atzeri
  1 sibling, 0 replies; 31+ messages in thread
From: Hans-Bernhard Bröker @ 2020-01-29  0:39 UTC (permalink / raw)
  To: cygwin

Am 29.01.2020 um 01:02 schrieb Hans-Bernhard Bröker:

> So re-run it in gdb, via libtool (run-octave -g ...).  Still crashes, 
> but I didn't manage to get around the SIGSEGV handler in octave.  It 
> always caught the SEGV before gdb managed to get there.
> 
> So my finding, so far, would be that this is related to libtool.  Maybe 
> some update to Windows broke the way libtool interacts with 
> not-quite-finished executables...

This is getting curiouser.

I was intrigued that the stackdump file written was not from 'octave' 
per se, but rather 'octave-cli'.  And indeed some further experiments 
shows that

../../inst/usr/bin/octave-cli-5.1.0.exe --norc --silent --no-history -p 
mex ../../src/octave-5.1.0/test/fntests.m ../../src/octave-5.1.0/test

fails, while

../../inst/usr/bin/octave-5.1.0.exe --norc --silent --no-history -p mex 
../../src/octave-5.1.0/test/fntests.m ../../src/octave-5.1.0/test

passes.  I don't see how 'run-octave' would end up running octave-cli, 
though, unless it had been given the option '-cli'.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-29  0:03 ` Hans-Bernhard Bröker
  2020-01-29  0:39   ` Hans-Bernhard Bröker
@ 2020-01-29  5:10   ` Marco Atzeri
  1 sibling, 0 replies; 31+ messages in thread
From: Marco Atzeri @ 2020-01-29  5:10 UTC (permalink / raw)
  To: cygwin

Am 29.01.2020 um 01:02 schrieb Hans-Bernhard Bröker:
> Am 25.01.2020 um 17:55 schrieb Marco Atzeri:
> 


> The problem occurs the same way, here, running Win10 Pro 1909 fully 
> updated (a.k.a. Version 10.0.18363.592), no extra AntiVirus running 
> besides Defender.
> 
>> Be aware that build time is very long (~ 4 hours) and requires
>> a ton of mathematical libraries.
> 
> The build itself completed in ~30 minutes, here ;-).  But then this is a 
> fresh i9, 8-core, 16-thread box.

Nice toy. Here just a notebook with i5 4-core

> cygport install took ages to complete, though, because objcopy takes 
> spectacularly long to strip those DLLs --- longer than it took to build 
> the whole package! And it does them one at a time.  That could profit 
> from some parallelization.

there are only 2 gigant dll`s

$ find . -name "cyg*dll" -exec du -sh {} \;
55M     ./libgui/.libs/cygoctgui-5.dll
536M    ./libinterp/.libs/cygoctinterp-7.dll
213M    ./liboctave/.libs/cygoctave-7.dll

the rest is penauts

$ find . -name "*oct" -exec du -sh {} \;
67M     ./libgui/graphics/__init_qt__.oct
1.3M    ./libinterp/dldfcn/amd.oct
3.0M    ./libinterp/dldfcn/audiodevinfo.oct
1.8M    ./libinterp/dldfcn/audioread.oct
1.4M    ./libinterp/dldfcn/ccolamd.oct
1.6M    ./libinterp/dldfcn/chol.oct
1.5M    ./libinterp/dldfcn/colamd.oct
1.4M    ./libinterp/dldfcn/convhulln.oct
1.2M    ./libinterp/dldfcn/dmperm.oct
1.2M    ./libinterp/dldfcn/fftw.oct
1.3M    ./libinterp/dldfcn/gzip.oct
1.7M    ./libinterp/dldfcn/qr.oct
1.3M    ./libinterp/dldfcn/symbfact.oct
1.3M    ./libinterp/dldfcn/symrcm.oct
1.4M    ./libinterp/dldfcn/__delaunayn__.oct
2.6M    ./libinterp/dldfcn/__eigs__.oct
1.3M    ./libinterp/dldfcn/__fltk_uigetfile__.oct
1.4M    ./libinterp/dldfcn/__glpk__.oct
3.8M    ./libinterp/dldfcn/__init_fltk__.oct
2.8M    ./libinterp/dldfcn/__init_gnuplot__.oct
2.5M    ./libinterp/dldfcn/__ode15__.oct
1.5M    ./libinterp/dldfcn/__voronoi__.oct

on the x86 build takes longer :-(

> So while I waited, I decided to try it with the distributed octave.exe 
> instead.
> It passes the critical tests without issue.

my experience also. I was not able to make crash the old (by one month) 
version

> Next step, after cygport inst is done: run the test with the executable 
> in cygport's "inst" directory (to bypass libtool): Success, again!
> 
> So I tried running the test via libtool, i.e. the run-octave script. And 
> boom it goes.
> 
> So re-run it in gdb, via libtool (run-octave -g ...).  Still crashes, 
> but I didn't manage to get around the SIGSEGV handler in octave.  It 
> always caught the SEGV before gdb managed to get there.
> 
> So my finding, so far, would be that this is related to libtool.  Maybe 
> some update to Windows broke the way libtool interacts with 
> not-quite-finished executables...

I had also the fresh executable installed and it also can fail.
My guess is that it is in someplace different as behaviour than the old
one.

So libtool can help to trigger but it is not necessary.

Regards
Marco




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-28  6:41             ` Marco Atzeri
  2020-01-28 14:55               ` Takashi Yano
@ 2020-01-29  9:44               ` Corinna Vinschen
  2020-01-29 12:19                 ` Marco Atzeri
  1 sibling, 1 reply; 31+ messages in thread
From: Corinna Vinschen @ 2020-01-29  9:44 UTC (permalink / raw)
  To: cygwin

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

On Jan 28 07:41, Marco Atzeri wrote:
> Am 27.01.2020 um 12:33 schrieb Takashi Yano:
> > On Mon, 27 Jan 2020 07:45:08 +0100
> > Marco Atzeri wrote:
> > > Can you and Takashi provide me your cygcheck.out so that I can look on
> > > possible difference that could influence the build behaviour.
> > 
> > Attached.
> > 
> 
> Thanks Takashi,
> 
> I duplicated your installation from scratch on my W10 Home
> and it fails again in the same place.
> 
> So I am now almost sure that the recent MS updates changed/broke
> something in W10 Home. :-((
> 
> Assuming it does not break German systems and left immune
> Japanese ones  :-?
> 
> I will try to install the same in a W10 Pro and if that
> does not segfault I can try the lengthy process to compare
> the object/dll/exec files to see where is the difference.
> 
> 
> Corinna,
> there are specific code differences in Cygwin DLL between
> W10 Home and Pro ?

Sorry for the late reply, Marco.

No, there are no code differences in Cygwin based on "Home" vs.  "Pro"
vs. "Enterprise" editions.  Differences are mainly based on Windows
versions, as in W10 1803, W10 1809, etc.  Other differences in code
execution are based on workstation vs. server (evaluating scheduling
timing from registry) or stand-alone vs. domain machine (passwd/group
stuff).  Of course, even small differences in your setup (Windows
permissions, etc.) may lead to very different code execution.

If you suspect a Cygwin bug, it would be helpful to see an strace
of the crash.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-29  9:44               ` Corinna Vinschen
@ 2020-01-29 12:19                 ` Marco Atzeri
  2020-01-29 13:46                   ` Takashi Yano
  0 siblings, 1 reply; 31+ messages in thread
From: Marco Atzeri @ 2020-01-29 12:19 UTC (permalink / raw)
  To: cygwin

Am 29.01.2020 um 10:44 schrieb Corinna Vinschen:
> On Jan 28 07:41, Marco Atzeri wrote:
>> Am 27.01.2020 um 12:33 schrieb Takashi Yano:
>>> On Mon, 27 Jan 2020 07:45:08 +0100
>>> Marco Atzeri wrote:
>>>> Can you and Takashi provide me your cygcheck.out so that I can look on
>>>> possible difference that could influence the build behaviour.
>>>
>>> Attached.
>>>
>>
>> Thanks Takashi,
>>
>> I duplicated your installation from scratch on my W10 Home
>> and it fails again in the same place.
>>
>> So I am now almost sure that the recent MS updates changed/broke
>> something in W10 Home. :-((
>>
>> Assuming it does not break German systems and left immune
>> Japanese ones  :-?
>>
>> I will try to install the same in a W10 Pro and if that
>> does not segfault I can try the lengthy process to compare
>> the object/dll/exec files to see where is the difference.
>>
>>
>> Corinna,
>> there are specific code differences in Cygwin DLL between
>> W10 Home and Pro ?
> 
> Sorry for the late reply, Marco.
> 
> No, there are no code differences in Cygwin based on "Home" vs.  "Pro"
> vs. "Enterprise" editions.  Differences are mainly based on Windows
> versions, as in W10 1803, W10 1809, etc.  Other differences in code
> execution are based on workstation vs. server (evaluating scheduling
> timing from registry) or stand-alone vs. domain machine (passwd/group
> stuff).  Of course, even small differences in your setup (Windows
> permissions, etc.) may lead to very different code execution.
> 
> If you suspect a Cygwin bug, it would be helpful to see an strace
> of the crash.
> 
> 
> Corinna
> 

If is a BUG, it seems at compilation time as it produces binary with
different behaviour than before.
I was not able to segfault the old binary, I have problem in
all new built binaries.

I assume the 1909 build 18363.592 2020-01-14 arisen it.

As Octave uses gnulib, it is possible that the changes in MS are causing
a different subset of gnulib to be used than before, may be exposing
a latent bug or race.

Unfortunately my old build tree was polluted by mistake, so I can
not directly compare a good build tree versus a failing one.

Just noticed that MS released yesterday a 18363.628 2020-01-28
unusually just 2 weeks after previous one.

https://docs.microsoft.com/en-us/windows/release-information/

Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-29 12:19                 ` Marco Atzeri
@ 2020-01-29 13:46                   ` Takashi Yano
  2020-01-29 15:11                     ` Takashi Yano
                                       ` (2 more replies)
  0 siblings, 3 replies; 31+ messages in thread
From: Takashi Yano @ 2020-01-29 13:46 UTC (permalink / raw)
  To: cygwin

Hi Marco,

On Wed, 29 Jan 2020 13:19:11 +0100
Marco Atzeri wrote:
> As Octave uses gnulib, it is possible that the changes in MS are causing
> a different subset of gnulib to be used than before, may be exposing
> a latent bug or race.
> 
> Unfortunately my old build tree was polluted by mistake, so I can
> not directly compare a good build tree versus a failing one.

I found suspicious difference between the working build and the
not-working build.

The not-working build has fflush.o, fseek.o and fseeko.o in
build/libgnu/.libs
directory, while the working build does not.

Also, cygoctave-7.dll of not-working build exports rpl_fflush,
rpl_fseek and rpl_fseeko, while that of the working build does
not.

As a test, I used following patch to forcibly remove the code
setting REPLACE_FSEEKO to 1 in configure script, and rebuilt
octave. This works without segmentation fault.

I do not look into the reason why this difference causes yet.

I would be happy if this could help.

--- m4/fseeko.m4.orig   2020-01-29 21:39:37.280507900 +0900
+++ m4/fseeko.m4        2020-01-29 21:36:29.263747100 +0900
@@ -30,16 +30,19 @@
     HAVE_FSEEKO=0
   else
     if test $WINDOWS_64_BIT_OFF_T = 1; then
-      REPLACE_FSEEKO=1
+      dnl REPLACE_FSEEKO=1
+      REPLACE_FSEEKO=0
     fi
     if test $gl_cv_var_stdin_large_offset = no; then
-      REPLACE_FSEEKO=1
+      dnl REPLACE_FSEEKO=1
+      REPLACE_FSEEKO=0
     fi
     m4_ifdef([gl_FUNC_FFLUSH_STDIN], [
       gl_FUNC_FFLUSH_STDIN
       case "$gl_cv_func_fflush_stdin" in
         *yes) ;;
-        *) REPLACE_FSEEKO=1 ;;
+        dnl *) REPLACE_FSEEKO=1 ;;
+        *) REPLACE_FSEEKO=0 ;;
       esac
     ])
   fi
--- m4/fflush.m4.orig   2020-01-29 21:40:07.546238000 +0900
+++ m4/fflush.m4        2020-01-29 21:38:02.079793700 +0900
@@ -16,7 +16,8 @@
   gl_FUNC_FFLUSH_STDIN
   case "$gl_cv_func_fflush_stdin" in
     *yes) ;;
-    *) REPLACE_FFLUSH=1 ;;
+    dnl *) REPLACE_FFLUSH=1 ;;
+    *) REPLACE_FFLUSH=0 ;;
   esac
 ])
 

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-29 13:46                   ` Takashi Yano
@ 2020-01-29 15:11                     ` Takashi Yano
  2020-01-29 15:32                     ` Corinna Vinschen
  2020-01-30 21:05                     ` Brian Inglis
  2 siblings, 0 replies; 31+ messages in thread
From: Takashi Yano @ 2020-01-29 15:11 UTC (permalink / raw)
  To: cygwin

On Wed, 29 Jan 2020 22:46:53 +0900
Takashi Yano wrote:
> On Wed, 29 Jan 2020 13:19:11 +0100
> Marco Atzeri wrote:
> > As Octave uses gnulib, it is possible that the changes in MS are causing
> > a different subset of gnulib to be used than before, may be exposing
> > a latent bug or race.
> > 
> > Unfortunately my old build tree was polluted by mistake, so I can
> > not directly compare a good build tree versus a failing one.
> 
> I found suspicious difference between the working build and the
> not-working build.
> 
> The not-working build has fflush.o, fseek.o and fseeko.o in
> build/libgnu/.libs
> directory, while the working build does not.
> 
> Also, cygoctave-7.dll of not-working build exports rpl_fflush,
> rpl_fseek and rpl_fseeko, while that of the working build does
> not.
> 
> As a test, I used following patch to forcibly remove the code
> setting REPLACE_FSEEKO to 1 in configure script, and rebuilt
> octave. This works without segmentation fault.
> 
> I do not look into the reason why this difference causes yet.

Perhaps, the cause of this behaviour change is:

commit 59362c80e3a02c011fd0ef3d7f07a20098d2a9d5
Author: Bastien Bouclet <bastien.bouclet@gmail.com>
Date:   Sat Nov 9 17:28:04 2019 +0100

    newlib: fix fseek optimization with SEEK_CUR

    The call to fflush was invalidating the read buffer, preventing relative
    seeks to positions that would have been inside the read buffer from
    being optimized. The call to srefill would then re-read mostly the same
    data that was initially in the read buffer.

Recently, I executed make only in winsup/cygwin, so this newlib
change did not affect. Therefore this change was not included in
my local cygwin1.dll binary. As for Win10 Home machine, which
causes the problem, cygwin1.dll is v3.1.2, so this is affected. 

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-29 13:46                   ` Takashi Yano
  2020-01-29 15:11                     ` Takashi Yano
@ 2020-01-29 15:32                     ` Corinna Vinschen
  2020-01-29 15:34                       ` Corinna Vinschen
  2020-01-30 21:05                     ` Brian Inglis
  2 siblings, 1 reply; 31+ messages in thread
From: Corinna Vinschen @ 2020-01-29 15:32 UTC (permalink / raw)
  To: cygwin

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

On Jan 29 22:46, Takashi Yano wrote:
> Hi Marco,
> 
> On Wed, 29 Jan 2020 13:19:11 +0100
> Marco Atzeri wrote:
> > As Octave uses gnulib, it is possible that the changes in MS are causing
> > a different subset of gnulib to be used than before, may be exposing
> > a latent bug or race.
> > 
> > Unfortunately my old build tree was polluted by mistake, so I can
> > not directly compare a good build tree versus a failing one.
> 
> I found suspicious difference between the working build and the
> not-working build.
> 
> The not-working build has fflush.o, fseek.o and fseeko.o in
> build/libgnu/.libs
> directory, while the working build does not.
> 
> Also, cygoctave-7.dll of not-working build exports rpl_fflush,
> rpl_fseek and rpl_fseeko, while that of the working build does
> not.
> 
> As a test, I used following patch to forcibly remove the code
> setting REPLACE_FSEEKO to 1 in configure script, and rebuilt
> octave. This works without segmentation fault.
> 
> I do not look into the reason why this difference causes yet.
> 
> I would be happy if this could help.
> 
> --- m4/fseeko.m4.orig   2020-01-29 21:39:37.280507900 +0900
> +++ m4/fseeko.m4        2020-01-29 21:36:29.263747100 +0900
> @@ -30,16 +30,19 @@
>      HAVE_FSEEKO=0
>    else
>      if test $WINDOWS_64_BIT_OFF_T = 1; then
> -      REPLACE_FSEEKO=1
> +      dnl REPLACE_FSEEKO=1
> +      REPLACE_FSEEKO=0
>      fi
>      if test $gl_cv_var_stdin_large_offset = no; then
> -      REPLACE_FSEEKO=1
> +      dnl REPLACE_FSEEKO=1
> +      REPLACE_FSEEKO=0
>      fi
>      m4_ifdef([gl_FUNC_FFLUSH_STDIN], [
>        gl_FUNC_FFLUSH_STDIN
>        case "$gl_cv_func_fflush_stdin" in
>          *yes) ;;
> -        *) REPLACE_FSEEKO=1 ;;
> +        dnl *) REPLACE_FSEEKO=1 ;;
> +        *) REPLACE_FSEEKO=0 ;;
>        esac

Commit 59362c80e3a in newlib you mention in your other mail should be a
minor change and the code looks pretty much the same in FreeBSD, while
OpenBSD and NetBSD are more similar to the old newlib code.  Both
implementations should be ok, in theory.

So, the question is, what exactly is this test testing?  Can it be
extracted from the autoconf stuff and converted to a simple testcase
which proves that the behaviour is now wrong?

If so, I'll revert commit 59362c80e3a.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-29 15:32                     ` Corinna Vinschen
@ 2020-01-29 15:34                       ` Corinna Vinschen
  2020-01-29 16:08                         ` Takashi Yano
  0 siblings, 1 reply; 31+ messages in thread
From: Corinna Vinschen @ 2020-01-29 15:34 UTC (permalink / raw)
  To: cygwin

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

On Jan 29 16:32, Corinna Vinschen wrote:
> On Jan 29 22:46, Takashi Yano wrote:
> > --- m4/fseeko.m4.orig   2020-01-29 21:39:37.280507900 +0900
> > +++ m4/fseeko.m4        2020-01-29 21:36:29.263747100 +0900
> > @@ -30,16 +30,19 @@
> >      HAVE_FSEEKO=0
> >    else
> >      if test $WINDOWS_64_BIT_OFF_T = 1; then

This makes me a bit suspicious... it looks like a check only
required for native builds, not for Cygwin.

> > -      REPLACE_FSEEKO=1
> > +      dnl REPLACE_FSEEKO=1
> > +      REPLACE_FSEEKO=0
> >      fi
> >      if test $gl_cv_var_stdin_large_offset = no; then
> > -      REPLACE_FSEEKO=1
> > +      dnl REPLACE_FSEEKO=1
> > +      REPLACE_FSEEKO=0
> >      fi
> >      m4_ifdef([gl_FUNC_FFLUSH_STDIN], [
> >        gl_FUNC_FFLUSH_STDIN
> >        case "$gl_cv_func_fflush_stdin" in
> >          *yes) ;;
> > -        *) REPLACE_FSEEKO=1 ;;
> > +        dnl *) REPLACE_FSEEKO=1 ;;
> > +        *) REPLACE_FSEEKO=0 ;;
> >        esac
> 
> Commit 59362c80e3a in newlib you mention in your other mail should be a
> minor change and the code looks pretty much the same in FreeBSD, while
> OpenBSD and NetBSD are more similar to the old newlib code.  Both
> implementations should be ok, in theory.
> 
> So, the question is, what exactly is this test testing?  Can it be
> extracted from the autoconf stuff and converted to a simple testcase
> which proves that the behaviour is now wrong?
> 
> If so, I'll revert commit 59362c80e3a.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-29 15:34                       ` Corinna Vinschen
@ 2020-01-29 16:08                         ` Takashi Yano
  2020-01-29 17:57                           ` Corinna Vinschen
  0 siblings, 1 reply; 31+ messages in thread
From: Takashi Yano @ 2020-01-29 16:08 UTC (permalink / raw)
  To: cygwin

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

On Wed, 29 Jan 2020 16:34:28 +0100
Corinna Vinschen wrote:
> On Jan 29 16:32, Corinna Vinschen wrote:
> > On Jan 29 22:46, Takashi Yano wrote:
> > > --- m4/fseeko.m4.orig   2020-01-29 21:39:37.280507900 +0900
> > > +++ m4/fseeko.m4        2020-01-29 21:36:29.263747100 +0900
> > > @@ -30,16 +30,19 @@
> > >      HAVE_FSEEKO=0
> > >    else
> > >      if test $WINDOWS_64_BIT_OFF_T = 1; then
> 
> This makes me a bit suspicious... it looks like a check only
> required for native builds, not for Cygwin.

I think REPLACE_FSEEKO is set to 1 not here,

> > >      m4_ifdef([gl_FUNC_FFLUSH_STDIN], [
> > >        gl_FUNC_FFLUSH_STDIN
> > >        case "$gl_cv_func_fflush_stdin" in
> > >          *yes) ;;
> > > -        *) REPLACE_FSEEKO=1 ;;
> > > +        dnl *) REPLACE_FSEEKO=1 ;;
> > > +        *) REPLACE_FSEEKO=0 ;;
> > >        esac

but here.

gl_cv_func_fflush_stdin is set here in configure by:

if ac_fn_c_try_run "$LINENO"; then :
  gl_cv_func_fflush_stdin=yes
else
  gl_cv_func_fflush_stdin=no
fi

and the test code for this decision is as attached. conftest.c
returns 0 in cygwin 3.0.7, while cygwin with commit 59362c80e3a
returns 5.

I am not sure why segfault occurs if fseeko is replaced.
Probably due to a bug in octave or cygwin.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

[-- Attachment #2: conftest.c --]
[-- Type: text/x-csrc, Size: 1462 bytes --]

#include <stdio.h>
# include <unistd.h>

int
main ()
{
FILE *f = fopen ("conftest.txt", "r");
         char buffer[10];
         int fd;
         int c;
         if (f == NULL)
           return 1;
         fd = fileno (f);
         if (fd < 0 || fread (buffer, 1, 5, f) != 5)
           { fclose (f); return 2; }
         /* For deterministic results, ensure f read a bigger buffer.  */
         if (lseek (fd, 0, SEEK_CUR) == 5)
           { fclose (f); return 3; }
         /* POSIX requires fflush-fseek to set file offset of fd.  This fails
            on BSD systems and on mingw.  */
         if (fflush (f) != 0 || fseek (f, 0, SEEK_CUR) != 0)
           { fclose (f); return 4; }
         if (lseek (fd, 0, SEEK_CUR) != 5)
           { fclose (f); return 5; }
         /* Verify behaviour of fflush after ungetc. See
            <http://www.opengroup.org/austin/aardvark/latest/xshbug3.txt>  */
         /* Verify behaviour of fflush after a backup ungetc.  This fails on
            mingw.  */
         c = fgetc (f);
         ungetc (c, f);
         fflush (f);
         if (fgetc (f) != c)
           { fclose (f); return 6; }
         /* Verify behaviour of fflush after a non-backup ungetc.  This fails
            on glibc 2.8 and on BSD systems.  */
         c = fgetc (f);
         ungetc ('@', f);
         fflush (f);
         if (fgetc (f) != c)
           { fclose (f); return 7; }
         fclose (f);
         return 0;

  ;
  return 0;
}

[-- Attachment #3: conftest.txt --]
[-- Type: text/plain, Size: 13 bytes --]

hello world


[-- Attachment #4: Type: text/plain, Size: 219 bytes --]


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-29 16:08                         ` Takashi Yano
@ 2020-01-29 17:57                           ` Corinna Vinschen
  0 siblings, 0 replies; 31+ messages in thread
From: Corinna Vinschen @ 2020-01-29 17:57 UTC (permalink / raw)
  To: cygwin

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

On Jan 30 01:08, Takashi Yano wrote:
> On Wed, 29 Jan 2020 16:34:28 +0100
> Corinna Vinschen wrote:
> > On Jan 29 16:32, Corinna Vinschen wrote:
> > > On Jan 29 22:46, Takashi Yano wrote:
> > > > --- m4/fseeko.m4.orig   2020-01-29 21:39:37.280507900 +0900
> > > > +++ m4/fseeko.m4        2020-01-29 21:36:29.263747100 +0900
> > > > @@ -30,16 +30,19 @@
> > > >      HAVE_FSEEKO=0
> > > >    else
> > > >      if test $WINDOWS_64_BIT_OFF_T = 1; then
> > 
> > This makes me a bit suspicious... it looks like a check only
> > required for native builds, not for Cygwin.
> 
> I think REPLACE_FSEEKO is set to 1 not here,
> 
> > > >      m4_ifdef([gl_FUNC_FFLUSH_STDIN], [
> > > >        gl_FUNC_FFLUSH_STDIN
> > > >        case "$gl_cv_func_fflush_stdin" in
> > > >          *yes) ;;
> > > > -        *) REPLACE_FSEEKO=1 ;;
> > > > +        dnl *) REPLACE_FSEEKO=1 ;;
> > > > +        *) REPLACE_FSEEKO=0 ;;
> > > >        esac
> 
> but here.
> 
> gl_cv_func_fflush_stdin is set here in configure by:
> 
> if ac_fn_c_try_run "$LINENO"; then :
>   gl_cv_func_fflush_stdin=yes
> else
>   gl_cv_func_fflush_stdin=no
> fi
> 
> and the test code for this decision is as attached. conftest.c
> returns 0 in cygwin 3.0.7, while cygwin with commit 59362c80e3a
> returns 5.
> 
> I am not sure why segfault occurs if fseeko is replaced.
> Probably due to a bug in octave or cygwin.

Thanks, that was very helpful.  I'll revert commit 59362c80e3a0.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-29 13:46                   ` Takashi Yano
  2020-01-29 15:11                     ` Takashi Yano
  2020-01-29 15:32                     ` Corinna Vinschen
@ 2020-01-30 21:05                     ` Brian Inglis
  2020-01-30 21:34                       ` Marco Atzeri
  2 siblings, 1 reply; 31+ messages in thread
From: Brian Inglis @ 2020-01-30 21:05 UTC (permalink / raw)
  To: cygwin

On 2020-01-29 06:46, Takashi Yano wrote:
> Hi Marco,
> 
> On Wed, 29 Jan 2020 13:19:11 +0100
> Marco Atzeri wrote:
>> As Octave uses gnulib, it is possible that the changes in MS are causing
>> a different subset of gnulib to be used than before, may be exposing
>> a latent bug or race.
>>
>> Unfortunately my old build tree was polluted by mistake, so I can
>> not directly compare a good build tree versus a failing one.
> 
> I found suspicious difference between the working build and the
> not-working build.
> 
> The not-working build has fflush.o, fseek.o and fseeko.o in
> build/libgnu/.libs
> directory, while the working build does not.
> 
> Also, cygoctave-7.dll of not-working build exports rpl_fflush,
> rpl_fseek and rpl_fseeko, while that of the working build does
> not.
> 
> As a test, I used following patch to forcibly remove the code
> setting REPLACE_FSEEKO to 1 in configure script, and rebuilt
> octave. This works without segmentation fault.

For these to be considered missing or deficient such that they should be
provided or replaced gnulib must consider Cygwin lacking support for ANSI C
fflush https://www.gnu.org/software/gnulib/MODULES.html#ansic_enh_stdio
and POSIX 2008 fseek and fseeko supporting pipes and 4GB in 32 bit mode
https://www.gnu.org/software/gnulib/MODULES.html#posix_sup
perhaps as a result of incorrect conclusions about Cygwin in autoreconf?

-- 
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.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: headache on build repeatibility: octave vs BLODA ?
  2020-01-30 21:05                     ` Brian Inglis
@ 2020-01-30 21:34                       ` Marco Atzeri
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri @ 2020-01-30 21:34 UTC (permalink / raw)
  To: cygwin

Am 30.01.2020 um 22:05 schrieb Brian Inglis:
> On 2020-01-29 06:46, Takashi Yano wrote:
>> Hi Marco,
>>
>> On Wed, 29 Jan 2020 13:19:11 +0100
>> Marco Atzeri wrote:
>>> As Octave uses gnulib, it is possible that the changes in MS are causing
>>> a different subset of gnulib to be used than before, may be exposing
>>> a latent bug or race.
>>>
>>> Unfortunately my old build tree was polluted by mistake, so I can
>>> not directly compare a good build tree versus a failing one.
>>
>> I found suspicious difference between the working build and the
>> not-working build.
>>
>> The not-working build has fflush.o, fseek.o and fseeko.o in
>> build/libgnu/.libs
>> directory, while the working build does not.
>>
>> Also, cygoctave-7.dll of not-working build exports rpl_fflush,
>> rpl_fseek and rpl_fseeko, while that of the working build does
>> not.
>>
>> As a test, I used following patch to forcibly remove the code
>> setting REPLACE_FSEEKO to 1 in configure script, and rebuilt
>> octave. This works without segmentation fault.
> 
> For these to be considered missing or deficient such that they should be
> provided or replaced gnulib must consider Cygwin lacking support for ANSI C
> fflush https://www.gnu.org/software/gnulib/MODULES.html#ansic_enh_stdio
> and POSIX 2008 fseek and fseeko supporting pipes and 4GB in 32 bit mode
> https://www.gnu.org/software/gnulib/MODULES.html#posix_sup
> perhaps as a result of incorrect conclusions about Cygwin in autoreconf?
> 

I was able to rebuild 5.1.0 successfully on a x86_64 cygwin1.dll
built from git source.
Nor flush or fseek gnulib modules were built.

During weekend I will replicate with i686.

Regards
Marco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2020-01-30 21:34 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-25 16:55 headache on build repeatibility: octave vs BLODA ? Marco Atzeri
2020-01-25 18:15 ` Brian Inglis
2020-01-27  6:54   ` Marco Atzeri
2020-01-25 20:36 ` Achim Gratz
2020-01-26  6:58   ` Marco Atzeri
2020-01-26  8:05     ` ASSI
2020-01-26  8:38       ` Marco Atzeri
2020-01-27  6:45         ` Marco Atzeri
2020-01-27 11:33           ` Takashi Yano
2020-01-28  6:41             ` Marco Atzeri
2020-01-28 14:55               ` Takashi Yano
2020-01-29  9:44               ` Corinna Vinschen
2020-01-29 12:19                 ` Marco Atzeri
2020-01-29 13:46                   ` Takashi Yano
2020-01-29 15:11                     ` Takashi Yano
2020-01-29 15:32                     ` Corinna Vinschen
2020-01-29 15:34                       ` Corinna Vinschen
2020-01-29 16:08                         ` Takashi Yano
2020-01-29 17:57                           ` Corinna Vinschen
2020-01-30 21:05                     ` Brian Inglis
2020-01-30 21:34                       ` Marco Atzeri
2020-01-28 17:26   ` ASSI
2020-01-28 20:04     ` Marco Atzeri
2020-01-28 20:21       ` Achim Gratz
2020-01-26  2:42 ` Takashi Yano
2020-01-26  5:11   ` Takashi Yano
2020-01-26 10:24     ` Marco Atzeri
2020-01-26 10:31       ` Takashi Yano
2020-01-29  0:03 ` Hans-Bernhard Bröker
2020-01-29  0:39   ` Hans-Bernhard Bröker
2020-01-29  5:10   ` Marco Atzeri

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).