Skip to content

Instantly share code, notes, and snippets.

@amitmurthy
Created March 19, 2017 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitmurthy/1fb5609c74eff0dd7437779fb7e25919 to your computer and use it in GitHub Desktop.
Save amitmurthy/1fb5609c74eff0dd7437779fb7e25919 to your computer and use it in GitHub Desktop.
av_error_log.txt
[00:00:00] Build started
[00:00:00] git config --global core.autocrlf input
[00:00:00] git clone -q --depth=50 https://github.com/JuliaLang/julia.git C:\projects\julia
[00:00:05] git fetch -q origin +refs/pull/21021/merge:
[00:00:07] git checkout -qf FETCH_HEAD
[00:00:14] Restoring build cache
[00:00:14]
[00:00:14] Cache 'x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z' - Downloading (63,558,997 bytes)...1%
[00:00:15] Cache 'x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z' - Downloading (63,558,997 bytes)...10%
[00:00:15] Cache 'x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z' - Downloading (63,558,997 bytes)...20%
[00:00:15] Cache 'x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z' - Downloading (63,558,997 bytes)...30%
[00:00:15] Cache 'x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z' - Downloading (63,558,997 bytes)...40%
[00:00:15] Cache 'x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z' - Downloading (63,558,997 bytes)...50%
[00:00:16] Cache 'x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z' - Downloading (63,558,997 bytes)...60%
[00:00:16] Cache 'x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z' - Downloading (63,558,997 bytes)...70%
[00:00:16] Cache 'x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z' - Downloading (63,558,997 bytes)...80%
[00:00:16] Cache 'x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z' - Downloading (63,558,997 bytes)...90%
[00:00:16] Cache 'x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z' - Downloading (63,558,997 bytes)...100%
[00:00:17] Cache 'x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z' - Unzipping...
[00:00:17] Cache 'x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z' - Restored
[00:00:17]
[00:00:17] Cache 'llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z' - Downloading (53,781,962 bytes)...1%
[00:00:17] Cache 'llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z' - Downloading (53,781,962 bytes)...10%
[00:00:17] Cache 'llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z' - Downloading (53,781,962 bytes)...20%
[00:00:17] Cache 'llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z' - Downloading (53,781,962 bytes)...30%
[00:00:17] Cache 'llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z' - Downloading (53,781,962 bytes)...40%
[00:00:17] Cache 'llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z' - Downloading (53,781,962 bytes)...50%
[00:00:17] Cache 'llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z' - Downloading (53,781,962 bytes)...60%
[00:00:18] Cache 'llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z' - Downloading (53,781,962 bytes)...70%
[00:00:18] Cache 'llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z' - Downloading (53,781,962 bytes)...80%
[00:00:18] Cache 'llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z' - Downloading (53,781,962 bytes)...90%
[00:00:18] Cache 'llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z' - Downloading (53,781,962 bytes)...100%
[00:00:18] Cache 'llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z' - Unzipping...
[00:00:18] Cache 'llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z' - Restored
[00:00:18]
[00:00:18] Cache 'usr/bin/busybox.exe' - Downloading (259,608 bytes)...2%
[00:00:18] Cache 'usr/bin/busybox.exe' - Downloading (259,608 bytes)...60%
[00:00:18] Cache 'usr/bin/busybox.exe' - Downloading (259,608 bytes)...100%
[00:00:18] Cache 'usr/bin/busybox.exe' - Unzipping...
[00:00:18] Cache 'usr/bin/busybox.exe' - Restored
[00:00:18] if ($env:APPVEYOR_PULL_REQUEST_NUMBER -and $env:APPVEYOR_BUILD_NUMBER -ne ((Invoke-RestMethod ` https://ci.appveyor.com/api/projects/$env:APPVEYOR_ACCOUNT_NAME/$env:APPVEYOR_PROJECT_SLUG/history?recordsNumber=50).builds | ` Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { ` throw "There are newer queued builds for this pull request, failing early." }
[00:00:21] set PATH=%PATH:C:\MinGW\bin;=%
[00:00:21] set PATH=%PATH:C:\Perl\bin;=%
[00:00:22] C:\msys64\usr\bin\sh.exe --login /c/projects/julia/contrib/windows/msys_build.sh
[00:00:22] Downloading julia-latest-win64.exe
[00:00:22] % Total % Received % Xferd Average Speed Time Time Time Current
[00:00:22] Dload Upload Total Spent Left Speed
[00:00:22]
[00:00:23] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
[00:00:24] 0 35.0M 0 219k 0 0 343k 0 0:01:44 --:--:-- 0:01:44 347k
[00:00:25] 19 35.0M 19 7129k 0 0 4296k 0 0:00:08 0:00:01 0:00:07 4318k
[00:00:26] 28 35.0M 28 9.8M 0 0 3818k 0 0:00:09 0:00:02 0:00:07 3831k
[00:00:26] 69 35.0M 69 24.4M 0 0 6881k 0 0:00:05 0:00:03 0:00:02 6897k
[00:00:26] 100 35.0M 100 35.0M 0 0 8608k 0 0:00:04 0:00:04 --:--:-- 8626k
[00:00:26] Extracting julia-latest-win64.exe
[00:00:29] Extracting x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z
[00:00:44] Extracting llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z
[00:00:53] make: Entering directory '/c/projects/julia/base'
[00:00:54] make: pcre2-config: Command not found
[00:00:54] sh /c/projects/julia/base/version_git.sh /c/projects/julia/base > version_git.jl.phony
[00:00:55]
[00:00:55] make: Leaving directory '/c/projects/julia/base'
[00:00:55]
[00:00:55] override MARCH = x86-64
[00:00:55] USE_BLAS64 = 1
[00:00:55] LIBBLAS = -L$(JULIAHOME)/usr/bin -lopenblas64_
[00:00:55] LIBBLASNAME = libopenblas64_
[00:00:55] override PCRE_INCL_PATH =
[00:00:55] USE_SYSTEM_SUITESPARSE = 1
[00:00:55] USE_SYSTEM_ARPACK = 1
[00:00:55] USE_SYSTEM_BLAS = 1
[00:00:55] USE_SYSTEM_LAPACK = 1
[00:00:55] USE_SYSTEM_FFTW = 1
[00:00:55] USE_SYSTEM_GMP = 1
[00:00:55] USE_SYSTEM_MPFR = 1
[00:00:55] USE_SYSTEM_PCRE = 1
[00:00:55] USE_SYSTEM_LIBUNWIND = 1
[00:00:55] USE_SYSTEM_OPENSPECFUN = 1
[00:00:55] override LIBLAPACK = $(LIBBLAS)
[00:00:55] override LIBLAPACKNAME = $(LIBBLASNAME)
[00:00:55] override DEP_LIBS = libuv utf8proc
[00:00:55] override DEP_LIBS += openlibm
[00:00:55] NO_GIT = 1
[00:00:55] FORCE_ASSERTIONS = 1
[00:00:55] cp /c/projects/julia/mingw64/bin/libgfortran-3.dll /c/projects/julia/usr/bin
[00:00:55] cp /c/projects/julia/mingw64/bin/libgfortran-3.dll /c/projects/julia/usr/tools
[00:00:55] cp /c/projects/julia/mingw64/bin/libquadmath-0.dll /c/projects/julia/usr/bin
[00:00:55] cp /c/projects/julia/mingw64/bin/libquadmath-0.dll /c/projects/julia/usr/tools
[00:00:55] cp /c/projects/julia/mingw64/bin/libstdc++-6.dll /c/projects/julia/usr/bin
[00:00:55] cp /c/projects/julia/mingw64/bin/libstdc++-6.dll /c/projects/julia/usr/tools
[00:00:55] cp /c/projects/julia/mingw64/bin/libgcc_s_seh-1.dll /c/projects/julia/usr/bin
[00:00:55] cp /c/projects/julia/mingw64/bin/libgcc_s_seh-1.dll /c/projects/julia/usr/tools
[00:00:56] cp /c/projects/julia/mingw64/bin/libssp-0.dll /c/projects/julia/usr/bin
[00:00:56] cp /c/projects/julia/mingw64/bin/libssp-0.dll /c/projects/julia/usr/tools
[00:00:56] make: Warning: File '/c/projects/julia/usr/bin/libwinpthread-1.dll' has modification time 1349 s in the future
[00:00:56] cp /c/projects/julia/mingw64/bin/libwinpthread-1.dll /c/projects/julia/usr/tools
[00:00:56] /c/projects/julia/contrib/install.sh 755 /c/projects/julia/contrib/julia-config.jl /c/projects/julia/usr/share/julia/
[00:00:56] Creating usr/etc/julia/juliarc.jl
[00:00:56] Copying in usr/share/man/man1/julia.1
[00:00:56] Copying in usr/share/doc/julia/examples
[00:00:56] Junction created for C:\projects\julia\usr\share\julia\base <<===>> C:\projects\julia\base
[00:00:56] Junction created for C:\projects\julia\usr\share\julia\test <<===>> C:\projects\julia\test
[00:00:56] make[1]: Entering directory '/c/projects/julia/deps'
[00:00:57] /c/projects/julia/deps/tools/jldownload /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8.tar.gz https://api.github.com/repos/JuliaLang/libuv/tarball/52d72a52cc7ccd570929990f010ed16e2ec604c8
[00:00:57] /c/projects/julia/deps/tools/jldownload /c/projects/julia/deps/srccache/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a.tar.gz https://api.github.com/repos/JuliaLang/utf8proc/tarball/40e605959eb5cb90b2587fa88e3b661558fbc55a
[00:00:57] /c/projects/julia/deps/tools/jldownload /c/projects/julia/deps/srccache/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7.tar.gz https://api.github.com/repos/JuliaLang/openlibm/tarball/1581174c85f7b645b15ba1ac1c3a98fb601f0fe7
[00:00:57] % Total % Received % Xferd Average Speed Time Time Time Current
[00:00:57] Dload Upload Total Spent Left Speed
[00:00:57]
[00:00:57] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
[00:00:57] Dload Upload Total Spent Left Speed
[00:00:57]
[00:00:57] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
[00:00:57] Dload Upload Total Spent Left Speed
[00:00:57]
[00:00:58] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
[00:00:58] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
[00:00:58] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
[00:00:58] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
[00:00:58] 100 377 100 377 0 0 746 0 --:--:-- --:--:-- --:--:-- 1005
[00:00:58]
[00:00:58] 100 377 100 377 0 0 731 0 --:--:-- --:--:-- --:--:-- 986
[00:00:58]
[00:00:58] 100 371 100 371 0 0 719 0 --:--:-- --:--:-- --:--:-- 971
[00:00:58]
[00:00:58] 100 148k 100 148k 0 0 156k 0 --:--:-- --:--:-- --:--:-- 156k
[00:00:58] /c/projects/julia/deps/tools/jlchecksum /c/projects/julia/deps/srccache/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a.tar.gz
[00:00:58]
[00:00:58] 100 345k 100 345k 0 0 344k 0 0:00:01 0:00:01 --:--:-- 344k
[00:00:58] /c/projects/julia/deps/tools/jlchecksum /c/projects/julia/deps/srccache/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7.tar.gz
[00:00:58] rm -r scratch/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a/
[00:00:58] rm -r scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/
[00:00:58] rm: cannot remove 'scratch/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a/': No such file or directory
[00:00:58] make[1]: [/c/projects/julia/deps/utf8proc.mk:5: scratch/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a/source-extracted] Error 1 (ignored)
[00:00:58] mkdir -p scratch/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a/
[00:00:58] rm: cannot remove 'scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/': No such file or directory
[00:00:58] make[1]: [/c/projects/julia/deps/openlibm.mk:5: scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/source-extracted] Error 1 (ignored)
[00:00:58] mkdir -p scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/
[00:00:58] /usr/bin/tar -C scratch/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a/ --strip-components 1 -xf /c/projects/julia/deps/srccache/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a.tar.gz
[00:00:58] /usr/bin/tar -C scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ --strip-components 1 -xf /c/projects/julia/deps/srccache/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7.tar.gz
[00:00:59] echo 1 > scratch/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a/source-extracted
[00:00:59] make -C scratch/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a/ CC="gcc -march=x86-64 -m64 " CFLAGS=" -O2" PICFLAG="" AR="ar" libutf8proc.a
[00:00:59] make[2]: Entering directory '/c/projects/julia/deps/scratch/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a'
[00:00:59]
[00:00:59] 100 1378k 100 1378k 0 0 1130k 0 0:00:01 0:00:01 --:--:-- 1130k
[00:00:59] gcc -march=x86-64 -m64 -O2 -std=c99 -Wall -pedantic -DUTF8PROC_EXPORTS -c -o utf8proc.o utf8proc.c
[00:00:59] /c/projects/julia/deps/tools/jlchecksum /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8.tar.gz
[00:00:59] rm -r /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/
[00:00:59] echo 1 > scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/source-extracted
[00:00:59] rm: cannot remove '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/': No such file or directory
[00:00:59] make[1]: [/c/projects/julia/deps/libuv.mk:5: /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/source-extracted] Error 1 (ignored)
[00:00:59] mkdir -p /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/
[00:00:59] make -C scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ ARCH="x86_64" REAL_ARCH="x86-64" CC="gcc -march=x86-64 -m64" FC="gfortran -march=x86-64 -m64" AR="ar" OS="WINNT" USECLANG=0 USEGCC=1 DESTDIR="" prefix=/c/projects/julia/usr bindir=/c/projects/julia/usr/tools libdir=/c/projects/julia/usr/lib shlibdir=/c/projects/julia/usr/bin libexecdir=/c/projects/julia/usr/libexec datarootdir=/c/projects/julia/usr/share includedir=/c/projects/julia/usr/include sysconfdir=/c/projects/julia/usr/etc O=
[00:00:59] /usr/bin/tar -C /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/ --strip-components 1 -xf /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8.tar.gz
[00:00:59] make[2]: Entering directory '/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7'
[00:00:59] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/common.c -o src/common.c.o
[00:00:59] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_acos.c -o src/e_acos.c.o
[00:00:59] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_acosf.c -o src/e_acosf.c.o
[00:00:59] echo 1 > /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/source-extracted
[00:00:59] touch -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/aclocal.m4 # touch a few files to prevent autogen from getting called
[00:00:59] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_acosh.c -o src/e_acosh.c.o
[00:00:59] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_acoshf.c -o src/e_acoshf.c.o
[00:00:59] rm -f libutf8proc.a
[00:00:59] ar rs libutf8proc.a utf8proc.o
[00:00:59] touch -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/Makefile.in
[00:00:59] touch -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/configure
[00:00:59] mkdir -p scratch/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/
[00:00:59] cd scratch/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/ && \
[00:00:59] /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8//configure --with-pic --prefix=/c/projects/julia/usr --build=x86_64-w64-mingw32 --libdir=/c/projects/julia/usr/lib --bindir=/c/projects/julia/usr/tools LDFLAGS=" -Wl,--stack,8388608" F77="gfortran -march=x86-64 -m64" CC="gcc -march=x86-64 -m64 " CXX="g++ -march=x86-64 -m64 " LDFLAGS=" -v" CFLAGS=" -D_GNU_SOURCE" V=1
[00:00:59] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_asin.c -o src/e_asin.c.o
[00:00:59] C:\projects\julia\mingw64\bin\ar.exe: creating libutf8proc.a
[00:00:59] make[2]: Leaving directory '/c/projects/julia/deps/scratch/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a'
[00:00:59] echo 1 > scratch/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a/build-compiled
[00:00:59] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_asinf.c -o src/e_asinf.c.o
[00:00:59] rm -rf /c/projects/julia/usr-staging/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a
[00:00:59] mkdir -p /c/projects/julia/usr-staging/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a/c/projects/julia/usr
[00:00:59] mkdir -p /c/projects/julia/usr-staging/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a//c/projects/julia/usr/include /c/projects/julia/usr-staging/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a//c/projects/julia/usr/lib
[00:00:59] cp scratch/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a/utf8proc.h /c/projects/julia/usr-staging/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a//c/projects/julia/usr/include
[00:00:59] cp scratch/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a/libutf8proc.a /c/projects/julia/usr-staging/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a//c/projects/julia/usr/lib
[00:00:59] cd /c/projects/julia/usr-staging/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a/c/projects/julia/usr && tar -czf /c/projects/julia/usr-staging/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a.tgz.tmp .
[00:00:59] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_atan2.c -o src/e_atan2.c.o
[00:01:00] rm -rf /c/projects/julia/usr-staging/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a
[00:01:00] mv /c/projects/julia/usr-staging/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a.tgz.tmp /c/projects/julia/usr-staging/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a.tgz
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_atan2f.c -o src/e_atan2f.c.o
[00:01:00] mkdir -p /c/projects/julia/usr
[00:01:00] /usr/bin/tar -xzf /c/projects/julia/usr-staging/utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a.tgz -C /c/projects/julia/usr
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_atanh.c -o src/e_atanh.c.o
[00:01:00] echo utf8proc-40e605959eb5cb90b2587fa88e3b661558fbc55a > /c/projects/julia/usr/manifest/utf8proc
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_atanhf.c -o src/e_atanhf.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_cosh.c -o src/e_cosh.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_coshf.c -o src/e_coshf.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_exp.c -o src/e_exp.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_expf.c -o src/e_expf.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_fmod.c -o src/e_fmod.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_fmodf.c -o src/e_fmodf.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_hypot.c -o src/e_hypot.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_hypotf.c -o src/e_hypotf.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_j0.c -o src/e_j0.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_j0f.c -o src/e_j0f.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_j1.c -o src/e_j1.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_j1f.c -o src/e_j1f.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_jn.c -o src/e_jn.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_jnf.c -o src/e_jnf.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_lgamma.c -o src/e_lgamma.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_lgamma_r.c -o src/e_lgamma_r.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_lgammaf.c -o src/e_lgammaf.c.o
[00:01:00] src/e_lgamma_r.c: In function 'lgamma_r':
[00:01:00] src/e_lgamma_r.c:296:13: warning: 'nadj' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:01:00] if(hx<0) r = nadj - r;
[00:01:00] ^
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_lgammaf_r.c -o src/e_lgammaf_r.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_log.c -o src/e_log.c.o
[00:01:00] src/e_lgammaf_r.c: In function 'lgammaf_r':
[00:01:00] src/e_lgammaf_r.c:229:13: warning: 'nadj' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:01:00] if(hx<0) r = nadj - r;
[00:01:00] ^
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_log10.c -o src/e_log10.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_log10f.c -o src/e_log10f.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_log2.c -o src/e_log2.c.o
[00:01:00] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_log2f.c -o src/e_log2f.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_logf.c -o src/e_logf.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_pow.c -o src/e_pow.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_powf.c -o src/e_powf.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_rem_pio2.c -o src/e_rem_pio2.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_rem_pio2f.c -o src/e_rem_pio2f.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_sinh.c -o src/e_sinh.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_sinhf.c -o src/e_sinhf.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/k_cos.c -o src/k_cos.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/k_exp.c -o src/k_exp.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/k_expf.c -o src/k_expf.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/k_rem_pio2.c -o src/k_rem_pio2.c.o
[00:01:01] checking for a BSD-compatible install... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/k_sin.c -o src/k_sin.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/k_tan.c -o src/k_tan.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/k_cosf.c -o src/k_cosf.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/k_sinf.c -o src/k_sinf.c.o
[00:01:01] /usr/bin/install -c
[00:01:01] checking whether build environment is sane... yes
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/k_tanf.c -o src/k_tanf.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_asinh.c -o src/s_asinh.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_asinhf.c -o src/s_asinhf.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_atan.c -o src/s_atan.c.o
[00:01:01] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
[00:01:01] checking for gawk... gawk
[00:01:01] checking whether make sets $(MAKE)... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_atanf.c -o src/s_atanf.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_carg.c -o src/s_carg.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cargf.c -o src/s_cargf.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cbrt.c -o src/s_cbrt.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cbrtf.c -o src/s_cbrtf.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ceil.c -o src/s_ceil.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ceilf.c -o src/s_ceilf.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_copysign.c -o src/s_copysign.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_copysignf.c -o src/s_copysignf.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cos.c -o src/s_cos.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cosf.c -o src/s_cosf.c.o
[00:01:01] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_csqrt.c -o src/s_csqrt.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_csqrtf.c -o src/s_csqrtf.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_erf.c -o src/s_erf.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_erff.c -o src/s_erff.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_exp2.c -o src/s_exp2.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_exp2f.c -o src/s_exp2f.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_expm1.c -o src/s_expm1.c.o
[00:01:02] yes
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_expm1f.c -o src/s_expm1f.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fabs.c -o src/s_fabs.c.o
[00:01:02] checking whether make supports nested variables... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fabsf.c -o src/s_fabsf.c.o
[00:01:02] yes
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fdim.c -o src/s_fdim.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_floor.c -o src/s_floor.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_floorf.c -o src/s_floorf.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fma.c -o src/s_fma.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fmaf.c -o src/s_fmaf.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fmax.c -o src/s_fmax.c.o
[00:01:02] checking build system type... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fmaxf.c -o src/s_fmaxf.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fmin.c -o src/s_fmin.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fminf.c -o src/s_fminf.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fpclassify.c -o src/s_fpclassify.c.o
[00:01:02] x86_64-w64-mingw32
[00:01:02] checking host system type... x86_64-w64-mingw32
[00:01:02] checking for gcc... gcc -march=x86-64 -m64
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_frexp.c -o src/s_frexp.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_frexpf.c -o src/s_frexpf.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ilogb.c -o src/s_ilogb.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ilogbf.c -o src/s_ilogbf.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_isinf.c -o src/s_isinf.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_isfinite.c -o src/s_isfinite.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_isnormal.c -o src/s_isnormal.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_isnan.c -o src/s_isnan.c.o
[00:01:02] checking whether the C compiler works... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_llround.c -o src/s_llround.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_llroundf.c -o src/s_llroundf.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_log1p.c -o src/s_log1p.c.o
[00:01:02] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_log1pf.c -o src/s_log1pf.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_logb.c -o src/s_logb.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_logbf.c -o src/s_logbf.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_lround.c -o src/s_lround.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_lroundf.c -o src/s_lroundf.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_modf.c -o src/s_modf.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_modff.c -o src/s_modff.c.o
[00:01:03] gcc -march=x86-64 -m64 -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_nearbyint.c -o src/s_nearbyint.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_nextafter.c -o src/s_nextafter.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_nextafterf.c -o src/s_nextafterf.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_nexttowardf.c -o src/s_nexttowardf.c.o
[00:01:03] gcc -march=x86-64 -m64 -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_rint.c -o src/s_rint.c.o
[00:01:03] gcc -march=x86-64 -m64 -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_rintf.c -o src/s_rintf.c.o
[00:01:03] yes
[00:01:03] checking for C compiler default output file name... a.exe
[00:01:03] checking for suffix of executables... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_round.c -o src/s_round.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_roundf.c -o src/s_roundf.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_scalbln.c -o src/s_scalbln.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_signbit.c -o src/s_signbit.c.o
[00:01:03] .exe
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_signgam.c -o src/s_signgam.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_sin.c -o src/s_sin.c.o
[00:01:03] checking whether we are cross compiling... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_sincos.c -o src/s_sincos.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_sinf.c -o src/s_sinf.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_sincosf.c -o src/s_sincosf.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_tan.c -o src/s_tan.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_tanf.c -o src/s_tanf.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_tanh.c -o src/s_tanh.c.o
[00:01:03] no
[00:01:03] checking for suffix of object files... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_tanhf.c -o src/s_tanhf.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_tgammaf.c -o src/s_tgammaf.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_trunc.c -o src/s_trunc.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_truncf.c -o src/s_truncf.c.o
[00:01:03] o
[00:01:03] checking whether we are using the GNU C compiler... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cpow.c -o src/s_cpow.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cpowf.c -o src/s_cpowf.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/w_cabs.c -o src/w_cabs.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/w_cabsf.c -o src/w_cabsf.c.o
[00:01:03] yes
[00:01:03] checking whether gcc -march=x86-64 -m64 accepts -g... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_copysignl.c -o src/s_copysignl.c.o
[00:01:03] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fabsl.c -o src/s_fabsl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_modfl.c -o src/s_modfl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_acosl.c -o src/e_acosl.c.o
[00:01:04] yes
[00:01:04] checking for gcc -march=x86-64 -m64 option to accept ISO C89... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_asinl.c -o src/e_asinl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_atan2l.c -o src/e_atan2l.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_fmodl.c -o src/e_fmodl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fmaxl.c -o src/s_fmaxl.c.o
[00:01:04] none needed
[00:01:04] checking whether gcc -march=x86-64 -m64 understands -c and -o together... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fminl.c -o src/s_fminl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ilogbl.c -o src/s_ilogbl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_hypotl.c -o src/e_hypotl.c.o
[00:01:04] yes
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/e_lgammal.c -o src/e_lgammal.c.o
[00:01:04] checking for style of include used by make... GNU
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_atanl.c -o src/s_atanl.c.o
[00:01:04] checking dependency style of gcc -march=x86-64 -m64 ... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ceill.c -o src/s_ceill.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cosl.c -o src/s_cosl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cprojl.c -o src/s_cprojl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_csqrtl.c -o src/s_csqrtl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_floorl.c -o src/s_floorl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_fmal.c -o src/s_fmal.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_frexpl.c -o src/s_frexpl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_nexttoward.c -o src/s_nexttoward.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_roundl.c -o src/s_roundl.c.o
[00:01:04] gcc3
[00:01:04] checking if gcc -march=x86-64 -m64 supports -fvisibility=hidden flag... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_lroundl.c -o src/s_lroundl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_llroundl.c -o src/s_llroundl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cpowl.c -o src/s_cpowl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cargl.c -o src/s_cargl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_sinl.c -o src/s_sinl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_sincosl.c -o src/s_sincosl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_tanl.c -o src/s_tanl.c.o
[00:01:04] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_truncl.c -o src/s_truncl.c.o
[00:01:04] yes
[00:01:05] checking if gcc -march=x86-64 -m64 supports -g flag... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/w_cabsl.c -o src/w_cabsl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_nextafterl.c -o src/s_nextafterl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/polevll.c -o src/polevll.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_casinl.c -o src/s_casinl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ctanl.c -o src/s_ctanl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cimagl.c -o src/s_cimagl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_conjl.c -o src/s_conjl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_creall.c -o src/s_creall.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cacoshl.c -o src/s_cacoshl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_catanhl.c -o src/s_catanhl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_casinhl.c -o src/s_casinhl.c.o
[00:01:05] yes
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_catanl.c -o src/s_catanl.c.o
[00:01:05] checking if gcc -march=x86-64 -m64 supports -std=gnu89 flag... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_csinl.c -o src/s_csinl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cacosl.c -o src/s_cacosl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cexpl.c -o src/s_cexpl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_csinhl.c -o src/s_csinhl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ccoshl.c -o src/s_ccoshl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_clogl.c -o src/s_clogl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ctanhl.c -o src/s_ctanhl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ccosl.c -o src/s_ccosl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cbrtl.c -o src/s_cbrtl.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ccosh.c -o src/s_ccosh.c.o
[00:01:05] yes
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ccoshf.c -o src/s_ccoshf.c.o
[00:01:05] checking if gcc -march=x86-64 -m64 supports -pedantic flag... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cexp.c -o src/s_cexp.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cexpf.c -o src/s_cexpf.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cimag.c -o src/s_cimag.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cimagf.c -o src/s_cimagf.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_conj.c -o src/s_conj.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_conjf.c -o src/s_conjf.c.o
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cproj.c -o src/s_cproj.c.o
[00:01:05] yes
[00:01:05] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cprojf.c -o src/s_cprojf.c.o
[00:01:05] checking if gcc -march=x86-64 -m64 supports -Wall flag... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_creal.c -o src/s_creal.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_crealf.c -o src/s_crealf.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_csinh.c -o src/s_csinh.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_csinhf.c -o src/s_csinhf.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ctanh.c -o src/s_ctanh.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_ctanhf.c -o src/s_ctanhf.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cacos.c -o src/s_cacos.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cacosf.c -o src/s_cacosf.c.o
[00:01:06] yes
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cacosh.c -o src/s_cacosh.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_cacoshf.c -o src/s_cacoshf.c.o
[00:01:06] checking if gcc -march=x86-64 -m64 supports -Wextra flag... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_casin.c -o src/s_casin.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_casinf.c -o src/s_casinf.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_casinh.c -o src/s_casinh.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_casinhf.c -o src/s_casinhf.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_catan.c -o src/s_catan.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_catanf.c -o src/s_catanf.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_catanh.c -o src/s_catanh.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_catanhf.c -o src/s_catanhf.c.o
[00:01:06] yes
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_clog.c -o src/s_clog.c.o
[00:01:06] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c src/s_clogf.c -o src/s_clogf.c.o
[00:01:06] checking if gcc -march=x86-64 -m64 supports -Wno-unused-parameter flag... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c amd64/fenv.c -o amd64/fenv.c.o
[00:01:06] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/e_remainder.S -o amd64/e_remainder.S.o
[00:01:06] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/e_remainderf.S -o amd64/e_remainderf.S.o
[00:01:06] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/e_remainderl.S -o amd64/e_remainderl.S.o
[00:01:06] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/e_sqrt.S -o amd64/e_sqrt.S.o
[00:01:06] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/e_sqrtf.S -o amd64/e_sqrtf.S.o
[00:01:06] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/e_sqrtl.S -o amd64/e_sqrtl.S.o
[00:01:06] yes
[00:01:06] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_llrint.S -o amd64/s_llrint.S.o
[00:01:06] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_llrintf.S -o amd64/s_llrintf.S.o
[00:01:06] checking the archiver (ar) interface... gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_llrintl.S -o amd64/s_llrintl.S.o
[00:01:06] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_logbl.S -o amd64/s_logbl.S.o
[00:01:06] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_lrint.S -o amd64/s_lrint.S.o
[00:01:06] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_lrintf.S -o amd64/s_lrintf.S.o
[00:01:06] ar
[00:01:07] checking how to print strings... gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_lrintl.S -o amd64/s_lrintl.S.o
[00:01:07] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_remquo.S -o amd64/s_remquo.S.o
[00:01:07] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_remquof.S -o amd64/s_remquof.S.o
[00:01:07] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_remquol.S -o amd64/s_remquol.S.o
[00:01:07] printf
[00:01:07] checking for a sed that does not truncate output... /usr/bin/sed
[00:01:07] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_rintl.S -o amd64/s_rintl.S.o
[00:01:07] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_scalbn.S -o amd64/s_scalbn.S.o
[00:01:07] checking for grep that handles long lines and -e... /usr/bin/grep
[00:01:07] checking for egrep... /usr/bin/grep -E
[00:01:07] checking for fgrep... /usr/bin/grep -F
[00:01:07] checking for ld used by gcc -march=x86-64 -m64 ... gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_scalbnf.S -o amd64/s_scalbnf.S.o
[00:01:07] gcc -march=x86-64 -m64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -c amd64/s_scalbnl.S -o amd64/s_scalbnl.S.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c bsdsrc/b_exp.c -o bsdsrc/b_exp.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c bsdsrc/b_log.c -o bsdsrc/b_log.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c bsdsrc/b_tgamma.c -o bsdsrc/b_tgamma.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/invtrig.c -o ld80/invtrig.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/e_acoshl.c -o ld80/e_acoshl.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/e_powl.c -o ld80/e_powl.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/k_tanl.c -o ld80/k_tanl.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/s_exp2l.c -o ld80/s_exp2l.c.o
[00:01:07] In file included from ld80/s_exp2l.c:38:0:
[00:01:07] C:/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src/math_private.h:240:1: warning: 'irint' defined but not used [-Wunused-function]
[00:01:07] irint(double x)
[00:01:07] ^
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/e_atanhl.c -o ld80/e_atanhl.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/e_lgammal_r.c -o ld80/e_lgammal_r.c.o
[00:01:07] ld80/e_lgammal_r.c: In function 'lgammal_r':
[00:01:07] ld80/e_lgammal_r.c:423:7: warning: 'nadj' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:01:07] r = nadj - r;
[00:01:07] ^
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/e_sinhl.c -o ld80/e_sinhl.c.o
[00:01:07] C:/projects/julia/mingw64/x86_64-w64-mingw32/bin/ld.exe
[00:01:07] checking if the linker (C:/projects/julia/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
[00:01:07] checking for BSD- or MS-compatible name lister (nm)... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/s_asinhl.c -o ld80/s_asinhl.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/s_expm1l.c -o ld80/s_expm1l.c.o
[00:01:07] /c/projects/julia/mingw64/bin/nm -B
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/e_coshl.c -o ld80/e_coshl.c.o
[00:01:07] checking the name lister (/c/projects/julia/mingw64/bin/nm -B) interface... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/e_log10l.c -o ld80/e_log10l.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/e_tgammal.c -o ld80/e_tgammal.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/e_expl.c -o ld80/e_expl.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/e_log2l.c -o ld80/e_log2l.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/k_cosl.c -o ld80/k_cosl.c.o
[00:01:07] BSD nm
[00:01:07] checking whether ln -s works... no, using cp -pR
[00:01:07] checking the maximum length of command line arguments... 8192
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/s_log1pl.c -o ld80/s_log1pl.c.o
[00:01:07] checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32
[00:01:07] checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
[00:01:07] checking for C:/projects/julia/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r
[00:01:07] checking for objdump... objdump
[00:01:07] checking how to recognize dependent libraries... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/s_tanhl.c -o ld80/s_tanhl.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/e_logl.c -o ld80/e_logl.c.o
[00:01:07] gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/k_sinl.c -o ld80/k_sinl.c.o
[00:01:07] file_magic ^x86 archive import|^x86 DLL
[00:01:07] checking for dlltool... dlltool
[00:01:07] checking how to associate runtime and link libraries... gcc -march=x86-64 -m64 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/include -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/ld80 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/amd64 -I/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -O3 -nodefaultlibs -c ld80/s_erfl.c -o ld80/s_erfl.c.o
[00:01:07] func_cygming_dll_for_implib
[00:01:08] checking for archiver @FILE support... ar -rcs libopenlibm.a src/common.c.o src/e_acos.c.o src/e_acosf.c.o src/e_acosh.c.o src/e_acoshf.c.o src/e_asin.c.o src/e_asinf.c.o src/e_atan2.c.o src/e_atan2f.c.o src/e_atanh.c.o src/e_atanhf.c.o src/e_cosh.c.o src/e_coshf.c.o src/e_exp.c.o src/e_expf.c.o src/e_fmod.c.o src/e_fmodf.c.o src/e_hypot.c.o src/e_hypotf.c.o src/e_j0.c.o src/e_j0f.c.o src/e_j1.c.o src/e_j1f.c.o src/e_jn.c.o src/e_jnf.c.o src/e_lgamma.c.o src/e_lgamma_r.c.o src/e_lgammaf.c.o src/e_lgammaf_r.c.o src/e_log.c.o src/e_log10.c.o src/e_log10f.c.o src/e_log2.c.o src/e_log2f.c.o src/e_logf.c.o src/e_pow.c.o src/e_powf.c.o src/e_rem_pio2.c.o src/e_rem_pio2f.c.o src/e_sinh.c.o src/e_sinhf.c.o src/k_cos.c.o src/k_exp.c.o src/k_expf.c.o src/k_rem_pio2.c.o src/k_sin.c.o src/k_tan.c.o src/k_cosf.c.o src/k_sinf.c.o src/k_tanf.c.o src/s_asinh.c.o src/s_asinhf.c.o src/s_atan.c.o src/s_atanf.c.o src/s_carg.c.o src/s_cargf.c.o src/s_cbrt.c.o src/s_cbrtf.c.o src/s_ceil.c.o src/s_ceilf.c.o src/s_copysign.c.o src/s_copysignf.c.o src/s_cos.c.o src/s_cosf.c.o src/s_csqrt.c.o src/s_csqrtf.c.o src/s_erf.c.o src/s_erff.c.o src/s_exp2.c.o src/s_exp2f.c.o src/s_expm1.c.o src/s_expm1f.c.o src/s_fabs.c.o src/s_fabsf.c.o src/s_fdim.c.o src/s_floor.c.o src/s_floorf.c.o src/s_fma.c.o src/s_fmaf.c.o src/s_fmax.c.o src/s_fmaxf.c.o src/s_fmin.c.o src/s_fminf.c.o src/s_fpclassify.c.o src/s_frexp.c.o src/s_frexpf.c.o src/s_ilogb.c.o src/s_ilogbf.c.o src/s_isinf.c.o src/s_isfinite.c.o src/s_isnormal.c.o src/s_isnan.c.o src/s_llround.c.o src/s_llroundf.c.o src/s_log1p.c.o src/s_log1pf.c.o src/s_logb.c.o src/s_logbf.c.o src/s_lround.c.o src/s_lroundf.c.o src/s_modf.c.o src/s_modff.c.o src/s_nearbyint.c.o src/s_nextafter.c.o src/s_nextafterf.c.o src/s_nexttowardf.c.o src/s_rint.c.o src/s_rintf.c.o src/s_round.c.o src/s_roundf.c.o src/s_scalbln.c.o src/s_signbit.c.o src/s_signgam.c.o src/s_sin.c.o src/s_sincos.c.o src/s_sinf.c.o src/s_sincosf.c.o src/s_tan.c.o src/s_tanf.c.o src/s_tanh.c.o src/s_tanhf.c.o src/s_tgammaf.c.o src/s_trunc.c.o src/s_truncf.c.o src/s_cpow.c.o src/s_cpowf.c.o src/w_cabs.c.o src/w_cabsf.c.o src/s_copysignl.c.o src/s_fabsl.c.o src/s_modfl.c.o src/e_acosl.c.o src/e_asinl.c.o src/e_atan2l.c.o src/e_fmodl.c.o src/s_fmaxl.c.o src/s_fminl.c.o src/s_ilogbl.c.o src/e_hypotl.c.o src/e_lgammal.c.o src/s_atanl.c.o src/s_ceill.c.o src/s_cosl.c.o src/s_cprojl.c.o src/s_csqrtl.c.o src/s_floorl.c.o src/s_fmal.c.o src/s_frexpl.c.o src/s_nexttoward.c.o src/s_roundl.c.o src/s_lroundl.c.o src/s_llroundl.c.o src/s_cpowl.c.o src/s_cargl.c.o src/s_sinl.c.o src/s_sincosl.c.o src/s_tanl.c.o src/s_truncl.c.o src/w_cabsl.c.o src/s_nextafterl.c.o src/polevll.c.o src/s_casinl.c.o src/s_ctanl.c.o src/s_cimagl.c.o src/s_conjl.c.o src/s_creall.c.o src/s_cacoshl.c.o src/s_catanhl.c.o src/s_casinhl.c.o src/s_catanl.c.o src/s_csinl.c.o src/s_cacosl.c.o src/s_cexpl.c.o src/s_csinhl.c.o src/s_ccoshl.c.o src/s_clogl.c.o src/s_ctanhl.c.o src/s_ccosl.c.o src/s_cbrtl.c.o src/s_ccosh.c.o src/s_ccoshf.c.o src/s_cexp.c.o src/s_cexpf.c.o src/s_cimag.c.o src/s_cimagf.c.o src/s_conj.c.o src/s_conjf.c.o src/s_cproj.c.o src/s_cprojf.c.o src/s_creal.c.o src/s_crealf.c.o src/s_csinh.c.o src/s_csinhf.c.o src/s_ctanh.c.o src/s_ctanhf.c.o src/s_cacos.c.o src/s_cacosf.c.o src/s_cacosh.c.o src/s_cacoshf.c.o src/s_casin.c.o src/s_casinf.c.o src/s_casinh.c.o src/s_casinhf.c.o src/s_catan.c.o src/s_catanf.c.o src/s_catanh.c.o src/s_catanhf.c.o src/s_clog.c.o src/s_clogf.c.o amd64/fenv.c.o amd64/e_remainder.S.o amd64/e_remainderf.S.o amd64/e_remainderl.S.o amd64/e_sqrt.S.o amd64/e_sqrtf.S.o amd64/e_sqrtl.S.o amd64/s_llrint.S.o amd64/s_llrintf.S.o amd64/s_llrintl.S.o amd64/s_logbl.S.o amd64/s_lrint.S.o amd64/s_lrintf.S.o amd64/s_lrintl.S.o amd64/s_remquo.S.o amd64/s_remquof.S.o amd64/s_remquol.S.o amd64/s_rintl.S.o amd64/s_scalbn.S.o amd64/s_scalbnf.S.o amd64/s_scalbnl.S.o bsdsrc/b_exp.c.o bsdsrc/b_log.c.o bsdsrc/b_tgamma.c.o ld80/invtrig.c.o ld80/e_acoshl.c.o ld80/e_powl.c.o ld80/k_tanl.c.o ld80/s_exp2l.c.o ld80/e_atanhl.c.o ld80/e_lgammal_r.c.o ld80/e_sinhl.c.o ld80/s_asinhl.c.o ld80/s_expm1l.c.o ld80/e_coshl.c.o ld80/e_log10l.c.o ld80/e_tgammal.c.o ld80/e_expl.c.o ld80/e_log2l.c.o ld80/k_cosl.c.o ld80/s_log1pl.c.o ld80/s_tanhl.c.o ld80/e_logl.c.o ld80/k_sinl.c.o ld80/s_erfl.c.o
[00:01:08] gcc -march=x86-64 -m64 -shared src/common.c.o src/e_acos.c.o src/e_acosf.c.o src/e_acosh.c.o src/e_acoshf.c.o src/e_asin.c.o src/e_asinf.c.o src/e_atan2.c.o src/e_atan2f.c.o src/e_atanh.c.o src/e_atanhf.c.o src/e_cosh.c.o src/e_coshf.c.o src/e_exp.c.o src/e_expf.c.o src/e_fmod.c.o src/e_fmodf.c.o src/e_hypot.c.o src/e_hypotf.c.o src/e_j0.c.o src/e_j0f.c.o src/e_j1.c.o src/e_j1f.c.o src/e_jn.c.o src/e_jnf.c.o src/e_lgamma.c.o src/e_lgamma_r.c.o src/e_lgammaf.c.o src/e_lgammaf_r.c.o src/e_log.c.o src/e_log10.c.o src/e_log10f.c.o src/e_log2.c.o src/e_log2f.c.o src/e_logf.c.o src/e_pow.c.o src/e_powf.c.o src/e_rem_pio2.c.o src/e_rem_pio2f.c.o src/e_sinh.c.o src/e_sinhf.c.o src/k_cos.c.o src/k_exp.c.o src/k_expf.c.o src/k_rem_pio2.c.o src/k_sin.c.o src/k_tan.c.o src/k_cosf.c.o src/k_sinf.c.o src/k_tanf.c.o src/s_asinh.c.o src/s_asinhf.c.o src/s_atan.c.o src/s_atanf.c.o src/s_carg.c.o src/s_cargf.c.o src/s_cbrt.c.o src/s_cbrtf.c.o src/s_ceil.c.o src/s_ceilf.c.o src/s_copysign.c.o src/s_copysignf.c.o src/s_cos.c.o src/s_cosf.c.o src/s_csqrt.c.o src/s_csqrtf.c.o src/s_erf.c.o src/s_erff.c.o src/s_exp2.c.o src/s_exp2f.c.o src/s_expm1.c.o src/s_expm1f.c.o src/s_fabs.c.o src/s_fabsf.c.o src/s_fdim.c.o src/s_floor.c.o src/s_floorf.c.o src/s_fma.c.o src/s_fmaf.c.o src/s_fmax.c.o src/s_fmaxf.c.o src/s_fmin.c.o src/s_fminf.c.o src/s_fpclassify.c.o src/s_frexp.c.o src/s_frexpf.c.o src/s_ilogb.c.o src/s_ilogbf.c.o src/s_isinf.c.o src/s_isfinite.c.o src/s_isnormal.c.o src/s_isnan.c.o src/s_llround.c.o src/s_llroundf.c.o src/s_log1p.c.o src/s_log1pf.c.o src/s_logb.c.o src/s_logbf.c.o src/s_lround.c.o src/s_lroundf.c.o src/s_modf.c.o src/s_modff.c.o src/s_nearbyint.c.o src/s_nextafter.c.o src/s_nextafterf.c.o src/s_nexttowardf.c.o src/s_rint.c.o src/s_rintf.c.o src/s_round.c.o src/s_roundf.c.o src/s_scalbln.c.o src/s_signbit.c.o src/s_signgam.c.o src/s_sin.c.o src/s_sincos.c.o src/s_sinf.c.o src/s_sincosf.c.o src/s_tan.c.o src/s_tanf.c.o src/s_tanh.c.o src/s_tanhf.c.o src/s_tgammaf.c.o src/s_trunc.c.o src/s_truncf.c.o src/s_cpow.c.o src/s_cpowf.c.o src/w_cabs.c.o src/w_cabsf.c.o src/s_copysignl.c.o src/s_fabsl.c.o src/s_modfl.c.o src/e_acosl.c.o src/e_asinl.c.o src/e_atan2l.c.o src/e_fmodl.c.o src/s_fmaxl.c.o src/s_fminl.c.o src/s_ilogbl.c.o src/e_hypotl.c.o src/e_lgammal.c.o src/s_atanl.c.o src/s_ceill.c.o src/s_cosl.c.o src/s_cprojl.c.o src/s_csqrtl.c.o src/s_floorl.c.o src/s_fmal.c.o src/s_frexpl.c.o src/s_nexttoward.c.o src/s_roundl.c.o src/s_lroundl.c.o src/s_llroundl.c.o src/s_cpowl.c.o src/s_cargl.c.o src/s_sinl.c.o src/s_sincosl.c.o src/s_tanl.c.o src/s_truncl.c.o src/w_cabsl.c.o src/s_nextafterl.c.o src/polevll.c.o src/s_casinl.c.o src/s_ctanl.c.o src/s_cimagl.c.o src/s_conjl.c.o src/s_creall.c.o src/s_cacoshl.c.o src/s_catanhl.c.o src/s_casinhl.c.o src/s_catanl.c.o src/s_csinl.c.o src/s_cacosl.c.o src/s_cexpl.c.o src/s_csinhl.c.o src/s_ccoshl.c.o src/s_clogl.c.o src/s_ctanhl.c.o src/s_ccosl.c.o src/s_cbrtl.c.o src/s_ccosh.c.o src/s_ccoshf.c.o src/s_cexp.c.o src/s_cexpf.c.o src/s_cimag.c.o src/s_cimagf.c.o src/s_conj.c.o src/s_conjf.c.o src/s_cproj.c.o src/s_cprojf.c.o src/s_creal.c.o src/s_crealf.c.o src/s_csinh.c.o src/s_csinhf.c.o src/s_ctanh.c.o src/s_ctanhf.c.o src/s_cacos.c.o src/s_cacosf.c.o src/s_cacosh.c.o src/s_cacoshf.c.o src/s_casin.c.o src/s_casinf.c.o src/s_casinh.c.o src/s_casinhf.c.o src/s_catan.c.o src/s_catanf.c.o src/s_catanh.c.o src/s_catanhf.c.o src/s_clog.c.o src/s_clogf.c.o amd64/fenv.c.o amd64/e_remainder.S.o amd64/e_remainderf.S.o amd64/e_remainderl.S.o amd64/e_sqrt.S.o amd64/e_sqrtf.S.o amd64/e_sqrtl.S.o amd64/s_llrint.S.o amd64/s_llrintf.S.o amd64/s_llrintl.S.o amd64/s_logbl.S.o amd64/s_lrint.S.o amd64/s_lrintf.S.o amd64/s_lrintl.S.o amd64/s_remquo.S.o amd64/s_remquof.S.o amd64/s_remquol.S.o amd64/s_rintl.S.o amd64/s_scalbn.S.o amd64/s_scalbnf.S.o amd64/s_scalbnl.S.o bsdsrc/b_exp.c.o bsdsrc/b_log.c.o bsdsrc/b_tgamma.c.o ld80/invtrig.c.o ld80/e_acoshl.c.o ld80/e_powl.c.o ld80/k_tanl.c.o ld80/s_exp2l.c.o ld80/e_atanhl.c.o ld80/e_lgammal_r.c.o ld80/e_sinhl.c.o ld80/s_asinhl.c.o ld80/s_expm1l.c.o ld80/e_coshl.c.o ld80/e_log10l.c.o ld80/e_tgammal.c.o ld80/e_expl.c.o ld80/e_log2l.c.o ld80/k_cosl.c.o ld80/s_log1pl.c.o ld80/s_tanhl.c.o ld80/e_logl.c.o ld80/k_sinl.c.o ld80/s_erfl.c.o -Wl,--out-implib,libopenlibm.dll.a -Wl,-soname,libopenlibm. -o libopenlibm.dll
[00:01:08] @
[00:01:08] checking for strip... strip
[00:01:08] checking for ranlib... ranlib
[00:01:08] checking command to parse /c/projects/julia/mingw64/bin/nm -B output from gcc -march=x86-64 -m64 object... make[2]: Leaving directory '/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7'
[00:01:08] echo 1 > scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/build-compiled
[00:01:08] rm -rf /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7
[00:01:08] mkdir -p /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/c/projects/julia/usr
[00:01:08] make -C scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 install DESTDIR="" prefix=/c/projects/julia/usr bindir=/c/projects/julia/usr/tools libdir=/c/projects/julia/usr/lib shlibdir=/c/projects/julia/usr/bin libexecdir=/c/projects/julia/usr/libexec datarootdir=/c/projects/julia/usr/share includedir=/c/projects/julia/usr/include sysconfdir=/c/projects/julia/usr/etc O= ARCH="x86_64" REAL_ARCH="x86-64" CC="gcc -march=x86-64 -m64" FC="gfortran -march=x86-64 -m64" AR="ar" OS="WINNT" USECLANG=0 USEGCC=1 DESTDIR="/c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7"
[00:01:08] make[2]: Entering directory '/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7'
[00:01:08] mkdir -p /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/c/projects/julia/usr/lib
[00:01:08] mkdir -p /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/c/projects/julia/usr/bin
[00:01:08] cp -f -a libopenlibm.a /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/c/projects/julia/usr/lib/
[00:01:08] cp -f -a libopenlibm.*dll* /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/c/projects/julia/usr/bin/
[00:01:08] echo "prefix=/c/projects/julia/usr" > openlibm.pc
[00:01:08] mkdir -p /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/c/projects/julia/usr/include/openlibm
[00:01:08] echo "version=0.5.4" >> openlibm.pc
[00:01:08] cp -f -a include/*.h /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/c/projects/julia/usr/include/openlibm
[00:01:08] cat openlibm.pc.in >> openlibm.pc
[00:01:08] cp -f -a src/*.h /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/c/projects/julia/usr/include/openlibm
[00:01:08] mkdir -p /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/c/projects/julia/usr/lib/pkgconfig
[00:01:08] cp -f -a openlibm.pc /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/c/projects/julia/usr/lib/pkgconfig/
[00:01:08] make[2]: Leaving directory '/c/projects/julia/deps/scratch/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7'
[00:01:08] cd /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7/c/projects/julia/usr && tar -czf /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7.tgz.tmp .
[00:01:08] ok
[00:01:08] checking for sysroot... no
[00:01:08] checking for a working dd... rm -rf /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7
[00:01:08] mv /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7.tgz.tmp /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7.tgz
[00:01:08] /usr/bin/dd
[00:01:08] checking how to truncate binary pipes... mkdir -p /c/projects/julia/usr
[00:01:08] /usr/bin/tar -xzf /c/projects/julia/usr-staging/openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7.tgz -C /c/projects/julia/usr
[00:01:08] /usr/bin/dd bs=4096 count=1
[00:01:08] checking for mt... no
[00:01:08] checking if : is a manifest tool... true -ignorelibopenlibm.dll /c/projects/julia/usr/bin/libopenlibm.dll
[00:01:08] echo openlibm-1581174c85f7b645b15ba1ac1c3a98fb601f0fe7 > /c/projects/julia/usr/manifest/openlibm
[00:01:08] no
[00:01:08] checking how to run the C preprocessor... gcc -march=x86-64 -m64 -E
[00:01:09] checking for ANSI C header files... yes
[00:01:09] checking for sys/types.h... yes
[00:01:09] checking for sys/stat.h... yes
[00:01:09] checking for stdlib.h... yes
[00:01:09] checking for string.h... yes
[00:01:09] checking for memory.h... yes
[00:01:09] checking for strings.h... yes
[00:01:09] checking for inttypes.h... yes
[00:01:09] checking for stdint.h... yes
[00:01:10] checking for unistd.h... yes
[00:01:10] checking for dlfcn.h... no
[00:01:10] checking for objdir... .libs
[00:01:10] checking if gcc -march=x86-64 -m64 supports -fno-rtti -fno-exceptions... no
[00:01:10] checking for gcc -march=x86-64 -m64 option to produce PIC... -DDLL_EXPORT -DPIC
[00:01:10] checking if gcc -march=x86-64 -m64 PIC flag -DDLL_EXPORT -DPIC works... yes
[00:01:10] checking if gcc -march=x86-64 -m64 static flag -static works... no
[00:01:10] checking if gcc -march=x86-64 -m64 supports -c -o file.o... yes
[00:01:10] checking if gcc -march=x86-64 -m64 supports -c -o file.o... (cached) yes
[00:01:10] checking whether the gcc -march=x86-64 -m64 linker (C:/projects/julia/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
[00:01:10] checking whether -lc should be explicitly linked in... yes
[00:01:11] checking dynamic linker characteristics... Win32 ld.exe
[00:01:11] checking how to hardcode library paths into programs... immediate
[00:01:11] checking whether stripping libraries is possible... yes
[00:01:11] checking if libtool supports shared libraries... yes
[00:01:11] checking whether to build shared libraries... yes
[00:01:11] checking whether to build static libraries... yes
[00:01:11] checking whether make supports nested variables... (cached) yes
[00:01:11] checking for dlopen in -ldl... no
[00:01:11] checking for kstat_lookup in -lkstat... no
[00:01:11] checking for kvm_open in -lkvm... no
[00:01:11] checking for gethostbyname in -lnsl... no
[00:01:11] checking for perfstat_cpu in -lperfstat... no
[00:01:11] checking for pthread_mutex_init in -lpthread... yes
[00:01:12] checking for clock_gettime in -lrt... no
[00:01:12] checking for sendfile in -lsendfile... no
[00:01:12] checking for socket in -lsocket... no
[00:01:12] checking for special C compiler options needed for large files... no
[00:01:12] checking for _FILE_OFFSET_BITS value needed for large files... 64
[00:01:12] checking sys/ahafs_evProds.h usability... no
[00:01:12] checking sys/ahafs_evProds.h presence... no
[00:01:12] checking for sys/ahafs_evProds.h... no
[00:01:12] checking for pkg-config... yes
[00:01:12] checking that generated files are newer than configure... done
[00:01:12] configure: creating ./config.status
[00:01:15] config.status: creating libuv.pc
[00:01:15] config.status: creating Makefile
[00:01:15] config.status: executing depfiles commands
[00:01:17] config.status: executing libtool commands
[00:01:18] echo 1 > scratch/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/build-configured
[00:01:18] make -C scratch/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/ LDFLAGS=" -v" CFLAGS=" -D_GNU_SOURCE" V=1
[00:01:18] make[2]: Entering directory '/c/projects/julia/deps/scratch/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8'
[00:01:18] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-fs-poll.lo -MD -MP -MF src/.deps/libuv_la-fs-poll.Tpo -c -o src/libuv_la-fs-poll.lo `test -f 'src/fs-poll.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/fs-poll.c
[00:01:18] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-inet.lo -MD -MP -MF src/.deps/libuv_la-inet.Tpo -c -o src/libuv_la-inet.lo `test -f 'src/inet.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/inet.c
[00:01:18] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-threadpool.lo -MD -MP -MF src/.deps/libuv_la-threadpool.Tpo -c -o src/libuv_la-threadpool.lo `test -f 'src/threadpool.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/threadpool.c
[00:01:21] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-fs-poll.lo -MD -MP -MF src/.deps/libuv_la-fs-poll.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/fs-poll.c -DDLL_EXPORT -DPIC -o src/.libs/libuv_la-fs-poll.o
[00:01:21] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-inet.lo -MD -MP -MF src/.deps/libuv_la-inet.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/inet.c -DDLL_EXPORT -DPIC -o src/.libs/libuv_la-inet.o
[00:01:21] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-threadpool.lo -MD -MP -MF src/.deps/libuv_la-threadpool.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/threadpool.c -DDLL_EXPORT -DPIC -o src/.libs/libuv_la-threadpool.o
[00:01:22] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:22] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/req-inl.h:28,
[00:01:22] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/threadpool.c:27:
[00:01:22] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:22] } DUMMYUNIONNAME;
[00:01:22] ^
[00:01:22] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:22] } DUMMYUNIONNAME;
[00:01:22] ^
[00:01:22] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:22] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/fs-poll.c:247:
[00:01:22] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:22] } DUMMYUNIONNAME;
[00:01:22] ^
[00:01:22] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:22] } DUMMYUNIONNAME;
[00:01:22] ^
[00:01:22] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-threadpool.lo -MD -MP -MF src/.deps/libuv_la-threadpool.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/threadpool.c -o src/libuv_la-threadpool.o >/dev/null 2>&1
[00:01:22] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-inet.lo -MD -MP -MF src/.deps/libuv_la-inet.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/inet.c -o src/libuv_la-inet.o >/dev/null 2>&1
[00:01:22] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-fs-poll.lo -MD -MP -MF src/.deps/libuv_la-fs-poll.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/fs-poll.c -o src/libuv_la-fs-poll.o >/dev/null 2>&1
[00:01:22] mv -f src/.deps/libuv_la-inet.Tpo src/.deps/libuv_la-inet.Plo
[00:01:22] mv -f src/.deps/libuv_la-threadpool.Tpo src/.deps/libuv_la-threadpool.Plo
[00:01:22] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-uv-common.lo -MD -MP -MF src/.deps/libuv_la-uv-common.Tpo -c -o src/libuv_la-uv-common.lo `test -f 'src/uv-common.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/uv-common.c
[00:01:22] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-version.lo -MD -MP -MF src/.deps/libuv_la-version.Tpo -c -o src/libuv_la-version.lo `test -f 'src/version.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/version.c
[00:01:23] mv -f src/.deps/libuv_la-fs-poll.Tpo src/.deps/libuv_la-fs-poll.Plo
[00:01:23] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-async.lo -MD -MP -MF src/win/.deps/libuv_la-async.Tpo -c -o src/win/libuv_la-async.lo `test -f 'src/win/async.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/async.c
[00:01:26] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-uv-common.lo -MD -MP -MF src/.deps/libuv_la-uv-common.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/uv-common.c -DDLL_EXPORT -DPIC -o src/.libs/libuv_la-uv-common.o
[00:01:26] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-version.lo -MD -MP -MF src/.deps/libuv_la-version.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/version.c -DDLL_EXPORT -DPIC -o src/.libs/libuv_la-version.o
[00:01:26] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/uv-common.c: In function 'uv_thread_setaffinity':
[00:01:26] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/uv-common.c:352:5: warning: implicit declaration of function 'uv_translate_sys_error' [-Wimplicit-function-declaration]
[00:01:26] return uv_translate_sys_error(GetLastError());
[00:01:26] ^
[00:01:26] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-uv-common.lo -MD -MP -MF src/.deps/libuv_la-uv-common.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/uv-common.c -o src/libuv_la-uv-common.o >/dev/null 2>&1
[00:01:26] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/libuv_la-version.lo -MD -MP -MF src/.deps/libuv_la-version.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/version.c -o src/libuv_la-version.o >/dev/null 2>&1
[00:01:27] mv -f src/.deps/libuv_la-uv-common.Tpo src/.deps/libuv_la-uv-common.Plo
[00:01:27] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-core.lo -MD -MP -MF src/win/.deps/libuv_la-core.Tpo -c -o src/win/libuv_la-core.lo `test -f 'src/win/core.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/core.c
[00:01:27] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-async.lo -MD -MP -MF src/win/.deps/libuv_la-async.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/async.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-async.o
[00:01:27] mv -f src/.deps/libuv_la-version.Tpo src/.deps/libuv_la-version.Plo
[00:01:27] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-dl.lo -MD -MP -MF src/win/.deps/libuv_la-dl.Tpo -c -o src/win/libuv_la-dl.lo `test -f 'src/win/dl.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/dl.c
[00:01:27] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:27] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/async.c:25:
[00:01:27] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:27] } DUMMYUNIONNAME;
[00:01:27] ^
[00:01:27] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:27] } DUMMYUNIONNAME;
[00:01:27] ^
[00:01:27] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-async.lo -MD -MP -MF src/win/.deps/libuv_la-async.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/async.c -o src/win/libuv_la-async.o >/dev/null 2>&1
[00:01:28] mv -f src/win/.deps/libuv_la-async.Tpo src/win/.deps/libuv_la-async.Plo
[00:01:28] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-error.lo -MD -MP -MF src/win/.deps/libuv_la-error.Tpo -c -o src/win/libuv_la-error.lo `test -f 'src/win/error.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/error.c
[00:01:31] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-core.lo -MD -MP -MF src/win/.deps/libuv_la-core.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/core.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-core.o
[00:01:31] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:31] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/core.c:33:
[00:01:31] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:31] } DUMMYUNIONNAME;
[00:01:31] ^
[00:01:31] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:31] } DUMMYUNIONNAME;
[00:01:31] ^
[00:01:31] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/core.c:38:18: warning: 'default_loop_struct' defined but not used [-Wunused-variable]
[00:01:31] static uv_loop_t default_loop_struct;
[00:01:31] ^
[00:01:31] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/core.c:39:19: warning: 'default_loop_ptr' defined but not used [-Wunused-variable]
[00:01:31] static uv_loop_t* default_loop_ptr;
[00:01:31] ^
[00:01:31] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-core.lo -MD -MP -MF src/win/.deps/libuv_la-core.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/core.c -o src/win/libuv_la-core.o >/dev/null 2>&1
[00:01:31] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-dl.lo -MD -MP -MF src/win/.deps/libuv_la-dl.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/dl.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-dl.o
[00:01:31] mv -f src/win/.deps/libuv_la-core.Tpo src/win/.deps/libuv_la-core.Plo
[00:01:31] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-fs-event.lo -MD -MP -MF src/win/.deps/libuv_la-fs-event.Tpo -c -o src/win/libuv_la-fs-event.lo `test -f 'src/win/fs-event.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/fs-event.c
[00:01:32] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:32] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/dl.c:23:
[00:01:32] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:32] } DUMMYUNIONNAME;
[00:01:32] ^
[00:01:32] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:32] } DUMMYUNIONNAME;
[00:01:32] ^
[00:01:32] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/dl.c: In function 'uv_dlsym':
[00:01:32] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/dl.c:67:10: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
[00:01:32] *ptr = (void*) GetProcAddress(lib->handle, name);
[00:01:32] ^
[00:01:32] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/dl.c: In function 'uv__format_fallback_error':
[00:01:32] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/dl.c:78:3: warning: initializer element is not computable at load time
[00:01:32] DWORD_PTR args[1] = { (DWORD_PTR) errorno };
[00:01:32] ^
[00:01:32] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-error.lo -MD -MP -MF src/win/.deps/libuv_la-error.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/error.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-error.o
[00:01:32] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-dl.lo -MD -MP -MF src/win/.deps/libuv_la-dl.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/dl.c -o src/win/libuv_la-dl.o >/dev/null 2>&1
[00:01:32] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:32] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/error.c:29:
[00:01:32] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:32] } DUMMYUNIONNAME;
[00:01:32] ^
[00:01:32] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:32] } DUMMYUNIONNAME;
[00:01:32] ^
[00:01:32] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/error.c: In function 'uv_fatal_error':
[00:01:32] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/error.c:61:20: warning: overflow in implicit constant conversion [-Woverflow]
[00:01:32] *((char*)NULL) = 0xff; /* Force debug break */
[00:01:32] ^
[00:01:32] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-error.lo -MD -MP -MF src/win/.deps/libuv_la-error.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/error.c -o src/win/libuv_la-error.o >/dev/null 2>&1
[00:01:32] mv -f src/win/.deps/libuv_la-dl.Tpo src/win/.deps/libuv_la-dl.Plo
[00:01:32] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-fs.lo -MD -MP -MF src/win/.deps/libuv_la-fs.Tpo -c -o src/win/libuv_la-fs.lo `test -f 'src/win/fs.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/fs.c
[00:01:32] mv -f src/win/.deps/libuv_la-error.Tpo src/win/.deps/libuv_la-error.Plo
[00:01:32] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-getaddrinfo.lo -MD -MP -MF src/win/.deps/libuv_la-getaddrinfo.Tpo -c -o src/win/libuv_la-getaddrinfo.lo `test -f 'src/win/getaddrinfo.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/getaddrinfo.c
[00:01:35] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-fs-event.lo -MD -MP -MF src/win/.deps/libuv_la-fs-event.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs-event.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-fs-event.o
[00:01:36] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-fs.lo -MD -MP -MF src/win/.deps/libuv_la-fs.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-fs.o
[00:01:36] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:36] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs-event.c:28:
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:36] } DUMMYUNIONNAME;
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:36] } DUMMYUNIONNAME;
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs-event.c: In function 'uv_relative_path':
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs-event.c:72:3: warning: ISO C90 forbids mixed declarations and code [-Wpedantic]
[00:01:36] size_t filenamelen = wcslen(filename);
[00:01:36] ^
[00:01:36] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:36] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:34:
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:36] } DUMMYUNIONNAME;
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:36] } DUMMYUNIONNAME;
[00:01:36] ^
[00:01:36] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-fs-event.lo -MD -MP -MF src/win/.deps/libuv_la-fs-event.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs-event.c -o src/win/libuv_la-fs-event.o >/dev/null 2>&1
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c: In function 'fs__unlink':
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:727:5: warning: missing braces around initializer [-Wmissing-braces]
[00:01:36] FILE_BASIC_INFORMATION basic = { 0 };
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:727:5: warning: (near initialization for 'basic.CreationTime') [-Wmissing-braces]
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:727:5: warning: missing initializer for field 'LastAccessTime' of 'FILE_BASIC_INFORMATION' [-Wmissing-field-initializers]
[00:01:36] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:36] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:34:
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4252:17: note: 'LastAccessTime' declared here
[00:01:36] LARGE_INTEGER LastAccessTime;
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c: In function 'fs__scandir':
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:880:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[00:01:36] if (status == STATUS_INVALID_PARAMETER)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c: In function 'fs__stat_handle':
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:81:34: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] (*((uint64_t*) &(filetime)) - 116444736000000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:84:5: note: in expansion of macro 'FILETIME_TO_UINT'
[00:01:36] (FILETIME_TO_UINT(filetime) / 10000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:91:27: note: in expansion of macro 'FILETIME_TO_TIME_T'
[00:01:36] (ts).tv_sec = (long) FILETIME_TO_TIME_T(filetime); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1105:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_atim, file_info.BasicInformation.LastAccessTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:84:34: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] (FILETIME_TO_UINT(filetime) / 10000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:91:27: note: in expansion of macro 'FILETIME_TO_TIME_T'
[00:01:36] (ts).tv_sec = (long) FILETIME_TO_TIME_T(filetime); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1105:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_atim, file_info.BasicInformation.LastAccessTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:81:34: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] (*((uint64_t*) &(filetime)) - 116444736000000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:87:6: note: in expansion of macro 'FILETIME_TO_UINT'
[00:01:36] ((FILETIME_TO_UINT(filetime) - (secs * 10000000ULL)) * 100)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:92:28: note: in expansion of macro 'FILETIME_TO_TIME_NS'
[00:01:36] (ts).tv_nsec = (long) FILETIME_TO_TIME_NS(filetime, (ts).tv_sec); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1105:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_atim, file_info.BasicInformation.LastAccessTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:87:43: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] ((FILETIME_TO_UINT(filetime) - (secs * 10000000ULL)) * 100)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:92:28: note: in expansion of macro 'FILETIME_TO_TIME_NS'
[00:01:36] (ts).tv_nsec = (long) FILETIME_TO_TIME_NS(filetime, (ts).tv_sec); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1105:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_atim, file_info.BasicInformation.LastAccessTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:81:34: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] (*((uint64_t*) &(filetime)) - 116444736000000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:84:5: note: in expansion of macro 'FILETIME_TO_UINT'
[00:01:36] (FILETIME_TO_UINT(filetime) / 10000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:91:27: note: in expansion of macro 'FILETIME_TO_TIME_T'
[00:01:36] (ts).tv_sec = (long) FILETIME_TO_TIME_T(filetime); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1106:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_ctim, file_info.BasicInformation.ChangeTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:84:34: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] (FILETIME_TO_UINT(filetime) / 10000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:91:27: note: in expansion of macro 'FILETIME_TO_TIME_T'
[00:01:36] (ts).tv_sec = (long) FILETIME_TO_TIME_T(filetime); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1106:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_ctim, file_info.BasicInformation.ChangeTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:81:34: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] (*((uint64_t*) &(filetime)) - 116444736000000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:87:6: note: in expansion of macro 'FILETIME_TO_UINT'
[00:01:36] ((FILETIME_TO_UINT(filetime) - (secs * 10000000ULL)) * 100)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:92:28: note: in expansion of macro 'FILETIME_TO_TIME_NS'
[00:01:36] (ts).tv_nsec = (long) FILETIME_TO_TIME_NS(filetime, (ts).tv_sec); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1106:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_ctim, file_info.BasicInformation.ChangeTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:87:43: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] ((FILETIME_TO_UINT(filetime) - (secs * 10000000ULL)) * 100)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:92:28: note: in expansion of macro 'FILETIME_TO_TIME_NS'
[00:01:36] (ts).tv_nsec = (long) FILETIME_TO_TIME_NS(filetime, (ts).tv_sec); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1106:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_ctim, file_info.BasicInformation.ChangeTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:81:34: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] (*((uint64_t*) &(filetime)) - 116444736000000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:84:5: note: in expansion of macro 'FILETIME_TO_UINT'
[00:01:36] (FILETIME_TO_UINT(filetime) / 10000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:91:27: note: in expansion of macro 'FILETIME_TO_TIME_T'
[00:01:36] (ts).tv_sec = (long) FILETIME_TO_TIME_T(filetime); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1107:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_mtim, file_info.BasicInformation.LastWriteTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:84:34: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] (FILETIME_TO_UINT(filetime) / 10000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:91:27: note: in expansion of macro 'FILETIME_TO_TIME_T'
[00:01:36] (ts).tv_sec = (long) FILETIME_TO_TIME_T(filetime); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1107:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_mtim, file_info.BasicInformation.LastWriteTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:81:34: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] (*((uint64_t*) &(filetime)) - 116444736000000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:87:6: note: in expansion of macro 'FILETIME_TO_UINT'
[00:01:36] ((FILETIME_TO_UINT(filetime) - (secs * 10000000ULL)) * 100)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:92:28: note: in expansion of macro 'FILETIME_TO_TIME_NS'
[00:01:36] (ts).tv_nsec = (long) FILETIME_TO_TIME_NS(filetime, (ts).tv_sec); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1107:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_mtim, file_info.BasicInformation.LastWriteTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:87:43: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] ((FILETIME_TO_UINT(filetime) - (secs * 10000000ULL)) * 100)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:92:28: note: in expansion of macro 'FILETIME_TO_TIME_NS'
[00:01:36] (ts).tv_nsec = (long) FILETIME_TO_TIME_NS(filetime, (ts).tv_sec); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1107:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_mtim, file_info.BasicInformation.LastWriteTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:81:34: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] (*((uint64_t*) &(filetime)) - 116444736000000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:84:5: note: in expansion of macro 'FILETIME_TO_UINT'
[00:01:36] (FILETIME_TO_UINT(filetime) / 10000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:91:27: note: in expansion of macro 'FILETIME_TO_TIME_T'
[00:01:36] (ts).tv_sec = (long) FILETIME_TO_TIME_T(filetime); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1108:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_birthtim, file_info.BasicInformation.CreationTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:84:34: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] (FILETIME_TO_UINT(filetime) / 10000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:91:27: note: in expansion of macro 'FILETIME_TO_TIME_T'
[00:01:36] (ts).tv_sec = (long) FILETIME_TO_TIME_T(filetime); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1108:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_birthtim, file_info.BasicInformation.CreationTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:81:34: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] (*((uint64_t*) &(filetime)) - 116444736000000000ULL)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:87:6: note: in expansion of macro 'FILETIME_TO_UINT'
[00:01:36] ((FILETIME_TO_UINT(filetime) - (secs * 10000000ULL)) * 100)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:92:28: note: in expansion of macro 'FILETIME_TO_TIME_NS'
[00:01:36] (ts).tv_nsec = (long) FILETIME_TO_TIME_NS(filetime, (ts).tv_sec); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1108:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_birthtim, file_info.BasicInformation.CreationTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:87:43: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] ((FILETIME_TO_UINT(filetime) - (secs * 10000000ULL)) * 100)
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:92:28: note: in expansion of macro 'FILETIME_TO_TIME_NS'
[00:01:36] (ts).tv_nsec = (long) FILETIME_TO_TIME_NS(filetime, (ts).tv_sec); \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1108:3: note: in expansion of macro 'FILETIME_TO_TIMESPEC'
[00:01:36] FILETIME_TO_TIMESPEC(statbuf->st_birthtim, file_info.BasicInformation.CreationTime);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1114:64: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] file_info.StandardInformation.AllocationSize.QuadPart >> 9ULL;
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c: In function 'fs__utime_handle':
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:97:44: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] uint64_t bigtime = ((int64_t) (time) * 10000000LL) + \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1424:3: note: in expansion of macro 'TIME_T_TO_FILETIME'
[00:01:36] TIME_T_TO_FILETIME((time_t) atime, &filetime_a);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:98:35: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] 116444736000000000ULL; \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1424:3: note: in expansion of macro 'TIME_T_TO_FILETIME'
[00:01:36] TIME_T_TO_FILETIME((time_t) atime, &filetime_a);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:97:44: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] uint64_t bigtime = ((int64_t) (time) * 10000000LL) + \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1425:3: note: in expansion of macro 'TIME_T_TO_FILETIME'
[00:01:36] TIME_T_TO_FILETIME((time_t) mtime, &filetime_m);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:98:35: warning: use of C99 long long integer constant [-Wlong-long]
[00:01:36] 116444736000000000ULL; \
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1425:3: note: in expansion of macro 'TIME_T_TO_FILETIME'
[00:01:36] TIME_T_TO_FILETIME((time_t) mtime, &filetime_m);
[00:01:36] ^
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c: In function 'fs__realpath':
[00:01:36] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c:1787:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[00:01:36] if (fs__realpath_handle(handle, (char**) &req->ptr) == -1) {
[00:01:36] ^
[00:01:36] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-getaddrinfo.lo -MD -MP -MF src/win/.deps/libuv_la-getaddrinfo.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/getaddrinfo.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-getaddrinfo.o
[00:01:36] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-fs.lo -MD -MP -MF src/win/.deps/libuv_la-fs.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/fs.c -o src/win/libuv_la-fs.o >/dev/null 2>&1
[00:01:37] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:37] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/getaddrinfo.c:25:
[00:01:37] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:37] } DUMMYUNIONNAME;
[00:01:37] ^
[00:01:37] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:37] } DUMMYUNIONNAME;
[00:01:37] ^
[00:01:37] mv -f src/win/.deps/libuv_la-fs-event.Tpo src/win/.deps/libuv_la-fs-event.Plo
[00:01:37] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-getaddrinfo.lo -MD -MP -MF src/win/.deps/libuv_la-getaddrinfo.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/getaddrinfo.c -o src/win/libuv_la-getaddrinfo.o >/dev/null 2>&1
[00:01:37] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-getnameinfo.lo -MD -MP -MF src/win/.deps/libuv_la-getnameinfo.Tpo -c -o src/win/libuv_la-getnameinfo.lo `test -f 'src/win/getnameinfo.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/getnameinfo.c
[00:01:37] mv -f src/win/.deps/libuv_la-fs.Tpo src/win/.deps/libuv_la-fs.Plo
[00:01:37] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-handle.lo -MD -MP -MF src/win/.deps/libuv_la-handle.Tpo -c -o src/win/libuv_la-handle.lo `test -f 'src/win/handle.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/handle.c
[00:01:37] mv -f src/win/.deps/libuv_la-getaddrinfo.Tpo src/win/.deps/libuv_la-getaddrinfo.Plo
[00:01:37] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-loop-watcher.lo -MD -MP -MF src/win/.deps/libuv_la-loop-watcher.Tpo -c -o src/win/libuv_la-loop-watcher.lo `test -f 'src/win/loop-watcher.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/loop-watcher.c
[00:01:40] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-getnameinfo.lo -MD -MP -MF src/win/.deps/libuv_la-getnameinfo.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/getnameinfo.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-getnameinfo.o
[00:01:40] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:40] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/getnameinfo.c:26:
[00:01:40] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:40] } DUMMYUNIONNAME;
[00:01:40] ^
[00:01:40] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:40] } DUMMYUNIONNAME;
[00:01:40] ^
[00:01:40] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-getnameinfo.lo -MD -MP -MF src/win/.deps/libuv_la-getnameinfo.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/getnameinfo.c -o src/win/libuv_la-getnameinfo.o >/dev/null 2>&1
[00:01:41] mv -f src/win/.deps/libuv_la-getnameinfo.Tpo src/win/.deps/libuv_la-getnameinfo.Plo
[00:01:41] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-pipe.lo -MD -MP -MF src/win/.deps/libuv_la-pipe.Tpo -c -o src/win/libuv_la-pipe.lo `test -f 'src/win/pipe.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/pipe.c
[00:01:41] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-handle.lo -MD -MP -MF src/win/.deps/libuv_la-handle.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/handle.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-handle.o
[00:01:41] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:41] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/handle.c:27:
[00:01:41] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:41] } DUMMYUNIONNAME;
[00:01:41] ^
[00:01:41] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:41] } DUMMYUNIONNAME;
[00:01:41] ^
[00:01:41] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-loop-watcher.lo -MD -MP -MF src/win/.deps/libuv_la-loop-watcher.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/loop-watcher.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-loop-watcher.o
[00:01:41] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-handle.lo -MD -MP -MF src/win/.deps/libuv_la-handle.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/handle.c -o src/win/libuv_la-handle.o >/dev/null 2>&1
[00:01:41] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:41] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/loop-watcher.c:25:
[00:01:41] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:41] } DUMMYUNIONNAME;
[00:01:41] ^
[00:01:41] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:41] } DUMMYUNIONNAME;
[00:01:41] ^
[00:01:42] mv -f src/win/.deps/libuv_la-handle.Tpo src/win/.deps/libuv_la-handle.Plo
[00:01:42] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-loop-watcher.lo -MD -MP -MF src/win/.deps/libuv_la-loop-watcher.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/loop-watcher.c -o src/win/libuv_la-loop-watcher.o >/dev/null 2>&1
[00:01:42] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-poll.lo -MD -MP -MF src/win/.deps/libuv_la-poll.Tpo -c -o src/win/libuv_la-poll.lo `test -f 'src/win/poll.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/poll.c
[00:01:42] mv -f src/win/.deps/libuv_la-loop-watcher.Tpo src/win/.deps/libuv_la-loop-watcher.Plo
[00:01:42] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-process-stdio.lo -MD -MP -MF src/win/.deps/libuv_la-process-stdio.Tpo -c -o src/win/libuv_la-process-stdio.lo `test -f 'src/win/process-stdio.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/process-stdio.c
[00:01:45] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-pipe.lo -MD -MP -MF src/win/.deps/libuv_la-pipe.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/pipe.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-pipe.o
[00:01:45] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:45] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/pipe.c:29:
[00:01:45] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:45] } DUMMYUNIONNAME;
[00:01:45] ^
[00:01:45] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:45] } DUMMYUNIONNAME;
[00:01:45] ^
[00:01:45] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-pipe.lo -MD -MP -MF src/win/.deps/libuv_la-pipe.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/pipe.c -o src/win/libuv_la-pipe.o >/dev/null 2>&1
[00:01:46] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-poll.lo -MD -MP -MF src/win/.deps/libuv_la-poll.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/poll.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-poll.o
[00:01:46] mv -f src/win/.deps/libuv_la-pipe.Tpo src/win/.deps/libuv_la-pipe.Plo
[00:01:46] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-process.lo -MD -MP -MF src/win/.deps/libuv_la-process.Tpo -c -o src/win/libuv_la-process.lo `test -f 'src/win/process.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/process.c
[00:01:46] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:46] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/poll.c:26:
[00:01:46] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:46] } DUMMYUNIONNAME;
[00:01:46] ^
[00:01:46] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:46] } DUMMYUNIONNAME;
[00:01:46] ^
[00:01:46] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/poll.c: In function 'uv__fast_poll_cancel_poll_req':
[00:01:46] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/poll.c:153:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[00:01:46] if (result == SOCKET_ERROR) {
[00:01:46] ^
[00:01:46] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-poll.lo -MD -MP -MF src/win/.deps/libuv_la-poll.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/poll.c -o src/win/libuv_la-poll.o >/dev/null 2>&1
[00:01:46] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-process-stdio.lo -MD -MP -MF src/win/.deps/libuv_la-process-stdio.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/process-stdio.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-process-stdio.o
[00:01:46] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:46] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/process-stdio.c:28:
[00:01:46] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:46] } DUMMYUNIONNAME;
[00:01:46] ^
[00:01:46] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:46] } DUMMYUNIONNAME;
[00:01:46] ^
[00:01:47] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-process-stdio.lo -MD -MP -MF src/win/.deps/libuv_la-process-stdio.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/process-stdio.c -o src/win/libuv_la-process-stdio.o >/dev/null 2>&1
[00:01:47] mv -f src/win/.deps/libuv_la-poll.Tpo src/win/.deps/libuv_la-poll.Plo
[00:01:47] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-req.lo -MD -MP -MF src/win/.deps/libuv_la-req.Tpo -c -o src/win/libuv_la-req.lo `test -f 'src/win/req.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/req.c
[00:01:47] mv -f src/win/.deps/libuv_la-process-stdio.Tpo src/win/.deps/libuv_la-process-stdio.Plo
[00:01:47] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-signal.lo -MD -MP -MF src/win/.deps/libuv_la-signal.Tpo -c -o src/win/libuv_la-signal.lo `test -f 'src/win/signal.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/signal.c
[00:01:50] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-process.lo -MD -MP -MF src/win/.deps/libuv_la-process.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/process.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-process.o
[00:01:50] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-req.lo -MD -MP -MF src/win/.deps/libuv_la-req.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/req.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-req.o
[00:01:50] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:50] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/process.c:32:
[00:01:50] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:50] } DUMMYUNIONNAME;
[00:01:50] ^
[00:01:50] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:50] } DUMMYUNIONNAME;
[00:01:50] ^
[00:01:50] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/req-inl.h:25:0,
[00:01:50] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/process.c:34:
[00:01:50] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/process.c: In function 'make_program_env':
[00:01:50] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/process.c:736:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[00:01:50] assert(env_len == ptr - dst_copy);
[00:01:50] ^
[00:01:50] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/process.c:796:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[00:01:50] if (var_size != len-1) { /* race condition? */
[00:01:50] ^
[00:01:50] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/req-inl.h:25:0,
[00:01:50] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/process.c:34:
[00:01:50] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/process.c:812:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[00:01:50] assert(env_len == (ptr - dst));
[00:01:50] ^
[00:01:50] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:50] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/req.c:25:
[00:01:50] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:50] } DUMMYUNIONNAME;
[00:01:50] ^
[00:01:50] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:50] } DUMMYUNIONNAME;
[00:01:50] ^
[00:01:51] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-process.lo -MD -MP -MF src/win/.deps/libuv_la-process.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/process.c -o src/win/libuv_la-process.o >/dev/null 2>&1
[00:01:51] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-req.lo -MD -MP -MF src/win/.deps/libuv_la-req.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/req.c -o src/win/libuv_la-req.o >/dev/null 2>&1
[00:01:51] mv -f src/win/.deps/libuv_la-process.Tpo src/win/.deps/libuv_la-process.Plo
[00:01:51] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-stream.lo -MD -MP -MF src/win/.deps/libuv_la-stream.Tpo -c -o src/win/libuv_la-stream.lo `test -f 'src/win/stream.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/stream.c
[00:01:51] mv -f src/win/.deps/libuv_la-req.Tpo src/win/.deps/libuv_la-req.Plo
[00:01:51] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-tcp.lo -MD -MP -MF src/win/.deps/libuv_la-tcp.Tpo -c -o src/win/libuv_la-tcp.lo `test -f 'src/win/tcp.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/tcp.c
[00:01:51] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-signal.lo -MD -MP -MF src/win/.deps/libuv_la-signal.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/signal.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-signal.o
[00:01:52] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:52] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/signal.c:25:
[00:01:52] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:52] } DUMMYUNIONNAME;
[00:01:52] ^
[00:01:52] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:52] } DUMMYUNIONNAME;
[00:01:52] ^
[00:01:52] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/signal.c:60:82: warning: ISO C does not allow extra ';' outside of a function [-Wpedantic]
[00:01:52] RB_GENERATE_STATIC(uv_signal_tree_s, uv_signal_s, tree_entry, uv__signal_compare);
[00:01:52] ^
[00:01:52] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-signal.lo -MD -MP -MF src/win/.deps/libuv_la-signal.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/signal.c -o src/win/libuv_la-signal.o >/dev/null 2>&1
[00:01:52] mv -f src/win/.deps/libuv_la-signal.Tpo src/win/.deps/libuv_la-signal.Plo
[00:01:52] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-thread.lo -MD -MP -MF src/win/.deps/libuv_la-thread.Tpo -c -o src/win/libuv_la-thread.lo `test -f 'src/win/thread.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/thread.c
[00:01:55] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-stream.lo -MD -MP -MF src/win/.deps/libuv_la-stream.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/stream.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-stream.o
[00:01:55] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-tcp.lo -MD -MP -MF src/win/.deps/libuv_la-tcp.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/tcp.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-tcp.o
[00:01:55] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:55] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/stream.c:25:
[00:01:55] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:55] } DUMMYUNIONNAME;
[00:01:55] ^
[00:01:55] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:55] } DUMMYUNIONNAME;
[00:01:55] ^
[00:01:55] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-stream.lo -MD -MP -MF src/win/.deps/libuv_la-stream.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/stream.c -o src/win/libuv_la-stream.o >/dev/null 2>&1
[00:01:55] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:55] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/tcp.c:26:
[00:01:55] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:55] } DUMMYUNIONNAME;
[00:01:55] ^
[00:01:55] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:55] } DUMMYUNIONNAME;
[00:01:55] ^
[00:01:55] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-tcp.lo -MD -MP -MF src/win/.deps/libuv_la-tcp.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/tcp.c -o src/win/libuv_la-tcp.o >/dev/null 2>&1
[00:01:55] mv -f src/win/.deps/libuv_la-stream.Tpo src/win/.deps/libuv_la-stream.Plo
[00:01:55] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-timer.lo -MD -MP -MF src/win/.deps/libuv_la-timer.Tpo -c -o src/win/libuv_la-timer.lo `test -f 'src/win/timer.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/timer.c
[00:01:56] mv -f src/win/.deps/libuv_la-tcp.Tpo src/win/.deps/libuv_la-tcp.Plo
[00:01:56] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-tty.lo -MD -MP -MF src/win/.deps/libuv_la-tty.Tpo -c -o src/win/libuv_la-tty.lo `test -f 'src/win/tty.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/tty.c
[00:01:56] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-thread.lo -MD -MP -MF src/win/.deps/libuv_la-thread.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/thread.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-thread.o
[00:01:56] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:56] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/thread.c:27:
[00:01:56] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:56] } DUMMYUNIONNAME;
[00:01:56] ^
[00:01:56] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:56] } DUMMYUNIONNAME;
[00:01:56] ^
[00:01:56] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/thread.c: In function 'uv_cond_wait_helper':
[00:01:56] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/thread.c:514:5: warning: initializer element is not computable at load time
[00:01:56] cond->fallback.signal_event,
[00:01:56] ^
[00:01:56] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/thread.c:516:3: warning: initializer element is not computable at load time
[00:01:56] };
[00:01:56] ^
[00:01:57] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-thread.lo -MD -MP -MF src/win/.deps/libuv_la-thread.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/thread.c -o src/win/libuv_la-thread.o >/dev/null 2>&1
[00:01:57] mv -f src/win/.deps/libuv_la-thread.Tpo src/win/.deps/libuv_la-thread.Plo
[00:01:57] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-udp.lo -MD -MP -MF src/win/.deps/libuv_la-udp.Tpo -c -o src/win/libuv_la-udp.lo `test -f 'src/win/udp.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/udp.c
[00:01:59] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-timer.lo -MD -MP -MF src/win/.deps/libuv_la-timer.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/timer.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-timer.o
[00:01:59] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:01:59] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/timer.c:26:
[00:01:59] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:59] } DUMMYUNIONNAME;
[00:01:59] ^
[00:01:59] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:01:59] } DUMMYUNIONNAME;
[00:01:59] ^
[00:01:59] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/timer.c:59:78: warning: ISO C does not allow extra ';' outside of a function [-Wpedantic]
[00:01:59] RB_GENERATE_STATIC(uv_timer_tree_s, uv_timer_s, tree_entry, uv_timer_compare);
[00:01:59] ^
[00:01:59] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-timer.lo -MD -MP -MF src/win/.deps/libuv_la-timer.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/timer.c -o src/win/libuv_la-timer.o >/dev/null 2>&1
[00:01:59] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-tty.lo -MD -MP -MF src/win/.deps/libuv_la-tty.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/tty.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-tty.o
[00:02:00] mv -f src/win/.deps/libuv_la-timer.Tpo src/win/.deps/libuv_la-timer.Plo
[00:02:00] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-util.lo -MD -MP -MF src/win/.deps/libuv_la-util.Tpo -c -o src/win/libuv_la-util.lo `test -f 'src/win/util.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/util.c
[00:02:00] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:02:00] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/tty.c:38:
[00:02:00] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:02:00] } DUMMYUNIONNAME;
[00:02:00] ^
[00:02:00] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:02:00] } DUMMYUNIONNAME;
[00:02:00] ^
[00:02:00] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/tty.c: In function 'uv_process_tty_read_raw_req':
[00:02:00] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/tty.c:728:11: warning: initializer element is not computable at load time
[00:02:00] WCHAR utf16_buffer[2] = { handle->tty.rd.last_utf16_high_surrogate,
[00:02:00] ^
[00:02:00] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/tty.c:729:37: warning: initializer element is not computable at load time
[00:02:00] KEV.uChar.UnicodeChar};
[00:02:00] ^
[00:02:00] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-tty.lo -MD -MP -MF src/win/.deps/libuv_la-tty.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/tty.c -o src/win/libuv_la-tty.o >/dev/null 2>&1
[00:02:01] mv -f src/win/.deps/libuv_la-tty.Tpo src/win/.deps/libuv_la-tty.Plo
[00:02:01] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-winapi.lo -MD -MP -MF src/win/.deps/libuv_la-winapi.Tpo -c -o src/win/libuv_la-winapi.lo `test -f 'src/win/winapi.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/winapi.c
[00:02:01] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-udp.lo -MD -MP -MF src/win/.deps/libuv_la-udp.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/udp.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-udp.o
[00:02:02] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:02:02] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/udp.c:26:
[00:02:02] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:02:02] } DUMMYUNIONNAME;
[00:02:02] ^
[00:02:02] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:02:02] } DUMMYUNIONNAME;
[00:02:02] ^
[00:02:02] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-udp.lo -MD -MP -MF src/win/.deps/libuv_la-udp.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/udp.c -o src/win/libuv_la-udp.o >/dev/null 2>&1
[00:02:02] mv -f src/win/.deps/libuv_la-udp.Tpo src/win/.deps/libuv_la-udp.Plo
[00:02:02] /bin/sh ./libtool --tag=CC --mode=compile gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" -DPACKAGE_STRING=\"libuv\ 1.9.0\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-winsock.lo -MD -MP -MF src/win/.deps/libuv_la-winsock.Tpo -c -o src/win/libuv_la-winsock.lo `test -f 'src/win/winsock.c' || echo '/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/'`src/win/winsock.c
[00:02:04] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-util.lo -MD -MP -MF src/win/.deps/libuv_la-util.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/util.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-util.o
[00:02:04] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:02:04] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/util.c:31:
[00:02:04] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:02:04] } DUMMYUNIONNAME;
[00:02:04] ^
[00:02:04] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:02:04] } DUMMYUNIONNAME;
[00:02:04] ^
[00:02:05] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-winapi.lo -MD -MP -MF src/win/.deps/libuv_la-winapi.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-winapi.o
[00:02:05] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-util.lo -MD -MP -MF src/win/.deps/libuv_la-util.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/util.c -o src/win/libuv_la-util.o >/dev/null 2>&1
[00:02:05] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:02:05] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.c:25:
[00:02:05] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:02:05] } DUMMYUNIONNAME;
[00:02:05] ^
[00:02:05] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:02:05] } DUMMYUNIONNAME;
[00:02:05] ^
[00:02:05] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-winapi.lo -MD -MP -MF src/win/.deps/libuv_la-winapi.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.c -o src/win/libuv_la-winapi.o >/dev/null 2>&1
[00:02:05] mv -f src/win/.deps/libuv_la-winapi.Tpo src/win/.deps/libuv_la-winapi.Plo
[00:02:06] mv -f src/win/.deps/libuv_la-util.Tpo src/win/.deps/libuv_la-util.Plo
[00:02:06] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-winsock.lo -MD -MP -MF src/win/.deps/libuv_la-winsock.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winsock.c -DDLL_EXPORT -DPIC -o src/win/.libs/libuv_la-winsock.o
[00:02:06] In file included from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/internal.h:29:0,
[00:02:06] from C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winsock.c:26:
[00:02:06] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4148:21: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:02:06] } DUMMYUNIONNAME;
[00:02:06] ^
[00:02:06] C:/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winapi.h:4156:19: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic]
[00:02:06] } DUMMYUNIONNAME;
[00:02:06] ^
[00:02:06] libtool: compile: gcc -march=x86-64 -m64 -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.9.0\" "-DPACKAGE_STRING=\"libuv 1.9.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBPTHREAD=1 -D_FILE_OFFSET_BITS=64 -I. -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src -I/c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -MT src/win/libuv_la-winsock.lo -MD -MP -MF src/win/.deps/libuv_la-winsock.Tpo -c /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/src/win/winsock.c -o src/win/libuv_la-winsock.o >/dev/null 2>&1
[00:02:07] mv -f src/win/.deps/libuv_la-winsock.Tpo src/win/.deps/libuv_la-winsock.Plo
[00:02:07] /bin/sh ./libtool --tag=CC --mode=link gcc -march=x86-64 -m64 -D_GNU_SOURCE -fvisibility=hidden -g -std=gnu89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -no-undefined -version-info 1:0:0 -v -o libuv.la -rpath /c/projects/julia/usr/lib src/libuv_la-fs-poll.lo src/libuv_la-inet.lo src/libuv_la-threadpool.lo src/libuv_la-uv-common.lo src/libuv_la-version.lo src/win/libuv_la-async.lo src/win/libuv_la-core.lo src/win/libuv_la-dl.lo src/win/libuv_la-error.lo src/win/libuv_la-fs-event.lo src/win/libuv_la-fs.lo src/win/libuv_la-getaddrinfo.lo src/win/libuv_la-getnameinfo.lo src/win/libuv_la-handle.lo src/win/libuv_la-loop-watcher.lo src/win/libuv_la-pipe.lo src/win/libuv_la-poll.lo src/win/libuv_la-process-stdio.lo src/win/libuv_la-process.lo src/win/libuv_la-req.lo src/win/libuv_la-signal.lo src/win/libuv_la-stream.lo src/win/libuv_la-tcp.lo src/win/libuv_la-thread.lo src/win/libuv_la-timer.lo src/win/libuv_la-tty.lo src/win/libuv_la-udp.lo src/win/libuv_la-util.lo src/win/libuv_la-winapi.lo src/win/libuv_la-winsock.lo -lpthread -lws2_32 -lpsapi -liphlpapi -lshell32 -luserenv
[00:02:09] libtool: link: gcc -march=x86-64 -m64 -shared src/.libs/libuv_la-fs-poll.o src/.libs/libuv_la-inet.o src/.libs/libuv_la-threadpool.o src/.libs/libuv_la-uv-common.o src/.libs/libuv_la-version.o src/win/.libs/libuv_la-async.o src/win/.libs/libuv_la-core.o src/win/.libs/libuv_la-dl.o src/win/.libs/libuv_la-error.o src/win/.libs/libuv_la-fs-event.o src/win/.libs/libuv_la-fs.o src/win/.libs/libuv_la-getaddrinfo.o src/win/.libs/libuv_la-getnameinfo.o src/win/.libs/libuv_la-handle.o src/win/.libs/libuv_la-loop-watcher.o src/win/.libs/libuv_la-pipe.o src/win/.libs/libuv_la-poll.o src/win/.libs/libuv_la-process-stdio.o src/win/.libs/libuv_la-process.o src/win/.libs/libuv_la-req.o src/win/.libs/libuv_la-signal.o src/win/.libs/libuv_la-stream.o src/win/.libs/libuv_la-tcp.o src/win/.libs/libuv_la-thread.o src/win/.libs/libuv_la-timer.o src/win/.libs/libuv_la-tty.o src/win/.libs/libuv_la-udp.o src/win/.libs/libuv_la-util.o src/win/.libs/libuv_la-winapi.o src/win/.libs/libuv_la-winsock.o -lpthread -lws2_32 -lpsapi -liphlpapi -lshell32 -luserenv -march=x86-64 -m64 -g -o .libs/libuv-1.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libuv.dll.a
[00:02:09] libtool: link: ar cru .libs/libuv.a src/libuv_la-fs-poll.o src/libuv_la-inet.o src/libuv_la-threadpool.o src/libuv_la-uv-common.o src/libuv_la-version.o src/win/libuv_la-async.o src/win/libuv_la-core.o src/win/libuv_la-dl.o src/win/libuv_la-error.o src/win/libuv_la-fs-event.o src/win/libuv_la-fs.o src/win/libuv_la-getaddrinfo.o src/win/libuv_la-getnameinfo.o src/win/libuv_la-handle.o src/win/libuv_la-loop-watcher.o src/win/libuv_la-pipe.o src/win/libuv_la-poll.o src/win/libuv_la-process-stdio.o src/win/libuv_la-process.o src/win/libuv_la-req.o src/win/libuv_la-signal.o src/win/libuv_la-stream.o src/win/libuv_la-tcp.o src/win/libuv_la-thread.o src/win/libuv_la-timer.o src/win/libuv_la-tty.o src/win/libuv_la-udp.o src/win/libuv_la-util.o src/win/libuv_la-winapi.o src/win/libuv_la-winsock.o
[00:02:09] libtool: link: ranlib .libs/libuv.a
[00:02:09] libtool: link: ( cd ".libs" && rm -f "libuv.la" && cp -pR "../libuv.la" "libuv.la" )
[00:02:09] make[2]: Leaving directory '/c/projects/julia/deps/scratch/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8'
[00:02:09] echo 1 > scratch/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/build-compiled
[00:02:09] rm -rf /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8
[00:02:09] mkdir -p /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr
[00:02:09] make -C scratch/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 install DESTDIR="" prefix=/c/projects/julia/usr bindir=/c/projects/julia/usr/tools libdir=/c/projects/julia/usr/lib shlibdir=/c/projects/julia/usr/bin libexecdir=/c/projects/julia/usr/libexec datarootdir=/c/projects/julia/usr/share includedir=/c/projects/julia/usr/include sysconfdir=/c/projects/julia/usr/etc O= DESTDIR="/c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8"
[00:02:09] make[2]: Entering directory '/c/projects/julia/deps/scratch/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8'
[00:02:09] make[3]: Entering directory '/c/projects/julia/deps/scratch/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8'
[00:02:09] /usr/bin/mkdir -p '/c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib'
[00:02:09] /usr/bin/mkdir -p '/c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/include'
[00:02:09] /bin/sh ./libtool --mode=install /usr/bin/install -c libuv.la '/c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib'
[00:02:09] /usr/bin/mkdir -p '/c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib/pkgconfig'
[00:02:09] /usr/bin/install -c -m 644 /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include/uv.h /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include/uv-errno.h /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include/uv-threadpool.h /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include/uv-version.h /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include/uv-win.h /c/projects/julia/deps/srccache/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/include/tree.h '/c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/include'
[00:02:09] /usr/bin/install -c -m 644 libuv.pc '/c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib/pkgconfig'
[00:02:09] libtool: install: /usr/bin/install -c .libs/libuv.dll.a /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib/libuv.dll.a
[00:02:09] libtool: install: base_file=`basename libuv.la`
[00:02:09] libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libuv.la'i; echo libuv-1.dll'`
[00:02:09] libtool: install: dldir=/c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib/`dirname ../bin/libuv-1.dll`
[00:02:10] libtool: install: test -d /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib/../bin || mkdir -p /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib/../bin
[00:02:10] libtool: install: /usr/bin/install -c .libs/libuv-1.dll /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib/../bin/libuv-1.dll
[00:02:10] libtool: install: chmod a+x /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib/../bin/libuv-1.dll
[00:02:10] libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib/../bin/libuv-1.dll' || exit 0; fi
[00:02:10] libtool: install: /usr/bin/install -c .libs/libuv.lai /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib/libuv.la
[00:02:10] libtool: install: /usr/bin/install -c .libs/libuv.a /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib/libuv.a
[00:02:10] libtool: install: chmod 644 /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib/libuv.a
[00:02:10] libtool: install: ranlib /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr/lib/libuv.a
[00:02:10] libtool: warning: remember to run 'libtool --finish /c/projects/julia/usr/lib'
[00:02:10] make[3]: Leaving directory '/c/projects/julia/deps/scratch/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8'
[00:02:10] make[2]: Leaving directory '/c/projects/julia/deps/scratch/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8'
[00:02:10] cd /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8/c/projects/julia/usr && tar -czf /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8.tgz.tmp .
[00:02:10] rm -rf /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8
[00:02:10] mv /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8.tgz.tmp /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8.tgz
[00:02:10] mkdir -p /c/projects/julia/usr
[00:02:10] /usr/bin/tar -xzf /c/projects/julia/usr-staging/libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8.tgz -C /c/projects/julia/usr
[00:02:10] true -ignorelibuv.dll /c/projects/julia/usr/bin/libuv.dll
[00:02:10] echo libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8 > /c/projects/julia/usr/manifest/libuv
[00:02:10] make[1]: Leaving directory '/c/projects/julia/deps'
[00:02:10] make[1]: Entering directory '/c/projects/julia/src'
[00:02:10] make[1]: Entering directory '/c/projects/julia/base'
[00:02:10] make[1]: Entering directory '/c/projects/julia/src'
[00:02:11] make[1]: pcre2-config: Command not found
[00:02:11] make[1]: Warning: File 'pcre_h.jl' has modification time 1271 s in the future
[00:02:11] echo '#include <errno.h>' | gcc -E -dM - | perl -nle 'print "const $1 = Int32($2)" if /^#define\s+(E\w+)\s+(\d+)\s*$/' | LC_ALL=C sort > errno_h.jl
[00:02:11] make -C /c/projects/julia/src/support BUILDDIR='/c/projects/julia/src/support'
[00:02:11] make[1]: Nothing to be done for 'libccalltest'.
[00:02:11] make[1]: Leaving directory '/c/projects/julia/src'
[00:02:11] make[2]: Entering directory '/c/projects/julia/src/support'
[00:02:11] gcc -E -P -DJULIA /c/projects/julia/base/../src/file_constants.h | perl -nle 'print "$1 0o$2" if /^(\s*const\s+[A-z_]+\s+=)\s+(0[0-9]*)\s*$/; print "$1" if /^\s*(const\s+[A-z_]+\s+=\s+([1-9]|0x)[0-9A-z]*)\s*$/' > file_constants.jl
[00:02:11] gcc -E -P "-I/c/projects/julia/usr/include" -DJULIA /c/projects/julia/base/../src/uv_constants.h | tail -n 16 > uv_constants.jl
[00:02:11]
[00:02:11] make[1]: warning: Clock skew detected. Your build may be incomplete.
[00:02:11] make[1]: Leaving directory '/c/projects/julia/base'
[00:02:11] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c hashing.c -o /c/projects/julia/src/support/hashing.o
[00:02:11] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c timefuncs.c -o /c/projects/julia/src/support/timefuncs.o
[00:02:12] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c ptrhash.c -o /c/projects/julia/src/support/ptrhash.o
[00:02:12] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c operators.c -o /c/projects/julia/src/support/operators.o
[00:02:12] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c ios.c -o /c/projects/julia/src/support/ios.o
[00:02:12] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c utf8.c -o /c/projects/julia/src/support/utf8.o
[00:02:13] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c htable.c -o /c/projects/julia/src/support/htable.o
[00:02:13] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c bitvector.c -o /c/projects/julia/src/support/bitvector.o
[00:02:13] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c int2str.c -o /c/projects/julia/src/support/int2str.o
[00:02:13] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c libsupportinit.c -o /c/projects/julia/src/support/libsupportinit.o
[00:02:13] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c arraylist.c -o /c/projects/julia/src/support/arraylist.o
[00:02:13] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c strtod.c -o /c/projects/julia/src/support/strtod.o
[00:02:14] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c crc32c.c -o /c/projects/julia/src/support/crc32c.o
[00:02:14] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c asprintf.c -o /c/projects/julia/src/support/asprintf.o
[00:02:14] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c wsasocketpair.c -o /c/projects/julia/src/support/wsasocketpair.o
[00:02:14] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c strptime.c -o /c/projects/julia/src/support/strptime.o
[00:02:14] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c _setjmp.win64.S -o /c/projects/julia/src/support/_setjmp.win64.o
[00:02:14] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -fvisibility=hidden -Wpointer-arith -Wundef -c _longjmp.win64.S -o /c/projects/julia/src/support/_longjmp.win64.o
[00:02:14] rm -rf /c/projects/julia/src/support/libsupport.a
[00:02:14] ar -rcs /c/projects/julia/src/support/libsupport.a /c/projects/julia/src/support/hashing.o /c/projects/julia/src/support/timefuncs.o /c/projects/julia/src/support/ptrhash.o /c/projects/julia/src/support/operators.o /c/projects/julia/src/support/utf8.o /c/projects/julia/src/support/ios.o /c/projects/julia/src/support/htable.o /c/projects/julia/src/support/bitvector.o /c/projects/julia/src/support/int2str.o /c/projects/julia/src/support/libsupportinit.o /c/projects/julia/src/support/arraylist.o /c/projects/julia/src/support/strtod.o /c/projects/julia/src/support/crc32c.o /c/projects/julia/src/support/asprintf.o /c/projects/julia/src/support/wsasocketpair.o /c/projects/julia/src/support/strptime.o /c/projects/julia/src/support/_setjmp.win64.o /c/projects/julia/src/support/_longjmp.win64.o
[00:02:14] make[2]: Leaving directory '/c/projects/julia/src/support'
[00:02:14] make -C /c/projects/julia/src/flisp BUILDDIR='/c/projects/julia/src/flisp'
[00:02:14] make[2]: Entering directory '/c/projects/julia/src/flisp'
[00:02:15] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I../support -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c flisp.c -o /c/projects/julia/src/flisp/flisp.o
[00:02:15] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I../support -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c builtins.c -o /c/projects/julia/src/flisp/builtins.o
[00:02:15] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I../support -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c string.c -o /c/projects/julia/src/flisp/string.o
[00:02:16] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I../support -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c equalhash.c -o /c/projects/julia/src/flisp/equalhash.o
[00:02:16] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I../support -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c table.c -o /c/projects/julia/src/flisp/table.o
[00:02:17] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I../support -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c iostream.c -o /c/projects/julia/src/flisp/iostream.o
[00:02:18] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I../support -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c julia_extensions.c -o /c/projects/julia/src/flisp/julia_extensions.o
[00:02:19] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I../support -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat -c flmain.c -o /c/projects/julia/src/flisp/flmain.o
[00:02:19] rm -rf /c/projects/julia/src/flisp/libflisp.a
[00:02:19] ar -rcs /c/projects/julia/src/flisp/libflisp.a /c/projects/julia/src/flisp/flisp.o /c/projects/julia/src/flisp/builtins.o /c/projects/julia/src/flisp/string.o /c/projects/julia/src/flisp/equalhash.o /c/projects/julia/src/flisp/table.o /c/projects/julia/src/flisp/iostream.o /c/projects/julia/src/flisp/julia_extensions.o
[00:02:19] gcc -march=x86-64 -m64 -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I../support -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef -Wold-style-definition -Wstrict-prototypes -Wc++-compat /c/projects/julia/src/flisp/flisp.o /c/projects/julia/src/flisp/builtins.o /c/projects/julia/src/flisp/string.o /c/projects/julia/src/flisp/equalhash.o /c/projects/julia/src/flisp/table.o /c/projects/julia/src/flisp/iostream.o /c/projects/julia/src/flisp/julia_extensions.o /c/projects/julia/src/flisp/flmain.o -o /c/projects/julia/src/flisp/flisp /c/projects/julia/src/flisp/libflisp.a /c/projects/julia/src/flisp/../support/libsupport.a /c/projects/julia/usr/lib/libuv.a /c/projects/julia/usr/lib/libutf8proc.a -Wl,--export-all-symbols -Wl,--version-script=/c/projects/julia/src/julia.expmap -Wl,--no-whole-archive -lpsapi -lkernel32 -lws2_32 -liphlpapi -lwinmm -ldbghelp -luserenv -lssp
[00:02:19] make[2]: Leaving directory '/c/projects/julia/src/flisp'
[00:02:19] ./flisp/flisp /c/projects/julia/src/mk_julia_flisp_boot.scm /c/projects/julia/src/ jlfrontend.scm julia_flisp.boot
[00:02:20] ./flisp/flisp /c/projects/julia/src/bin2hex.scm < julia_flisp.boot > julia_flisp.boot.inc
[00:02:20] make[1]: Leaving directory '/c/projects/julia/src'
[00:02:20] make[1]: Entering directory '/c/projects/julia/src'
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/platform.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/arraylist.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/utils.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/dirpath.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/ENTRY.amd64.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/MurmurHash3.h /c/projects/julia/usr/include/julia/
[00:02:21] mv julia_version.h.release.tmp julia_version.h
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/ptrhash.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/libsupport.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/hashing.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/END.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/dtypes.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/bitvector.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/htable.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/timefuncs.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/ENTRY.i387.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/tzfile.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/utf8.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/strtod.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/crc32c.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/support/ios.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/julia.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/src/julia_threads.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/usr/include/tree.h /c/projects/julia/usr/include/julia/
[00:02:21] /c/projects/julia/contrib/install.sh 644 /c/projects/julia/usr/include/uv-threadpool.h /c/projects/julia/usr/include/uv-errno.h /c/projects/julia/usr/include/uv-win.h /c/projects/julia/usr/include/uv-version.h /c/projects/julia/usr/include/uv.h /c/projects/julia/usr/include/julia/
[00:02:21] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/jltypes.c -o jltypes.o
[00:02:21] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/gf.c -o gf.o
[00:02:22] In file included from C:/projects/julia/src/gf.c:15:0:
[00:02:22] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:22] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:22] #define jl_assume(cond) (cond)
[00:02:22] ^
[00:02:22] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:22] jl_assume(fptr.jlcall_api != 2);
[00:02:22] ^
[00:02:22] In file included from C:/projects/julia/src/jltypes.c:15:0:
[00:02:22] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:22] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:22] #define jl_assume(cond) (cond)
[00:02:22] ^
[00:02:22] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:22] jl_assume(fptr.jlcall_api != 2);
[00:02:22] ^
[00:02:23] In file included from C:/projects/julia/src/gf.c:15:0:
[00:02:23] C:/projects/julia/src/gf.c: In function 'jl_apply_generic':
[00:02:23] C:/projects/julia/src/julia_internal.h:331:13: warning: 'fptr.jlcall_api' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:02:23] else if (fptr->jlcall_api == 4)
[00:02:23] ^
[00:02:23] C:/projects/julia/src/julia_internal.h:340:23: note: 'fptr.jlcall_api' was declared here
[00:02:23] jl_generic_fptr_t fptr;
[00:02:23] ^
[00:02:23] C:/projects/julia/src/julia_internal.h:326:9: warning: 'fptr.<U1b48>.fptr' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:02:23] return fptr->fptr1(args[0], &args[1], nargs-1);
[00:02:23] ^
[00:02:23] C:/projects/julia/src/julia_internal.h:340:23: note: 'fptr.<U1b48>.fptr' was declared here
[00:02:23] jl_generic_fptr_t fptr;
[00:02:23] ^
[00:02:23] C:/projects/julia/src/gf.c: In function 'jl_invoke':
[00:02:23] C:/projects/julia/src/julia_internal.h:325:8: warning: 'fptr.jlcall_api' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:02:23] if (fptr->jlcall_api == 1)
[00:02:23] ^
[00:02:23] C:/projects/julia/src/julia_internal.h:340:23: note: 'fptr.jlcall_api' was declared here
[00:02:23] jl_generic_fptr_t fptr;
[00:02:23] ^
[00:02:23] C:/projects/julia/src/gf.c: In function 'jl_gf_invoke':
[00:02:23] C:/projects/julia/src/julia_internal.h:331:13: warning: 'fptr.jlcall_api' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:02:23] else if (fptr->jlcall_api == 4)
[00:02:23] ^
[00:02:23] C:/projects/julia/src/julia_internal.h:340:23: note: 'fptr.jlcall_api' was declared here
[00:02:23] jl_generic_fptr_t fptr;
[00:02:23] ^
[00:02:23] C:/projects/julia/src/julia_internal.h:326:9: warning: 'fptr.<U1b48>.fptr' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:02:23] return fptr->fptr1(args[0], &args[1], nargs-1);
[00:02:23] ^
[00:02:23] C:/projects/julia/src/julia_internal.h:340:23: note: 'fptr.<U1b48>.fptr' was declared here
[00:02:23] jl_generic_fptr_t fptr;
[00:02:23] ^
[00:02:23] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/typemap.c -o typemap.o
[00:02:23] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/ast.c -o ast.o
[00:02:23] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/builtins.c -o builtins.o
[00:02:24] In file included from C:/projects/julia/src/typemap.c:7:0:
[00:02:24] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:24] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:24] #define jl_assume(cond) (cond)
[00:02:24] ^
[00:02:24] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:24] jl_assume(fptr.jlcall_api != 2);
[00:02:24] ^
[00:02:24] In file included from C:/projects/julia/src/ast.c:15:0:
[00:02:24] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:24] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:24] #define jl_assume(cond) (cond)
[00:02:24] ^
[00:02:24] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:24] jl_assume(fptr.jlcall_api != 2);
[00:02:24] ^
[00:02:24] In file included from C:/projects/julia/src/builtins.c:25:0:
[00:02:24] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:24] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:24] #define jl_assume(cond) (cond)
[00:02:24] ^
[00:02:24] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:24] jl_assume(fptr.jlcall_api != 2);
[00:02:24] ^
[00:02:25] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/module.c -o module.o
[00:02:25] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/interpreter.c -o interpreter.o
[00:02:26] In file included from C:/projects/julia/src/module.c:8:0:
[00:02:26] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:26] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:26] #define jl_assume(cond) (cond)
[00:02:26] ^
[00:02:26] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:26] jl_assume(fptr.jlcall_api != 2);
[00:02:26] ^
[00:02:26] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/symbol.c -o symbol.o
[00:02:26] In file included from C:/projects/julia/src/interpreter.c:10:0:
[00:02:26] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:26] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:26] #define jl_assume(cond) (cond)
[00:02:26] ^
[00:02:26] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:26] jl_assume(fptr.jlcall_api != 2);
[00:02:26] ^
[00:02:26] In file included from C:/projects/julia/src/interpreter.c:10:0:
[00:02:26] C:/projects/julia/src/interpreter.c: In function 'do_invoke':
[00:02:26] C:/projects/julia/src/julia_internal.h:325:8: warning: 'fptr.jlcall_api' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:02:26] if (fptr->jlcall_api == 1)
[00:02:26] ^
[00:02:26] C:/projects/julia/src/julia_internal.h:340:23: note: 'fptr.jlcall_api' was declared here
[00:02:26] jl_generic_fptr_t fptr;
[00:02:26] ^
[00:02:26] C:/projects/julia/src/julia_internal.h:326:9: warning: 'fptr.<U7b48>.fptr' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:02:26] return fptr->fptr1(args[0], &args[1], nargs-1);
[00:02:26] ^
[00:02:26] C:/projects/julia/src/julia_internal.h:340:23: note: 'fptr.<U7b48>.fptr' was declared here
[00:02:26] jl_generic_fptr_t fptr;
[00:02:26] ^
[00:02:26] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/dlload.c -o dlload.o
[00:02:27] In file included from C:/projects/julia/src/symbol.c:12:0:
[00:02:27] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:27] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:27] #define jl_assume(cond) (cond)
[00:02:27] ^
[00:02:27] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:27] jl_assume(fptr.jlcall_api != 2);
[00:02:27] ^
[00:02:27] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/sys.c -o sys.o
[00:02:27] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/init.c -o init.o
[00:02:27] In file included from C:/projects/julia/src/dlload.c:11:0:
[00:02:27] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:27] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:27] #define jl_assume(cond) (cond)
[00:02:27] ^
[00:02:27] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:27] jl_assume(fptr.jlcall_api != 2);
[00:02:27] ^
[00:02:27] In file included from C:/projects/julia/src/sys.c:8:0:
[00:02:27] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:27] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:27] #define jl_assume(cond) (cond)
[00:02:27] ^
[00:02:27] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:27] jl_assume(fptr.jlcall_api != 2);
[00:02:27] ^
[00:02:27] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/task.c -o task.o
[00:02:28] In file included from C:/projects/julia/src/init.c:22:0:
[00:02:28] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:28] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:28] #define jl_assume(cond) (cond)
[00:02:28] ^
[00:02:28] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:28] jl_assume(fptr.jlcall_api != 2);
[00:02:28] ^
[00:02:28] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/array.c -o array.o
[00:02:28] In file included from C:/projects/julia/src/task.c:16:0:
[00:02:28] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:28] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:28] #define jl_assume(cond) (cond)
[00:02:28] ^
[00:02:28] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:28] jl_assume(fptr.jlcall_api != 2);
[00:02:28] ^
[00:02:28] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/dump.c -o dump.o
[00:02:29] In file included from C:/projects/julia/src/array.c:13:0:
[00:02:29] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:29] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:29] #define jl_assume(cond) (cond)
[00:02:29] ^
[00:02:29] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:29] jl_assume(fptr.jlcall_api != 2);
[00:02:29] ^
[00:02:29] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/toplevel.c -o toplevel.o
[00:02:29] In file included from C:/projects/julia/src/dump.c:11:0:
[00:02:29] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:29] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:29] #define jl_assume(cond) (cond)
[00:02:29] ^
[00:02:29] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:29] jl_assume(fptr.jlcall_api != 2);
[00:02:29] ^
[00:02:29] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/jl_uv.c -o jl_uv.o
[00:02:29] In file included from C:/projects/julia/src/toplevel.c:20:0:
[00:02:29] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:29] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:29] #define jl_assume(cond) (cond)
[00:02:29] ^
[00:02:29] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:29] jl_assume(fptr.jlcall_api != 2);
[00:02:29] ^
[00:02:30] In file included from C:/projects/julia/src/toplevel.c:20:0:
[00:02:30] C:/projects/julia/src/toplevel.c: In function 'jl_toplevel_eval_flex':
[00:02:30] C:/projects/julia/src/julia_internal.h:325:8: warning: 'fptr.jlcall_api' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:02:30] if (fptr->jlcall_api == 1)
[00:02:30] ^
[00:02:30] C:/projects/julia/src/julia_internal.h:340:23: note: 'fptr.jlcall_api' was declared here
[00:02:30] jl_generic_fptr_t fptr;
[00:02:30] ^
[00:02:30] C:/projects/julia/src/julia_internal.h:326:9: warning: 'fptr.<Uab48>.fptr' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:02:30] return fptr->fptr1(args[0], &args[1], nargs-1);
[00:02:30] ^
[00:02:30] C:/projects/julia/src/julia_internal.h:340:23: note: 'fptr.<Uab48>.fptr' was declared here
[00:02:30] jl_generic_fptr_t fptr;
[00:02:30] ^
[00:02:30] C:/projects/julia/src/toplevel.c: In function 'jl_toplevel_eval_flex.constprop':
[00:02:30] C:/projects/julia/src/julia_internal.h:325:8: warning: 'fptr.jlcall_api' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:02:30] if (fptr->jlcall_api == 1)
[00:02:30] ^
[00:02:30] C:/projects/julia/src/julia_internal.h:340:23: note: 'fptr.jlcall_api' was declared here
[00:02:30] jl_generic_fptr_t fptr;
[00:02:30] ^
[00:02:30] C:/projects/julia/src/julia_internal.h:326:9: warning: 'fptr.<Uab48>.fptr' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:02:30] return fptr->fptr1(args[0], &args[1], nargs-1);
[00:02:30] ^
[00:02:30] C:/projects/julia/src/julia_internal.h:340:23: note: 'fptr.<Uab48>.fptr' was declared here
[00:02:30] jl_generic_fptr_t fptr;
[00:02:30] ^
[00:02:30] C:/projects/julia/src/toplevel.c: In function 'jl_toplevel_eval':
[00:02:30] C:/projects/julia/src/julia_internal.h:325:8: warning: 'fptr.jlcall_api' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:02:30] if (fptr->jlcall_api == 1)
[00:02:30] ^
[00:02:30] C:/projects/julia/src/julia_internal.h:340:23: note: 'fptr.jlcall_api' was declared here
[00:02:30] jl_generic_fptr_t fptr;
[00:02:30] ^
[00:02:30] C:/projects/julia/src/julia_internal.h:326:9: warning: 'fptr.<Uab48>.fptr' may be used uninitialized in this function [-Wmaybe-uninitialized]
[00:02:30] return fptr->fptr1(args[0], &args[1], nargs-1);
[00:02:30] ^
[00:02:30] C:/projects/julia/src/julia_internal.h:340:23: note: 'fptr.<Uab48>.fptr' was declared here
[00:02:30] jl_generic_fptr_t fptr;
[00:02:30] ^
[00:02:30] In file included from C:/projects/julia/src/jl_uv.c:22:0:
[00:02:30] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:30] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:30] #define jl_assume(cond) (cond)
[00:02:30] ^
[00:02:30] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:30] jl_assume(fptr.jlcall_api != 2);
[00:02:30] ^
[00:02:30] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/datatype.c -o datatype.o
[00:02:31] In file included from C:/projects/julia/src/datatype.c:13:0:
[00:02:31] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:31] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:31] #define jl_assume(cond) (cond)
[00:02:31] ^
[00:02:31] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:31] jl_assume(fptr.jlcall_api != 2);
[00:02:31] ^
[00:02:31] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/simplevector.c -o simplevector.o
[00:02:31] g++ -march=x86-64 -m64 -IC:\projects\julia\usr/include -D__USING_SJLJ_EXCEPTIONS__ -D__CRT__NO_INLINE -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -Werror=date-time -std=gnu++11 -O2 -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fno-rtti -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/APInt-C.cpp -o APInt-C.o
[00:02:32] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/runtime_intrinsics.c -o runtime_intrinsics.o
[00:02:32] In file included from C:/projects/julia/src/simplevector.c:8:0:
[00:02:32] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:32] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:32] #define jl_assume(cond) (cond)
[00:02:32] ^
[00:02:32] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:32] jl_assume(fptr.jlcall_api != 2);
[00:02:32] ^
[00:02:32] g++ -march=x86-64 -m64 -IC:\projects\julia\usr/include -D__USING_SJLJ_EXCEPTIONS__ -D__CRT__NO_INLINE -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -Werror=date-time -std=gnu++11 -O2 -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fno-rtti -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/runtime_ccall.cpp -o runtime_ccall.o
[00:02:32] In file included from C:/projects/julia/src/runtime_intrinsics.c:12:0:
[00:02:32] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:32] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:32] #define jl_assume(cond) (cond)
[00:02:32] ^
[00:02:32] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:32] jl_assume(fptr.jlcall_api != 2);
[00:02:32] ^
[00:02:34] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/threadgroup.c -o threadgroup.o
[00:02:35] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/threading.c -o threading.o
[00:02:35] In file included from C:/projects/julia/src/threadgroup.c:13:0:
[00:02:35] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:35] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:35] #define jl_assume(cond) (cond)
[00:02:35] ^
[00:02:35] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:35] jl_assume(fptr.jlcall_api != 2);
[00:02:35] ^
[00:02:35] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/stackwalk.c -o stackwalk.o
[00:02:35] In file included from C:/projects/julia/src/threading.c:23:0:
[00:02:35] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:35] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:35] #define jl_assume(cond) (cond)
[00:02:35] ^
[00:02:35] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:35] jl_assume(fptr.jlcall_api != 2);
[00:02:35] ^
[00:02:35] C:/projects/julia/src/threading.c: In function 'ti_run_fun':
[00:02:35] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:35] #define jl_assume(cond) (cond)
[00:02:35] ^
[00:02:35] C:/projects/julia/src/threading.c:315:9: note: in expansion of macro 'jl_assume'
[00:02:35] jl_assume(fptr->jlcall_api != 2);
[00:02:35] ^
[00:02:36] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/gc.c -o gc.o
[00:02:36] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/gc-debug.c -o gc-debug.o
[00:02:36] In file included from C:/projects/julia/src/gc.h:20:0,
[00:02:36] from C:/projects/julia/src/gc.c:3:
[00:02:36] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:36] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:36] #define jl_assume(cond) (cond)
[00:02:36] ^
[00:02:36] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:36] jl_assume(fptr.jlcall_api != 2);
[00:02:36] ^
[00:02:36] In file included from C:/projects/julia/src/stackwalk.c:9:0:
[00:02:36] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:36] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:36] #define jl_assume(cond) (cond)
[00:02:36] ^
[00:02:36] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:36] jl_assume(fptr.jlcall_api != 2);
[00:02:36] ^
[00:02:36] C:/projects/julia/src/stackwalk.c: In function 'jl_unw_stepn':
[00:02:36] C:/projects/julia/src/stackwalk.c:29:15: warning: unused variable 'ptls' [-Wunused-variable]
[00:02:36] jl_ptls_t ptls = jl_get_ptls_states();
[00:02:36] ^
[00:02:37] In file included from C:/projects/julia/src/gc.h:20:0,
[00:02:37] from C:/projects/julia/src/gc-debug.c:3:
[00:02:37] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:37] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:37] #define jl_assume(cond) (cond)
[00:02:37] ^
[00:02:37] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:37] jl_assume(fptr.jlcall_api != 2);
[00:02:37] ^
[00:02:37] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/gc-pages.c -o gc-pages.o
[00:02:37] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/method.c -o method.o
[00:02:38] In file included from C:/projects/julia/src/gc.h:20:0,
[00:02:38] from C:/projects/julia/src/gc-pages.c:3:
[00:02:38] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:38] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:38] #define jl_assume(cond) (cond)
[00:02:38] ^
[00:02:38] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:38] jl_assume(fptr.jlcall_api != 2);
[00:02:38] ^
[00:02:38] In file included from C:/projects/julia/src/method.c:12:0:
[00:02:38] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:38] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:38] #define jl_assume(cond) (cond)
[00:02:38] ^
[00:02:38] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:38] jl_assume(fptr.jlcall_api != 2);
[00:02:38] ^
[00:02:38] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/jlapi.c -o jlapi.o
[00:02:38] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/signal-handling.c -o signal-handling.o
[00:02:39] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/safepoint.c -o safepoint.o
[00:02:39] In file included from C:/projects/julia/src/signal-handling.c:7:0:
[00:02:39] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:39] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:39] #define jl_assume(cond) (cond)
[00:02:39] ^
[00:02:39] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:39] jl_assume(fptr.jlcall_api != 2);
[00:02:39] ^
[00:02:39] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/jloptions.c -o jloptions.o
[00:02:40] In file included from C:/projects/julia/src/safepoint.c:4:0:
[00:02:40] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:40] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:40] #define jl_assume(cond) (cond)
[00:02:40] ^
[00:02:40] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:40] jl_assume(fptr.jlcall_api != 2);
[00:02:40] ^
[00:02:40] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/timing.c -o timing.o
[00:02:40] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/subtype.c -o subtype.o
[00:02:40] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -Wold-style-definition -Wstrict-prototypes -Wc++-compat -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/rtutils.c -o rtutils.o
[00:02:41] In file included from C:/projects/julia/src/subtype.c:29:0:
[00:02:41] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:41] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:41] #define jl_assume(cond) (cond)
[00:02:41] ^
[00:02:41] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:41] jl_assume(fptr.jlcall_api != 2);
[00:02:41] ^
[00:02:41] g++ -march=x86-64 -m64 -IC:\projects\julia\usr/include -D__USING_SJLJ_EXCEPTIONS__ -D__CRT__NO_INLINE -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -Werror=date-time -std=gnu++11 -O2 -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fno-rtti -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/codegen.cpp -o codegen.o
[00:02:41] In file included from C:/projects/julia/src/rtutils.c:25:0:
[00:02:41] C:/projects/julia/src/julia_internal.h: In function 'jl_call_method_internal':
[00:02:41] C:/projects/julia/src/julia_internal.h:80:25: warning: statement with no effect [-Wunused-value]
[00:02:41] #define jl_assume(cond) (cond)
[00:02:41] ^
[00:02:41] C:/projects/julia/src/julia_internal.h:344:5: note: in expansion of macro 'jl_assume'
[00:02:41] jl_assume(fptr.jlcall_api != 2);
[00:02:41] ^
[00:02:41] C:/projects/julia/src/rtutils.c: In function 'jl_depwarn_partial_indexing':
[00:02:41] C:/projects/julia/src/rtutils.c:936:13: warning: unknown conversion type character 'z' in format [-Wformat=]
[00:02:41] "the number of indices\n", n);
[00:02:41] ^
[00:02:41] C:/projects/julia/src/rtutils.c:936:13: warning: too many arguments for format [-Wformat-extra-args]
[00:02:42] g++ -march=x86-64 -m64 -IC:\projects\julia\usr/include -D__USING_SJLJ_EXCEPTIONS__ -D__CRT__NO_INLINE -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -Werror=date-time -std=gnu++11 -O2 -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fno-rtti -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/jitlayers.cpp -o jitlayers.o
[00:02:43] g++ -march=x86-64 -m64 -IC:\projects\julia\usr/include -D__USING_SJLJ_EXCEPTIONS__ -D__CRT__NO_INLINE -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -Werror=date-time -std=gnu++11 -O2 -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fno-rtti -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/disasm.cpp -o disasm.o
[00:02:48] C:/projects/julia/src/codegen.cpp: In function 'jl_llvm_functions_t jl_compile_linfo(jl_method_instance_t**, jl_code_info_t*, size_t, const jl_cgparams_t*)':
[00:02:48] C:/projects/julia/src/codegen.cpp:1264:81: warning: unknown conversion type character 'l' in format [-Wformat=]
[00:02:48] jl_printf(dump_compiles_stream, "%" PRIu64 "\t\"", this_time - last_time);
[00:02:48] ^
[00:02:48] C:/projects/julia/src/codegen.cpp:1264:81: warning: too many arguments for format [-Wformat-extra-args]
[00:02:54] C:/projects/julia/src/codegen.cpp: In function 'jl_value_t* static_eval(jl_value_t*, jl_codectx_t*, int, int)':
[00:02:54] C:/projects/julia/src/codegen.cpp:2085:28: warning: variable 'n' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
[00:02:54] size_t n = jl_array_dim0(e->args)-1;
[00:02:54] ^
[00:02:57] g++ -march=x86-64 -m64 -IC:\projects\julia\usr/include -D__USING_SJLJ_EXCEPTIONS__ -D__CRT__NO_INLINE -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -Werror=date-time -std=gnu++11 -O2 -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fno-rtti -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/debuginfo.cpp -o debuginfo.o
[00:02:57] g++ -march=x86-64 -m64 -IC:\projects\julia\usr/include -D__USING_SJLJ_EXCEPTIONS__ -D__CRT__NO_INLINE -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -Werror=date-time -std=gnu++11 -O2 -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fno-rtti -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/llvm-simdloop.cpp -o llvm-simdloop.o
[00:03:02] g++ -march=x86-64 -m64 -IC:\projects\julia\usr/include -D__USING_SJLJ_EXCEPTIONS__ -D__CRT__NO_INLINE -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -Werror=date-time -std=gnu++11 -O2 -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fno-rtti -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/llvm-ptls.cpp -o llvm-ptls.o
[00:03:06] C:/projects/julia/src/codegen.cpp: In function 'jl_llvm_functions_t jl_compile_linfo(jl_method_instance_t**, jl_code_info_t*, size_t, const jl_cgparams_t*)':
[00:03:06] C:/projects/julia/src/codegen.cpp:1116:27: warning: variable 'li' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
[00:03:06] jl_method_instance_t *li = *pli;
[00:03:06] ^
[00:03:06] C:/projects/julia/src/codegen.cpp: In function 'llvm::Function* jl_cfunction_object(jl_function_t*, jl_value_t*, jl_tupletype_t*)':
[00:03:06] C:/projects/julia/src/codegen.cpp:4733:17: warning: variable 'crt' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
[00:03:06] jl_value_t *crt = declrt;
[00:03:06] ^
[00:03:06] C:/projects/julia/src/codegen.cpp:4718:69: warning: argument 'declrt' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
[00:03:06] static Function *jl_cfunction_object(jl_function_t *ff, jl_value_t *declrt, jl_tupletype_t *argt)
[00:03:06] ^
[00:03:06] g++ -march=x86-64 -m64 -IC:\projects\julia\usr/include -D__USING_SJLJ_EXCEPTIONS__ -D__CRT__NO_INLINE -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -Werror=date-time -std=gnu++11 -O2 -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fno-rtti -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/llvm-gcroot.cpp -o llvm-gcroot.o
[00:03:06] In file included from C:/projects/julia/src/intrinsics.cpp:7:0,
[00:03:06] from C:/projects/julia/src/codegen.cpp:2139:
[00:03:06] C:/projects/julia/src/ccall.cpp: In function 'jl_cgval_t emit_ccall(jl_value_t**, size_t, jl_codectx_t*)':
[00:03:06] C:/projects/julia/src/ccall.cpp:1460:21: warning: variable 'cc' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
[00:03:06] CallingConv::ID cc = CallingConv::C;
[00:03:06] ^
[00:03:06] C:/projects/julia/src/ccall.cpp:1461:10: warning: variable 'llvmcall' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
[00:03:06] bool llvmcall = false;
[00:03:06] ^
[00:03:06] C:/projects/julia/src/ccall.cpp:1525:10: warning: variable 'isVa' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
[00:03:06] bool isVa;
[00:03:06] ^
[00:03:06] C:/projects/julia/src/ccall.cpp:1526:12: warning: variable 'nargt' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
[00:03:06] size_t nargt;
[00:03:06] ^
[00:03:06] C:/projects/julia/src/ccall.cpp:1529:10: warning: variable 'static_rt' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
[00:03:06] bool static_rt;
[00:03:06] ^
[00:03:06] C:/projects/julia/src/ccall.cpp:1706:21: warning: variable 'frt' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
[00:03:06] jl_value_t *frt = expr_type(args[6], ctx);
[00:03:06] ^
[00:03:06] C:/projects/julia/src/ccall.cpp:1451:43: warning: argument 'args' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
[00:03:06] static jl_cgval_t emit_ccall(jl_value_t **args, size_t nargs, jl_codectx_t *ctx)
[00:03:06] ^
[00:03:06] C:/projects/julia/src/ccall.cpp:1451:56: warning: argument 'nargs' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
[00:03:06] static jl_cgval_t emit_ccall(jl_value_t **args, size_t nargs, jl_codectx_t *ctx)
[00:03:06] ^
[00:03:09] g++ -march=x86-64 -m64 -IC:\projects\julia\usr/include -D__USING_SJLJ_EXCEPTIONS__ -D__CRT__NO_INLINE -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -Werror=date-time -std=gnu++11 -O2 -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -pipe -fno-rtti -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" -c /c/projects/julia/src/cgmemmgr.cpp -o cgmemmgr.o
[00:03:09] /c/projects/julia/contrib/install.sh 644 julia_version.h /c/projects/julia/usr/include/julia/
[00:03:14] g++ -march=x86-64 -m64 -shared -Wl,--out-implib,/c/projects/julia/usr/lib/libjulia.dll.a -pipe -fno-rtti -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -I. -I/c/projects/julia/src -I/c/projects/julia/src/flisp -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -I/c/projects/julia/usr/include -DLIBRARY_EXPORTS -I/c/projects/julia/deps/valgrind -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden -fno-common -Wpointer-arith -Wundef -DJL_BUILD_ARCH='"x86_64"' -DJL_BUILD_UNAME='"NT"' -IC:\projects\julia\usr/include -DLLVM_SHLIB "-DJL_SYSTEM_IMAGE_PATH=\"../lib/julia/sys.dll\"" ./jltypes.o ./gf.o ./typemap.o ./ast.o ./builtins.o ./module.o ./interpreter.o ./symbol.o ./dlload.o ./sys.o ./init.o ./task.o ./array.o ./dump.o ./toplevel.o ./jl_uv.o ./datatype.o ./simplevector.o ./APInt-C.o ./runtime_intrinsics.o ./runtime_ccall.o ./threadgroup.o ./threading.o ./stackwalk.o ./gc.o ./gc-debug.o ./gc-pages.o ./method.o ./jlapi.o ./signal-handling.o ./safepoint.o ./jloptions.o ./timing.o ./subtype.o ./rtutils.o ./codegen.o ./jitlayers.o ./disasm.o ./debuginfo.o ./llvm-simdloop.o ./llvm-ptls.o ./llvm-gcroot.o ./cgmemmgr.o -o /c/projects/julia/usr/bin/libjulia.dll -Wl,--whole-archive ./flisp/libflisp.a -Wl,--whole-archive ./support/libsupport.a -L/c/projects/julia/usr/bin -L/c/projects/julia/usr/lib /c/projects/julia/usr/lib/libuv.a /c/projects/julia/usr/lib/libutf8proc.a -Wl,--no-whole-archive -LC:\projects\julia\usr/lib -lLLVM -Wl,--export-all-symbols -Wl,--version-script=/c/projects/julia/src/julia.expmap -Wl,--no-whole-archive -lpsapi -lkernel32 -lws2_32 -liphlpapi -lwinmm -ldbghelp -luserenv -lssp
[00:03:18] true -ignorelibjulia.dll /c/projects/julia/usr/bin/libjulia.dll
[00:03:18] true -ignore /c/projects/julia/usr/bin/libjulia.dll
[00:03:18] make[1]: Leaving directory '/c/projects/julia/src'
[00:03:18] make[1]: Entering directory '/c/projects/julia/ui'
[00:03:19] JLVER=`cat /c/projects/julia/VERSION` && \
[00:03:19] JLVERi=`echo $JLVER | perl -nle \
[00:03:19] '/^(\d+)\.?(\d*)\.?(\d*)/ && \
[00:03:19] print int $1,",",int $2,",0,",int $3'` && \
[00:03:19] windres /c/projects/julia/contrib/windows/julia.rc -O coff -o julia_res.o -DJLVER=$JLVERi -DJLVER_STR=\\\"$JLVER\\\"
[00:03:19] gcc -march=x86-64 -m64 -fasynchronous-unwind-tables -D_WIN32_WINNT=0x0502 -DJULIA_ENABLE_THREADING -DJULIA_NUM_THREADS=1 -DHAVE_SSP=1 -std=gnu99 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/src -I/c/projects/julia/src -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -Wc++-compat -c /c/projects/julia/ui/repl.c -o repl.o
[00:03:20] g++ -march=x86-64 -m64 -pipe -fno-rtti -O3 -ggdb2 -falign-functions -momit-leaf-frame-pointer -I/c/projects/julia/src -I/c/projects/julia/src -I/c/projects/julia/src/support -I/c/projects/julia/usr/include -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -Wc++-compat repl.o julia_res.o -o /c/projects/julia/usr/bin/julia.exe -L/c/projects/julia/usr/lib/julia -L/c/projects/julia/usr/lib -L/c/projects/julia/usr/bin -ljulia -Wl,--stack,8388608 -Wl,--no-whole-archive -Wl,--export-all-symbols -Wl,--version-script=/c/projects/julia/src/julia.expmap -Wl,--no-whole-archive -lpsapi -lkernel32 -lws2_32 -liphlpapi -lwinmm -ldbghelp -luserenv -lssp -Wl,--whole-archive /c/projects/julia/usr/lib/libopenlibm.a -Wl,--no-whole-archive -municode
[00:03:21] make[1]: Leaving directory '/c/projects/julia/ui'
[00:03:21] make[1]: Entering directory '/c/projects/julia'
[00:03:22] cd /c/projects/julia/base && /c/projects/julia/usr/bin/julia.exe -C x86-64 --output-ji /c/projects/julia/usr/lib/julia/inference.ji --startup-file=no -g0 -O0 coreimg.jl
[00:03:24] essentials.jl
[00:03:24] ctypes.jl
[00:03:24] generator.jl
[00:03:24] reflection.jl
[00:03:24] options.jl
[00:03:24] promotion.jl
[00:03:24] tuple.jl
[00:03:24] pair.jl
[00:03:25] traits.jl
[00:03:25] range.jl
[00:03:25] expr.jl
[00:03:25] error.jl
[00:03:25] bool.jl
[00:03:26] number.jl
[00:03:26] int.jl
[00:03:42] operators.jl
[00:03:42] pointer.jl
[00:03:42] indices.jl
[00:03:42] array.jl
[00:03:42] abstractarray.jl
[00:03:42] hashing.jl
[00:03:42] nofloat_hashing.jl
[00:03:42] reduce.jl
[00:03:42] bitarray.jl
[00:03:42] intset.jl
[00:03:42] associative.jl
[00:03:42] docs/core.jl
[00:03:42] inference.jl
[00:03:42] make[1]: Leaving directory '/c/projects/julia'
[00:03:42] make[1]: Entering directory '/c/projects/julia'
[00:03:43] make[1]: Warning: File '/c/projects/julia/base/pcre_h.jl' has modification time 1179 s in the future
[00:03:43] cd /c/projects/julia/base && /c/projects/julia/usr/bin/julia.exe -O3 -C x86-64 --output-o /c/projects/julia/usr/lib/julia/sys.o --startup-file=no --sysimage /c/projects/julia/usr/lib/julia/inference.ji sysimg.jl || { echo '*** This error is usually fixed by running `make clean`. If the error persists, try `make cleanall`. ***' && false; }
[00:03:46] coreio.jl
[00:03:46] WARNING: Method definition exports.jl
[00:03:46] (::essentials.jl
[00:03:47] Typectypes.jl
[00:03:47] {base.jl
[00:03:47] Tgenerator.jl
[00:03:47] }reflection.jl
[00:03:47] )options.jl
[00:03:47] (promotion.jl
[00:03:47] Anytuple.jl
[00:03:48] )pair.jl
[00:03:48] in module Inferencetraits.jl
[00:03:48] at coreimg.jl:14range.jl
[00:03:48] overwrittentwiceprecision.jl
[00:03:49] in module Baseexpr.jl
[00:03:49] at sysimg.jl:24error.jl
[00:03:49] .
[00:03:49] bool.jl
[00:03:50] number.jl
[00:03:50] int.jl
[00:03:50] operators.jl
[00:03:50] pointer.jl
[00:03:50] refpointer.jl
[00:03:51] checked.jl
[00:03:51] indices.jl
[00:03:51] array.jl
[00:03:51] abstractarray.jl
[00:03:51] subarray.jl
[00:03:51] hashing.jl
[00:03:51] rounding.jl
[00:03:51] float.jl
[00:03:51] complex.jl
[00:03:52] rational.jl
[00:03:52] multinverses.jl
[00:03:52] abstractarraymath.jl
[00:03:52] arraymath.jl
[00:03:54] char.jl
[00:03:55] strings/string.jl
[00:03:55] simdloop.jl
[00:03:56] reduce.jl
[00:03:56] reshapedarray.jl
[00:03:56] bitarray.jl
[00:03:57] intset.jl
[00:03:57] associative.jl
[00:03:58] dict.jl
[00:03:58] set.jl
[00:03:58] iterators.jl
[00:03:59] build_h.jl
[00:03:59] version_git.jl
[00:04:02] osutils.jl
[00:04:02] WARNING: Method definition c.jl
[00:04:03] searchsortedfirstsysinfo.jl
[00:04:03] (io.jl
[00:04:04] AbstractArrayiostream.jl
[00:04:04] {iobuffer.jl
[00:04:04] Tintfuncs.jl
[00:04:04] , strings/strings.jl
[00:04:05] 1strings/errors.jl
[00:04:05] }strings/types.jl
[00:04:06] where strings/basic.jl
[00:04:06] Tstrings/search.jl
[00:04:07] , strings/util.jl
[00:04:08] Anystrings/io.jl
[00:04:09] )strings/utf8proc.jl
[00:04:20] in module Sortparse.jl
[00:04:21] at sort.jl:211shell.jl
[00:04:22] overwrittenregex.jl
[00:04:25] at sort.jl:214pcre.jl
[00:04:26] .
[00:04:26] show.jl
[00:04:32] WARNING: Method definition cartesian.jl
[00:04:34] searchsortedlastmultidimensional.jl
[00:04:34] (permuteddimsarray.jl
[00:04:39] AbstractArraynullable.jl
[00:04:39] {broadcast.jl
[00:04:43] Tbase64.jl
[00:07:08] , version.jl
[00:07:08] 1libc.jl
[00:07:08] }libdl.jl
[00:07:08] where env.jl
[00:07:08] Tlibuv.jl
[00:07:08] , uv_constants.jl
[00:07:08] Anyevent.jl
[00:07:08] )task.jl
[00:07:08] in module Sortlock.jl
[00:07:08] at sort.jl:211threads.jl
[00:07:08] overwrittenweakkeydict.jl
[00:07:08] stream.jl
[00:07:08] at sort.jl:214socket.jl
[00:07:08] .
[00:07:08] filesystem.jl
[00:07:08] WARNING: Method definition process.jl
[00:07:08] searchsortedmultimedia.jl
[00:07:08] (grisu/grisu.jl
[00:07:08] AbstractArraymethodshow.jl
[00:07:08] {floatfuncs.jl
[00:07:08] Tmath.jl
[00:07:08] , reducedim.jl
[00:07:08] 1ordering.jl
[00:07:08] }sort.jl
[00:07:08] where gmp.jl
[00:07:08] Tmpfr.jl
[00:07:08] , combinatorics.jl
[00:07:08] Anyhashing2.jl
[00:07:08] )dSFMT.jl
[00:07:08] in module Sortrandom.jl
[00:07:08] at sort.jl:211printf.jl
[00:07:08] overwrittenmeta.jl
[00:07:08] at sort.jl:214Enums.jl
[00:07:08] .
[00:07:08] serialize.jl
[00:07:08] channels.jl
[00:07:08] mmap.jl
[00:07:08] datafmt.jl
[00:07:08] deepcopy.jl
[00:07:08] interactiveutil.jl
[00:07:08] summarysize.jl
[00:07:08] replutil.jl
[00:07:08] test.jl
[00:07:08] i18n.jl
[00:07:08] initdefs.jl
[00:07:08] Terminals.jl
[00:07:08] LineEdit.jl
[00:07:08] REPLCompletions.jl
[00:07:08] REPL.jl
[00:07:08] client.jl
[00:07:08] stacktraces.jl
[00:07:08] util.jl
[00:07:08] linalg/linalg.jl
[00:07:08] statistics.jl
[00:07:08] irrationals.jl
[00:07:08] dft.jl
[00:07:08] dsp.jl
[00:07:08] fastmath.jl
[00:07:08] libgit2/libgit2.jl
[00:07:08] pkg/pkg.jl
[00:07:08] profile.jl
[00:07:08] dates/Dates.jl
[00:07:08] sparse/sparse.jl
[00:07:08] asyncmap.jl
[00:07:08] distributed/Distributed.jl
[00:07:08] sharedarray.jl
[00:07:08] loading.jl
[00:07:08] threadcall.jl
[00:07:08] deprecated.jl
[00:07:08] docs/helpdb.jl
[00:07:08] docs/helpdb/Base.jl
[00:07:08] docs/basedocs.jl
[00:07:08] markdown/Markdown.jl
[00:07:08] docs/Docs.jl
[00:07:08] C:\projects\julia\base\precompile.jl
[00:07:10] g++ -march=x86-64 -m64 -shared -L/c/projects/julia/usr/lib/julia -L/c/projects/julia/usr/lib -L/c/projects/julia/usr/bin -o /c/projects/julia/usr/lib/julia/sys.dll /c/projects/julia/usr/lib/julia/sys.o -ljulia $([ WINNT = WINNT ] && echo '' -lssp)
[00:07:11] make[1]: warning: Clock skew detected. Your build may be incomplete.
[00:07:11] make[1]: Leaving directory '/c/projects/julia'
[00:07:11] make: warning: Clock skew detected. Your build may be incomplete.
[00:07:12] \033[34;1m ==> ./julia binary sizes\033[0m
[00:07:12] /c/projects/julia/usr/tools/llvm-size.exe -A /c/projects/julia/usr/lib/julia/sys.dll /c/projects/julia/usr/bin/libjulia.dll /c/projects/julia/usr/bin/julia.exe
[00:07:12] C:/projects/julia/usr/lib/julia/sys.dll :
[00:07:12] section size addr
[00:07:12] .text 5330176 1729892352
[00:07:12] .data 3632 1735225344
[00:07:12] .rdata 30125056 1735229440
[00:07:12] .pdata 371316 1765355520
[00:07:12] .xdata 810260 1765728256
[00:07:12] .bss 0 1766539264
[00:07:12] .edata 255 1766715392
[00:07:12] .idata 4480 1766719488
[00:07:12] .CRT 88 1766727680
[00:07:12] .tls 104 1766731776
[00:07:12] .reloc 104636 1766735872
[00:07:12] .debug_aranges 80 1766842368
[00:07:12] .debug_pubnames 604276 1766846464
[00:07:12] .debug_info 1457844 1767452672
[00:07:12] .debug_abbrev 314 1768910848
[00:07:12] .debug_line 1433019 1768914944
[00:07:12] .debug_frame 72 1770348544
[00:07:12] .debug_str 355577 1770352640
[00:07:12] .debug_macinfo 1 1770708992
[00:07:12] .debug_ranges 227008 1770713088
[00:07:12] Total 40828194
[00:07:12]
[00:07:12] C:/projects/julia/usr/bin/libjulia.dll :
[00:07:12] section size addr
[00:07:12] .text 1449296 1662259200
[00:07:12] .data 256784 1663709184
[00:07:12] .rdata 432688 1663967232
[00:07:12] .pdata 37896 1664401408
[00:07:12] .xdata 45828 1664442368
[00:07:12] .bss 0 1664491520
[00:07:12] .edata 41099 1666015232
[00:07:12] .idata 50992 1666060288
[00:07:12] .CRT 88 1666113536
[00:07:12] .tls 104 1666117632
[00:07:12] .reloc 2788 1666121728
[00:07:12] .debug_aranges 10544 1666125824
[00:07:12] .debug_info 14839079 1666138112
[00:07:12] .debug_abbrev 155728 1680977920
[00:07:12] .debug_line 455044 1681137664
[00:07:12] .debug_frame 193368 1681596416
[00:07:12] .debug_str 177311 1681793024
[00:07:12] .debug_loc 3952730 1681973248
[00:07:12] .debug_ranges 788512 1685929984
[00:07:12] Total 22889879
[00:07:12]
[00:07:12] C:/projects/julia/usr/bin/julia.exe :
[00:07:12] section size addr
[00:07:12] .text 145712 4198400
[00:07:12] .data 3680 4345856
[00:07:12] .rdata 49088 4349952
[00:07:12] .pdata 4080 4399104
[00:07:12] .xdata 4932 4403200
[00:07:12] .bss 0 4411392
[00:07:12] .edata 4629 4415488
[00:07:12] .idata 4008 4423680
[00:07:12] .CRT 104 4427776
[00:07:12] .tls 104 4431872
[00:07:12] .rsrc 43712 4435968
[00:07:12] .reloc 100 4481024
[00:07:12] .stab 60 4485120
[00:07:12] .stabstr 47 4489216
[00:07:12] .debug_aranges 128 4493312
[00:07:12] .debug_info 21510 4497408
[00:07:12] .debug_abbrev 1437 4521984
[00:07:12] .debug_line 1784 4526080
[00:07:12] .debug_frame 424 4530176
[00:07:12] .debug_str 302 4534272
[00:07:12] .debug_loc 5591 4538368
[00:07:12] .debug_ranges 1360 4546560
[00:07:12] Total 292792
[00:07:12]
[00:07:12] \033[34;1m ==> ./julia launch speedtest\033[0m
[00:07:13] 0.00user 0.00system 0:00.61elapsed 0%CPU (0avgtext+0avgdata 194560maxresident)k
[00:07:13] 0inputs+0outputs (805major+0minor)pagefaults 0swaps
[00:07:13] 0.00user 0.00system 0:00.42elapsed 0%CPU (0avgtext+0avgdata 194560maxresident)k
[00:07:13] 0inputs+0outputs (806major+0minor)pagefaults 0swaps
[00:07:14] 0.00user 0.00system 0:00.43elapsed 0%CPU (0avgtext+0avgdata 194560maxresident)k
[00:07:14] 0inputs+0outputs (805major+0minor)pagefaults 0swaps
[00:07:16] usr\bin\julia -e "versioninfo()"
[00:07:18] Julia Version 0.6.0-pre.alpha.179
[00:07:18] Commit 8c0e059* (2017-03-19 06:22 UTC)
[00:07:18] Platform Info:
[00:07:18] OS: Windows (x86_64-w64-mingw32)
[00:07:18] CPU: Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz
[00:07:18] WORD_SIZE: 64
[00:07:18] BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
[00:07:18] LAPACK: libopenblas64_
[00:07:18] LIBM: libopenlibm
[00:07:18] LLVM: libLLVM-3.9.1 (ORCJIT, haswell)
[00:07:18] usr\bin\julia --precompiled=no -e "true"
[00:07:27] cd test && ..\usr\bin\julia --check-bounds=yes runtests.jl all && ..\usr\bin\julia --check-bounds=yes runtests.jl libgit2-online pkg
[00:07:36] Test (Worker) | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB)
[00:09:18] linalg/qr (3) | 100.97 | 1.58 | 1.6 | 3606.79 | 369.30
[00:11:25] linalg/dense (3) | 122.67 | 2.30 | 1.9 | 4037.56 | 469.98
[00:12:58] linalg/triangular (2) | 315.97 | 8.46 | 2.7 | 10115.17 | 659.50
[00:13:24] linalg/schur (5) | 25.28 | 0.34 | 1.4 | 654.59 | 275.67
[00:13:43] linalg/matmul (4) | 136.98 | 2.11 | 1.5 | 6577.81 | 365.46
[00:13:53] linalg/special (5) | 28.45 | 0.32 | 1.1 | 652.94 | 314.03
[00:14:25] linalg/eigen (4) | 42.03 | 0.56 | 1.3 | 1346.22 | 404.07
[00:14:38] linalg/svd (4) | 12.73 | 0.14 | 1.1 | 316.36 | 409.25
[00:14:43] linalg/bunchkaufman (5) | 50.73 | 0.54 | 1.1 | 1402.80 | 366.55
[00:15:10] linalg/lapack (4) | 32.32 | 0.58 | 1.8 | 1004.95 | 416.35
[00:15:21] linalg/tridiag (5) | 37.11 | 0.80 | 2.2 | 1301.92 | 397.26
[00:16:02] linalg/bidiag (4) | 47.80 | 0.91 | 1.9 | 1270.64 | 490.40
[00:16:19] linalg/pinv (6) | 16.00 | 0.28 | 1.8 | 890.19 | 301.43
[00:16:19] linalg/diagonal (5) | 54.73 | 0.98 | 1.8 | 1417.10 | 463.57
[00:16:27] linalg/givens (6) | 7.79 | 0.09 | 1.2 | 237.23 | 301.43
[00:17:42] linalg/lu (6) | 75.04 | 1.31 | 1.7 | 2200.71 | 387.89
[00:17:44] linalg/cholesky (7) | 84.43 | 0.81 | 1.0 | 1932.69 | 330.34
[00:17:57] linalg/generic (7) | 12.61 | 0.16 | 1.3 | 322.20 | 345.70
[00:18:07] linalg/symmetric (6) | 24.63 | 0.41 | 1.7 | 733.13 | 420.11
[00:18:16] linalg/uniformscaling (7) | 18.88 | 0.40 | 2.1 | 497.22 | 396.32
[00:18:18] linalg/hessenberg (7) | 1.75 | 0.02 | 1.4 | 47.42 | 396.32
[00:18:40] linalg/rowvector (7) | 22.47 | 0.31 | 1.4 | 663.99 | 423.27
[00:18:42] linalg/conjarray (7) | 1.47 | 0.01 | 0.9 | 31.37 | 423.39
[00:19:17] linalg/arnoldi (7) | 31.15 | 0.65 | 2.1 | 1105.61 | 464.95
[00:19:33] linalg/lq (6) | 82.74 | 1.84 | 2.2 | 4645.35 | 479.21
[00:21:40] sparse/sparse (9) | 125.72 | 25.74 | 20.5 | 2239.94 | 406.85
[00:23:45] subarray (8) | 263.23 | 6.26 | 2.4 | 8322.22 | 667.43
[00:23:52] sparse/sparsevector (9) | 127.86 | 1.12 | 0.9 | 2340.28 | 501.20
[00:24:09] sparse/umfpack (11) | 15.87 | 0.19 | 1.2 | 325.86 | 256.68
[00:24:10]
[00:24:10] This application has requested the Runtime to terminate it in an unusual way.
[00:24:10] Please contact the application's support team for more information.
[00:24:10]
[00:24:10] signal (22): SIGABRT
[00:24:10] while loading C:\projects\julia\test\sparse\cholmod.jl, in expression starting on line 149
[00:24:10] crt_sig_handler at C:/projects/julia/src\signals-win.c:90
[00:24:10] raise at C:\windows\system32\msvcrt.dll (unknown line)
[00:24:10] abort at C:\windows\system32\msvcrt.dll (unknown line)
[00:24:10] utf8proc_NFKC at C:\projects\julia\usr\bin\libjulia.dll (unknown line)
[00:24:10] utf8proc_NFKC at C:\projects\julia\usr\bin\libjulia.dll (unknown line)
[00:24:10] jl_array_ptr_1d_push at C:/projects/julia/src\array.c:986
[00:24:10] jl_add_method_root at C:/projects/julia/src\codegen.cpp:2354
[00:24:10] emit_expr at C:/projects/julia/src\codegen.cpp:4008
[00:24:10] emit_call_function_object at C:/projects/julia/src\codegen.cpp:3227
[00:24:10] emit_invoke at C:/projects/julia/src\codegen.cpp:3297 [inlined]
[00:24:10] emit_expr at C:/projects/julia/src\codegen.cpp:4020
[00:24:10] emit_stmtpos at C:/projects/julia/src\codegen.cpp:3949 [inlined]
[00:24:10] emit_function at C:/projects/julia/src\codegen.cpp:6110
[00:24:10] jl_compile_linfo at C:/projects/julia/src\codegen.cpp:1201
[00:24:10] emit_invoke at C:/projects/julia/src\codegen.cpp:3288 [inlined]
[00:24:10] emit_expr at C:/projects/julia/src\codegen.cpp:4020
[00:24:10] emit_assignment at C:/projects/julia/src\codegen.cpp:3646 [inlined]
[00:24:10] emit_expr at C:/projects/julia/src\codegen.cpp:4044
[00:24:10] emit_stmtpos at C:/projects/julia/src\codegen.cpp:3949 [inlined]
[00:24:10] emit_function at C:/projects/julia/src\codegen.cpp:6110
[00:24:10] jl_compile_linfo at C:/projects/julia/src\codegen.cpp:1201
[00:24:10] emit_invoke at C:/projects/julia/src\codegen.cpp:3288 [inlined]
[00:24:10] emit_expr at C:/projects/julia/src\codegen.cpp:4020
[00:24:10] emit_assignment at C:/projects/julia/src\codegen.cpp:3646 [inlined]
[00:24:10] emit_expr at C:/projects/julia/src\codegen.cpp:4044
[00:24:10] emit_stmtpos at C:/projects/julia/src\codegen.cpp:3949 [inlined]
[00:24:10] emit_function at C:/projects/julia/src\codegen.cpp:6110
[00:24:10] jl_compile_linfo at C:/projects/julia/src\codegen.cpp:1201
[00:24:10] emit_invoke at C:/projects/julia/src\codegen.cpp:3288 [inlined]
[00:24:10] emit_expr at C:/projects/julia/src\codegen.cpp:4020
[00:24:10] emit_function at C:/projects/julia/src\codegen.cpp:5963
[00:24:10] jl_compile_linfo at C:/projects/julia/src\codegen.cpp:1201
[00:24:10] emit_invoke at C:/projects/julia/src\codegen.cpp:3288 [inlined]
[00:24:10] emit_expr at C:/projects/julia/src\codegen.cpp:4020
[00:24:10] emit_function at C:/projects/julia/src\codegen.cpp:5963
[00:24:10] jl_compile_linfo at C:/projects/julia/src\codegen.cpp:1201
[00:24:10] jl_compile_for_dispatch at C:/projects/julia/src\gf.c:1627
[00:24:10] jl_compile_method_internal at C:/projects/julia/src\julia_internal.h:294 [inlined]
[00:24:10] jl_call_method_internal at C:/projects/julia/src\julia_internal.h:341 [inlined]
[00:24:10] jl_apply_generic at C:/projects/julia/src\gf.c:2225
[00:24:10] do_call at C:/projects/julia/src\interpreter.c:75
[00:24:10] eval at C:/projects/julia/src\interpreter.c:242
[00:24:10] do_call at C:/projects/julia/src\interpreter.c:74
[00:24:10] eval at C:/projects/julia/src\interpreter.c:242
[00:24:10] do_call at C:/projects/julia/src\interpreter.c:74
[00:24:10] eval at C:/projects/julia/src\interpreter.c:242
[00:24:10] eval_body at C:/projects/julia/src\interpreter.c:546
[00:24:10] eval_body at C:/projects/julia/src\interpreter.c:592
[00:24:10] jl_interpret_toplevel_thunk at C:/projects/julia/src\interpreter.c:691
[00:24:10] jl_toplevel_eval_flex at C:/projects/julia/src\toplevel.c:592
[00:24:10] jl_parse_eval_all at C:/projects/julia/src\ast.c:873
[00:24:10] include_string at .\loading.jl:485
[00:24:10] unknown function (ip: 0000000002AF9055)
[00:24:10] jl_call_fptr_internal at C:/projects/julia/src\julia_internal.h:326 [inlined]
[00:24:10] jl_call_method_internal at C:/projects/julia/src\julia_internal.h:345 [inlined]
[00:24:10] jl_apply_generic at C:/projects/julia/src\gf.c:2225
[00:24:10] include_from_node1 at .\loading.jl:542
[00:24:10] unknown function (ip: 000000000280E6B1)
[00:24:10] jl_call_fptr_internal at C:/projects/julia/src\julia_internal.h:326 [inlined]
[00:24:10] jl_call_method_internal at C:/projects/julia/src\julia_internal.h:345 [inlined]
[00:24:10] jl_apply_generic at C:/projects/julia/src\gf.c:2225
[00:24:10] include at .\sysimg.jl:14
[00:24:10] macro expansion at C:\projects\julia\test\testdefs.jl:18 [inlined]
[00:24:10] macro expansion at .\test.jl:853 [inlined]
[00:24:10] macro expansion at .\util.jl:378 [inlined]
[00:24:10] macro expansion at C:\projects\julia\test\testdefs.jl:0 [inlined]
[00:24:10] anonymous at .\<missing> (unknown line)
[00:24:10] jl_call_fptr_internal at C:/projects/julia/src\julia_internal.h:326 [inlined]
[00:24:10] jl_call_method_internal at C:/projects/julia/src\julia_internal.h:345 [inlined]
[00:24:10] jl_toplevel_eval_flex at C:/projects/julia/src\toplevel.c:589 [inlined]
[00:24:10] jl_toplevel_eval at C:/projects/julia/src\toplevel.c:600
[00:24:10] jl_toplevel_eval_in at C:/projects/julia/src\builtins.c:484
[00:24:10] eval at .\boot.jl:235
[00:24:10] unknown function (ip: 00000000027DFD85)
[00:24:10] jl_call_fptr_internal at C:/projects/julia/src\julia_internal.h:326 [inlined]
[00:24:10] jl_call_method_internal at C:/projects/julia/src\julia_internal.h:345 [inlined]
[00:24:10] jl_apply_generic at C:/projects/julia/src\gf.c:2225
[00:24:10] runtests at C:\projects\julia\test\testdefs.jl:21
[00:24:10] runtests at C:\projects\julia\test\testdefs.jl:4
[00:24:10] unknown function (ip: 00000000064C0356)
[00:24:10] jl_call_fptr_internal at C:/projects/julia/src\julia_internal.h:326 [inlined]
[00:24:10] jl_call_method_internal at C:/projects/julia/src\julia_internal.h:345 [inlined]
[00:24:10] jl_apply_generic at C:/projects/julia/src\gf.c:2225
[00:24:10] jl_apply at C:/projects/julia/src\julia.h:1410 [inlined]
[00:24:10] jl_f__apply at C:/projects/julia/src\builtins.c:426
[00:24:10] #98 at .\distributed\process_messages.jl:268
[00:24:10] run_work_thunk at .\distributed\process_messages.jl:56
[00:24:10] macro expansion at .\distributed\process_messages.jl:268 [inlined]
[00:24:10] #97 at .\event.jl:73
[00:24:10] jl_call_fptr_internal at C:/projects/julia/src\julia_internal.h:326 [inlined]
[00:24:10] jl_call_method_internal at C:/projects/julia/src\julia_internal.h:345 [inlined]
[00:24:10] jl_apply_generic at C:/projects/julia/src\gf.c:2225
[00:24:10] jl_apply at C:/projects/julia/src\julia.h:1410 [inlined]
[00:24:10] start_task at C:/projects/julia/src\task.c:261
[00:24:10] Allocations: 11744660 (Pool: 11742886; Big: 1774); GC: 20
[00:24:10] Assertion failed!
[00:24:10]
[00:24:10] Program: C:\projects\julia\usr\bin\julia.exe
[00:24:10] File: C:/projects/julia/src/array.c, Line 986
[00:24:10]
[00:24:10] Expression: jl_typeis(a, jl_array_any_type)
[00:24:10] Worker 11 terminated.
[00:24:10] ERROR (unhandled task failure): read: connection reset by peer (ECONNRESET)
[00:26:26] sparse/higherorderfns (10) | 160.20 | 1.96 | 1.2 | 5419.48 | 436.15
[00:29:14] read: connection reset by peer (ECONNRESET) From worker 1: From worker 1: sparse/cholmod: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: sparse/cholmod
[00:29:14] ProcessExitedException()
[00:29:14] sparse/spqr: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: sparse/spqr
[00:29:14] ProcessExitedException()
[00:29:14] strings/basic: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: strings/basic
[00:29:14] ProcessExitedException()
[00:29:14] strings/search: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: strings/search
[00:29:14] ProcessExitedException()
[00:29:14] strings/util: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: strings/util
[00:29:14] ProcessExitedException()
[00:29:14] strings/io: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: strings/io
[00:29:14] ProcessExitedException()
[00:29:14] strings/types: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: strings/types
[00:29:14] ProcessExitedException()
[00:29:14] unicode/UnicodeError: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: unicode/UnicodeError
[00:29:14] ProcessExitedException()
[00:29:14] unicode/utf8proc: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: unicode/utf8proc
[00:29:14] ProcessExitedException()
[00:29:14] unicode/utf8: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: unicode/utf8
[00:29:14] ProcessExitedException()
[00:29:14] dates/accessors: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: dates/accessors
[00:29:14] ProcessExitedException()
[00:29:14] dates/adjusters: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: dates/adjusters
[00:29:14] ProcessExitedException()
[00:29:14] dates/query: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: dates/query
[00:29:14] ProcessExitedException()
[00:29:14] dates/periods: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: dates/periods
[00:29:14] ProcessExitedException()
[00:29:14] dates/ranges: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: dates/ranges
[00:29:14] ProcessExitedException()
[00:29:14] dates/rounding: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: dates/rounding
[00:29:14] ProcessExitedException()
[00:29:14] dates/types: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: dates/types
[00:29:14] ProcessExitedException()
[00:29:14] dates/io: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: dates/io
[00:29:14] ProcessExitedException()
[00:29:14] dates/arithmetic: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: dates/arithmetic
[00:29:14] ProcessExitedException()
[00:29:14] dates/conversions: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: dates/conversions
[00:29:14] ProcessExitedException()
[00:29:14] core: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: core
[00:29:14] ProcessExitedException()
[00:29:14] inference: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: inference
[00:29:14] ProcessExitedException()
[00:29:14] worlds: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: worlds
[00:29:14] ProcessExitedException()
[00:29:14] keywordargs: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: keywordargs
[00:29:14] ProcessExitedException()
[00:29:14] numbers: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: numbers
[00:29:14] ProcessExitedException()
[00:29:14] subtype: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: subtype
[00:29:14] ProcessExitedException()
[00:29:14] printf: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: printf
[00:29:14] ProcessExitedException()
[00:29:14] char: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: char
[00:29:14] ProcessExitedException()
[00:29:14] triplequote: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: triplequote
[00:29:14] ProcessExitedException()
[00:29:14] intrinsics: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: intrinsics
[00:29:14] ProcessExitedException()
[00:29:14] dict: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: dict
[00:29:14] ProcessExitedException()
[00:29:14] hashing: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: hashing
[00:29:14] ProcessExitedException()
[00:29:14] iobuffer: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: iobuffer
[00:29:14] ProcessExitedException()
[00:29:14] staged: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: staged
[00:29:14] ProcessExitedException()
[00:29:14] offsetarray: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: offsetarray
[00:29:14] ProcessExitedException()
[00:29:14] arrayops: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: arrayops
[00:29:14] ProcessExitedException()
[00:29:14] tuple: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: tuple
[00:29:14] ProcessExitedException()
[00:29:14] reduce: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: reduce
[00:29:14] ProcessExitedException()
[00:29:14] reducedim: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: reducedim
[00:29:14] ProcessExitedException()
[00:29:14] random: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: random
[00:29:14] ProcessExitedException()
[00:29:14] abstractarray: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: abstractarray
[00:29:14] ProcessExitedException()
[00:29:14] intfuncs: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: intfuncs
[00:29:14] ProcessExitedException()
[00:29:14] simdloop: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: simdloop
[00:29:14] ProcessExitedException()
[00:29:14] vecelement: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: vecelement
[00:29:14] ProcessExitedException()
[00:29:14] blas: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: blas
[00:29:14] ProcessExitedException()
[00:29:14] bitarray: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: bitarray
[00:29:14] ProcessExitedException()
[00:29:14] copy: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: copy
[00:29:14] ProcessExitedException()
[00:29:14] math: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: math
[00:29:14] ProcessExitedException()
[00:29:14] fastmath: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: fastmath
[00:29:14] ProcessExitedException()
[00:29:14] functional: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: functional
[00:29:14] ProcessExitedException()
[00:29:14] iterators: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: iterators
[00:29:14] ProcessExitedException()
[00:29:14] operators: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: operators
[00:29:14] ProcessExitedException()
[00:29:14] path: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: path
[00:29:14] ProcessExitedException()
[00:29:14] ccall: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: ccall
[00:29:14] ProcessExitedException()
[00:29:14] parse: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: parse
[00:29:14] ProcessExitedException()
[00:29:14] loading: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: loading
[00:29:14] ProcessExitedException()
[00:29:14] bigint: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: bigint
[00:29:14] ProcessExitedException()
[00:29:14] bigfloat: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: bigfloat
[00:29:14] ProcessExitedException()
[00:29:14] sorting: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: sorting
[00:29:14] ProcessExitedException()
[00:29:14] statistics: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: statistics
[00:29:14] ProcessExitedException()
[00:29:14] spawn: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: spawn
[00:29:14] ProcessExitedException()
[00:29:14] backtrace: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: backtrace
[00:29:14] ProcessExitedException()
[00:29:14] file: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: file
[00:29:14] ProcessExitedException()
[00:29:14] read: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: read
[00:29:14] ProcessExitedException()
[00:29:14] mmap: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: mmap
[00:29:14] ProcessExitedException()
[00:29:14] version: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: version
[00:29:14] ProcessExitedException()
[00:29:14] resolve: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: resolve
[00:29:14] ProcessExitedException()
[00:29:14] pollfd: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: pollfd
[00:29:14] ProcessExitedException()
[00:29:14] mpfr: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: mpfr
[00:29:14] ProcessExitedException()
[00:29:14] broadcast: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: broadcast
[00:29:14] ProcessExitedException()
[00:29:14] complex: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: complex
[00:29:14] ProcessExitedException()
[00:29:14] socket: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: socket
[00:29:14] ProcessExitedException()
[00:29:14] floatapprox: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: floatapprox
[00:29:14] ProcessExitedException()
[00:29:14] datafmt: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: datafmt
[00:29:14] ProcessExitedException()
[00:29:14] reflection: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: reflection
[00:29:14] ProcessExitedException()
[00:29:14] regex: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: regex
[00:29:14] ProcessExitedException()
[00:29:14] float16: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: float16
[00:29:14] ProcessExitedException()
[00:29:14] combinatorics: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: combinatorics
[00:29:14] ProcessExitedException()
[00:29:14] sysinfo: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: sysinfo
[00:29:14] ProcessExitedException()
[00:29:14] env: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: env
[00:29:14] ProcessExitedException()
[00:29:14] rounding: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: rounding
[00:29:14] ProcessExitedException()
[00:29:14] ranges: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: ranges
[00:29:14] ProcessExitedException()
[00:29:14] mod2pi: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: mod2pi
[00:29:14] ProcessExitedException()
[00:29:14] euler: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: euler
[00:29:14] ProcessExitedException()
[00:29:14] show: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: show
[00:29:14] ProcessExitedException()
[00:29:14] lineedit: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: lineedit
[00:29:14] ProcessExitedException()
[00:29:14] replcompletions: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: replcompletions
[00:29:14] ProcessExitedException()
[00:29:14] repl: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: repl
[00:29:14] ProcessExitedException()
[00:29:14] replutil: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: replutil
[00:29:14] ProcessExitedException()
[00:29:14] sets: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: sets
[00:29:14] ProcessExitedException()
[00:29:14] test: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: test
[00:29:14] ProcessExitedException()
[00:29:14] goto: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: goto
[00:29:14] ProcessExitedException()
[00:29:14] llvmcall: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: llvmcall
[00:29:14] ProcessExitedException()
[00:29:14] llvmcall2: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: llvmcall2
[00:29:14] ProcessExitedException()
[00:29:14] grisu: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: grisu
[00:29:14] ProcessExitedException()
[00:29:14] nullable: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: nullable
[00:29:14] ProcessExitedException()
[00:29:14] meta: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: meta
[00:29:14] ProcessExitedException()
[00:29:14] stacktraces: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: stacktraces
[00:29:14] ProcessExitedException()
[00:29:14] profile: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: profile
[00:29:14] ProcessExitedException()
[00:29:14] libgit2: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: libgit2
[00:29:14] ProcessExitedException()
[00:29:14] docs: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: docs
[00:29:14] ProcessExitedException()
[00:29:14] markdown: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: markdown
[00:29:14] ProcessExitedException()
[00:29:14] base64: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: base64
[00:29:14] ProcessExitedException()
[00:29:14] serialize: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: serialize
[00:29:14] ProcessExitedException()
[00:29:14] misc: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: misc
[00:29:14] ProcessExitedException()
[00:29:14] threads: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: threads
[00:29:14] ProcessExitedException()
[00:29:14] enums: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: enums
[00:29:14] ProcessExitedException()
[00:29:14] cmdlineargs: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: cmdlineargs
[00:29:14] ProcessExitedException()
[00:29:14] i18n: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: i18n
[00:29:14] ProcessExitedException()
[00:29:14] workspace: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: workspace
[00:29:14] ProcessExitedException()
[00:29:14] libdl: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: libdl
[00:29:14] ProcessExitedException()
[00:29:14] int: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: int
[00:29:14] ProcessExitedException()
[00:29:14] checked: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: checked
[00:29:14] ProcessExitedException()
[00:29:14] intset: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: intset
[00:29:14] ProcessExitedException()
[00:29:14] floatfuncs: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: floatfuncs
[00:29:14] ProcessExitedException()
[00:29:14] inline: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: inline
[00:29:14] ProcessExitedException()
[00:29:14] boundscheck: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: boundscheck
[00:29:14] ProcessExitedException()
[00:29:14] error: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: error
[00:29:14] ProcessExitedException()
[00:29:14] ambiguous: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: ambiguous
[00:29:14] ProcessExitedException()
[00:29:14] cartesian: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: cartesian
[00:29:14] ProcessExitedException()
[00:29:14] asmvariant: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: asmvariant
[00:29:14] ProcessExitedException()
[00:29:14] osutils: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: osutils
[00:29:14] ProcessExitedException()
[00:29:14] channels: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: channels
[00:29:14] ProcessExitedException()
[00:29:14] iostream: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: iostream
[00:29:14] ProcessExitedException()
[00:29:14] fft: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: fft
[00:29:14] ProcessExitedException()
[00:29:14] dsp: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: dsp
[00:29:14] ProcessExitedException()
[00:29:14] examples: Error During Test
[00:29:14] Test threw an exception of type ProcessExitedException
[00:29:14] Expression: examples
[00:29:14] ProcessExitedException()
[00:29:14]
[00:29:15] Test Summary: | Pass Error Broken Total
[00:29:15] Overall | 76864 127 584 77575
[00:29:15] linalg/qr | 3054 3054
[00:29:15] linalg/dense | 6240 6240
[00:29:15] linalg/triangular | 33634 33634
[00:29:15] linalg/schur | 300 300
[00:29:15] linalg/matmul | 527 527
[00:29:15] linalg/special | 941 941
[00:29:15] linalg/eigen | 381 381
[00:29:15] linalg/svd | 244 244
[00:29:15] linalg/bunchkaufman | 2519 2519
[00:29:15] linalg/lapack | 628 628
[00:29:15] linalg/tridiag | 843 843
[00:29:15] linalg/bidiag | 1592 1592
[00:29:15] linalg/diagonal | 1090 1090
[00:29:15] linalg/pinv | 232 232
[00:29:15] linalg/givens | 1552 1552
[00:29:15] linalg/lu | 1149 1149
[00:29:15] linalg/cholesky | 2104 2104
[00:29:15] linalg/generic | 206 206
[00:29:15] linalg/symmetric | 1332 1332
[00:29:15] linalg/uniformscaling | 246 246
[00:29:15] linalg/hessenberg | 40 40
[00:29:15] linalg/rowvector | 135 135
[00:29:15] linalg/conjarray | 10 10
[00:29:15] linalg/arnoldi | 76 76
[00:29:15] linalg/lq | 1360 1360
[00:29:15] sparse/sparse | 1498 1498
[00:29:15] subarray | 199 199
[00:29:15] sparse/sparsevector | 8158 8158
[00:29:15] sparse/umfpack | 131 131
[00:29:15] sparse/cholmod | 1 1
[00:29:15] sparse/spqr | 1 1
[00:29:15] strings/basic | 1 1
[00:29:15] strings/search | 1 1
[00:29:15] strings/util | 1 1
[00:29:15] strings/io | 1 1
[00:29:15] strings/types | 1 1
[00:29:15] unicode/UnicodeError | 1 1
[00:29:15] unicode/utf8proc | 1 1
[00:29:15] unicode/utf8 | 1 1
[00:29:15] dates/accessors | 1 1
[00:29:15] dates/adjusters | 1 1
[00:29:15] dates/query | 1 1
[00:29:15] dates/periods | 1 1
[00:29:15] dates/ranges | 1 1
[00:29:15] dates/rounding | 1 1
[00:29:15] dates/types | 1 1
[00:29:15] dates/io | 1 1
[00:29:15] dates/arithmetic | 1 1
[00:29:15] dates/conversions | 1 1
[00:29:15] core | 1 1
[00:29:15] inference | 1 1
[00:29:15] worlds | 1 1
[00:29:15] keywordargs | 1 1
[00:29:15] numbers | 1 1
[00:29:15] subtype | 1 1
[00:29:15] printf | 1 1
[00:29:15] char | 1 1
[00:29:15] triplequote | 1 1
[00:29:15] intrinsics | 1 1
[00:29:15] dict | 1 1
[00:29:15] hashing | 1 1
[00:29:15] iobuffer | 1 1
[00:29:15] staged | 1 1
[00:29:15] offsetarray | 1 1
[00:29:15] arrayops | 1 1
[00:29:15] tuple | 1 1
[00:29:15] reduce | 1 1
[00:29:15] reducedim | 1 1
[00:29:15] random | 1 1
[00:29:15] abstractarray | 1 1
[00:29:15] intfuncs | 1 1
[00:29:15] simdloop | 1 1
[00:29:15] vecelement | 1 1
[00:29:15] blas | 1 1
[00:29:15] bitarray | 1 1
[00:29:15] copy | 1 1
[00:29:15] math | 1 1
[00:29:15] fastmath | 1 1
[00:29:15] functional | 1 1
[00:29:15] iterators | 1 1
[00:29:15] operators | 1 1
[00:29:15] path | 1 1
[00:29:15] ccall | 1 1
[00:29:15] parse | 1 1
[00:29:15] loading | 1 1
[00:29:15] bigint | 1 1
[00:29:15] bigfloat | 1 1
[00:29:15] sorting | 1 1
[00:29:15] statistics | 1 1
[00:29:15] spawn | 1 1
[00:29:15] backtrace | 1 1
[00:29:15] file | 1 1
[00:29:15] read | 1 1
[00:29:15] mmap | 1 1
[00:29:15] version | 1 1
[00:29:15] resolve | 1 1
[00:29:15] pollfd | 1 1
[00:29:15] mpfr | 1 1
[00:29:15] broadcast | 1 1
[00:29:15] complex | 1 1
[00:29:15] socket | 1 1
[00:29:15] floatapprox | 1 1
[00:29:15] datafmt | 1 1
[00:29:15] reflection | 1 1
[00:29:15] regex | 1 1
[00:29:15] float16 | 1 1
[00:29:15] combinatorics | 1 1
[00:29:15] sysinfo | 1 1
[00:29:15] env | 1 1
[00:29:15] rounding | 1 1
[00:29:15] ranges | 1 1
[00:29:15] mod2pi | 1 1
[00:29:15] euler | 1 1
[00:29:15] show | 1 1
[00:29:15] lineedit | 1 1
[00:29:15] replcompletions | 1 1
[00:29:15] repl | 1 1
[00:29:15] replutil | 1 1
[00:29:15] sets | 1 1
[00:29:15] test | 1 1
[00:29:15] goto | 1 1
[00:29:15] llvmcall | 1 1
[00:29:15] llvmcall2 | 1 1
[00:29:15] grisu | 1 1
[00:29:15] nullable | 1 1
[00:29:15] meta | 1 1
[00:29:15] stacktraces | 1 1
[00:29:15] profile | 1 1
[00:29:15] libgit2 | 1 1
[00:29:15] docs | 1 1
[00:29:15] markdown | 1 1
[00:29:15] base64 | 1 1
[00:29:15] serialize | 1 1
[00:29:15] misc | 1 1
[00:29:15] threads | 1 1
[00:29:15] enums | 1 1
[00:29:15] cmdlineargs | 1 1
[00:29:15] i18n | 1 1
[00:29:15] workspace | 1 1
[00:29:15] libdl | 1 1
[00:29:15] int | 1 1
[00:29:15] checked | 1 1
[00:29:15] intset | 1 1
[00:29:15] floatfuncs | 1 1
[00:29:15] inline | 1 1
[00:29:15] boundscheck | 1 1
[00:29:15] error | 1 1
[00:29:15] ambiguous | 1 1
[00:29:15] cartesian | 1 1
[00:29:15] asmvariant | 1 1
[00:29:15] osutils | 1 1
[00:29:15] channels | 1 1
[00:29:15] iostream | 1 1
[00:29:15] fft | 1 1
[00:29:15] dsp | 1 1
[00:29:15] examples | 1 1
[00:29:15] sparse/higherorderfns | 6377 584 6961
[00:29:15] compile | 66 66
[00:29:15] distributed | No tests
[00:29:15] FAILURE
[00:29:15] Error in testset sparse/cholmod:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: sparse/cholmod
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset sparse/spqr:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: sparse/spqr
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset strings/basic:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: strings/basic
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset strings/search:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: strings/search
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset strings/util:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: strings/util
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset strings/io:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: strings/io
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset strings/types:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: strings/types
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset unicode/UnicodeError:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: unicode/UnicodeError
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset unicode/utf8proc:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: unicode/utf8proc
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset unicode/utf8:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: unicode/utf8
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset dates/accessors:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: dates/accessors
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset dates/adjusters:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: dates/adjusters
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset dates/query:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: dates/query
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset dates/periods:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: dates/periods
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset dates/ranges:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: dates/ranges
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset dates/rounding:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: dates/rounding
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset dates/types:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: dates/types
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset dates/io:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: dates/io
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset dates/arithmetic:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: dates/arithmetic
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset dates/conversions:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: dates/conversions
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset core:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: core
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset inference:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: inference
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset worlds:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: worlds
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset keywordargs:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: keywordargs
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset numbers:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: numbers
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset subtype:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: subtype
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset printf:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: printf
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset char:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: char
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset triplequote:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: triplequote
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset intrinsics:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: intrinsics
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset dict:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: dict
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset hashing:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: hashing
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset iobuffer:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: iobuffer
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset staged:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: staged
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset offsetarray:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: offsetarray
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset arrayops:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: arrayops
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset tuple:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: tuple
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset reduce:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: reduce
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset reducedim:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: reducedim
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset random:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: random
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset abstractarray:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: abstractarray
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset intfuncs:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: intfuncs
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset simdloop:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: simdloop
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset vecelement:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: vecelement
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset blas:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: blas
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset bitarray:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: bitarray
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset copy:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: copy
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset math:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: math
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset fastmath:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: fastmath
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset functional:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: functional
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset iterators:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: iterators
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset operators:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: operators
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset path:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: path
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset ccall:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: ccall
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset parse:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: parse
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset loading:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: loading
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset bigint:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: bigint
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset bigfloat:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: bigfloat
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset sorting:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: sorting
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset statistics:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: statistics
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset spawn:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: spawn
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset backtrace:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: backtrace
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset file:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: file
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset read:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: read
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset mmap:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: mmap
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset version:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: version
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset resolve:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: resolve
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset pollfd:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: pollfd
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset mpfr:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: mpfr
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset broadcast:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: broadcast
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset complex:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: complex
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset socket:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: socket
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset floatapprox:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: floatapprox
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset datafmt:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: datafmt
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset reflection:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: reflection
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset regex:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: regex
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset float16:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: float16
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset combinatorics:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: combinatorics
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset sysinfo:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: sysinfo
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset env:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: env
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset rounding:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: rounding
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset ranges:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: ranges
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset mod2pi:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: mod2pi
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset euler:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: euler
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset show:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: show
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset lineedit:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: lineedit
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset replcompletions:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: replcompletions
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset repl:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: repl
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset replutil:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: replutil
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset sets:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: sets
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset test:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: test
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset goto:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: goto
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset llvmcall:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: llvmcall
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset llvmcall2:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: llvmcall2
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset grisu:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: grisu
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset nullable:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: nullable
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset meta:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: meta
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset stacktraces:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: stacktraces
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset profile:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: profile
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset libgit2:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: libgit2
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset docs:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: docs
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset markdown:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: markdown
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset base64:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: base64
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset serialize:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: serialize
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset misc:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: misc
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset threads:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: threads
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset enums:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: enums
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset cmdlineargs:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: cmdlineargs
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset i18n:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: i18n
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset workspace:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: workspace
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset libdl:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: libdl
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset int:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: int
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset checked:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: checked
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset intset:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: intset
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset floatfuncs:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: floatfuncs
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset inline:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: inline
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset boundscheck:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: boundscheck
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset error:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: error
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset ambiguous:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: ambiguous
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset cartesian:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: cartesian
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset asmvariant:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: asmvariant
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset osutils:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: osutils
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset channels:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: channels
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset iostream:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: iostream
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset fft:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: fft
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset dsp:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: dsp
[00:29:15] ProcessExitedException()
[00:29:15] Error in testset examples:
[00:29:15] Error During Test
[00:29:15] Test threw an exception of type ProcessExitedException
[00:29:15] Expression: examples
[00:29:15] ProcessExitedException()
[00:29:15] ERROR: LoadError: Test run finished with errors
[00:29:15] while loading C:\projects\julia\test\runtests.jl, in expression starting on line 38
[00:29:20] Command exited with code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment