Skip to content

Instantly share code, notes, and snippets.

@hughperkins
Created September 11, 2016 17:45
Show Gist options
  • Select an option

  • Save hughperkins/717643cd3b63f0091cc6711eff5234ab to your computer and use it in GitHub Desktop.

Select an option

Save hughperkins/717643cd3b63f0091cc6711eff5234ab to your computer and use it in GitHub Desktop.
Started by user hughperkins
Building remotely on msvc2015 (windows) in workspace c:\jenkins\workspace\torch-win64
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/hughperkins/distro
> c:\program files\git\bin\git init c:\jenkins\workspace\torch-win64 # timeout=10
Fetching upstream changes from https://github.com/hughperkins/distro
> c:\program files\git\bin\git --version # timeout=10
> c:\program files\git\bin\git -c core.askpass=true fetch --tags --progress https://github.com/hughperkins/distro +refs/heads/*:refs/remotes/origin/*
> c:\program files\git\bin\git config remote.origin.url https://github.com/hughperkins/distro # timeout=10
> c:\program files\git\bin\git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> c:\program files\git\bin\git config remote.origin.url https://github.com/hughperkins/distro # timeout=10
Fetching upstream changes from https://github.com/hughperkins/distro
> c:\program files\git\bin\git -c core.askpass=true fetch --tags --progress https://github.com/hughperkins/distro +refs/heads/*:refs/remotes/origin/*
> c:\program files\git\bin\git rev-parse "refs/remotes/origin/distro-win-nn^{commit}" # timeout=10
> c:\program files\git\bin\git rev-parse "refs/remotes/origin/origin/distro-win-nn^{commit}" # timeout=10
Checking out Revision 7d02ff1de9dab1ad4bbe61b09e6acf90985e31c8 (refs/remotes/origin/distro-win-nn)
> c:\program files\git\bin\git config core.sparsecheckout # timeout=10
> c:\program files\git\bin\git checkout -f 7d02ff1de9dab1ad4bbe61b09e6acf90985e31c8
> c:\program files\git\bin\git rev-list 4e50d209b54e1397869b9e72e3b8074e0c545b2c # timeout=10
[torch-win64] $ cmd /c call C:\Windows\TEMP\hudson6133670241896076800.bat
c:\jenkins\workspace\torch-win64>build_windows.bat || exit 1
c:\jenkins\workspace\torch-win64>rem assumptions:
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem - ec2 windows 2012 r2 default box (eg ami-281ad849, or equivalent, in ec2, click 'Launch' and select
c:\jenkins\workspace\torch-win64>rem 'Microsoft Windows Server 2012 R2 Base', from 'Quick Start')
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem - visual studio 2015 community
c:\jenkins\workspace\torch-win64>rem https://beta.visualstudio.com/vs/community/
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem - cmake installed at C:\Program Files (x86)\CMake\bin\cmake.exe (3.6.2-amd64)
c:\jenkins\workspace\torch-win64>rem https://cmake.org/files/v3.6/cmake-3.6.2-win64-x64.msi
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem - msys git available at C:\Program Files\Git (git-2.9.2 64-bit)
c:\jenkins\workspace\torch-win64>rem latest: https://github.com/git-for-windows/git/releases/download/v2.10.0.windows.1/Git-2.10.0-64-bit.exe
c:\jenkins\workspace\torch-win64>rem 2.9.2 64-bit: https://github.com/git-for-windows/git/releases/download/v2.9.2.windows.1/Git-2.9.2-64-bit.exe
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem - 7zip available at C:\Program Files\7-Zip\7z.exe (7z920-x64)
c:\jenkins\workspace\torch-win64>rem 7z920-x64: http://7-zip.org/a/7z920-x64.msi
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem Not used currently, but assumed avaliable (can ignore for now, if preparing a jenkins agent):
c:\jenkins\workspace\torch-win64>rem - python 3.5 is available at c:\py35-64 (python 3.5.2-amd64) (not used currently)
c:\jenkins\workspace\torch-win64>rem - cygwin64 available at c:\cygwin64 (not needed currently)
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem Target build:
c:\jenkins\workspace\torch-win64>rem - windows 64 bit
c:\jenkins\workspace\torch-win64>rem - cpu architecture etc on a g2.2xlarge ec2 box
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem environment:
c:\jenkins\workspace\torch-win64>rem - jenkins agent
c:\jenkins\workspace\torch-win64>rem - running out of a job/workspace directory
c:\jenkins\workspace\torch-win64>rem - on C: drive, eg c:\jenkins\workspace\[job name]
c:\jenkins\workspace\torch-win64>rem - workspace is wiped at start of each job (this is an option in the 'git' section of a jenkins job)
c:\jenkins\workspace\torch-win64>rem - we are in a directory containing this (distro-win) already cloned, by virtue of the jenkins job bringing it down
c:\jenkins\workspace\torch-win64>rem - to simulate this enviornment, open a cmd, and run:
c:\jenkins\workspace\torch-win64>rem
c:\jenkins\workspace\torch-win64>rem git clone --recursive https://github.com/hughperkins/distro -b distro-win torch
c:\jenkins\workspace\torch-win64>rem cd torch
c:\jenkins\workspace\torch-win64>rem based heavily/entirely on what hiili wrote at https://github.com/torch/torch7/wiki/Windows#using-visual-studio
c:\jenkins\workspace\torch-win64>rem call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
c:\jenkins\workspace\torch-win64>call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat"
c:\jenkins\workspace\torch-win64>set "PATH=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin"
c:\jenkins\workspace\torch-win64>set "PATH=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin"
c:\jenkins\workspace\torch-win64>set "BASE=c:\jenkins\workspace\torch-win64"
c:\jenkins\workspace\torch-win64>set "TORCH_INSTALL=c:\jenkins\workspace\torch-win64\install"
c:\jenkins\workspace\torch-win64>echo BASE: c:\jenkins\workspace\torch-win64
BASE: c:\jenkins\workspace\torch-win64
c:\jenkins\workspace\torch-win64>rem rmdir /s /q "c:\jenkins\workspace\torch-win64\soft"
c:\jenkins\workspace\torch-win64>mkdir "c:\jenkins\workspace\torch-win64\soft"
c:\jenkins\workspace\torch-win64>rmdir /s /q pkg\torch
c:\jenkins\workspace\torch-win64>git submodule update --init pkg/torch
Submodule 'pkg/torch' (https://github.com/torch/torch7.git) registered for path 'pkg/torch'
Cloning into 'C:/jenkins/workspace/torch-win64/pkg/torch'...
Submodule path 'pkg/torch': checked out '95f137f635c3b01d89b9c008b68a9321ca28e59b'
c:\jenkins\workspace\torch-win64>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64>rmdir /s /q extra\nn
c:\jenkins\workspace\torch-win64>git submodule update --init extra/nn
Submodule 'extra/nn' (https://github.com/torch/nn.git) registered for path 'extra/nn'
Cloning into 'C:/jenkins/workspace/torch-win64/extra/nn'...
Submodule path 'extra/nn': checked out 'e96093b5493e665b806dc61d58675d6d5c8ecc97'
c:\jenkins\workspace\torch-win64>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64>rem git submodule update --init --recursive
c:\jenkins\workspace\torch-win64>rem install msys64
c:\jenkins\workspace\torch-win64>rem compared to the instructions on the website, using bash direclty is synchronous, and puts the output into our
c:\jenkins\workspace\torch-win64>rem console/jenkins
c:\jenkins\workspace\torch-win64>rem we install it here, since it's a bit non-standard (cf 7zip, cmake, msvc2015, which I think are reasonably standard?)
c:\jenkins\workspace\torch-win64>rem we need it, because we need a fortran compiler
c:\jenkins\workspace\torch-win64>cd /d "c:\jenkins\workspace\torch-win64\soft"
c:\jenkins\workspace\torch-win64\soft>powershell.exe -Command (new-object System.Net.WebClient).DownloadFile('https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20160205.tar.xz/download', 'msys2-base-x86_64-20160205.tar.xz')
c:\jenkins\workspace\torch-win64\soft>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft>"c:\program files\7-Zip\7z.exe" x msys2-base-x86_64-20160205.tar.xz
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Processing archive: msys2-base-x86_64-20160205.tar.xz
Extracting msys2-base-x86_64-20160205.tar
Everything is Ok
Size: 212203520
Compressed: 44942956
c:\jenkins\workspace\torch-win64\soft>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft>"c:\program files\7-Zip\7z.exe" x msys2-base-x86_64-20160205.tar 1>nul
c:\jenkins\workspace\torch-win64\soft>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft>cmd /c msys64\usr\bin\bash --login exit
mkdir: cannot change permissions of '/dev/shm': Permission denied
mkdir: cannot change permissions of '/dev/mqueue': Permission denied
Copying skeleton files.
These files are for the users to personalise their msys2 experience.
They will never be overwritten nor automatically updated.
'./.bashrc' -> '/home/Administrator//.bashrc'
'./.bash_logout' -> '/home/Administrator//.bash_logout'
'./.bash_profile' -> '/home/Administrator//.bash_profile'
'./.inputrc' -> '/home/Administrator//.inputrc'
'./.profile' -> '/home/Administrator//.profile'
'C:\\Windows\\system32\\drivers\\etc\\hosts' -> '/etc/hosts'
'C:\\Windows\\system32\\drivers\\etc\\protocol' -> '/etc/protocols'
'C:\\Windows\\system32\\drivers\\etc\\services' -> '/etc/services'
'C:\\Windows\\system32\\drivers\\etc\\networks' -> '/etc/networks'
gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
gpg: no ultimately trusted keys found
gpg: Generating pacman keyring master key...
gpg: skipping control `%no-protection' ()
....+++++
.+++++
gpg: key 656BC410 marked as ultimately trusted
gpg: Done
==> Updating trust database...
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
==> Appending keys from msys2.gpg...
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
==> Locally signing trusted keys in keyring...
-> Locally signing key D55E7A6D7CE9BA1587C0ACACF40D263ECA25678A...
-> Locally signing key 123D4D51A1793859C2BE916BBBE514E53E0D0813...
-> Locally signing key B91BCF3303284BF90CC043CA9F418C233E652008...
-> Locally signing key 9DD0D4217D75A33B896159E6DA7EF2ABAEEA755C...
==> Importing owner trust values...
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: inserting ownertrust of 4
==> Updating trust database...
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 1 signed: 4 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1 valid: 4 signed: 3 trust: 0-, 0q, 0n, 4m, 0f, 0u
gpg: depth: 2 valid: 3 signed: 0 trust: 3-, 0q, 0n, 0m, 0f, 0u
gpg: refreshing 8 keys from hkp://pool.sks-keyservers.net
gpg: requesting key 656BC410 from hkp server pool.sks-keyservers.net
gpg: requesting key CA25678A from hkp server pool.sks-keyservers.net
gpg: requesting key AEEA755C from hkp server pool.sks-keyservers.net
gpg: requesting key 3E0D0813 from hkp server pool.sks-keyservers.net
gpg: requesting key 3E652008 from hkp server pool.sks-keyservers.net
gpg: requesting key A47D45A1 from hkp server pool.sks-keyservers.net
gpg: requesting key 2C51581E from hkp server pool.sks-keyservers.net
gpg: requesting key 4CA56930 from hkp server pool.sks-keyservers.net
gpgkeys: key E45B0A59D226682A726FF8F452F735E8656BC410 not found on keyserver
gpg: DBG: armor-keys-failed (KEY 0xE45B0A59D226682A726FF8F452F735E8656BC410 BEGIN
) ->0
gpg: DBG: armor-keys-failed (KEY 0xE45B0A59D226682A726FF8F452F735E8656BC410 FAILED 6
) ->6
gpg: key CA25678A: "Alexey Pavlov (Alexpux) <alexey.pawlow@gmail.com>" 4 new signatures
gpg: key AEEA755C: "Martell Malone (martell) <martellmalone@gmail.com>" 3 new signatures
gpg: key 3E0D0813: "Ray Donnelly (MSYS2 Developer - master key) <mingw.android@gmail.com>" 2 new signatures
gpg: key 3E652008: "Ignacio Casal Quinteiro <icquinteiro@gmail.com>" 2 new signatures
gpg: key A47D45A1: "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" 1 new signature
gpg: key 2C51581E: "Martell Malone (MSYS2 Developer) <martellmalone@gmail.com>" not changed
gpg: key 4CA56930: "Ray Donnelly (MSYS2 Developer) <mingw.android@gmail.com>" 2 new signatures
gpg: Total number processed: 7
gpg: unchanged: 1
gpg: new signatures: 14
gpg: keyserver communications error: key not found
gpg: keyserver communications error: bad public key
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 1 signed: 4 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1 valid: 4 signed: 3 trust: 0-, 0q, 0n, 4m, 0f, 0u
gpg: depth: 2 valid: 3 signed: 0 trust: 3-, 0q, 0n, 0m, 0f, 0u
gpg: keyserver refresh failed: bad public key
==> ERROR: A specified local key could not be updated from a keyserver.
--> Installing /usr/share/info/autosprintf.info.gz ... done
--> Installing /usr/share/info/bash.info.gz ... done
--> Installing /usr/share/info/configure.info.gz ... done
--> Installing /usr/share/info/coreutils.info.gz ... done
--> Installing /usr/share/info/find.info.gz ... done
--> Installing /usr/share/info/find-maint.info.gz ... done
--> Installing /usr/share/info/flex.info.gz ... done
--> Installing /usr/share/info/gawk.info.gz ... done
--> Installing /usr/share/info/gawkinet.info.gz ... done
--> Installing /usr/share/info/gettext.info.gz ... done
--> Installing /usr/share/info/gmp.info.gz ... done
--> Installing /usr/share/info/gnupg1.info.gz ... done
--> Installing /usr/share/info/grep.info.gz ... done
--> Installing /usr/share/info/gzip.info.gz ... done
--> Installing /usr/share/info/history.info.gz ... done
--> Installing /usr/share/info/inetutils.info.gz ... done
--> Installing /usr/share/info/info.info.gz ... done
--> Installing /usr/share/info/info-stnd.info.gz ... done
--> Installing /usr/share/info/libffi.info.gz ... done
--> Installing /usr/share/info/libgomp.info.gz ... done
--> Installing /usr/share/info/libidn.info.gz ... done
--> Installing /usr/share/info/libquadmath.info.gz ... done
--> Installing /usr/share/info/libtasn1.info.gz ... done
--> Installing /usr/share/info/m4.info.gz ... done
--> Installing /usr/share/info/mpfr.info.gz ... done
--> Installing /usr/share/info/readline.info.gz ... done
--> Installing /usr/share/info/rluserman.info.gz ... done
--> Installing /usr/share/info/sed.info.gz ... done
--> Installing /usr/share/info/standards.info.gz ... done
--> Installing /usr/share/info/time.info.gz ...install-info: warning: no info dir entry in `/usr/share/info/time.info.gz'
done
--> Installing /usr/share/info/which.info.gz ... done

###################################################################
# #
# #
# C A U T I O N #
# #
# This is first start of MSYS2. #
# You MUST restart shell to apply necessary actions. #
# #
# #
###################################################################
msys64/usr/bin/bash: exit: No such file or directory
c:\jenkins\workspace\torch-win64\soft>cmd /c msys64\usr\bin\bash --login -c "pacman -Syu --noconfirm"
:: Synchronizing package databases...
downloading mingw32.db...
downloading mingw32.db...
downloading mingw32.db...
downloading mingw32.db...
downloading mingw32.db...
downloading mingw32.db.sig...
downloading mingw64.db...
downloading mingw64.db.sig...
downloading msys.db...
downloading msys.db.sig...
downloading msys.db.sig...
downloading msys.db.sig...
downloading msys.db.sig...
downloading msys.db.sig...
:: Starting full system upgrade...
:: Replace repman-git with msys/pactoys-git? [Y/n]
resolving dependencies...
looking for conflicting packages...
Packages (47) bash-4.3.046-1 bash-completion-2.3-1 bsdcpio-3.2.1-1 bsdtar-3.2.1-1 coreutils-8.25-1 crypt-1.3-1 curl-7.50.1-1 file-5.25-1 filesystem-2016.07-2 flex-2.6.1-1 gawk-4.1.4-1 gcc-libs-5.3.0-3 gettext-0.19.7-3 gmp-6.1.0-2 gnupg-1.4.20-1 grep-2.22-3 gzip-1.7-1 heimdal-libs-1.5.3-9 info-6.1-1 libarchive-3.2.1-1 libasprintf-0.19.7-3 libassuan-2.4.2-1 libcrypt-1.3-1 libcurl-7.50.1-1 libexpat-2.1.1-1 libgettextpo-0.19.7-3 libgpg-error-1.23-1 libgpgme-1.6.0-1 libidn-1.33-1 libintl-0.19.7-3 liblzma-5.2.2-1 libnettle-3.2-1 libopenssl-1.0.2.h-1 libssh2-1.7.0-1 libtasn1-4.9-1 mintty-1~2.5.0-1 mpfr-3.1.4-1 msys2-launcher-git-0.3.32.56c2ba7-2 msys2-runtime-2.6.0-1 ncurses-6.0.20160220-1 openssl-1.0.2.h-1 pacman-5.0.1-1 pactoys-git-r2.07ca37f-1 rebase-4.4.2-1 repman-git-r23.87bf865-1 [removal] wget-1.17.1-3 xz-5.2.2-1
Total Download Size: 28.40 MiB
Total Installed Size: 138.99 MiB
Net Upgrade Size: 6.25 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages ...
downloading msys2-runtime-2.6.0-1-x86_64.pkg.tar.xz...
downloading bash-4.3.046-1-x86_64.pkg.tar.xz...
downloading bash-completion-2.3-1-any.pkg.tar.xz...
downloading gcc-libs-5.3.0-3-x86_64.pkg.tar.xz...
downloading libintl-0.19.7-3-x86_64.pkg.tar.xz...
downloading libgettextpo-0.19.7-3-x86_64.pkg.tar.xz...
downloading libasprintf-0.19.7-3-x86_64.pkg.tar.xz...
downloading libasprintf-0.19.7-3-x86_64.pkg.tar.xz...
downloading libasprintf-0.19.7-3-x86_64.pkg.tar.xz...
downloading libasprintf-0.19.7-3-x86_64.pkg.tar.xz...
downloading libasprintf-0.19.7-3-x86_64.pkg.tar.xz...
downloading gettext-0.19.7-3-x86_64.pkg.tar.xz...
downloading liblzma-5.2.2-1-x86_64.pkg.tar.xz...
downloading gmp-6.1.0-2-x86_64.pkg.tar.xz...
downloading libnettle-3.2-1-x86_64.pkg.tar.xz...
downloading coreutils-8.25-1-x86_64.pkg.tar.xz...
downloading ncurses-6.0.20160220-1-x86_64.pkg.tar.xz...
downloading bsdcpio-3.2.1-1-x86_64.pkg.tar.xz...
downloading bsdtar-3.2.1-1-x86_64.pkg.tar.xz...
downloading libcrypt-1.3-1-x86_64.pkg.tar.xz...
downloading crypt-1.3-1-x86_64.pkg.tar.xz...
downloading libopenssl-1.0.2.h-1-x86_64.pkg.tar.xz...
downloading heimdal-libs-1.5.3-9-x86_64.pkg.tar.xz...
downloading gzip-1.7-1-x86_64.pkg.tar.xz...
downloading info-6.1-1-x86_64.pkg.tar.xz...
downloading libidn-1.33-1-x86_64.pkg.tar.xz...
downloading openssl-1.0.2.h-1-x86_64.pkg.tar.xz...
downloading libtasn1-4.9-1-x86_64.pkg.tar.xz...
downloading libssh2-1.7.0-1-x86_64.pkg.tar.xz...
downloading libssh2-1.7.0-1-x86_64.pkg.tar.xz...
downloading libssh2-1.7.0-1-x86_64.pkg.tar.xz...
downloading libssh2-1.7.0-1-x86_64.pkg.tar.xz...
downloading libssh2-1.7.0-1-x86_64.pkg.tar.xz...
downloading libexpat-2.1.1-1-x86_64.pkg.tar.xz...
downloading libcurl-7.50.1-1-x86_64.pkg.tar.xz...
downloading curl-7.50.1-1-x86_64.pkg.tar.xz...
downloading file-5.25-1-x86_64.pkg.tar.xz...
downloading filesystem-2016.07-2-x86_64.pkg.tar.xz...
downloading flex-2.6.1-1-x86_64.pkg.tar.xz...
downloading flex-2.6.1-1-x86_64.pkg.tar.xz...
downloading flex-2.6.1-1-x86_64.pkg.tar.xz...
downloading flex-2.6.1-1-x86_64.pkg.tar.xz...
downloading flex-2.6.1-1-x86_64.pkg.tar.xz...
downloading mpfr-3.1.4-1-x86_64.pkg.tar.xz...
downloading gawk-4.1.4-1-x86_64.pkg.tar.xz...
downloading gnupg-1.4.20-1-x86_64.pkg.tar.xz...
downloading grep-2.22-3-x86_64.pkg.tar.xz...
downloading grep-2.22-3-x86_64.pkg.tar.xz...
downloading grep-2.22-3-x86_64.pkg.tar.xz...
downloading grep-2.22-3-x86_64.pkg.tar.xz...
downloading grep-2.22-3-x86_64.pkg.tar.xz...
downloading libarchive-3.2.1-1-x86_64.pkg.tar.xz...
downloading mintty-1~2.5.0-1-x86_64.pkg.tar.xz...
downloading msys2-launcher-git-0.3.32.56c2ba7-2-x86_64.pkg.tar.xz...
downloading xz-5.2.2-1-x86_64.pkg.tar.xz...
downloading pacman-5.0.1-1-x86_64.pkg.tar.xz...
downloading rebase-4.4.2-1-x86_64.pkg.tar.xz...
downloading libgpg-error-1.23-1-x86_64.pkg.tar.xz...
downloading libassuan-2.4.2-1-x86_64.pkg.tar.xz...
downloading libgpgme-1.6.0-1-x86_64.pkg.tar.xz...
downloading wget-1.17.1-3-x86_64.pkg.tar.xz...
downloading pactoys-git-r2.07ca37f-1-x86_64.pkg.tar.xz...
downloading pactoys-git-r2.07ca37f-1-x86_64.pkg.tar.xz...
downloading pactoys-git-r2.07ca37f-1-x86_64.pkg.tar.xz...
downloading pactoys-git-r2.07ca37f-1-x86_64.pkg.tar.xz...
downloading pactoys-git-r2.07ca37f-1-x86_64.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
removing repman-git...
upgrading msys2-runtime...
upgrading bash...
upgrading bash-completion...
upgrading gcc-libs...
4 [main] pacman (1608) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
0 [main] pacman 4528 fork: child -1 - forked process 1608 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading libintl...
upgrading libgettextpo...
upgrading libasprintf...
upgrading gettext...
2 [main] pacman (5032) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
357587 [main] pacman 4528 fork: child -1 - forked process 5032 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading liblzma...
upgrading gmp...
1 [main] pacman (3592) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
438418 [main] pacman 4528 fork: child -1 - forked process 3592 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading libnettle...
upgrading coreutils...
2 [main] pacman (4068) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
982840 [main] pacman 4528 fork: child -1 - forked process 4068 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading ncurses...
upgrading bsdcpio...
upgrading bsdtar...
upgrading libcrypt...
upgrading crypt...
upgrading libopenssl...
upgrading heimdal-libs...
upgrading gzip...
1 [main] pacman (2840) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
10860914 [main] pacman 4528 fork: child -1 - forked process 2840 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading info...
1 [main] pacman (452) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
10918912 [main] pacman 4528 fork: child -1 - forked process 452 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading libidn...
1 [main] pacman (4232) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
11044960 [main] pacman 4528 fork: child -1 - forked process 4232 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading openssl...
upgrading libtasn1...
2 [main] pacman (2912) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
12519633 [main] pacman 4528 fork: child -1 - forked process 2912 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading libssh2...
upgrading libexpat...
upgrading libcurl...
upgrading curl...
upgrading file...
upgrading filesystem...
1 [main] pacman (4868) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
13543484 [main] pacman 4528 fork: child -1 - forked process 4868 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading flex...
2 [main] pacman (4588) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
13654262 [main] pacman 4528 fork: child -1 - forked process 4588 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading mpfr...
1 [main] pacman (2224) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
13724035 [main] pacman 4528 fork: child -1 - forked process 2224 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading gawk...
1 [main] pacman (2148) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
13964249 [main] pacman 4528 fork: child -1 - forked process 2148 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading gnupg...
3 [main] pacman (4188) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
14259030 [main] pacman 4528 fork: child -1 - forked process 4188 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading grep...
2 [main] pacman (3480) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
14382615 [main] pacman 4528 fork: child -1 - forked process 3480 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
upgrading libarchive...
upgrading mintty...
upgrading msys2-launcher-git...
upgrading xz...
upgrading pacman...
upgrading rebase...
installing libgpg-error...
installing libassuan...
2 [main] pacman (4676) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
15971010 [main] pacman 4528 fork: child -1 - forked process 4676 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
installing libgpgme...
1 [main] pacman (4664) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
16025910 [main] pacman 4528 fork: child -1 - forked process 4664 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
installing wget...
2 [main] pacman (3800) C:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\pacman.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x1802FE408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
16143225 [main] pacman 4528 fork: child -1 - forked process 3800 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
error: could not fork a new process (Resource temporarily unavailable)
Optional dependencies for wget
ca-certificates: HTTPS downloads [installed]
installing pactoys-git...
c:\jenkins\workspace\torch-win64\soft>cmd /c msys64\usr\bin\bash --login -c "pacman -Sy git tar make mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc-fortran --noconfirm"
:: Synchronizing package databases...
mingw32 is up to date
mingw64 is up to date
msys is up to date
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: mingw-w64-x86_64-gcc-libgfortran will be installed before its mingw-w64-x86_64-gcc-libs dependency
Packages (53) db-5.3.28-2 expat-2.1.1-1 gdbm-1.11-3 heimdal-1.5.3-9 libgdbm-1.11-3 mingw-w64-x86_64-binutils-2.25.1-6 mingw-w64-x86_64-bzip2-1.0.6-5 mingw-w64-x86_64-crt-git-5.0.0.4734.8f72872-1 mingw-w64-x86_64-gcc-libgfortran-6.1.0-1 mingw-w64-x86_64-gcc-libs-6.1.0-1 mingw-w64-x86_64-gmp-6.1.1-1 mingw-w64-x86_64-headers-git-5.0.0.4734.8f72872-1 mingw-w64-x86_64-isl-0.17.1-1 mingw-w64-x86_64-libiconv-1.14-5 mingw-w64-x86_64-libwinpthread-git-5.0.0.4733.ae160b2-1 mingw-w64-x86_64-mpc-1.0.3-2 mingw-w64-x86_64-mpfr-3.1.4.p3-4 mingw-w64-x86_64-windows-default-manifest-6.4-2 mingw-w64-x86_64-winpthreads-git-5.0.0.4733.ae160b2-1 mingw-w64-x86_64-zlib-1.2.8-9 openssh-7.3p1-1 perl-5.22.1-1 perl-Authen-SASL-2.16-2 perl-Convert-BinHex-1.123-2 perl-Encode-Locale-1.04-1 perl-Error-0.17024-1 perl-File-Listing-6.04-2 perl-HTML-Parser-3.71-3 perl-HTML-Tagset-3.20-2 perl-HTTP-Cookies-6.01-2 perl-HTTP-Daemon-6.01-2 perl-HTTP-Date-6.02-2 perl-HTTP-Message-6.06-2 perl-HTTP-Negotiate-6.01-2 perl-IO-Socket-SSL-2.016-1 perl-IO-stringy-2.111-1 perl-LWP-MediaTypes-6.02-2 perl-MIME-tools-5.506-1 perl-MailTools-2.14-1 perl-Net-HTTP-6.09-1 perl-Net-SMTP-SSL-1.02-1 perl-Net-SSLeay-1.72-1 perl-TermReadKey-2.33-1 perl-TimeDate-2.30-2 perl-URI-1.68-1 perl-WWW-RobotRules-6.02-2 perl-libwww-6.13-1 vim-7.4.1721-1 git-2.9.1-1 make-4.2.1-1 mingw-w64-x86_64-gcc-6.1.0-1 mingw-w64-x86_64-gcc-fortran-6.1.0-1 tar-1.29-1
Total Download Size: 84.09 MiB
Total Installed Size: 499.68 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
downloading mingw-w64-x86_64-libiconv-1.14-5-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gmp-6.1.1-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-libwinpthread-git-5.0.0.4733.ae160b2-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-libgfortran-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-libs-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-bzip2-1.0.6-5-any.pkg.tar.xz...
downloading mingw-w64-x86_64-zlib-1.2.8-9-any.pkg.tar.xz...
downloading mingw-w64-x86_64-binutils-2.25.1-6-any.pkg.tar.xz...
downloading mingw-w64-x86_64-headers-git-5.0.0.4734.8f72872-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-crt-git-5.0.0.4734.8f72872-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-isl-0.17.1-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-mpfr-3.1.4.p3-4-any.pkg.tar.xz...
downloading mingw-w64-x86_64-mpc-1.0.3-2-any.pkg.tar.xz...
downloading mingw-w64-x86_64-windows-default-manifest-6.4-2-any.pkg.tar.xz...
downloading mingw-w64-x86_64-winpthreads-git-5.0.0.4733.ae160b2-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-winpthreads-git-5.0.0.4733.ae160b2-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-winpthreads-git-5.0.0.4733.ae160b2-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-winpthreads-git-5.0.0.4733.ae160b2-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-winpthreads-git-5.0.0.4733.ae160b2-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-6.1.0-1-any.pkg.tar.xz...
downloading mingw-w64-x86_64-gcc-fortran-6.1.0-1-any.pkg.tar.xz...
downloading expat-2.1.1-1-x86_64.pkg.tar.xz...
downloading vim-7.4.1721-1-x86_64.pkg.tar.xz...
downloading heimdal-1.5.3-9-x86_64.pkg.tar.xz...
downloading openssh-7.3p1-1-x86_64.pkg.tar.xz...
downloading db-5.3.28-2-x86_64.pkg.tar.xz...
downloading libgdbm-1.11-3-x86_64.pkg.tar.xz...
downloading gdbm-1.11-3-x86_64.pkg.tar.xz...
downloading perl-5.22.1-1-x86_64.pkg.tar.xz...
downloading perl-Error-0.17024-1-any.pkg.tar.xz...
downloading perl-Authen-SASL-2.16-2-any.pkg.tar.xz...
downloading perl-Encode-Locale-1.04-1-any.pkg.tar.xz...
downloading perl-HTTP-Date-6.02-2-any.pkg.tar.xz...
downloading perl-File-Listing-6.04-2-any.pkg.tar.xz...
downloading perl-HTML-Tagset-3.20-2-any.pkg.tar.xz...
downloading perl-HTML-Parser-3.71-3-x86_64.pkg.tar.xz...
downloading perl-LWP-MediaTypes-6.02-2-any.pkg.tar.xz...
downloading perl-URI-1.68-1-any.pkg.tar.xz...
downloading perl-HTTP-Message-6.06-2-any.pkg.tar.xz...
downloading perl-HTTP-Cookies-6.01-2-any.pkg.tar.xz...
downloading perl-HTTP-Daemon-6.01-2-any.pkg.tar.xz...
downloading perl-HTTP-Negotiate-6.01-2-any.pkg.tar.xz...
downloading perl-Net-HTTP-6.09-1-any.pkg.tar.xz...
downloading perl-WWW-RobotRules-6.02-2-any.pkg.tar.xz...
downloading perl-libwww-6.13-1-any.pkg.tar.xz...
downloading perl-TimeDate-2.30-2-any.pkg.tar.xz...
downloading perl-MailTools-2.14-1-any.pkg.tar.xz...
downloading perl-MailTools-2.14-1-any.pkg.tar.xz...
downloading perl-MailTools-2.14-1-any.pkg.tar.xz...
downloading perl-MailTools-2.14-1-any.pkg.tar.xz...
downloading perl-MailTools-2.14-1-any.pkg.tar.xz...
downloading perl-IO-stringy-2.111-1-any.pkg.tar.xz...
downloading perl-Convert-BinHex-1.123-2-any.pkg.tar.xz...
downloading perl-MIME-tools-5.506-1-any.pkg.tar.xz...
downloading perl-Net-SSLeay-1.72-1-x86_64.pkg.tar.xz...
downloading perl-IO-Socket-SSL-2.016-1-any.pkg.tar.xz...
downloading perl-Net-SMTP-SSL-1.02-1-any.pkg.tar.xz...
downloading perl-Net-SMTP-SSL-1.02-1-any.pkg.tar.xz...
downloading perl-Net-SMTP-SSL-1.02-1-any.pkg.tar.xz...
downloading perl-Net-SMTP-SSL-1.02-1-any.pkg.tar.xz...
downloading perl-Net-SMTP-SSL-1.02-1-any.pkg.tar.xz...
downloading perl-TermReadKey-2.33-1-x86_64.pkg.tar.xz...
downloading git-2.9.1-1-x86_64.pkg.tar.xz...
downloading tar-1.29-1-x86_64.pkg.tar.xz...
downloading make-4.2.1-1-x86_64.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing expat...
installing vim...
installing heimdal...
installing openssh...
installing db...
installing libgdbm...
installing gdbm...
installing perl...
installing perl-Error...
installing perl-Authen-SASL...
installing perl-Encode-Locale...
installing perl-HTTP-Date...
installing perl-File-Listing...
installing perl-HTML-Tagset...
installing perl-HTML-Parser...
installing perl-LWP-MediaTypes...
installing perl-URI...
installing perl-HTTP-Message...
installing perl-HTTP-Cookies...
installing perl-HTTP-Daemon...
installing perl-HTTP-Negotiate...
installing perl-Net-HTTP...
installing perl-WWW-RobotRules...
installing perl-libwww...
Optional dependencies for perl-libwww
perl-LWP-Protocol-HTTPS: for https:// url schemes
installing perl-TimeDate...
installing perl-MailTools...
installing perl-IO-stringy...
installing perl-Convert-BinHex...
module test... pass.
installing perl-MIME-tools...
installing perl-Net-SSLeay...
installing perl-IO-Socket-SSL...
installing perl-Net-SMTP-SSL...
installing perl-TermReadKey...
installing git...
Optional dependencies for git
python2: various helper scripts
subversion: git svn
installing tar...
installing make...
installing mingw-w64-x86_64-libiconv...
installing mingw-w64-x86_64-gmp...
installing mingw-w64-x86_64-libwinpthread-git...
installing mingw-w64-x86_64-gcc-libgfortran...
installing mingw-w64-x86_64-gcc-libs...
installing mingw-w64-x86_64-bzip2...
installing mingw-w64-x86_64-zlib...
installing mingw-w64-x86_64-binutils...
installing mingw-w64-x86_64-headers-git...
installing mingw-w64-x86_64-crt-git...
installing mingw-w64-x86_64-isl...
installing mingw-w64-x86_64-mpfr...
installing mingw-w64-x86_64-mpc...
installing mingw-w64-x86_64-windows-default-manifest...
installing mingw-w64-x86_64-winpthreads-git...
installing mingw-w64-x86_64-gcc...
installing mingw-w64-x86_64-gcc-fortran...
c:\jenkins\workspace\torch-win64\soft>rem install lapack; I debated whether to put it in 'build' or 'installdeps', but decided 'build' is maybe better,
c:\jenkins\workspace\torch-win64\soft>rem on the basis that it might be less stable, subject to changes/bugs/tweaks than eg 7zip install?
c:\jenkins\workspace\torch-win64\soft>rem (and also it is architecture specific etc, probalby subject to device-specific optimizations?)
c:\jenkins\workspace\torch-win64\soft>cd /d "c:\jenkins\workspace\torch-win64\soft"
c:\jenkins\workspace\torch-win64\soft>powershell.exe -Command (new-object System.Net.WebClient).DownloadFile('http://www.netlib.org/lapack/lapack-3.6.1.tgz', 'lapack-3.6.1.tgz')
c:\jenkins\workspace\torch-win64\soft>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft>"c:\program files\7-Zip\7z.exe" x lapack-3.6.1.tgz
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Processing archive: lapack-3.6.1.tgz
Extracting lapack-3.6.1.tar
Everything is Ok
Size: 59781120
Compressed: 6813749
c:\jenkins\workspace\torch-win64\soft>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft>"c:\program files\7-Zip\7z.exe" x lapack-3.6.1.tar 1>nul
c:\jenkins\workspace\torch-win64\soft>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft>dir lapack-3.6.1
Volume in drive C has no label.
Volume Serial Number is 548E-9189
Directory of c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1
09/11/2016 05:40 PM <DIR> .
09/11/2016 05:40 PM <DIR> ..
06/18/2016 10:15 PM 257 .gitignore
06/18/2016 10:15 PM 325 .travis.yml
09/11/2016 05:40 PM <DIR> BLAS
09/11/2016 05:40 PM <DIR> CBLAS
09/11/2016 05:40 PM <DIR> CMAKE
06/18/2016 10:15 PM 14,166 CMakeLists.txt
06/18/2016 10:15 PM 529 CTestConfig.cmake
06/18/2016 10:15 PM 1,604 CTestCustom.cmake.in
09/11/2016 05:40 PM <DIR> DOCS
09/11/2016 05:40 PM <DIR> INSTALL
06/18/2016 10:15 PM 315 lapack.pc.in
09/11/2016 05:40 PM <DIR> LAPACKE
06/18/2016 10:15 PM 7,600 lapack_build.cmake
06/18/2016 10:15 PM 12,773 lapack_testing.py
06/18/2016 10:15 PM 2,266 LICENSE
06/18/2016 10:15 PM 2,911 make.inc.example
06/18/2016 10:15 PM 4,178 Makefile
06/18/2016 10:15 PM 6,443 README
09/11/2016 05:40 PM <DIR> SRC
09/11/2016 05:40 PM <DIR> TESTING
12 File(s) 53,367 bytes
10 Dir(s) 8,065,110,016 bytes free
c:\jenkins\workspace\torch-win64\soft>cd lapack-3.6.1
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1>mkdir build
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1>cd build
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build>set "SOFT=c:\jenkins\workspace\torch-win64\soft"
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build>cmd /c c:\jenkins\workspace\torch-win64\soft\msys64\usr\bin\bash.exe --login "c:\jenkins\workspace\torch-win64\win-files\install_lapack.sh"
SOFT c:\jenkins\workspace\torch-win64\soft
BASE c:\jenkins\workspace\torch-win64
DOWNLOADS
mkdir: cannot create directory ‘build’: File exists
-- The Fortran compiler identification is GNU 6.1.0
-- Check for working Fortran compiler: C:/jenkins/workspace/torch-win64/soft/msys64/mingw64/bin/x86_64-w64-mingw32-gfortran.exe
-- Check for working Fortran compiler: C:/jenkins/workspace/torch-win64/soft/msys64/mingw64/bin/x86_64-w64-mingw32-gfortran.exe -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether C:/jenkins/workspace/torch-win64/soft/msys64/mingw64/bin/x86_64-w64-mingw32-gfortran.exe supports Fortran 90
-- Checking whether C:/jenkins/workspace/torch-win64/soft/msys64/mingw64/bin/x86_64-w64-mingw32-gfortran.exe supports Fortran 90 -- yes
-- Found PythonInterp: C:/Program Files/Python35/python.exe (found version "3.5.2")
-- Looking for Python found - TRUE
-- Using Python version 3.5.2
-- Reducing RELEASE optimization level to O2
-- Looking for Fortran NONE - found
-- Looking for Fortran INT_CPU_TIME - found
-- Looking for Fortran EXT_ETIME - not found
-- Looking for Fortran EXT_ETIME_ - not found
-- Looking for Fortran INT_ETIME - found
-- --> Will use second_INT_ETIME.f and dsecnd_INT_ETIME.f as timing function.
-- Using supplied NETLIB BLAS implementation
-- Using supplied NETLIB LAPACK implementation
-- Building Single Precision
-- Building Double Precision
-- Building Complex Precision
-- Building Double Complex Precision
-- BUILD TESTING : ON
-- Configuring done
-- Generating done
-- Build files have been written to: C:/jenkins/workspace/torch-win64/soft/lapack-3.6.1/build
Scanning dependencies of target blas
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/isamax.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sasum.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/saxpy.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/scopy.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sdot.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/snrm2.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/srot.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/srotg.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sscal.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sswap.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sdsdot.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/srotmg.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/srotm.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sgemv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sgbmv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssymv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssbmv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sspmv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/strmv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/stbmv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/stpmv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/strsv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/stbsv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/stpsv.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sger.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssyr.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sspr.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssyr2.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sspr2.f.obj
[ 0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/sgemm.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssymm.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssyrk.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ssyr2k.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/strmm.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/strsm.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/idamax.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dasum.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/daxpy.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dcopy.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ddot.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dnrm2.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/drot.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/drotg.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dscal.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsdot.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dswap.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/drotmg.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/drotm.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dgemv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dgbmv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsymv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsbmv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dspmv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtrmv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtbmv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtpmv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtrsv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtbsv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtpsv.f.obj
[ 1%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dger.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsyr.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dspr.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsyr2.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dspr2.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dgemm.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsymm.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsyrk.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dsyr2k.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtrmm.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dtrsm.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/scabs1.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/scasum.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/scnrm2.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/icamax.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/caxpy.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ccopy.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cdotc.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cdotu.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/csscal.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/crotg.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cscal.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cswap.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/csrot.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cgemv.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cgbmv.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/chemv.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/chbmv.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/chpmv.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctrmv.f.obj
[ 2%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctbmv.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctpmv.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctrsv.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctbsv.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctpsv.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cgerc.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cgeru.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cher.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/chpr.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cher2.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/chpr2.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cgemm.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/csymm.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/csyrk.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/csyr2k.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctrmm.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ctrsm.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/chemm.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cherk.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/cher2k.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dcabs1.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dzasum.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/dznrm2.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/izamax.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zaxpy.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zcopy.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zdotc.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zdotu.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zdscal.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zrotg.f.obj
[ 3%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zscal.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zswap.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zdrot.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zgemv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zgbmv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zhemv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zhbmv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zhpmv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztrmv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztbmv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztpmv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztrsv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztbsv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztpsv.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zgerc.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zgeru.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zher.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zhpr.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zher2.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zhpr2.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zgemm.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zsymm.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zsyrk.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zsyr2k.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztrmm.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/ztrsm.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zhemm.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zherk.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/zher2k.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/lsame.f.obj
[ 4%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/xerbla.f.obj
[ 5%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/xerbla_array.f.obj
[ 5%] Linking Fortran shared library ../../bin/libblas.dll
Microsoft (R) Library Manager Version 14.00.24213.1
Copyright (C) Microsoft Corporation. All rights reserved.
Creating library ../../lib/libblas.lib and object ../../lib/libblas.exp
[ 5%] Built target blas
Scanning dependencies of target lapack
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sbdsvdx.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbbrd.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbcon.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbequ.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbrfs.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbsv.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbsvx.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbtf2.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbtrf.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbtrs.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgebak.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgebal.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgebd2.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgebrd.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgecon.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeequ.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgees.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeesx.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeev.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeevx.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgehd2.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgehrd.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgelq2.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgelqf.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgels.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgelsd.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgelss.f.obj
[ 5%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgelsy.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeql2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqlf.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqp3.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqr2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqr2p.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqrf.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqrfp.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgerfs.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgerq2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgerqf.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesc2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesdd.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesv.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesvd.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesvdx.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesvx.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgetc2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgetf2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgetrf.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgetrf2.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgetri.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgetrs.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggbak.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggbal.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgges.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgges3.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggesx.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggev.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggev3.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggevx.f.obj
[ 6%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggglm.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgghrd.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgghd3.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgglse.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggqrf.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggrqf.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggsvd3.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sggsvp3.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgtcon.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgtrfs.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgtsv.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgtsvx.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgttrf.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgttrs.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgtts2.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/shgeqz.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/shsein.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/shseqr.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slabrd.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slacon.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slacn2.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaein.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaexc.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slag2.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slags2.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slagtm.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slagv2.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slahqr.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slahr2.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaic1.f.obj
[ 7%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaln2.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slals0.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slalsa.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slalsd.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slangb.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slange.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slangt.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slanhs.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slansb.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slansp.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slansy.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slantb.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slantp.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slantr.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slanv2.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slapll.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slapmt.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqgb.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqge.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqp2.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqps.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqsb.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqsp.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqsy.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqr0.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqr1.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqr2.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqr3.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqr4.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqr5.f.obj
[ 8%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaqtr.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slar1v.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slar2v.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilaslr.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilaslc.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarf.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarfb.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarfg.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarfgp.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarft.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarfx.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slargv.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrv.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slartv.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarz.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarzb.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarzt.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaswp.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasy2.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasyf.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasyf_rook.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slatbs.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slatdf.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slatps.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slatrd.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slatrs.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slatrz.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slauu2.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/slauum.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/sopgtr.f.obj
[ 9%] Building Fortran object SRC/CMakeFiles/lapack.dir/sopmtr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorg2l.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorg2r.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgbr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorghr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgl2.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorglq.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgql.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgqr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgr2.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgrq.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorgtr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorm2l.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorm2r.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorm22.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormbr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormhr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorml2.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormlq.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormql.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormqr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormr2.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormr3.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormrq.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormrz.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/sormtr.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbcon.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbequ.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbrfs.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbstf.f.obj
[ 10%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbsv.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbsvx.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbtf2.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbtrf.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spbtrs.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spocon.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spoequ.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sporfs.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sposv.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sposvx.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spotf2.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spotrf.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spotrf2.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spotri.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spotrs.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spstrf.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spstf2.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sppcon.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sppequ.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spprfs.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sppsv.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sppsvx.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spptrf.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spptri.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spptrs.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sptcon.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spteqr.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sptrfs.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sptsv.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/sptsvx.f.obj
[ 11%] Building Fortran object SRC/CMakeFiles/lapack.dir/spttrs.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sptts2.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/srscl.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbev.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbevd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbevx.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbgst.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbgv.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbgvd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbgvx.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssbtrd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspcon.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspev.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspevd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspevx.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspgst.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspgv.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspgvd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspgvx.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssprfs.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspsv.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sspsvx.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssptrd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssptrf.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssptri.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssptrs.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstegr.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstein.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstev.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstevd.f.obj
[ 12%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstevr.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstevx.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssycon.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyev.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyevd.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyevr.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyevx.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssygs2.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssygst.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssygv.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssygvd.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssygvx.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyrfs.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssysv.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssysvx.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytd2.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytf2.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytrd.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytrf.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytri.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytri2.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytri2x.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyswapr.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytrs.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytrs2.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyconv.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytf2_rook.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytrf_rook.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytrs_rook.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssytri_rook.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssycon_rook.f.obj
[ 13%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssysv_rook.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stbcon.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stbrfs.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stbtrs.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgevc.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgex2.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgexc.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgsen.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgsja.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgsna.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgsy2.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stgsyl.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stpcon.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stprfs.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stptri.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stptrs.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strcon.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strevc.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strevc3.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strexc.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strrfs.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strsen.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strsna.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strsyl.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strti2.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strtri.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/strtrs.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/stzrzf.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstemr.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/slansf.f.obj
[ 14%] Building Fortran object SRC/CMakeFiles/lapack.dir/spftrf.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/spftri.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/spftrs.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssfrk.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/stfsm.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/stftri.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/stfttp.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/stfttr.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/stpttf.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/stpttr.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/strttf.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/strttp.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgejsv.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgesvj.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgsvj0.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgsvj1.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeequb.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssyequb.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/spoequb.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgbequb.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sbbcsd.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/slapmr.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb1.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb2.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb3.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb4.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb5.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorbdb6.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorcsd.f.obj
[ 15%] Building Fortran object SRC/CMakeFiles/lapack.dir/sorcsd2by1.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqrt.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqrt2.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgeqrt3.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sgemqrt.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/stpqrt.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/stpqrt2.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/stpmqrt.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/stprfb.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilaenv.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/ieeeck.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/lsamen.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/iparmq.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilaprec.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilatrans.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilauplo.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/iladiag.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/chla_transtype.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/__/INSTALL/ilaver.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/__/INSTALL/lsame.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/xerbla.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/xerbla_array.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/__/INSTALL/slamch.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sbdsdc.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sbdsqr.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sdisna.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/slabad.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/slacpy.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/sladiv.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/slae2.f.obj
[ 16%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaebz.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed0.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed1.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed2.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed3.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed4.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed5.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed6.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed7.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed8.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaed9.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaeda.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaev2.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slagtf.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slagts.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slamrg.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slanst.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slapy2.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slapy3.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarnv.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarra.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrb.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrc.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrd.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarre.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrf.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrj.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrk.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slarrr.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaneg.f.obj
[ 17%] Building Fortran object SRC/CMakeFiles/lapack.dir/slartg.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaruv.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slas2.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slascl.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd0.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd1.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd2.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd3.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd4.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd5.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd6.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd7.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasd8.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasda.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasdq.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasdt.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaset.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasq1.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasq2.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasq3.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasq4.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasq5.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasq6.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasr.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasrt.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slassq.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/slasv2.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/spttrf.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstebz.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/sstedc.f.obj
[ 18%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssteqr.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/ssterf.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/slaisnan.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/sisnan.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/slartgp.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/slartgs.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/__/INSTALL/second_INT_ETIME.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dbdsvdx.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbbrd.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbcon.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbequ.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbrfs.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbsv.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbsvx.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbtf2.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbtrf.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbtrs.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgebak.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgebal.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgebd2.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgebrd.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgecon.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeequ.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgees.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeesx.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeev.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeevx.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgehd2.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgehrd.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgelq2.f.obj
[ 19%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgelqf.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgels.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgelsd.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgelss.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgelsy.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeql2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqlf.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqp3.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqr2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqr2p.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqrf.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqrfp.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgerfs.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgerq2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgerqf.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesc2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesdd.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesv.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesvd.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesvdx.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesvx.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgetc2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgetf2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgetrf.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgetrf2.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgetri.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgetrs.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggbak.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggbal.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgges.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgges3.f.obj
[ 20%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggesx.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggev.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggev3.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggevx.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggglm.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgghrd.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgghd3.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgglse.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggqrf.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggrqf.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggsvd3.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dggsvp3.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgtcon.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgtrfs.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgtsv.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgtsvx.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgttrf.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgttrs.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgtts2.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dhgeqz.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dhsein.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dhseqr.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlabrd.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlacon.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlacn2.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaein.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaexc.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlag2.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlags2.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlagtm.f.obj
[ 21%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlagv2.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlahqr.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlahr2.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaic1.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaln2.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlals0.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlalsa.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlalsd.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlangb.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlange.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlangt.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlanhs.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlansb.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlansp.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlansy.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlantb.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlantp.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlantr.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlanv2.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlapll.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlapmt.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqgb.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqge.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqp2.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqps.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqsb.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqsp.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqsy.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqr0.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqr1.f.obj
[ 22%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqr2.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqr3.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqr4.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqr5.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaqtr.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlar1v.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlar2v.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/iladlr.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/iladlc.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarf.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarfb.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarfg.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarfgp.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarft.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarfx.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlargv.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrv.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlartv.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarz.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarzb.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarzt.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaswp.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasy2.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasyf.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasyf_rook.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlatbs.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlatdf.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlatps.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlatrd.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlatrs.f.obj
[ 23%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlatrz.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlauu2.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlauum.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dopgtr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dopmtr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorg2l.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorg2r.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgbr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorghr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgl2.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorglq.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgql.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgqr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgr2.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgrq.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorgtr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorm2l.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorm2r.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorm22.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormbr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormhr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorml2.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormlq.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormql.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormqr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormr2.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormr3.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormrq.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormrz.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dormtr.f.obj
[ 24%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbcon.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbequ.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbrfs.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbstf.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbsv.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbsvx.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbtf2.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbtrf.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpbtrs.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpocon.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpoequ.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dporfs.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dposv.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dposvx.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpotf2.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpotrf.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpotrf2.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpotri.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpotrs.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpstrf.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpstf2.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dppcon.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dppequ.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpprfs.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dppsv.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dppsvx.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpptrf.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpptri.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpptrs.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dptcon.f.obj
[ 25%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpteqr.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dptrfs.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dptsv.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dptsvx.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpttrs.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dptts2.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/drscl.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbev.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbevd.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbevx.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbgst.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbgv.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbgvd.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbgvx.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsbtrd.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspcon.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspev.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspevd.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspevx.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspgst.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspgv.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspgvd.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspgvx.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsprfs.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspsv.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dspsvx.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsptrd.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsptrf.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsptri.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsptrs.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstegr.f.obj
[ 26%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstein.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstev.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstevd.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstevr.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstevx.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsycon.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyev.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyevd.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyevr.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyevx.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsygs2.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsygst.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsygv.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsygvd.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsygvx.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyrfs.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsysv.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsysvx.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytd2.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytf2.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytrd.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytrf.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytri.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytrs.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytrs2.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytri2.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytri2x.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyswapr.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyconv.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytf2_rook.f.obj
[ 27%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytrf_rook.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytri_rook.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsytrs_rook.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsycon_rook.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsysv_rook.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtbcon.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtbrfs.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtbtrs.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgevc.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgex2.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgexc.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgsen.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgsja.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgsna.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgsy2.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtgsyl.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtpcon.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtprfs.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtptri.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtptrs.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrcon.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrevc.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrevc3.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrexc.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrrfs.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrsen.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrsna.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrsyl.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrti2.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrtri.f.obj
[ 28%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrtrs.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtzrzf.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstemr.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsgesv.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsposv.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlag2s.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/slag2d.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlat2s.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlansf.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpftrf.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpftri.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpftrs.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsfrk.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtfsm.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtftri.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtfttp.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtfttr.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtpttf.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtpttr.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrttf.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtrttp.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgejsv.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgesvj.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgsvj0.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgsvj1.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeequb.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsyequb.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpoequb.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgbequb.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dbbcsd.f.obj
[ 29%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlapmr.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb1.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb2.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb3.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb4.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb5.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorbdb6.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorcsd.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dorcsd2by1.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqrt.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqrt2.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgeqrt3.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dgemqrt.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtpqrt.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtpqrt2.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtpmqrt.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dtprfb.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dbdsdc.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dbdsqr.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/ddisna.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlabad.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlacpy.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dladiv.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlae2.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaebz.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed0.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed1.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed2.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed3.f.obj
[ 30%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed4.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed5.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed6.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed7.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed8.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaed9.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaeda.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaev2.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlagtf.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlagts.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlamrg.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlanst.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlapy2.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlapy3.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarnv.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarra.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrb.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrc.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrd.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarre.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrf.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrj.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrr.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlarrk.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaneg.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlartg.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaruv.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlas2.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlascl.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd0.f.obj
[ 31%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd1.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd2.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd3.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd4.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd5.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd6.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd7.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasd8.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasda.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasdq.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasdt.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaset.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasq1.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasq2.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasq3.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasq4.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasq5.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasq6.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasr.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasrt.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlassq.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlasv2.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dpttrf.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstebz.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dstedc.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsteqr.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dsterf.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlaisnan.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/disnan.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlartgp.f.obj
[ 32%] Building Fortran object SRC/CMakeFiles/lapack.dir/dlartgs.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/__/INSTALL/dlamch.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cbdsqr.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbbrd.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbcon.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbequ.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbrfs.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbsv.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbsvx.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbtf2.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbtrf.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbtrs.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgebak.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgebal.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgebd2.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgebrd.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgecon.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeequ.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgees.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeesx.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeev.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeevx.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgehd2.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgehrd.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgelq2.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgelqf.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgels.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgelsd.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgelss.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgelsy.f.obj
[ 33%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeql2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqlf.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqp3.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqr2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqr2p.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqrf.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqrfp.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgerfs.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgerq2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgerqf.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesc2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesdd.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesv.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesvd.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesvdx.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesvj.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgejsv.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgsvj0.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgsvj1.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgesvx.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgetc2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgetf2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgetrf.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgetrf2.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgetri.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgetrs.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggbak.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggbal.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgges.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgges3.f.obj
[ 34%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggesx.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggev.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggev3.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggevx.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggglm.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgghrd.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgghd3.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgglse.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggqrf.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggrqf.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggsvd3.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cggsvp3.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgtcon.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgtrfs.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgtsv.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgtsvx.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgttrf.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgttrs.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgtts2.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbev.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbevd.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbevx.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbgst.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbgv.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbgvd.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbgvx.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/chbtrd.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/checon.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cheev.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cheevd.f.obj
[ 35%] Building Fortran object SRC/CMakeFiles/lapack.dir/cheevr.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/cheevx.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chegs2.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chegst.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chegv.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chegvd.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chegvx.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/cherfs.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chesv.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chesvx.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetd2.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetf2.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetrd.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetrf.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetri.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetri2.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetri2x.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/cheswapr.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetrs.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetrs2.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetf2_rook.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetrf_rook.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetri_rook.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chetrs_rook.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/checon_rook.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chesv_rook.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chgeqz.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpcon.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpev.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpevd.f.obj
[ 36%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpevx.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpgst.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpgv.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpgvd.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpgvx.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chprfs.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpsv.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chpsvx.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chptrd.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chptrf.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chptri.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chptrs.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chsein.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/chseqr.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clabrd.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacgv.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacon.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacn2.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacp2.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacpy.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacrm.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clacrt.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/cladiv.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/claed0.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/claed7.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/claed8.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/claein.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/claesy.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/claev2.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clags2.f.obj
[ 37%] Building Fortran object SRC/CMakeFiles/lapack.dir/clagtm.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clahef.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clahef_rook.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clahqr.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clahr2.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/claic1.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clals0.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clalsa.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clalsd.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clangb.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clange.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clangt.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clanhb.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clanhe.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clanhp.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clanhs.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clanht.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clansb.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clansp.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clansy.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clantb.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clantp.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clantr.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clapll.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clapmt.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarcm.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqgb.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqge.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqhb.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqhe.f.obj
[ 38%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqhp.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqp2.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqps.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqsb.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqr0.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqr1.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqr2.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqr3.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqr4.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqr5.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqsp.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/claqsy.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clar1v.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clar2v.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilaclr.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilaclc.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarf.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarfb.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarfg.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarfgp.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarft.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarfx.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clargv.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarnv.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarrv.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clartg.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clartv.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarz.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarzb.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clarzt.f.obj
[ 39%] Building Fortran object SRC/CMakeFiles/lapack.dir/clascl.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/claset.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clasr.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/classq.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/claswp.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clasyf.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clasyf_rook.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clatbs.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clatdf.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clatps.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clatrd.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clatrs.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clatrz.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clauu2.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/clauum.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbcon.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbequ.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbrfs.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbstf.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbsv.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbsvx.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbtf2.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbtrf.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpbtrs.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpocon.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpoequ.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cporfs.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cposv.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cposvx.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpotf2.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpotrf.f.obj
[ 40%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpotrf2.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpotri.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpotrs.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpstrf.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpstf2.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cppcon.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cppequ.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpprfs.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cppsv.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cppsvx.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpptrf.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpptri.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpptrs.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cptcon.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpteqr.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cptrfs.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cptsv.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cptsvx.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpttrf.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpttrs.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cptts2.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/crot.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cspcon.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cspmv.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cspr.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/csprfs.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cspsv.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/cspsvx.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/csptrf.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/csptri.f.obj
[ 41%] Building Fortran object SRC/CMakeFiles/lapack.dir/csptrs.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csrscl.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/cstedc.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/cstegr.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/cstein.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csteqr.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csycon.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csymv.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csyr.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csyrfs.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csysv.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csysvx.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytf2.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytrf.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytri.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytri2.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytri2x.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csyswapr.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytrs.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytrs2.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csyconv.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytf2_rook.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytrf_rook.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytrs_rook.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csytri_rook.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csycon_rook.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/csysv_rook.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctbcon.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctbrfs.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctbtrs.f.obj
[ 42%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgevc.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgex2.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgexc.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgsen.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgsja.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgsna.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgsy2.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctgsyl.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctpcon.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctprfs.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctptri.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctptrs.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrcon.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrevc.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrevc3.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrexc.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrrfs.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrsen.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrsna.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrsyl.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrti2.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrtri.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrtrs.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctzrzf.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cung2l.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cung2r.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungbr.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunghr.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungl2.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunglq.f.obj
[ 43%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungql.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungqr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungr2.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungrq.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cungtr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunm2l.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunm2r.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmbr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmhr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunml2.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunm22.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmlq.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmql.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmqr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmr2.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmr3.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmrq.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmrz.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunmtr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cupgtr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cupmtr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/icmax1.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/scsum1.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cstemr.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/chfrk.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctfttp.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/clanhf.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpftrf.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpftri.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpftrs.f.obj
[ 44%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctfsm.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctftri.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctfttr.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctpttf.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctpttr.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrttf.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctrttp.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeequb.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgbequb.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/csyequb.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cpoequb.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cheequb.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cbbcsd.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/clapmr.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb1.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb2.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb3.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb4.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb5.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cunbdb6.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cuncsd.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cuncsd2by1.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqrt.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqrt2.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgeqrt3.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/cgemqrt.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctpqrt.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctpqrt2.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctpmqrt.f.obj
[ 45%] Building Fortran object SRC/CMakeFiles/lapack.dir/ctprfb.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zbdsqr.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbbrd.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbcon.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbequ.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbrfs.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbsv.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbsvx.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbtf2.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbtrf.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbtrs.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgebak.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgebal.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgebd2.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgebrd.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgecon.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeequ.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgees.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeesx.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeev.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeevx.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgehd2.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgehrd.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgelq2.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgelqf.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgels.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgelsd.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgelss.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgelsy.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeql2.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqlf.f.obj
[ 46%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqp3.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqr2.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqr2p.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqrf.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqrfp.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgerfs.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgerq2.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgerqf.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesc2.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesdd.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesv.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesvd.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesvdx.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesvx.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgesvj.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgejsv.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgsvj0.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgsvj1.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgetc2.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgetf2.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgetrf.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgetrf2.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgetri.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgetrs.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggbak.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggbal.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgges.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgges3.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggesx.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggev.f.obj
[ 47%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggev3.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggevx.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggglm.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgghrd.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgghd3.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgglse.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggqrf.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggrqf.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggsvd3.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zggsvp3.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgtcon.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgtrfs.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgtsv.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgtsvx.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgttrf.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgttrs.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgtts2.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbev.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbevd.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbevx.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbgst.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbgv.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbgvd.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbgvx.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhbtrd.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhecon.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zheev.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zheevd.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zheevr.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zheevx.f.obj
[ 48%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhegs2.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhegst.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhegv.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhegvd.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhegvx.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zherfs.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhesv.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhesvx.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetd2.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetf2.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetrd.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetrf.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetri.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetri2.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetri2x.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zheswapr.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetrs.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetrs2.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetf2_rook.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetrf_rook.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetri_rook.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhetrs_rook.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhecon_rook.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhesv_rook.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhgeqz.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpcon.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpev.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpevd.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpevx.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpgst.f.obj
[ 49%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpgv.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpgvd.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpgvx.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhprfs.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpsv.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhpsvx.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhptrd.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhptrf.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhptri.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhptrs.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhsein.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhseqr.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlabrd.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacgv.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacon.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacn2.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacp2.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacpy.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacrm.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlacrt.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zladiv.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaed0.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaed7.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaed8.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaein.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaesy.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaev2.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlags2.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlagtm.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlahef.f.obj
[ 50%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlahef_rook.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlahqr.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlahr2.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaic1.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlals0.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlalsa.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlalsd.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlangb.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlange.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlangt.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlanhb.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlanhe.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlanhp.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlanhs.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlanht.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlansb.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlansp.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlansy.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlantb.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlantp.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlantr.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlapll.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlapmt.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqgb.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqge.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqhb.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqhe.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqhp.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqp2.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqps.f.obj
[ 51%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqsb.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqr0.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqr1.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqr2.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqr3.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqr4.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqr5.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqsp.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaqsy.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlar1v.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlar2v.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilazlr.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/ilazlc.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarcm.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarf.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarfb.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarfg.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarfgp.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarft.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarfx.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlargv.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarnv.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarrv.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlartg.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlartv.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarz.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarzb.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlarzt.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlascl.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaset.f.obj
[ 52%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlasr.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlassq.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlaswp.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlasyf.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlasyf_rook.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlatbs.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlatdf.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlatps.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlatrd.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlatrs.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlatrz.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlauu2.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlauum.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbcon.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbequ.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbrfs.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbstf.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbsv.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbsvx.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbtf2.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbtrf.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpbtrs.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpocon.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpoequ.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zporfs.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zposv.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zposvx.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpotf2.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpotrf.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpotrf2.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpotri.f.obj
[ 53%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpotrs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpstrf.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpstf2.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zppcon.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zppequ.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpprfs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zppsv.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zppsvx.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpptrf.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpptri.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpptrs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zptcon.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpteqr.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zptrfs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zptsv.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zptsvx.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpttrf.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpttrs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zptts2.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zrot.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zspcon.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zspmv.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zspr.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsprfs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zspsv.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zspsvx.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsptrf.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsptri.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsptrs.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zdrscl.f.obj
[ 54%] Building Fortran object SRC/CMakeFiles/lapack.dir/zstedc.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zstegr.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zstein.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsteqr.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsycon.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsymv.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsyr.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsyrfs.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsysv.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsysvx.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytf2.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytrf.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytri.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytri2.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytri2x.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsyswapr.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytrs.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytrs2.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsyconv.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytf2_rook.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytrf_rook.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytrs_rook.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsytri_rook.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsycon_rook.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsysv_rook.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztbcon.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztbrfs.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztbtrs.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgevc.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgex2.f.obj
[ 55%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgexc.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgsen.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgsja.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgsna.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgsy2.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztgsyl.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztpcon.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztprfs.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztptri.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztptrs.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrcon.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrevc.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrevc3.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrexc.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrrfs.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrsen.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrsna.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrsyl.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrti2.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrtri.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrtrs.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztzrzf.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zung2l.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zung2r.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungbr.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunghr.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungl2.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungql.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunglq.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungqr.f.obj
[ 56%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungr2.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungrq.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zungtr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunm2l.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunm2r.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmbr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmhr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunml2.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunm22.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmlq.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmql.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmqr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmr2.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmr3.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmrq.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmrz.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunmtr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zupgtr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zupmtr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/izmax1.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/dzsum1.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zstemr.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zcgesv.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zcposv.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlag2c.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/clag2z.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlat2c.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zhfrk.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztfttp.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlanhf.f.obj
[ 57%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpftrf.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpftri.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpftrs.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztfsm.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztftri.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztfttr.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztpttf.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztpttr.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrttf.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztrttp.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeequb.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgbequb.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zsyequb.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zpoequb.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zheequb.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zbbcsd.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zlapmr.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb1.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb2.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb3.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb4.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb5.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zunbdb6.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zuncsd.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zuncsd2by1.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqrt.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqrt2.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgeqrt3.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/zgemqrt.f.obj
[ 58%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztpqrt.f.obj
[ 59%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztpqrt2.f.obj
[ 59%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztpmqrt.f.obj
[ 59%] Building Fortran object SRC/CMakeFiles/lapack.dir/ztprfb.f.obj
[ 59%] Linking Fortran shared library ../bin/liblapack.dll
Microsoft (R) Library Manager Version 14.00.24213.1
Copyright (C) Microsoft Corporation. All rights reserved.
Creating library ../lib/liblapack.lib and object ../lib/liblapack.exp
[ 59%] Built target lapack
Scanning dependencies of target tmglib
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatms.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatme.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatmr.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatmt.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slagge.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slagsy.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slakf2.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slarge.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slaror.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slarot.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatm2.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatm3.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatm5.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatm6.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatm7.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slahilb.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slatm1.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slaran.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/slarnd.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatms.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatme.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatmr.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatmt.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlagge.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlagsy.f.obj
[ 59%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlakf2.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlarge.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlaror.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlarot.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatm2.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatm3.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatm5.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatm6.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatm7.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlahilb.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlatm1.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlaran.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/dlarnd.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatms.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatme.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatmr.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatmt.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clagge.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/claghe.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clagsy.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clakf2.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clarge.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/claror.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clarot.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatm1.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clarnd.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatm2.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatm3.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatm5.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clatm6.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/clahilb.f.obj
[ 60%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatms.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatme.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatmr.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatmt.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlagge.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlaghe.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlagsy.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlakf2.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlarge.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlaror.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlarot.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatm1.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlarnd.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatm2.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatm3.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatm5.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlatm6.f.obj
[ 61%] Building Fortran object Testing/MATGEN/CMakeFiles/tmglib.dir/zlahilb.f.obj
[ 61%] Linking Fortran shared library ../../bin/libtmglib.dll
Microsoft (R) Library Manager Version 14.00.24213.1
Copyright (C) Microsoft Corporation. All rights reserved.
Creating library ../../lib/libtmglib.lib and object ../../lib/libtmglib.exp
[ 61%] Built target tmglib
Scanning dependencies of target xlintstrfc
Scanning dependencies of target xlintstrfs
Scanning dependencies of target xlintstrfd
Scanning dependencies of target xlintstds
Scanning dependencies of target xlintstrfz
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cchkrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/schkrfp.f.obj
Scanning dependencies of target xlintsts
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dchkrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zchkrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/dchkab.f.obj
Scanning dependencies of target xlintstd
Scanning dependencies of target xlintstc
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/aladhd.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/aladhd.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/aladhd.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cdrvrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/sdrvrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zdrvrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/ddrvrfp.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/ddrvab.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/alaerh.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cdrvrf1.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/sdrvrf1.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/alaerh.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/ddrvac.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/ddrvrf1.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zdrvrf1.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/alaerh.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/sdrvrf2.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cdrvrf2.f.obj
[ 61%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/ddrvrf2.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zdrvrf2.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/derrab.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cdrvrf3.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/sdrvrf3.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/derrac.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/ddrvrf3.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zdrvrf3.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/alaesm.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/alaesm.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/dget08.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/alaesm.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/sdrvrf4.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cdrvrf4.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/ddrvrf4.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zdrvrf4.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/alahd.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/alahd.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/alahd.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/alaerh.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/serrrfp.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cerrrfp.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/derrrfp.f.obj
[ 62%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zerrrfp.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/claipd.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/slatb4.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dlatb4.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zlatb4.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/alareq.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/clatb4.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/slarhs.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/alareq.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/alareq.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dlarhs.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zlaipd.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/alahd.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/alasum.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/alasum.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/alasum.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/clarhs.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zlarhs.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/sget04.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dget04.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/alasvm.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/alasvm.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/alasvm.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/spot01.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dpot01.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/csbmv.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zsbmv.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/chkxer.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/chkxer.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/chkxer.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/aladhd.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/spot03.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dpot03.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/icopy.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cget04.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zget04.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/icopy.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/icopy.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/spot02.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/dpot02.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cpot01.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zpot01.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/ilaenv.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ilaenv.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ilaenv.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/alareq.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/chkxer.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/chkxer.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cpot03.f.obj
[ 63%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zpot03.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/xlaenv.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/xlaenv.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/xlaenv.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/chkxer.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/xerbla.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/xerbla.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/cpot02.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/zpot02.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/xerbla.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/xerbla.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/xerbla.f.obj
[ 64%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/dlarhs.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/alaerh.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/alaerh.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/chkxer.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/chkxer.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slaord.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkaa.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkaa.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/dlatb4.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/xerbla.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/xerbla.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkaa.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/xerbla.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/alaerh.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/alaerh.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkeq.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkeq.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/dget02.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/aladhd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/aladhd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkeq.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/dpot06.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkgb.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkgb.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/alahd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/alahd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkgb.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/aladhd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/aladhd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstds.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkge.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkge.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkge.f.obj
[ 65%] Linking Fortran executable ../../bin/xlintstds.exe
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/alahd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/alahd.f.obj
[ 65%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkgt.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkgt.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/alasvm.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/alasvm.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkgt.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfs.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfd.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchklq.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkhe.f.obj
[ 66%] Built target xlintstds
[ 66%] Linking Fortran executable ../../bin/xlintstrfs.exe
[ 66%] Linking Fortran executable ../../bin/xlintstrfd.exe
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schklq.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/alasvm.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/alasvm.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkpb.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkhe_rook.f.obj
Scanning dependencies of target xlintstz
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkpb.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfc.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstrfz.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/aladhd.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkpo.f.obj
[ 66%] Built target xlintstrfs
[ 66%] Built target xlintstrfd
[ 66%] Linking Fortran executable ../../bin/xlintstrfc.exe
[ 66%] Linking Fortran executable ../../bin/xlintstrfz.exe
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkhp.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkpo.f.obj
Scanning dependencies of target xlintstzc
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zchkab.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/alaerh.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkps.f.obj
Scanning dependencies of target xeigtstc
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchklq.f.obj
[ 66%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkee.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkps.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkpp.f.obj
[ 66%] Built target xlintstrfc
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zdrvab.f.obj
[ 66%] Built target xlintstrfz
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkpb.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkpp.f.obj
Scanning dependencies of target xeigtsts
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkpt.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zdrvac.f.obj
Scanning dependencies of target xeigtstd
[ 66%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkee.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkpo.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/alaesm.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkpt.f.obj
[ 66%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkee.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zerrab.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkq3.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/alahd.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkps.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkq3.f.obj
[ 66%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cbdt01.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zerrac.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkql.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkpp.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkql.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zget08.f.obj
[ 66%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cbdt02.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkqr.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkpt.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/alaerh.f.obj
[ 66%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cbdt03.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkqr.f.obj
[ 66%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/alareq.f.obj
[ 66%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sbdt01.f.obj
[ 66%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dbdt01.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkrq.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/alasum.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cbdt05.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkrq.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sbdt02.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dbdt02.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkq3.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchksp.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/alasvm.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkbb.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sbdt03.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schksp.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dbdt03.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkql.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/chkxer.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchksy.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/alahd.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sbdt04.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dbdt04.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkbd.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schksy.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkqr.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/icopy.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sbdt05.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dbdt05.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchksy_rook.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkrq.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ilaenv.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schksy_rook.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkbk.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkbb.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkbb.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/xlaenv.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchksp.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchktb.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/aladhd.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkbl.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkbd.f.obj
[ 67%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schktb.f.obj
[ 67%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkbd.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/xerbla.f.obj
[ 68%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkec.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchksy.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchktp.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/alareq.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkaa.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schktp.f.obj
[ 68%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkgg.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/chkxer.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchksy_rook.f.obj
[ 68%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchktr.f.obj
[ 69%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkbk.f.obj
[ 69%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkbk.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schktr.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zget02.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkeq.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchktz.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchktb.f.obj
[ 69%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkbl.f.obj
[ 69%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkbl.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zlarhs.f.obj
[ 69%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkgk.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schktz.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvgt.f.obj
[ 69%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkec.f.obj
[ 69%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkec.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zlatb4.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchktp.f.obj
[ 69%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkgb.f.obj
[ 70%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkgl.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvgt.f.obj
[ 70%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkgg.f.obj
[ 70%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkgg.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvls.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zsbmv.f.obj
[ 70%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkhb.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchktr.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkge.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvls.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/xerbla.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvpb.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchktz.f.obj
[ 70%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkhs.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkgt.f.obj
[ 70%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkgk.f.obj
[ 70%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkgk.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvpb.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zpot06.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvgt.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvpp.f.obj
[ 70%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkgl.f.obj
[ 70%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkgl.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/zlaipd.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkhe.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvpp.f.obj
[ 70%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cchkst.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvhe.f.obj
[ 70%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkhs.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 70%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkhs.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvpt.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkhe_rook.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvpt.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstzc.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvhe_rook.f.obj
[ 70%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvsp.f.obj
[ 71%] Linking Fortran executable ../../bin/xlintstzc.exe
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvsp.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkhp.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schksb.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchksb.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cckcsd.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvhp.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvsy.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvsy.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/schkst.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchklq.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dchkst.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cckglm.f.obj
[ 72%] Built target xlintstzc
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvls.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvsy_rook.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkpb.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvsy_rook.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cckgqr.f.obj
Scanning dependencies of target xeigtstz
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrgt.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvpb.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkee.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cckgsv.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrgt.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkpo.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sckcsd.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dckcsd.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrlq.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/ccklse.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvpp.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrlq.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkps.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sckglm.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dckglm.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/ccsdts.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrls.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvpt.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkpp.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrls.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sckgqr.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dckgqr.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrps.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zbdt01.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrges.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrpo.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkpt.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sckgsv.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvsp.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dckgsv.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrql.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/scklse.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zbdt02.f.obj
[ 72%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dcklse.f.obj
[ 72%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkq3.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvsy.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrps.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrgev.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrqp.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zbdt03.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/scsdts.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dcsdts.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkql.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrql.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvsy_rook.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrqr.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zbdt05.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkqr.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrges3.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrges.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrges.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrqp.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrgt.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkbb.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrrq.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkrq.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrqr.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrhe.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrgev3.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkbd.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrgev.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrsy.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrgev.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchksp.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrrq.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrlq.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkbk.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrtr.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrgsx.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchksy.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrges3.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrges3.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrsy.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrls.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkbl.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchksy_rook.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrgvx.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrtz.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrgev3.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrgev3.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrtr.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkec.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrps.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrvx.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchktb.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkgg.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrql.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrvbd.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrgsx.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrgsx.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrtz.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchktp.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrqp.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrvx.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgbt01.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrgvx.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkgk.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrgvx.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrqr.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrves.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchktr.f.obj
[ 73%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgbt02.f.obj
[ 73%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkgl.f.obj
[ 74%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrvbd.f.obj
[ 74%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrrq.f.obj
[ 74%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrvbd.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchktz.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgbt05.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrvev.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgbt01.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkhb.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgelqs.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvgt.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgbt02.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrsy.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrvsg.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrves.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrves.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkhs.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgeqls.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgbt05.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvhe.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrtr.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgeqrs.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgelqs.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrvev.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrvev.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvhe_rook.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgerqs.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgeqls.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zchkst.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrvst.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrtz.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgeqrs.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dget01.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvhp.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrvsg.f.obj
[ 75%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrvsg.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrvx.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgerqs.f.obj
[ 75%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dget02.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvls.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sget01.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zckcsd.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dget03.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrvst.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dget04.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sget02.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvpb.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrvst.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zckglm.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgbt01.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dget06.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sget03.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrvsx.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgbt02.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zckgqr.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvpp.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dget07.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sget04.f.obj
[ 76%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgbt05.f.obj
[ 76%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cdrvvx.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zckgsv.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sget06.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvpt.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgtt01.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgelqs.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zcklse.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sget07.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgtt02.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cerrbd.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvsp.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgeqls.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zcsdts.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgtt01.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgtt05.f.obj
[ 77%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cerrec.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgeqrs.f.obj
[ 77%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvsy.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgtt02.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrvsx.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlaptm.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgerqs.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrges.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrvsx.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cerred.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgtt05.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvsy_rook.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlarhs.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cget01.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sdrvvx.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ddrvvx.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slaptm.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cget02.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrgev.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlatb4.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrgt.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cerrgg.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slarhs.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/serrbd.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cget03.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlatb5.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/derrbd.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrhe.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrges3.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cget04.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slatb4.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlattb.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/serrec.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/derrec.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrlq.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cget07.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slatb5.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/serred.f.obj
[ 78%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrgev3.f.obj
[ 78%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlattp.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/derred.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgtt01.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slattb.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrls.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cerrhs.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgtt02.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrps.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrgsx.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/serrgg.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlattr.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slattp.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/derrgg.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cerrst.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgtt05.f.obj
[ 79%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrql.f.obj
[ 79%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrgvx.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/chet01.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlavsp.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slattr.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrqp.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/chet01_rook.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrqr.f.obj
[ 80%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget02.f.obj
[ 80%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrvbd.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlavsy.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slavsp.f.obj
[ 80%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/chpt01.f.obj
[ 80%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/serrhs.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget10.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/derrhs.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrrq.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlavsy_rook.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/claipd.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget22.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slavsy.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrves.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/serrst.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/claptm.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrsy.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/derrst.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlqt01.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget23.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slavsy_rook.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlqt02.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clarhs.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrvev.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrtr.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget24.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slqt01.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlqt03.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clatb4.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget02.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slqt02.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrvsg.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget02.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpbt01.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrtz.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clatb5.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget10.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget35.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/slqt03.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget10.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpbt02.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrvx.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clatsp.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget22.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget36.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget22.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spbt01.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpbt05.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrvst.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clatsy.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget23.f.obj
[ 81%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget37.f.obj
[ 81%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spbt02.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpot01.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget23.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spbt05.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clattb.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgbt01.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpot02.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget24.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget38.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget24.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpot03.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgbt02.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spot01.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpot05.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clattp.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgbt05.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spot02.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget51.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget31.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget31.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spot03.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dpst01.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgelqs.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget52.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrvsx.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget32.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spot05.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgeqls.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clattr.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dppt01.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cget54.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget32.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zdrvvx.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgeqrs.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/spst01.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dppt02.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cglmts.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget33.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget33.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgerqs.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clavhe.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dppt03.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zerrbd.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sppt01.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cgqrts.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget34.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget34.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zget01.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dppt05.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sppt02.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cgrqts.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zerrec.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clavhe_rook.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget35.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zget02.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sppt03.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget35.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dptt01.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cgsvts3.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zerred.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget36.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zget03.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clavhp.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sppt05.f.obj
[ 82%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dptt02.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget36.f.obj
[ 82%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/chbt21.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zget04.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget37.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dptt05.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sptt01.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget37.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clavsp.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zerrgg.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/chet21.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zget07.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sptt02.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqlt01.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget38.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clavsy.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgtt01.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget38.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/chet22.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sptt05.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqlt02.f.obj
[ 83%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/chpt21.f.obj
[ 83%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgtt02.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqlt01.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget39.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clavsy_rook.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqlt03.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget39.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgtt05.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqlt02.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqpt01.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget51.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/chst01.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zerrhs.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clqt01.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget51.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqlt03.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zhet01.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/clarfy.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget52.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt01.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clqt02.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget52.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqpt01.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zerrst.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/clarhs.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zhet01_rook.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt01p.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget53.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/clqt03.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget53.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt01.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zhpt01.f.obj
[ 84%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt02.f.obj
[ 84%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/clatm4.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpbt01.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sget54.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dget54.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt01p.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlaipd.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt03.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sglmts.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpbt02.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/clctes.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget02.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dglmts.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt02.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlaptm.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt11.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sgqrts.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpbt05.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/clctsx.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget10.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dgqrts.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt03.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt12.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/clsets.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlarhs.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sgrqts.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpot01.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget22.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt11.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dgrqts.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt13.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/csbmv.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpot02.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sgsvts3.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlatb4.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget23.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt12.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt14.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dgsvts3.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpot03.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/csgt01.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/shst01.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlatb5.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt13.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt15.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dhst01.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget24.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpot05.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cslect.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlatsp.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slarfy.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt14.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt16.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlarfy.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cstt21.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cpst01.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slarhs.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt15.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlatsy.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlarhs.f.obj
[ 85%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt17.f.obj
[ 85%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget35.f.obj
[ 86%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cstt22.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cppt01.f.obj
[ 87%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slatm4.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt16.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/drqt01.f.obj
[ 87%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlatm4.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlattb.f.obj
[ 87%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cunt01.f.obj
[ 87%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget36.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cppt02.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt17.f.obj
[ 87%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slctes.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/drqt02.f.obj
[ 87%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/cunt03.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cppt03.f.obj
[ 87%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlctes.f.obj
[ 87%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget37.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/srqt01.f.obj
[ 87%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slctsx.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/drqt03.f.obj
[ 87%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlattp.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlctsx.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/slafts.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cppt05.f.obj
[ 88%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slsets.f.obj
[ 88%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/srqt02.f.obj
[ 89%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget38.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/drzt01.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlsets.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/slahd2.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cptt01.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sort01.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/srqt03.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/drzt02.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dort01.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlattr.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cptt02.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget51.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/slasum.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sort03.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/srzt01.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dspt01.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dort03.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/slatb9.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cptt05.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget52.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssbt21.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/srzt02.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dsyt01.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsbt21.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlavhe.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/sstech.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqlt01.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssgt01.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zget54.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sspt01.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dsyt01_rook.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsgt01.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/sstect.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqlt02.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sslect.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zglmts.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/ssyt01.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtbt02.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlavhe_rook.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dslect.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/ssvdch.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sspt21.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqlt03.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zgqrts.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtbt03.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/ssyt01_rook.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dspt21.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlavhp.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/ssvdct.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stbt02.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqpt01.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtbt05.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zgrqts.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sstt21.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/ssxt1.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dstt21.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stbt03.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt01.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtbt06.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sstt22.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlavsp.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zgsvts3.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/alahdg.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dstt22.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt01p.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stbt05.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtpt01.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssyt21.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zhbt21.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlavsy.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt02.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsyt21.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtpt02.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stbt06.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/alasum.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssyt22.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zhet21.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt03.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtpt03.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stpt01.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/alasvm.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlavsy_rook.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsyt22.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slafts.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zhet22.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/alareq.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt11.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtpt05.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stpt02.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlafts.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slahd2.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlqt01.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zhpt21.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt12.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stpt03.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/ilaenv.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtpt06.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlahd2.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlqt02.f.obj
[ 90%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slasum.f.obj
[ 90%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt13.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/xerbla.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stpt05.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtrt01.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zhst01.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlasum.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zlqt03.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/slatb9.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/xlaenv.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt14.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtrt02.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/stpt06.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zlarfy.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dlatb9.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sstech.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpbt01.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/chkxer.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/strt01.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtrt03.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt15.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zlarhs.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dstech.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/sstect.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpbt02.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstc.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/strt02.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtrt05.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt16.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zlatm4.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dstect.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssvdch.f.obj
[ 91%] Linking Fortran executable ../../bin/xeigtstc.exe
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpbt05.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/strt03.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dtrt06.f.obj
[ 91%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt17.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsvdch.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zlctes.f.obj
[ 91%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssvdct.f.obj
[ 92%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpot01.f.obj
[ 92%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/strt05.f.obj
[ 92%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dgennd.f.obj
[ 92%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/crqt01.f.obj
[ 92%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsvdct.f.obj
[ 92%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zlctsx.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ssxt1.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpot02.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt04.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/strt06.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/crqt02.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zlsets.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/dsxt1.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/alahdg.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpot03.f.obj
[ 93%] Built target xeigtstc
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sgennd.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/alahdg.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/crqt03.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dqrt05.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zsbmv.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/alasum.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpot05.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt04.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/alasum.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/crzt01.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/alasvm.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/alareq.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zsgt01.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkqrt.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/alasvm.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zpst01.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/ilaenv.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/crzt02.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sqrt05.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/xerbla.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zslect.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrqrt.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/alareq.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zppt01.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/xlaenv.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zstt21.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/csbmv.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/chkxer.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkqrt.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/ilaenv.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dchkqrtp.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zstt22.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zppt02.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstd.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrqrt.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/xerbla.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cspt01.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrqrtp.f.obj
[ 93%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zppt03.f.obj
[ 93%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zunt01.f.obj
[ 94%] Linking Fortran executable ../../bin/xeigtstd.exe
[ 94%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/xlaenv.f.obj
[ 94%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cspt02.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cspt03.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/schkqrtp.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/zunt03.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvge.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zppt05.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/chkxer.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/csyt01.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrqrtp.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvgb.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dlafts.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zptt01.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zptt02.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtsts.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/csyt01_rook.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dlahd2.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvge.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dlasum.f.obj
[ 95%] Linking Fortran executable ../../bin/xeigtsts.exe
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrge.f.obj
[ 95%] Built target xeigtstd
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/csyt02.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zptt05.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/ddrvpo.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/serrge.f.obj
[ 95%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dlatb9.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvgb.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/csyt03.f.obj
[ 95%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqlt01.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/derrpo.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/sdrvpo.f.obj
[ 96%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dstech.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctbt02.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/dlaord.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqlt02.f.obj
[ 96%] Building Fortran object Testing/LIN/CMakeFiles/xlintsts.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dstect.f.obj
[ 97%] Built target xeigtsts
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstd.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dsvdch.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctbt03.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqlt03.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqpt01.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dsvdct.f.obj
[ 97%] Linking Fortran executable ../../bin/xlintsts.exe
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/dsxt1.f.obj
[ 97%] Linking Fortran executable ../../bin/xlintstd.exe
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt01.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctbt05.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/alahdg.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt01p.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt02.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/alasum.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt03.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctbt06.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt11.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt12.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/alasvm.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctpt01.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt13.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctpt02.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt14.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt15.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/alareq.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctpt03.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt16.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctpt05.f.obj
[ 97%] Built target xlintsts
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt17.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zrqt01.f.obj
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/ilaenv.f.obj
[ 97%] Built target xlintstd
[ 97%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/xerbla.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctpt06.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zrqt02.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zrqt03.f.obj
[ 97%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctrt01.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zrzt01.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/xlaenv.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/chkxer.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zrzt02.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctrt02.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zsbmv.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zspt01.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctrt03.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zspt02.f.obj
[ 98%] Building Fortran object Testing/EIG/CMakeFiles/xeigtstz.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zspt03.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctrt05.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/ctrt06.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zsyt01.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/sget06.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zsyt01_rook.f.obj
[ 98%] Linking Fortran executable ../../bin/xeigtstz.exe
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zsyt02.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cgennd.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zsyt03.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt04.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztbt02.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cqrt05.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkqrt.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztbt03.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrqrt.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztbt05.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztbt06.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cchkqrtp.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztpt01.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztpt02.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrqrtp.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztpt03.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvge.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztpt05.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztpt06.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvgb.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztrt01.f.obj
[ 98%] Built target xeigtstz
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrge.f.obj
[ 98%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztrt02.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cdrvpo.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztrt03.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/cerrpo.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztrt05.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/ztrt06.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/dget06.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/slaord.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zgennd.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt04.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zqrt05.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstc.dir/__/__/INSTALL/second_INT_ETIME.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkqrt.f.obj
[ 99%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrqrt.f.obj
[100%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zchkqrtp.f.obj
[100%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrqrtp.f.obj
[100%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvge.f.obj
[100%] Linking Fortran executable ../../bin/xlintstc.exe
[100%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvgb.f.obj
[100%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrge.f.obj
[100%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zdrvpo.f.obj
[100%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/zerrpo.f.obj
[100%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/dlaord.f.obj
[100%] Building Fortran object Testing/LIN/CMakeFiles/xlintstz.dir/__/__/INSTALL/dsecnd_INT_ETIME.f.obj
[100%] Linking Fortran executable ../../bin/xlintstz.exe
[100%] Built target xlintstc
[100%] Built target xlintstz
[ 5%] Built target blas
[ 59%] Built target lapack
[ 61%] Built target tmglib
[ 66%] Built target xlintsts
[ 67%] Built target xlintstrfc
[ 67%] Built target xlintstrfs
[ 73%] Built target xlintstc
[ 74%] Built target xlintstrfd
[ 79%] Built target xlintstd
[ 79%] Built target xlintstds
[ 80%] Built target xlintstrfz
[ 86%] Built target xlintstz
[ 87%] Built target xlintstzc
[ 90%] Built target xeigtstc
[ 93%] Built target xeigtsts
[ 97%] Built target xeigtstd
[100%] Built target xeigtstz
Install the project...
-- Install configuration: ""
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/cmake/lapack-3.6.1/lapack-targets.cmake
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/cmake/lapack-3.6.1/lapack-targets-noconfig.cmake
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/pkgconfig/lapack.pc
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/cmake/lapack-3.6.1/lapack-config.cmake
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/cmake/lapack-3.6.1/lapack-config-version.cmake
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/pkgconfig/blas.pc
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/libblas.dll.a
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/libblas.lib
-- Installing: C:/jenkins/workspace/torch-win64/install/bin/libblas.dll
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/liblapack.dll.a
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/liblapack.lib
-- Installing: C:/jenkins/workspace/torch-win64/install/bin/liblapack.dll
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/libtmglib.dll.a
-- Installing: C:/jenkins/workspace/torch-win64/install/lib/libtmglib.lib
-- Installing: C:/jenkins/workspace/torch-win64/install/bin/libtmglib.dll
/mingw64/bin /c/jenkins/workspace/torch-win64/soft/lapack-3.6.1/build
/mingw64/bin
/c/jenkins/workspace/torch-win64/soft/lapack-3.6.1/build
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build>echo luajit-rocks
luajit-rocks
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build>git clone https://github.com/torch/luajit-rocks.git
Cloning into 'luajit-rocks'...
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build>cd luajit-rocks
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks>mkdir build
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks>cd build
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>cmake .. -DCMAKE_INSTALL_PREFIX=c:\jenkins\workspace\torch-win64/install -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is MSVC 19.0.24213.1
-- The CXX compiler identification is MSVC 19.0.24213.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The ASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Warning: Did not find file Compiler/MSVC-ASM
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Looking for sin in m
-- Looking for sin in m - not found
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Performing Test LJ_TARGET_X64
-- Performing Test LJ_TARGET_X64 - Success
-- LuaJIT Target: x64
-- LuaJIT target x64
-- Performing Test LJ_ARCH_BITS_64
-- Performing Test LJ_ARCH_BITS_64 - Success
-- Performing Test LJ_HASJIT_1
-- Performing Test LJ_HASJIT_1 - Success
-- Performing Test LJ_HASFFI_1
-- Performing Test LJ_HASFFI_1 - Success
-- Performing Test LJ_DUALNUM_1
-- Performing Test LJ_DUALNUM_1 - Failed
-- Performing Test LJ_ARCH_HASFPU_1
-- Performing Test LJ_ARCH_HASFPU_1 - Success
-- Performing Test LJ_ABI_SOFTFP_1
-- Performing Test LJ_ABI_SOFTFP_1 - Failed
-- Looking for sin in m
-- Looking for sin in m - not found
-- Configuring done
-- Generating done
-- Build files have been written to: C:/jenkins/workspace/torch-win64/soft/lapack-3.6.1/build/luajit-rocks/build
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>nmake
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
Scanning dependencies of target minilua
[ 5%] Building C object luajit-2.0/CMakeFiles/minilua.dir/src/host/minilua.c.obj
minilua.c
[ 10%] Linking C executable minilua.exe
[ 10%] Built target minilua
[ 15%] Generating buildvm_arch.h
Scanning dependencies of target buildvm
[ 20%] Building C object luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm.c.obj
buildvm.c
[ 25%] Building C object luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm_asm.c.obj
buildvm_asm.c
[ 30%] Building C object luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm_peobj.c.obj
buildvm_peobj.c
[ 35%] Building C object luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm_lib.c.obj
buildvm_lib.c
[ 40%] Building C object luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm_fold.c.obj
buildvm_fold.c
[ 45%] Linking C executable buildvm.exe
[ 45%] Built target buildvm
[ 50%] Generating lj_vm.obj
[ 55%] Generating lj_ffdef.h
[ 60%] Generating lj_bcdef.h
[ 65%] Generating lj_libdef.h
[ 70%] Generating lj_recdef.h
[ 75%] Generating lj_folddef.h
[ 80%] Generating vmdef.lua
Scanning dependencies of target libluajit
[ 85%] Building C object luajit-2.0/CMakeFiles/libluajit.dir/src/ljamalg.c.obj
ljamalg.c
[ 90%] Linking C shared library libluajit.dll
Creating library libluajit.lib and object libluajit.exp
[ 90%] Built target libluajit
Scanning dependencies of target luajit
[ 95%] Building C object luajit-2.0/CMakeFiles/luajit.dir/src/luajit.c.obj
luajit.c
[100%] Linking C executable luajit.exe
[100%] Built target luajit
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>cmake -DCMAKE_INSTALL_PREFIX=c:\jenkins\workspace\torch-win64/install -G "NMake Makefiles" -P cmake_install.cmake -DCMAKE_BUILD_TYPE=Release
-- Install configuration: "Release"
-- Installing: c:\jenkins\workspace\torch-win64/install/include/luaconf.h
-- Installing: c:\jenkins\workspace\torch-win64/install/include/lua.h
-- Installing: c:\jenkins\workspace\torch-win64/install/include/lauxlib.h
-- Installing: c:\jenkins\workspace\torch-win64/install/include/lualib.h
-- Installing: c:\jenkins\workspace\torch-win64/install/include/lua.hpp
-- Installing: c:\jenkins\workspace\torch-win64/install/include/luajit.h
-- Installing: c:\jenkins\workspace\torch-win64/install/./libluajit.lib
-- Installing: c:\jenkins\workspace\torch-win64/install/./libluajit.dll
-- Installing: c:\jenkins\workspace\torch-win64/install/./luajit.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/bc.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/v.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dump.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dis_x86.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dis_x64.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dis_arm.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dis_ppc.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dis_mips.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/dis_mipsel.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/bcsave.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/jit/vmdef.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/7z.dll
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/libeay32.dll
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/libiconv2.dll
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/libintl3.dll
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/libssl32.dll
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/7z.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/cp.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/find.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/ls.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/md5sum.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/mkdir.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/mv.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/pwd.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/rmdir.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/test.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/uname.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/./tools/wget.exe
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/add.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/admin_remove.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/build.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/build/builtin.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/build/cmake.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/build/command.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/build/make.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/cache.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/cfg.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/command_line.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/config_cmd.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/deps.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/dir.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/doc.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/download.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/cvs.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/git.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/git_file.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/git_http.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/git_https.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/hg.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/hg_http.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/hg_https.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/hg_ssh.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/sscm.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fetch/svn.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fs.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fs/lua.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fs/unix.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fs/unix/tools.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fs/win32.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/fs/win32/tools.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/help.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/index.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/install.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/lint.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/list.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/loader.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/make.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/make_manifest.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/manif.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/manif_core.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/new_version.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/pack.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/path.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/path_cmd.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/persist.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/purge.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/refresh_cache.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/remove.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/repos.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/require.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/search.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/show.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/tools/patch.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/tools/tar.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/tools/zip.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/type_check.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/unpack.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/upload.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/upload/api.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/upload/multipart.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/util.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/validate.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/write_rockspec.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/lua/luarocks/site_config.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/luarocks/config.lua
-- Installing: c:\jenkins\workspace\torch-win64/install/./luarocks.bat
-- Installing: c:\jenkins\workspace\torch-win64/install/./luarocks-admin.bat
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>set "LUA_CPATH=c:\jenkins\workspace\torch-win64/install/?.DLL;c:\jenkins\workspace\torch-win64/install/LIB/?.DLL;?.DLL"
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>set "LUA_DEV=c:\jenkins\workspace\torch-win64/install"
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>set "LUA_PATH=;;c:\jenkins\workspace\torch-win64/install/?;c:\jenkins\workspace\torch-win64/install/?.lua;c:\jenkins\workspace\torch-win64/install/lua/?;c:\jenkins\workspace\torch-win64/install/lua/?.lua;c:\jenkins\workspace\torch-win64/install/lua/?/init.lua
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>set "PATH=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin;c:\jenkins\workspace\torch-win64\install;c:\jenkins\workspace\torch-win64\install\bin"
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>luajit -e "print('ok')"
ok
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>if errorlevel 1 goto :error
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>echo did luajit
did luajit
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>cmd /c luarocks
LuaRocks 2.3.0, a module deployment system for Lua
NAME
c:\jenkins\workspace\torch-win64\install\luarocks.bat - LuaRocks main command-line interface
SYNOPSIS
c:\jenkins\workspace\torch-win64\install\luarocks.bat [--from=<server> | --only-from=<server>] [--to=<tree>] [VAR=VALUE]... <command> [<argument>]
GENERAL OPTIONS
These apply to all commands, as appropriate:
--server=<server> Fetch rocks/rockspecs from this server
(takes priority over config file)
--only-server=<server> Fetch rocks/rockspecs from this server only
(overrides any entries in the config file)
--only-sources=<url> Restrict downloads to paths matching the
given URL.
--tree=<tree> Which tree to operate on.
--local Use the tree in the user's home directory.
To enable it, see 'c:\jenkins\workspace\torch-win64\install\luarocks.bat help path'.
--verbose Display verbose output of commands executed.
--timeout=<seconds> Timeout on network operations, in seconds.
0 means no timeout (wait forever).
Default is 30.
VARIABLES
Variables from the "variables" table of the configuration file
can be overriden with VAR=VALUE assignments.
COMMANDS
build
Build/compile a rock.
config
Query information about the LuaRocks configuration.
doc
Show documentation for an installed rock.
download
Download a specific rock file from a rocks server.
help
Help on commands. Type 'c:\jenkins\workspace\torch-win64\install\luarocks.bat help <command>' for more.
install
Install a rock.
lint
Check syntax of a rockspec.
list
List currently installed rocks.
make
Compile package in current directory using a rockspec.
new_version
Auto-write a rockspec for a new version of a rock.
pack
Create a rock, packing sources or binaries.
path
Return the currently configured package path.
purge
Remove all installed rocks from a tree.
remove
Uninstall a rock.
search
Query the LuaRocks servers.
show
Show information about an installed rock.
unpack
Unpack the contents of a rock.
upload
Upload a rockspec to the public rocks repository.
write_rockspec
Write a template for a rockspec file.
CONFIGURATION
Lua version: 5.1
Configuration files:
System: C:/jenkins/workspace/torch-win64/install/luarocks/config.lua (ok)
User : c:/luarocks/config-5.1.lua (not found)
Rocks trees in use:
c:/.luarocks
C:/jenkins/workspace/torch-win64/install
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>if errorlevel 1 goto :error
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>echo did luarocks
did luarocks
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>copy /y c:\jenkins\workspace\torch-win64\win-files\torch-activate.bat c:\jenkins\workspace\torch-win64\install\bin
1 file(s) copied.
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>if errorlevel 1 goto :error
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>copy "c:\jenkins\workspace\torch-win64\win-files\cmake.cmd" "c:\jenkins\workspace\torch-win64\install"
1 file(s) copied.
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>if errorlevel 1 exit goto :error
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>echo did copy of cmake
did copy of cmake
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>rem cd "c:\jenkins\workspace\torch-win64\pkg"
c:\jenkins\workspace\torch-win64\soft\lapack-3.6.1\build\luajit-rocks\build>cd "c:\jenkins\workspace\torch-win64\pkg\torch"
c:\jenkins\workspace\torch-win64\pkg\torch>git checkout 7bbe17917ea560facdc652520e5ea01692e460d3
Previous HEAD position was 95f137f... fix addmm and addmv documentation when they are methods
HEAD is now at 7bbe179... Merge pull request #757 from apaszke/master
c:\jenkins\workspace\torch-win64\pkg\torch>cmd /c luarocks make "c:\jenkins\workspace\torch-win64\win-files\torch-scm-1.rockspec"
Cloning into 'paths'...
C:\Windows\Temp\luarocks_paths-scm-1-4568\paths>set "PATH=C:/jenkins/workspace/torch-win64/install/.;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin;c:\jenkins\workspace\torch-win64\install;c:\jenkins\workspace\torch-win64\install\bin ;C:\Program Files\CMake\bin"
C:\Windows\Temp\luarocks_paths-scm-1-4568\paths>if -E == -E (cmake.exe -E make_directory build ) else (cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit -E make_directory build )
C:\Windows\Temp\luarocks_paths-scm-1-4568\paths\build>set "PATH=C:/jenkins/workspace/torch-win64/install/.;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin;c:\jenkins\workspace\torch-win64\install;c:\jenkins\workspace\torch-win64\install\bin ;C:\Program Files\CMake\bin;C:\Program Files\CMake\bin"
C:\Windows\Temp\luarocks_paths-scm-1-4568\paths\build>if .. == -E (cmake.exe .. -DCMAKE_BUILD_TYPE=Release -DLUALIB=libluajit.lib -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." -DLUADIR="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lua" -DLIBDIR="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1" ) else (cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit .. -DCMAKE_BUILD_TYPE=Release -DLUALIB=libluajit.lib -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." -DLUADIR="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lua" -DLIBDIR="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1" )
-- The C compiler identification is MSVC 19.0.24213.1
-- The CXX compiler identification is MSVC 19.0.24213.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LINK_FLAGS
-- Build files have been written to: C:/Windows/Temp/luarocks_paths-scm-1-4568/paths/build
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
Scanning dependencies of target paths
[ 50%] Building C object CMakeFiles/paths.dir/paths.c.obj
paths.c
C:\Windows\Temp\luarocks_paths-scm-1-4568\paths\paths.c(72): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-4568\paths\paths.c(139): warning C4101: 'last': unreferenced local variable
C:\Windows\Temp\luarocks_paths-scm-1-4568\paths\paths.c(216): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-4568\paths\paths.c(220): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-4568\paths\paths.c(427): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-4568\paths\paths.c(499): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-4568\paths\paths.c(628): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-4568\paths\paths.c(633): warning C4244: '=': conversion from 'intptr_t' to 'long', possible loss of data
C:\Windows\Temp\luarocks_paths-scm-1-4568\paths\paths.c(728): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
[100%] Linking C shared module libpaths.dll
Creating library libpaths.lib and object libpaths.exp
[100%] Built target paths
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
[100%] Built target paths
Install the project...
-- Install configuration: "Release"
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lua/paths/init.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lib/libpaths.dll
Cloning into 'cwrap'...
c:\jenkins\workspace\torch-win64\pkg\torch>set "PATH=C:/jenkins/workspace/torch-win64/install/.;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin;c:\jenkins\workspace\torch-win64\install;c:\jenkins\workspace\torch-win64\install\bin ;C:\Program Files\CMake\bin"
c:\jenkins\workspace\torch-win64\pkg\torch>if -E == -E (cmake.exe -E make_directory build ) else (cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit -E make_directory build )
c:\jenkins\workspace\torch-win64\pkg\torch\build>set "PATH=C:/jenkins/workspace/torch-win64/install/.;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin;c:\jenkins\workspace\torch-win64\install;c:\jenkins\workspace\torch-win64\install\bin ;C:\Program Files\CMake\bin;C:\Program Files\CMake\bin"
c:\jenkins\workspace\torch-win64\pkg\torch\build>if .. == -E (cmake.exe .. -DCMAKE_BUILD_TYPE=Release -DLUA=C:/jenkins/workspace/torch-win64/install/./luajit -DLUALIB=libluajit.lib -DLUA_BINDIR="C:/jenkins/workspace/torch-win64/install/." -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." -DLUADIR="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua" -DLIBDIR="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1" -DBLAS_LIBRARIES=C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/../../../../lib/libblas.lib -DBLAS_INFO=generic -DLAPACK_LIBRARIES=C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/../../../../lib/liblapack.lib -DLAPACK_FOUND=TRUE ) else (cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit .. -DCMAKE_BUILD_TYPE=Release -DLUA=C:/jenkins/workspace/torch-win64/install/./luajit -DLUALIB=libluajit.lib -DLUA_BINDIR="C:/jenkins/workspace/torch-win64/install/." -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." -DLUADIR="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua" -DLIBDIR="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1" -DBLAS_LIBRARIES=C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/../../../../lib/libblas.lib -DBLAS_INFO=generic -DLAPACK_LIBRARIES=C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/../../../../lib/liblapack.lib -DLAPACK_FOUND=TRUE )
-- The C compiler identification is MSVC 19.0.24213.1
-- The CXX compiler identification is MSVC 19.0.24213.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Try OpenMP C flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: /openmp
-- Compiling with OpenMP support
-- Compiling with OpenMP support
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this on this machine.
-- No OMAP4 processor on this on this machine.
-- Performing Test C_HAS_SSE1_1
-- Performing Test C_HAS_SSE1_1 - Success
-- Performing Test C_HAS_SSE2_1
-- Performing Test C_HAS_SSE2_1 - Success
-- Performing Test C_HAS_SSE3_1
-- Performing Test C_HAS_SSE3_1 - Success
-- Performing Test C_HAS_SSE4_1_1
-- Performing Test C_HAS_SSE4_1_1 - Success
-- Performing Test C_HAS_SSE4_2_1
-- Performing Test C_HAS_SSE4_2_1 - Success
-- Performing Test C_HAS_AVX_1
-- Performing Test C_HAS_AVX_1 - Success
-- Performing Test CXX_HAS_SSE1_1
-- Performing Test CXX_HAS_SSE1_1 - Success
-- Performing Test CXX_HAS_SSE2_1
-- Performing Test CXX_HAS_SSE2_1 - Success
-- Performing Test CXX_HAS_SSE3_1
-- Performing Test CXX_HAS_SSE3_1 - Success
-- Performing Test CXX_HAS_SSE4_1_1
-- Performing Test CXX_HAS_SSE4_1_1 - Success
-- Performing Test CXX_HAS_SSE4_2_1
-- Performing Test CXX_HAS_SSE4_2_1 - Success
-- Performing Test HAS_C11_ATOMICS
-- Performing Test HAS_C11_ATOMICS - Failed
-- Performing Test HAS_MSC_ATOMICS
-- Performing Test HAS_MSC_ATOMICS - Success
-- Performing Test HAS_GCC_ATOMICS
-- Performing Test HAS_GCC_ATOMICS - Failed
-- Atomics: using MSVC intrinsics
-- Performing Test BLAS_F2C_DOUBLE_WORKS
-- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
-- Performing Test BLAS_F2C_FLOAT_WORKS
-- Performing Test BLAS_F2C_FLOAT_WORKS - Failed
-- Found a library with BLAS API (generic).
-- Performing Test C_HAS_inline
-- Performing Test C_HAS_inline - Success
-- C inline is supported (inline)
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Failed
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LINK_FLAGS
-- Build files have been written to: C:/jenkins/workspace/torch-win64/pkg/torch/build
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
Scanning dependencies of target TH
[ 2%] Building C object lib/TH/CMakeFiles/TH.dir/THGeneral.c.obj
THGeneral.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THGeneral.c(110): warning C4244: 'initializing': conversion from 'double' to 'const long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THGeneral.c(111): warning C4244: 'initializing': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THGeneral.c(137): warning C4267: 'return': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THGeneral.c(161): warning C4244: '=': conversion from 'const double' to 'long', possible loss of data
[ 5%] Building C object lib/TH/CMakeFiles/TH.dir/THAllocator.c.obj
THAllocator.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THAllocator.c(64): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THAllocator.c(183): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
[ 8%] Building C object lib/TH/CMakeFiles/TH.dir/THStorage.c.obj
THStorage.c
[ 11%] Building C object lib/TH/CMakeFiles/TH.dir/THTensor.c.obj
THTensor.c
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorRandom.c(231): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(254): warning C4244: 'function': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(511): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(513): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(527): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(529): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(604): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(606): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(638): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(640): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(655): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(657): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(671): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(673): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1409): warning C4244: '=': conversion from 'long' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1789): warning C4244: '=': conversion from 'long' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(254): warning C4244: 'function': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(511): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(513): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(527): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(529): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(604): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(606): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(638): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(640): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(655): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(657): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(671): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(673): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1409): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1789): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(254): warning C4244: 'function': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(511): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(513): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(527): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(529): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(604): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(606): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(638): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(640): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(655): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(657): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(671): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(673): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1409): warning C4244: '=': conversion from 'long' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1789): warning C4244: '=': conversion from 'long' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(254): warning C4244: 'function': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(511): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(513): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(527): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(529): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(604): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(606): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(638): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(640): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(655): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(657): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(671): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(673): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(254): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(511): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(513): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(527): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(529): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(604): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(606): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(638): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(640): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(655): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(657): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(671): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(673): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(511): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(513): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(527): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(529): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(604): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(606): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(638): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(640): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(655): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(657): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(671): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(673): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1409): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1789): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1789): warning C4244: '=': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2090): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2091): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2092): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2093): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2094): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2095): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2138): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2139): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2140): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2141): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2142): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2143): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2144): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2145): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2146): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2147): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2148): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2149): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2150): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2151): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2152): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2153): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2154): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2155): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2156): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2157): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2158): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2159): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2161): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2166): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2173): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2275): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2296): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2303): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2349): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2351): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2353): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2356): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2360): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2379): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2440): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(2445): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(539): warning C4101: 't_val': unreferenced local variable
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorMath.c(1789): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(637): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(747): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(862): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1000): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1141): warning C4244: '=': conversion from 'double' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(637): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(747): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(862): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1000): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1141): warning C4244: '=': conversion from 'double' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(637): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(747): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(862): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1000): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1141): warning C4244: '=': conversion from 'double' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(637): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(747): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(862): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1000): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1141): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(637): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(747): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(862): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1000): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\lib\th\generic/THTensorConv.c(1141): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
[ 14%] Building C object lib/TH/CMakeFiles/TH.dir/THBlas.c.obj
THBlas.c
[ 17%] Building C object lib/TH/CMakeFiles/TH.dir/THLapack.c.obj
THLapack.c
[ 20%] Building C object lib/TH/CMakeFiles/TH.dir/THLogAdd.c.obj
THLogAdd.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THLogAdd.c(59): warning C4028: formal parameter 1 different from declaration
[ 23%] Building C object lib/TH/CMakeFiles/TH.dir/THRandom.c.obj
THRandom.c
[ 26%] Building C object lib/TH/CMakeFiles/TH.dir/THFile.c.obj
THFile.c
[ 29%] Building C object lib/TH/CMakeFiles/TH.dir/THDiskFile.c.obj
THDiskFile.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(320): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(324): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(328): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(332): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(340): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(344): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(369): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(375): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(377): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(427): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(435): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(446): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(503): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(535): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(537): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(655): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THDiskFile.c(757): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
[ 32%] Building C object lib/TH/CMakeFiles/TH.dir/THMemoryFile.c.obj
THMemoryFile.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(63): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(230): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(307): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(322): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(327): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(332): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(342): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(347): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(486): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(548): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(571): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\THMemoryFile.c(579): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
[ 35%] Building C object lib/TH/CMakeFiles/TH.dir/THAtomic.c.obj
THAtomic.c
[ 38%] Building C object lib/TH/CMakeFiles/TH.dir/generic/simd/convolve.c.obj
cl : Command line warning D9002 : ignoring unknown option '-std=c99'
convolve.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve.c(18): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data
[ 41%] Building C object lib/TH/CMakeFiles/TH.dir/generic/simd/convolve5x5_sse.c.obj
cl : Command line warning D9002 : ignoring unknown option '-O3'
cl : Command line warning D9002 : ignoring unknown option '-ffast-math'
cl : Command line warning D9002 : ignoring unknown option '-std=c99'
convolve5x5_sse.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve5x5_sse.c(287): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve5x5_sse.c(297): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve5x5_sse.c(305): warning C4018: '<': signed/unsigned mismatch
[ 44%] Building C object lib/TH/CMakeFiles/TH.dir/generic/simd/convolve5x5_avx.c.obj
cl : Command line warning D9002 : ignoring unknown option '-O3'
cl : Command line warning D9002 : ignoring unknown option '-ffast-math'
cl : Command line warning D9002 : ignoring unknown option '-mavx'
cl : Command line warning D9002 : ignoring unknown option '-std=c99'
convolve5x5_avx.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve5x5_avx.c(170): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve5x5_avx.c(180): warning C4018: '<': signed/unsigned mismatch
C:\jenkins\workspace\torch-win64\pkg\torch\lib\TH\generic\simd\convolve5x5_avx.c(188): warning C4018: '<': signed/unsigned mismatch
[ 47%] Linking C shared library ..\..\TH.dll
Creating library TH.lib and object TH.exp
[ 47%] Built target TH
Scanning dependencies of target luaT
[ 50%] Building C object lib/luaT/CMakeFiles/luaT.dir/luaT.c.obj
luaT.c
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(528): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(545): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(586): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(621): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(635): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(614): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\lib\luaT\luaT.c(986): warning C4244: 'function': conversion from 'uintptr_t' to 'lua_Number', possible loss of data
[ 52%] Linking C shared library ..\..\luaT.dll
Creating library luaT.lib and object luaT.exp
[ 52%] Built target luaT
[ 55%] Generating TensorMath.c
[ 58%] Generating random.c
Scanning dependencies of target torch
[ 61%] Building C object CMakeFiles/torch.dir/DiskFile.c.obj
DiskFile.c
C:\jenkins\workspace\torch-win64\pkg\torch\DiskFile.c(60): warning C4244: 'function': conversion from 'lua_Integer' to 'int', possible loss of data
[ 64%] Building C object CMakeFiles/torch.dir/File.c.obj
File.c
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(55): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(124): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(124): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(124): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(124): warning C4244: 'initializing': conversion from 'lua_Number' to 'unsigned char', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(125): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(125): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(125): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(125): warning C4244: 'initializing': conversion from 'lua_Number' to 'char', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(126): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(126): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(126): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(126): warning C4244: 'initializing': conversion from 'lua_Number' to 'short', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(127): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(127): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(127): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(127): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(128): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(128): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(128): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(129): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(129): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(129): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(129): warning C4244: 'initializing': conversion from 'lua_Number' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(130): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(130): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(130): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(139): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\File.c(154): warning C4244: 'function': conversion from 'std::size_t' to 'lua_Number', possible loss of data
[ 67%] Building C object CMakeFiles/torch.dir/MemoryFile.c.obj
MemoryFile.c
C:\jenkins\workspace\torch-win64\pkg\torch\MemoryFile.c(35): warning C4244: 'function': conversion from 'lua_Integer' to 'int', possible loss of data
[ 70%] Building C object CMakeFiles/torch.dir/PipeFile.c.obj
PipeFile.c
[ 73%] Building C object CMakeFiles/torch.dir/Storage.c.obj
Storage.c
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'unsigned char *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(203): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'char *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(203): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'short *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'int *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'long *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(21): warning C4244: 'return': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'float *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(71): warning C4312: 'type cast': conversion from 'long' to 'double *' of greater size
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Storage.c(30): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
[ 76%] Building C object CMakeFiles/torch.dir/Tensor.c.obj
Tensor.c
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(832): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(919): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(832): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(919): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(832): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(919): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(832): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(919): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(30): warning C4244: 'return': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(832): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(919): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(21): warning C4244: 'return': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic\luaG.h(42): warning C4244: 'return': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(832): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(103): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(804): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(813): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(786): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(956): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(965): warning C4244: '=': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/Tensor.c(939): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
[ 79%] Building C object CMakeFiles/torch.dir/Timer.c.obj
Timer.c
[ 82%] Building C object CMakeFiles/torch.dir/utils.c.obj
utils.c
C:\jenkins\workspace\torch-win64\pkg\torch\utils.c(36): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
[ 85%] Building C object CMakeFiles/torch.dir/init.c.obj
init.c
[ 88%] Building C object CMakeFiles/torch.dir/TensorOperator.c.obj
TensorOperator.c
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(22): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(28): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(56): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(106): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(112): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(152): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(169): warning C4244: 'function': conversion from 'lua_Number' to 'unsigned char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(22): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(28): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(56): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(106): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(112): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(152): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(169): warning C4244: 'function': conversion from 'lua_Number' to 'char', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(22): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(28): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(56): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(106): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(112): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(152): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(169): warning C4244: 'function': conversion from 'lua_Number' to 'short', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(22): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(28): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(56): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(106): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(112): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(152): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(169): warning C4244: 'function': conversion from 'lua_Number' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(22): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(28): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(56): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(106): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(112): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(152): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(169): warning C4244: 'function': conversion from 'lua_Number' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(22): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(28): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(56): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(106): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(112): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(152): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\pkg\torch\generic/TensorOperator.c(169): warning C4244: 'function': conversion from 'lua_Number' to 'float', possible loss of data
[ 91%] Building C object CMakeFiles/torch.dir/TensorMath.c.obj
TensorMath.c
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(6493): warning C4244: '=': conversion from 'unsigned long' to 'unsigned char', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(6499): warning C4244: '=': conversion from 'unsigned long' to 'unsigned char', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(20195): warning C4244: '=': conversion from 'unsigned long' to 'char', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(20201): warning C4244: '=': conversion from 'unsigned long' to 'char', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(33151): warning C4244: '=': conversion from 'unsigned long' to 'short', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(33157): warning C4244: '=': conversion from 'unsigned long' to 'short', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(72274): warning C4244: '=': conversion from 'unsigned long' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(72280): warning C4244: '=': conversion from 'unsigned long' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(72997): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73006): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73015): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73199): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73208): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73217): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73404): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73413): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73422): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73609): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73618): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(73627): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(74853): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75396): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75486): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75576): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75666): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75756): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75846): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(75936): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76026): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76116): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76206): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76296): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76386): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76476): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76566): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76656): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76746): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76836): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76926): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(76981): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(77071): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(77161): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(77401): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(77497): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(77627): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(85989): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(85998): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86007): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86191): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86200): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86209): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86396): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86405): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86414): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86601): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86610): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(86619): warning C4244: 'function': conversion from 'float' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(87740): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88023): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88076): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88129): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88182): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88235): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88288): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88341): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88394): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88447): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88500): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88553): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88606): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88659): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88712): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88765): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88818): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88871): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88924): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(88977): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(89030): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(89083): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(89212): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(89271): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(89362): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(95732): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(95741): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(95750): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(95934): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(95943): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(95952): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(96139): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(96148): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(96157): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(96344): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(96353): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(96362): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(106729): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(106738): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(106747): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(106931): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(106940): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(106949): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(107136): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(107145): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(107154): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(107341): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(107350): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
C:\jenkins\workspace\torch-win64\pkg\torch\build\TensorMath.c(107359): warning C4244: 'function': conversion from 'double' to 'long', possible loss of data
[ 94%] Building C object CMakeFiles/torch.dir/random.c.obj
random.c
[ 97%] Building C object CMakeFiles/torch.dir/Generator.c.obj
Generator.c
[100%] Linking C shared module libtorch.dll
Creating library libtorch.lib and object libtorch.exp
[100%] Built target torch
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
[ 47%] Built target TH
[ 52%] Built target luaT
[100%] Built target torch
Install the project...
-- Install configuration: "Release"
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/TorchExports.cmake
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/TorchExports-release.cmake
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/TorchConfig.cmake
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/TorchWrap.cmake
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/TorchPathsInit.cmake
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/TorchPackage.cmake
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/libtorch.dll
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/init.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/File.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/Tensor.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/CmdLine.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/FFI.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/Tester.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/TestSuite.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/test.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/README.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/cmdline.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/diskfile.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/file.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/gather.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/index.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/maths.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/memoryfile.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/pipefile.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/random.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/serialization.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/storage.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/tensor.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/tester.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/timer.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua/torch/doc/utility.md
-- Installing: C:/jenkins/workspace/torch-win64/install/TH.lib
-- Installing: C:/jenkins/workspace/torch-win64/install/TH.dll
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/TH.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THAllocator.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THMath.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THBlas.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THDiskFile.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THFile.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THFilePrivate.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THGeneral.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THGenerateAllTypes.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THGenerateFloatTypes.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THGenerateIntTypes.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THLapack.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THLogAdd.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THMemoryFile.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THRandom.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THStorage.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THTensor.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THTensorApply.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THTensorDimApply.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THTensorMacros.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THVector.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/THAtomic.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THBlas.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THBlas.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THLapack.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THLapack.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THStorage.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THStorage.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THStorageCopy.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THStorageCopy.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensor.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensor.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorConv.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorConv.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorCopy.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorCopy.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorLapack.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorLapack.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorMath.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorMath.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorRandom.c
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THTensorRandom.h
-- Installing: C:/jenkins/workspace/torch-win64/install/include/TH/generic/THVector.c
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/THConfig.cmake
-- Installing: C:/jenkins/workspace/torch-win64/install/luaT.lib
-- Installing: C:/jenkins/workspace/torch-win64/install/luaT.dll
-- Installing: C:/jenkins/workspace/torch-win64/install/include/luaT.h
-- Installing: C:/jenkins/workspace/torch-win64/share/cmake/torch/luaTConfig.cmake
Using https://raw.githubusercontent.com/torch/rocks/master/paths-scm-1.rockspec... switching to 'build' mode
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUALIB=libluajit.lib -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." -DLUADIR="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lua" -DLIBDIR="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/paths/scm-1" && nmake
cd build && nmake install
Updating manifest for C:/jenkins/workspace/torch-win64/install/luarocks
paths scm-1 is now built and installed in C:/jenkins/workspace/torch-win64/install/ (license: BSD)
Using https://raw.githubusercontent.com/torch/rocks/master/cwrap-scm-1.rockspec... switching to 'build' mode
Updating manifest for C:/jenkins/workspace/torch-win64/install/luarocks
cwrap scm-1 is now built and installed in C:/jenkins/workspace/torch-win64/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=C:/jenkins/workspace/torch-win64/install/./luajit -DLUALIB=libluajit.lib -DLUA_BINDIR="C:/jenkins/workspace/torch-win64/install/." -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." -DLUADIR="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lua" -DLIBDIR="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1" -DBLAS_LIBRARIES=C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/../../../../lib/libblas.lib -DBLAS_INFO=generic -DLAPACK_LIBRARIES=C:/jenkins/workspace/torch-win64/install/luarocks/torch/scm-1/lib/../../../../lib/liblapack.lib -DLAPACK_FOUND=TRUE && nmake
cd build && nmake install
Updating manifest for C:/jenkins/workspace/torch-win64/install/luarocks
torch scm-1 is now built and installed in C:/jenkins/workspace/torch-win64/install/ (license: BSD)
Missing dependencies for torch:
paths >= 1.0
cwrap >= 1.0
No existing manifest. Attempting to rebuild...
c:\jenkins\workspace\torch-win64\pkg\torch>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\pkg\torch>luajit -e "require('torch')"
c:\jenkins\workspace\torch-win64\pkg\torch>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\pkg\torch>luajit -e "require('torch'); torch.test()"
Running 154 tests
1/154 tanh ............................................................ [WAIT]
1/154 tanh ............................................................ [PASS]
2/154 testCholesky .................................................... [WAIT]
2/154 testCholesky .................................................... [PASS]
3/154 multinomialvector ............................................... [WAIT]
3/154 multinomialvector ............................................... [PASS]
4/154 log ............................................................. [WAIT]
4/154 log ............................................................. [PASS]
5/154 sigmoid ......................................................... [WAIT]
5/154 sigmoid ......................................................... [PASS]
6/154 permute ......................................................... [WAIT]
6/154 permute ......................................................... [PASS]
7/154 cross ........................................................... [WAIT]
7/154 cross ........................................................... [PASS]
8/154 gels_reuse ...................................................... [WAIT]
8/154 gels_reuse ...................................................... [PASS]
9/154 inverse ......................................................... [WAIT]
9/154 inverse ......................................................... [PASS]
10/154 rangeequalbounds ................................................ [WAIT]
10/154 rangeequalbounds ................................................ [PASS]
11/154 min ............................................................. [WAIT]
11/154 min ............................................................. [PASS]
12/154 prod ............................................................ [WAIT]
12/154 prod ............................................................ [PASS]
13/154 frac ............................................................ [WAIT]
13/154 frac ............................................................ [PASS]
14/154 gesv_reuse ...................................................... [WAIT]
14/154 gesv_reuse ...................................................... [PASS]
15/154 atan ............................................................ [WAIT]
15/154 atan ............................................................ [PASS]
16/154 lerp ............................................................ [WAIT]
16/154 lerp ............................................................ [PASS]
17/154 rangefloat ...................................................... [WAIT]
17/154 rangefloat ...................................................... [PASS]
18/154 isSize .......................................................... [WAIT]
18/154 isSize .......................................................... [PASS]
19/154 eig_noncontig ................................................... [WAIT]
19/154 eig_noncontig ................................................... [PASS]
20/154 neg ............................................................. [WAIT]
20/154 neg ............................................................. [PASS]
21/154 histc ........................................................... [WAIT]
21/154 histc ........................................................... [PASS]
22/154 pstrf ........................................................... [WAIT]
22/154 pstrf ........................................................... [PASS]
23/154 bernoulli ....................................................... [WAIT]
23/154 bernoulli ....................................................... [PASS]
24/154 cremainder ...................................................... [WAIT]
24/154 cremainder ...................................................... [PASS]
25/154 kthvalue ........................................................ [WAIT]
25/154 kthvalue ........................................................ [PASS]
26/154 multinomialwithreplacement ...................................... [WAIT]
26/154 multinomialwithreplacement ...................................... [PASS]
27/154 maskedCopy ...................................................... [WAIT]
27/154 maskedCopy ...................................................... [PASS]
28/154 sin ............................................................. [WAIT]
28/154 sin ............................................................. [PASS]
29/154 ones ............................................................ [WAIT]
29/154 ones ............................................................ [PASS]
30/154 fxcorr3_fxcorr2_eq .............................................. [WAIT]
30/154 fxcorr3_fxcorr2_eq .............................................. [PASS]
31/154 isTypeOfInheritance ............................................. [WAIT]
31/154 isTypeOfInheritance ............................................. [PASS]
32/154 linspace ........................................................ [WAIT]
32/154 linspace ........................................................ [PASS]
33/154 testheaptracking ................................................ [WAIT]
33/154 testheaptracking ................................................ [PASS]
34/154 sum ............................................................. [WAIT]
34/154 sum ............................................................. [PASS]
35/154 gels_uniquely_determined ........................................ [WAIT]
35/154 gels_uniquely_determined ........................................ [PASS]
36/154 allAndAny1 ...................................................... [WAIT]
36/154 allAndAny1 ...................................................... [PASS]
37/154 cmul ............................................................ [WAIT]
37/154 cmul ............................................................ [PASS]
38/154 trtrs_reuse ..................................................... [WAIT]
38/154 trtrs_reuse ..................................................... [PASS]
39/154 topK ............................................................ [WAIT]
39/154 topK ............................................................ [PASS]
40/154 newIndex ........................................................ [WAIT]
40/154 newIndex ........................................................ [PASS]
41/154 cmin ............................................................ [WAIT]
41/154 cmin ............................................................ [PASS]
42/154 multinomialwithoutreplacement ................................... [WAIT]
42/154 multinomialwithoutreplacement ................................... [PASS]
43/154 mm .............................................................. [WAIT]
43/154 mm .............................................................. [PASS]
44/154 sortDescending .................................................. [WAIT]
44/154 sortDescending .................................................. [PASS]
45/154 triu ............................................................ [WAIT]
45/154 triu ............................................................ [PASS]
46/154 repeatTensor .................................................... [WAIT]
46/154 repeatTensor .................................................... [PASS]
47/154 isTensor ........................................................ [WAIT]
47/154 isTensor ........................................................ [PASS]
48/154 mul ............................................................. [WAIT]
48/154 mul ............................................................. [PASS]
49/154 sqrt ............................................................ [WAIT]
49/154 sqrt ............................................................ [PASS]
50/154 floor ........................................................... [WAIT]
50/154 floor ........................................................... [PASS]
51/154 elementSize ..................................................... [WAIT]
51/154 elementSize ..................................................... [PASS]
52/154 rangedouble ..................................................... [WAIT]
52/154 rangedouble ..................................................... [PASS]
53/154 csub ............................................................ [WAIT]
53/154 csub ............................................................ [PASS]
54/154 gesv ............................................................ [WAIT]
54/154 gesv ............................................................ [PASS]
55/154 cos ............................................................. [WAIT]
55/154 cos ............................................................. [PASS]
56/154 index ........................................................... [WAIT]
56/154 index ........................................................... [PASS]
57/154 gels_underdetermined ............................................ [WAIT]
57/154 gels_underdetermined ............................................ [PASS]
58/154 add ............................................................. [WAIT]
58/154 add ............................................................. [PASS]
59/154 conv3 ........................................................... [WAIT]
59/154 conv3 ........................................................... [PASS]
60/154 gels_overdetermined ............................................. [WAIT]
60/154 gels_overdetermined ............................................. [PASS]
61/154 tril ............................................................ [WAIT]
61/154 tril ............................................................ [PASS]
62/154 maskedSelect .................................................... [WAIT]
62/154 maskedSelect .................................................... [PASS]
63/154 renorm .......................................................... [WAIT]
63/154 renorm .......................................................... [PASS]
64/154 rsqrt ........................................................... [WAIT]
64/154 rsqrt ........................................................... [PASS]
65/154 eig_reuse ....................................................... [WAIT]
65/154 eig_reuse ....................................................... [PASS]
66/154 addbmm .......................................................... [WAIT]
66/154 addbmm .......................................................... [PASS]
67/154 sin_2 ........................................................... [WAIT]
67/154 sin_2 ........................................................... [PASS]
68/154 remainder ....................................................... [WAIT]
68/154 remainder ....................................................... [PASS]
69/154 clamp ........................................................... [WAIT]
69/154 clamp ........................................................... [PASS]
70/154 logical ......................................................... [WAIT]
70/154 logical ......................................................... [PASS]
71/154 cmax ............................................................ [WAIT]
71/154 cmax ............................................................ [PASS]
72/154 median .......................................................... [WAIT]
72/154 median .......................................................... [PASS]
73/154 cosh ............................................................ [WAIT]
73/154 cosh ............................................................ [PASS]
74/154 max ............................................................. [WAIT]
74/154 max ............................................................. [PASS]
75/154 csub_scalar ..................................................... [WAIT]
75/154 csub_scalar ..................................................... [PASS]
76/154 xcorr3_xcorr2_eq ................................................ [WAIT]
76/154 xcorr3_xcorr2_eq ................................................ [PASS]
77/154 scatterFill ..................................................... [WAIT]
77/154 scatterFill ..................................................... [PASS]
78/154 abs ............................................................. [WAIT]
78/154 abs ............................................................. [PASS]
79/154 cinv ............................................................ [WAIT]
79/154 cinv ............................................................ [PASS]
80/154 cdiv ............................................................ [WAIT]
80/154 cdiv ............................................................ [PASS]
81/154 svd_reuse ....................................................... [WAIT]
81/154 svd_reuse ....................................................... [PASS]
82/154 randperm ........................................................ [WAIT]
82/154 randperm ........................................................ [PASS]
83/154 classInModule ................................................... [WAIT]
83/154 classInModule ................................................... [PASS]
84/154 nonzero ......................................................... [WAIT]
84/154 nonzero ......................................................... [PASS]
85/154 testBoxMullerState .............................................. [WAIT]
85/154 testBoxMullerState .............................................. [PASS]
86/154 equal ........................................................... [WAIT]
86/154 equal ........................................................... [PASS]
87/154 dot ............................................................. [WAIT]
87/154 dot ............................................................. [PASS]
88/154 range ........................................................... [WAIT]
88/154 range ........................................................... [PASS]
89/154 trtrs ........................................................... [WAIT]
89/154 trtrs ........................................................... [PASS]
90/154 storageview ..................................................... [WAIT]
90/154 storageview ..................................................... [PASS]
91/154 rand ............................................................ [WAIT]
91/154 rand ............................................................ [PASS]
92/154 svd_noncontig ................................................... [WAIT]
92/154 svd_noncontig ................................................... [PASS]
93/154 bmm ............................................................. [WAIT]
93/154 bmm ............................................................. [PASS]
94/154 diag ............................................................ [WAIT]
94/154 diag ............................................................ [PASS]
95/154 fconv3_fconv2_eq ................................................ [WAIT]
95/154 fconv3_fconv2_eq ................................................ [PASS]
96/154 serializeGenerator .............................................. [WAIT]
96/154 serializeGenerator .............................................. [PASS]
97/154 RNGStateAliasing ................................................ [WAIT]
97/154 RNGStateAliasing ................................................ [PASS]
98/154 randn ........................................................... [WAIT]
98/154 randn ........................................................... [PASS]
99/154 cumsum .......................................................... [WAIT]
99/154 cumsum .......................................................... [PASS]
100/154 maskedFill ...................................................... [WAIT]
100/154 maskedFill ...................................................... [PASS]
101/154 sortAscending ................................................... [WAIT]
101/154 sortAscending ................................................... [PASS]
102/154 catArray ........................................................ [WAIT]
102/154 catArray ........................................................ [PASS]
103/154 conv2 ........................................................... [WAIT]
103/154 conv2 ........................................................... [PASS]
104/154 tan ............................................................. [WAIT]
104/154 tan ............................................................. [PASS]
105/154 view ............................................................ [WAIT]
105/154 view ............................................................ [PASS]
106/154 trunc ........................................................... [WAIT]
106/154 trunc ........................................................... [PASS]
107/154 asin ............................................................ [WAIT]
107/154 asin ............................................................ [PASS]
108/154 pow ............................................................. [WAIT]
108/154 pow ............................................................. [PASS]
109/154 baddbmm ......................................................... [WAIT]
109/154 baddbmm ......................................................... [PASS]
110/154 symeig_noncontig ................................................ [WAIT]
110/154 symeig_noncontig ................................................ [PASS]
111/154 div ............................................................. [WAIT]
111/154 div ............................................................. [PASS]
112/154 indexCopy ....................................................... [WAIT]
112/154 indexCopy ....................................................... [PASS]
113/154 type ............................................................ [WAIT]
113/154 type ............................................................ [PASS]
114/154 chunk ........................................................... [WAIT]
114/154 chunk ........................................................... [PASS]
115/154 eig ............................................................. [WAIT]
115/154 eig ............................................................. [PASS]
116/154 mode ............................................................ [WAIT]
116/154 mode ............................................................ [PASS]
117/154 serialize ....................................................... [WAIT]
117/154 serialize ....................................................... [PASS]
118/154 sinh ............................................................ [WAIT]
118/154 sinh ............................................................ [PASS]
119/154 fmod ............................................................ [WAIT]
119/154 fmod ............................................................ [PASS]
120/154 conv3_conv2_eq .................................................. [WAIT]
120/154 conv3_conv2_eq .................................................. [PASS]
121/154 logspace ........................................................ [WAIT]
121/154 logspace ........................................................ [PASS]
122/154 exp ............................................................. [WAIT]
122/154 exp ............................................................. [PASS]
123/154 potri ........................................................... [WAIT]
123/154 potri ........................................................... [PASS]
124/154 isStorage ....................................................... [WAIT]
124/154 isStorage ....................................................... [PASS]
125/154 gather .......................................................... [WAIT]
125/154 gather .......................................................... [PASS]
126/154 cumprod ......................................................... [WAIT]
126/154 cumprod ......................................................... [PASS]
127/154 cat ............................................................. [WAIT]
127/154 cat ............................................................. [PASS]
128/154 rangenegative ................................................... [WAIT]
128/154 rangenegative ................................................... [PASS]
129/154 svd ............................................................. [WAIT]
129/154 svd ............................................................. [PASS]
130/154 zeros ........................................................... [WAIT]
130/154 zeros ........................................................... [PASS]
131/154 expand .......................................................... [WAIT]
131/154 expand .......................................................... [PASS]
132/154 RNGState ........................................................ [WAIT]
132/154 RNGState ........................................................ [PASS]
133/154 ceil ............................................................ [WAIT]
133/154 ceil ............................................................ [PASS]
134/154 isTypeOfPartial ................................................. [WAIT]
134/154 isTypeOfPartial ................................................. [PASS]
135/154 cfmod ........................................................... [WAIT]
135/154 cfmod ........................................................... [PASS]
136/154 eye ............................................................. [WAIT]
136/154 eye ............................................................. [PASS]
137/154 acos ............................................................ [WAIT]
137/154 acos ............................................................ [PASS]
138/154 totable ......................................................... [WAIT]
138/154 totable ......................................................... [PASS]
139/154 testNumel ....................................................... [WAIT]
139/154 testNumel ....................................................... [PASS]
140/154 cpow ............................................................ [WAIT]
140/154 cpow ............................................................ [PASS]
141/154 isSetTo ......................................................... [WAIT]
141/154 isSetTo ......................................................... [PASS]
142/154 indexAdd ........................................................ [WAIT]
142/154 indexAdd ........................................................ [PASS]
143/154 isSameSizeAs .................................................... [WAIT]
143/154 isSameSizeAs .................................................... [PASS]
144/154 mv .............................................................. [WAIT]
144/154 mv .............................................................. [PASS]
145/154 reshape ......................................................... [WAIT]
145/154 reshape ......................................................... [PASS]
146/154 allAndAny2 ...................................................... [WAIT]
146/154 allAndAny2 ...................................................... [PASS]
147/154 isTypeOfPattern ................................................. [WAIT]
147/154 isTypeOfPattern ................................................. [PASS]
148/154 round ........................................................... [WAIT]
148/154 round ........................................................... [PASS]
149/154 classNoModule ................................................... [WAIT]
149/154 classNoModule ................................................... [PASS]
150/154 gatherMax ....................................................... [WAIT]
150/154 gatherMax ....................................................... [PASS]
151/154 scatter ......................................................... [WAIT]
151/154 scatter ......................................................... [PASS]
152/154 test_symeig ..................................................... [WAIT]
152/154 test_symeig ..................................................... [PASS]
153/154 potrs ........................................................... [WAIT]
153/154 potrs ........................................................... [PASS]
154/154 split ........................................................... [WAIT]
154/154 split ........................................................... [PASS]
Completed 1157 asserts in 154 tests with 0 failures and 0 errors
c:\jenkins\workspace\torch-win64\pkg\torch>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\pkg\torch>rem lets try nn :-)
c:\jenkins\workspace\torch-win64\pkg\torch>rem luaffib first
c:\jenkins\workspace\torch-win64\pkg\torch>rem cd "c:\jenkins\workspace\torch-win64\soft"
c:\jenkins\workspace\torch-win64\pkg\torch>rem git clone https://github.com/hughperkins/luaffifb -b win64
c:\jenkins\workspace\torch-win64\pkg\torch>rem cd luaffifb
c:\jenkins\workspace\torch-win64\pkg\torch>rem cmd /c luarocks make "c:\jenkins\workspace\torch-win64\win-files\luaffi-scm-1.rockspec"
c:\jenkins\workspace\torch-win64\pkg\torch>rem if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\pkg\torch>rem seems we can install nn without ffi???
c:\jenkins\workspace\torch-win64\pkg\torch>cd "c:\jenkins\workspace\torch-win64\extra\nn"
c:\jenkins\workspace\torch-win64\extra\nn>cmd /c luarocks make "c:\jenkins\workspace\torch-win64\win-files\nn-scm-1.rockspec"
c:\jenkins\workspace\torch-win64\extra\nn>set "PATH=C:/jenkins/workspace/torch-win64/install/.;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin;c:\jenkins\workspace\torch-win64\install;c:\jenkins\workspace\torch-win64\install\bin ;C:\Program Files\CMake\bin"
c:\jenkins\workspace\torch-win64\extra\nn>if -E == -E (cmake.exe -E make_directory build ) else (cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit -E make_directory build )
c:\jenkins\workspace\torch-win64\extra\nn\build>set "PATH=C:/jenkins/workspace/torch-win64/install/.;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\14.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\Git\bin;c:\jenkins\workspace\torch-win64\install;c:\jenkins\workspace\torch-win64\install\bin ;C:\Program Files\CMake\bin;C:\Program Files\CMake\bin"
c:\jenkins\workspace\torch-win64\extra\nn\build>if .. == -E (cmake.exe .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="C:/jenkins/workspace/torch-win64/install/./.." -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1" -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." ) else (cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="C:/jenkins/workspace/torch-win64/install/./.." -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1" -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." )
-- The C compiler identification is MSVC 19.0.24213.1
-- The CXX compiler identification is MSVC 19.0.24213.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Torch7 in C:/jenkins/workspace/torch-win64
-- Try OpenMP C flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: /openmp
-- Compiling with OpenMP support
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LINK_FLAGS
LUALIB
LUA_INCDIR
LUA_LIBDIR
-- Build files have been written to: C:/jenkins/workspace/torch-win64/extra/nn/build
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
Scanning dependencies of target THNN
[ 50%] Building C object lib/THNN/CMakeFiles/THNN.dir/init.c.obj
init.c
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Abs.c(9): warning C4273: 'THNN_FloatAbs_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(5): note: see previous definition of 'THNN_FloatAbs_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Abs.c(19): warning C4273: 'THNN_FloatAbs_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(9): note: see previous definition of 'THNN_FloatAbs_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Abs.c(9): warning C4273: 'THNN_DoubleAbs_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(5): note: see previous definition of 'THNN_DoubleAbs_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Abs.c(19): warning C4273: 'THNN_DoubleAbs_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(9): note: see previous definition of 'THNN_DoubleAbs_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/AbsCriterion.c(11): warning C4273: 'THNN_FloatAbsCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(15): note: see previous definition of 'THNN_FloatAbsCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/AbsCriterion.c(16): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/AbsCriterion.c(30): warning C4273: 'THNN_FloatAbsCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(21): note: see previous definition of 'THNN_FloatAbsCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/AbsCriterion.c(31): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/AbsCriterion.c(11): warning C4273: 'THNN_DoubleAbsCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(15): note: see previous definition of 'THNN_DoubleAbsCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/AbsCriterion.c(30): warning C4273: 'THNN_DoubleAbsCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(21): note: see previous definition of 'THNN_DoubleAbsCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/ClassNLLCriterion.c(13): warning C4273: 'THNN_FloatClassNLLCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(28): note: see previous definition of 'THNN_FloatClassNLLCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/ClassNLLCriterion.c(80): warning C4273: 'THNN_FloatClassNLLCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(36): note: see previous definition of 'THNN_FloatClassNLLCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/ClassNLLCriterion.c(13): warning C4273: 'THNN_DoubleClassNLLCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(28): note: see previous definition of 'THNN_DoubleClassNLLCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/ClassNLLCriterion.c(80): warning C4273: 'THNN_DoubleClassNLLCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(36): note: see previous definition of 'THNN_DoubleClassNLLCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialClassNLLCriterion.c(35): warning C4273: 'THNN_FloatSpatialClassNLLCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(45): note: see previous definition of 'THNN_FloatSpatialClassNLLCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialClassNLLCriterion.c(85): warning C4273: 'THNN_FloatSpatialClassNLLCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(53): note: see previous definition of 'THNN_FloatSpatialClassNLLCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialClassNLLCriterion.c(35): warning C4273: 'THNN_DoubleSpatialClassNLLCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(45): note: see previous definition of 'THNN_DoubleSpatialClassNLLCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialClassNLLCriterion.c(85): warning C4273: 'THNN_DoubleSpatialClassNLLCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(53): note: see previous definition of 'THNN_DoubleSpatialClassNLLCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/DistKLDivCriterion.c(11): warning C4273: 'THNN_FloatDistKLDivCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(77): note: see previous definition of 'THNN_FloatDistKLDivCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/DistKLDivCriterion.c(16): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/DistKLDivCriterion.c(30): warning C4273: 'THNN_FloatDistKLDivCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(83): note: see previous definition of 'THNN_FloatDistKLDivCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/DistKLDivCriterion.c(31): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/DistKLDivCriterion.c(11): warning C4273: 'THNN_DoubleDistKLDivCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(77): note: see previous definition of 'THNN_DoubleDistKLDivCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/DistKLDivCriterion.c(30): warning C4273: 'THNN_DoubleDistKLDivCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(83): note: see previous definition of 'THNN_DoubleDistKLDivCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/ELU.c(11): warning C4273: 'THNN_FloatELU_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(62): note: see previous definition of 'THNN_FloatELU_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/ELU.c(17): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/ELU.c(23): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/ELU.c(35): warning C4273: 'THNN_FloatELU_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(68): note: see previous definition of 'THNN_FloatELU_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/ELU.c(11): warning C4273: 'THNN_DoubleELU_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(62): note: see previous definition of 'THNN_DoubleELU_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/ELU.c(35): warning C4273: 'THNN_DoubleELU_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(68): note: see previous definition of 'THNN_DoubleELU_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/HardShrink.c(10): warning C4273: 'THNN_FloatHardShrink_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(91): note: see previous definition of 'THNN_FloatHardShrink_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/HardShrink.c(29): warning C4273: 'THNN_FloatHardShrink_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(96): note: see previous definition of 'THNN_FloatHardShrink_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/HardShrink.c(10): warning C4273: 'THNN_DoubleHardShrink_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(91): note: see previous definition of 'THNN_DoubleHardShrink_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/HardShrink.c(29): warning C4273: 'THNN_DoubleHardShrink_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(96): note: see previous definition of 'THNN_DoubleHardShrink_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/HardTanh.c(12): warning C4273: 'THNN_FloatHardTanh_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(104): note: see previous definition of 'THNN_FloatHardTanh_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/HardTanh.c(74): warning C4273: 'THNN_FloatHardTanh_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(111): note: see previous definition of 'THNN_FloatHardTanh_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/HardTanh.c(12): warning C4273: 'THNN_DoubleHardTanh_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(104): note: see previous definition of 'THNN_DoubleHardTanh_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/HardTanh.c(74): warning C4273: 'THNN_DoubleHardTanh_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(111): note: see previous definition of 'THNN_DoubleHardTanh_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/L1Cost.c(9): warning C4273: 'THNN_FloatL1Cost_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(120): note: see previous definition of 'THNN_FloatL1Cost_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/L1Cost.c(16): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/L1Cost.c(24): warning C4273: 'THNN_FloatL1Cost_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(124): note: see previous definition of 'THNN_FloatL1Cost_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/L1Cost.c(9): warning C4273: 'THNN_DoubleL1Cost_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(120): note: see previous definition of 'THNN_DoubleL1Cost_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/L1Cost.c(24): warning C4273: 'THNN_DoubleL1Cost_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(124): note: see previous definition of 'THNN_DoubleL1Cost_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LeakyReLU.c(11): warning C4273: 'THNN_FloatLeakyReLU_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(130): note: see previous definition of 'THNN_FloatLeakyReLU_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LeakyReLU.c(36): warning C4273: 'THNN_FloatLeakyReLU_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(136): note: see previous definition of 'THNN_FloatLeakyReLU_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LeakyReLU.c(11): warning C4273: 'THNN_DoubleLeakyReLU_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(130): note: see previous definition of 'THNN_DoubleLeakyReLU_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LeakyReLU.c(36): warning C4273: 'THNN_DoubleLeakyReLU_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(136): note: see previous definition of 'THNN_DoubleLeakyReLU_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSigmoid.c(10): warning C4273: 'THNN_FloatLogSigmoid_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(144): note: see previous definition of 'THNN_FloatLogSigmoid_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSigmoid.c(18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSigmoid.c(14): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSigmoid.c(27): warning C4273: 'THNN_FloatLogSigmoid_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(149): note: see previous definition of 'THNN_FloatLogSigmoid_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSigmoid.c(32): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSigmoid.c(10): warning C4273: 'THNN_DoubleLogSigmoid_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(144): note: see previous definition of 'THNN_DoubleLogSigmoid_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSigmoid.c(27): warning C4273: 'THNN_DoubleLogSigmoid_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(149): note: see previous definition of 'THNN_DoubleLogSigmoid_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(9): warning C4273: 'THNN_FloatLogSoftMax_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(156): note: see previous definition of 'THNN_FloatLogSoftMax_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(53): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(10): warning C4101: 'output_data': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(35): warning C4101: 'logsum': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(10): warning C4101: 'input_data': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(36): warning C4101: 'maxInput': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(12): warning C4101: 'd': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(65): warning C4273: 'THNN_FloatLogSoftMax_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(160): note: see previous definition of 'THNN_FloatLogSoftMax_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(104): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(68): warning C4101: 'gradInput_data': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(68): warning C4101: 'gradOutput_data': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(91): warning C4101: 'sum': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(68): warning C4101: 'output_data': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(70): warning C4101: 'd': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(9): warning C4273: 'THNN_DoubleLogSoftMax_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(156): note: see previous definition of 'THNN_DoubleLogSoftMax_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(10): warning C4101: 'output_data': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(35): warning C4101: 'logsum': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(10): warning C4101: 'input_data': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(36): warning C4101: 'maxInput': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(12): warning C4101: 'd': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(65): warning C4273: 'THNN_DoubleLogSoftMax_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(160): note: see previous definition of 'THNN_DoubleLogSoftMax_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(68): warning C4101: 'gradInput_data': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(68): warning C4101: 'gradOutput_data': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(91): warning C4101: 'sum': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(68): warning C4101: 'output_data': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LogSoftMax.c(70): warning C4101: 'd': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LookupTable.c(36): warning C4273: 'THNN_FloatLookupTable_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(167): note: see previous definition of 'THNN_FloatLookupTable_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LookupTable.c(135): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LookupTable.c(139): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LookupTable.c(142): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LookupTable.c(145): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LookupTable.c(163): warning C4273: 'THNN_FloatLookupTable_renorm': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(179): note: see previous definition of 'THNN_FloatLookupTable_renorm'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LookupTable.c(36): warning C4273: 'THNN_DoubleLookupTable_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(167): note: see previous definition of 'THNN_DoubleLookupTable_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/LookupTable.c(163): warning C4273: 'THNN_DoubleLookupTable_renorm': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(179): note: see previous definition of 'THNN_DoubleLookupTable_renorm'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MSECriterion.c(11): warning C4273: 'THNN_FloatMSECriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(215): note: see previous definition of 'THNN_FloatMSECriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MSECriterion.c(31): warning C4273: 'THNN_FloatMSECriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(221): note: see previous definition of 'THNN_FloatMSECriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MSECriterion.c(32): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MSECriterion.c(11): warning C4273: 'THNN_DoubleMSECriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(215): note: see previous definition of 'THNN_DoubleMSECriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MSECriterion.c(31): warning C4273: 'THNN_DoubleMSECriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(221): note: see previous definition of 'THNN_DoubleMSECriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MarginCriterion.c(12): warning C4273: 'THNN_FloatMarginCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(186): note: see previous definition of 'THNN_FloatMarginCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MarginCriterion.c(33): warning C4273: 'THNN_FloatMarginCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(193): note: see previous definition of 'THNN_FloatMarginCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MarginCriterion.c(34): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MarginCriterion.c(12): warning C4273: 'THNN_DoubleMarginCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(186): note: see previous definition of 'THNN_DoubleMarginCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MarginCriterion.c(33): warning C4273: 'THNN_DoubleMarginCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(193): note: see previous definition of 'THNN_DoubleMarginCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMarginCriterion.c(11): warning C4273: 'THNN_FloatSoftMarginCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(201): note: see previous definition of 'THNN_FloatSoftMarginCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMarginCriterion.c(15): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMarginCriterion.c(31): warning C4273: 'THNN_FloatSoftMarginCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(208): note: see previous definition of 'THNN_FloatSoftMarginCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMarginCriterion.c(37): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMarginCriterion.c(32): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMarginCriterion.c(35): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMarginCriterion.c(11): warning C4273: 'THNN_DoubleSoftMarginCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(201): note: see previous definition of 'THNN_DoubleSoftMarginCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMarginCriterion.c(31): warning C4273: 'THNN_DoubleSoftMarginCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(208): note: see previous definition of 'THNN_DoubleSoftMarginCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MultiLabelMarginCriterion.c(12): warning C4273: 'THNN_FloatMultiLabelMarginCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(228): note: see previous definition of 'THNN_FloatMultiLabelMarginCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MultiLabelMarginCriterion.c(95): warning C4273: 'THNN_FloatMultiLabelMarginCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(235): note: see previous definition of 'THNN_FloatMultiLabelMarginCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MultiLabelMarginCriterion.c(134): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MultiLabelMarginCriterion.c(12): warning C4273: 'THNN_DoubleMultiLabelMarginCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(228): note: see previous definition of 'THNN_DoubleMultiLabelMarginCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MultiLabelMarginCriterion.c(95): warning C4273: 'THNN_DoubleMultiLabelMarginCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(235): note: see previous definition of 'THNN_DoubleMultiLabelMarginCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MultiMarginCriterion.c(14): warning C4273: 'THNN_FloatMultiMarginCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(243): note: see previous definition of 'THNN_FloatMultiMarginCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MultiMarginCriterion.c(89): warning C4273: 'THNN_FloatMultiMarginCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(252): note: see previous definition of 'THNN_FloatMultiMarginCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MultiMarginCriterion.c(112): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MultiMarginCriterion.c(14): warning C4273: 'THNN_DoubleMultiMarginCriterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(243): note: see previous definition of 'THNN_DoubleMultiMarginCriterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/MultiMarginCriterion.c(89): warning C4273: 'THNN_DoubleMultiMarginCriterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(252): note: see previous definition of 'THNN_DoubleMultiMarginCriterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(11): warning C4273: 'THNN_FloatPReLU_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(262): note: see previous definition of 'THNN_FloatPReLU_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(54): warning C4101: 'k': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(54): warning C4101: 'j': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(78): warning C4273: 'THNN_FloatPReLU_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(268): note: see previous definition of 'THNN_FloatPReLU_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(125): warning C4101: 'k': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(125): warning C4101: 'j': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(162): warning C4273: 'THNN_FloatPReLU_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(275): note: see previous definition of 'THNN_FloatPReLU_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(11): warning C4273: 'THNN_DoublePReLU_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(262): note: see previous definition of 'THNN_DoublePReLU_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(54): warning C4101: 'k': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(54): warning C4101: 'j': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(78): warning C4273: 'THNN_DoublePReLU_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(268): note: see previous definition of 'THNN_DoublePReLU_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(125): warning C4101: 'k': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(125): warning C4101: 'j': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/PReLU.c(162): warning C4273: 'THNN_DoublePReLU_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(275): note: see previous definition of 'THNN_DoublePReLU_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/RReLU.c(15): warning C4273: 'THNN_FloatRReLU_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(287): note: see previous definition of 'THNN_FloatRReLU_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/RReLU.c(88): warning C4273: 'THNN_FloatRReLU_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(297): note: see previous definition of 'THNN_FloatRReLU_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/RReLU.c(15): warning C4273: 'THNN_DoubleRReLU_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(287): note: see previous definition of 'THNN_DoubleRReLU_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/RReLU.c(88): warning C4273: 'THNN_DoubleRReLU_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(297): note: see previous definition of 'THNN_DoubleRReLU_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Sigmoid.c(9): warning C4273: 'THNN_FloatSigmoid_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(308): note: see previous definition of 'THNN_FloatSigmoid_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Sigmoid.c(14): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Sigmoid.c(23): warning C4273: 'THNN_FloatSigmoid_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(312): note: see previous definition of 'THNN_FloatSigmoid_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Sigmoid.c(28): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Sigmoid.c(9): warning C4273: 'THNN_DoubleSigmoid_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(308): note: see previous definition of 'THNN_DoubleSigmoid_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Sigmoid.c(23): warning C4273: 'THNN_DoubleSigmoid_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(312): note: see previous definition of 'THNN_DoubleSigmoid_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SmoothL1Criterion.c(11): warning C4273: 'THNN_FloatSmoothL1Criterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(319): note: see previous definition of 'THNN_FloatSmoothL1Criterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SmoothL1Criterion.c(16): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SmoothL1Criterion.c(13): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SmoothL1Criterion.c(30): warning C4273: 'THNN_FloatSmoothL1Criterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(325): note: see previous definition of 'THNN_FloatSmoothL1Criterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SmoothL1Criterion.c(31): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SmoothL1Criterion.c(11): warning C4273: 'THNN_DoubleSmoothL1Criterion_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(319): note: see previous definition of 'THNN_DoubleSmoothL1Criterion_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SmoothL1Criterion.c(30): warning C4273: 'THNN_DoubleSmoothL1Criterion_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(325): note: see previous definition of 'THNN_DoubleSmoothL1Criterion_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMax.c(9): warning C4273: 'THNN_FloatSoftMax_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(332): note: see previous definition of 'THNN_FloatSoftMax_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMax.c(74): warning C4244: '*=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMax.c(67): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMax.c(87): warning C4273: 'THNN_FloatSoftMax_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(336): note: see previous definition of 'THNN_FloatSoftMax_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMax.c(142): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMax.c(9): warning C4273: 'THNN_DoubleSoftMax_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(332): note: see previous definition of 'THNN_DoubleSoftMax_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftMax.c(87): warning C4273: 'THNN_DoubleSoftMax_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(336): note: see previous definition of 'THNN_DoubleSoftMax_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftPlus.c(11): warning C4273: 'THNN_FloatSoftPlus_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(343): note: see previous definition of 'THNN_FloatSoftPlus_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftPlus.c(17): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftPlus.c(28): warning C4273: 'THNN_FloatSoftPlus_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(349): note: see previous definition of 'THNN_FloatSoftPlus_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftPlus.c(39): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftPlus.c(36): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftPlus.c(11): warning C4273: 'THNN_DoubleSoftPlus_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(343): note: see previous definition of 'THNN_DoubleSoftPlus_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftPlus.c(28): warning C4273: 'THNN_DoubleSoftPlus_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(349): note: see previous definition of 'THNN_DoubleSoftPlus_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftShrink.c(10): warning C4273: 'THNN_FloatSoftShrink_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(358): note: see previous definition of 'THNN_FloatSoftShrink_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftShrink.c(29): warning C4273: 'THNN_FloatSoftShrink_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(363): note: see previous definition of 'THNN_FloatSoftShrink_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftShrink.c(10): warning C4273: 'THNN_DoubleSoftShrink_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(358): note: see previous definition of 'THNN_DoubleSoftShrink_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SoftShrink.c(29): warning C4273: 'THNN_DoubleSoftShrink_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(363): note: see previous definition of 'THNN_DoubleSoftShrink_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(50): warning C4273: 'THNN_FloatSparseLinear_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(370): note: see previous definition of 'THNN_FloatSparseLinear_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(51): warning C4101: 'j': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(117): warning C4273: 'THNN_FloatSparseLinear_legacyUpdateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(399): note: see previous definition of 'THNN_FloatSparseLinear_legacyUpdateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(118): warning C4101: 'i': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(172): warning C4273: 'THNN_FloatSparseLinear_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(376): note: see previous definition of 'THNN_FloatSparseLinear_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(173): warning C4101: 'hp0': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(173): warning C4101: 'h': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(173): warning C4101: 'hp1': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(248): warning C4273: 'THNN_FloatSparseLinear_legacyAccGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(405): note: see previous definition of 'THNN_FloatSparseLinear_legacyAccGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(312): warning C4273: 'THNN_FloatSparseLinear_updateParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(391): note: see previous definition of 'THNN_FloatSparseLinear_updateParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(337): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(313): warning C4101: 'h': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(385): warning C4273: 'THNN_FloatSparseLinear_legacyUpdateParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(420): note: see previous definition of 'THNN_FloatSparseLinear_legacyUpdateParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(412): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(457): warning C4273: 'THNN_FloatSparseLinear_zeroGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(386): note: see previous definition of 'THNN_FloatSparseLinear_zeroGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(458): warning C4101: 'j': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(458): warning C4101: 'h': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(503): warning C4273: 'THNN_FloatSparseLinear_legacyZeroGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(415): note: see previous definition of 'THNN_FloatSparseLinear_legacyZeroGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(504): warning C4101: 'j': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(504): warning C4101: 'i': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(50): warning C4273: 'THNN_DoubleSparseLinear_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(370): note: see previous definition of 'THNN_DoubleSparseLinear_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(51): warning C4101: 'j': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(117): warning C4273: 'THNN_DoubleSparseLinear_legacyUpdateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(399): note: see previous definition of 'THNN_DoubleSparseLinear_legacyUpdateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(118): warning C4101: 'i': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(172): warning C4273: 'THNN_DoubleSparseLinear_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(376): note: see previous definition of 'THNN_DoubleSparseLinear_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(173): warning C4101: 'hp0': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(173): warning C4101: 'h': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(173): warning C4101: 'hp1': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(248): warning C4273: 'THNN_DoubleSparseLinear_legacyAccGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(405): note: see previous definition of 'THNN_DoubleSparseLinear_legacyAccGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(312): warning C4273: 'THNN_DoubleSparseLinear_updateParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(391): note: see previous definition of 'THNN_DoubleSparseLinear_updateParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(313): warning C4101: 'h': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(385): warning C4273: 'THNN_DoubleSparseLinear_legacyUpdateParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(420): note: see previous definition of 'THNN_DoubleSparseLinear_legacyUpdateParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(457): warning C4273: 'THNN_DoubleSparseLinear_zeroGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(386): note: see previous definition of 'THNN_DoubleSparseLinear_zeroGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(458): warning C4101: 'j': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(458): warning C4101: 'h': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(503): warning C4273: 'THNN_DoubleSparseLinear_legacyZeroGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(415): note: see previous definition of 'THNN_DoubleSparseLinear_legacyZeroGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(504): warning C4101: 'j': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SparseLinear.c(504): warning C4101: 'i': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Sqrt.c(10): warning C4273: 'THNN_FloatSqrt_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(429): note: see previous definition of 'THNN_FloatSqrt_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Sqrt.c(21): warning C4273: 'THNN_FloatSqrt_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(434): note: see previous definition of 'THNN_FloatSqrt_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Sqrt.c(31): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Sqrt.c(45): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Sqrt.c(10): warning C4273: 'THNN_DoubleSqrt_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(429): note: see previous definition of 'THNN_DoubleSqrt_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Sqrt.c(21): warning C4273: 'THNN_DoubleSqrt_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(434): note: see previous definition of 'THNN_DoubleSqrt_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Square.c(9): warning C4273: 'THNN_FloatSquare_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(441): note: see previous definition of 'THNN_FloatSquare_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Square.c(34): warning C4273: 'THNN_FloatSquare_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(445): note: see previous definition of 'THNN_FloatSquare_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Square.c(44): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Square.c(54): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Square.c(9): warning C4273: 'THNN_DoubleSquare_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(441): note: see previous definition of 'THNN_DoubleSquare_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Square.c(34): warning C4273: 'THNN_DoubleSquare_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(445): note: see previous definition of 'THNN_DoubleSquare_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Tanh.c(9): warning C4273: 'THNN_FloatTanh_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(451): note: see previous definition of 'THNN_FloatTanh_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Tanh.c(20): warning C4273: 'THNN_FloatTanh_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(455): note: see previous definition of 'THNN_FloatTanh_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Tanh.c(31): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Tanh.c(44): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Tanh.c(9): warning C4273: 'THNN_DoubleTanh_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(451): note: see previous definition of 'THNN_DoubleTanh_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Tanh.c(20): warning C4273: 'THNN_DoubleTanh_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(455): note: see previous definition of 'THNN_DoubleTanh_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Threshold.c(12): warning C4273: 'THNN_FloatThreshold_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(462): note: see previous definition of 'THNN_FloatThreshold_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Threshold.c(38): warning C4273: 'THNN_FloatThreshold_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(469): note: see previous definition of 'THNN_FloatThreshold_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Threshold.c(12): warning C4273: 'THNN_DoubleThreshold_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(462): note: see previous definition of 'THNN_DoubleThreshold_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/Threshold.c(38): warning C4273: 'THNN_DoubleThreshold_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(469): note: see previous definition of 'THNN_DoubleThreshold_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalConvolution.c(15): warning C4273: 'THNN_FloatTemporalConvolution_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(478): note: see previous definition of 'THNN_FloatTemporalConvolution_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalConvolution.c(141): warning C4273: 'THNN_FloatTemporalConvolution_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(487): note: see previous definition of 'THNN_FloatTemporalConvolution_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalConvolution.c(241): warning C4273: 'THNN_FloatTemporalConvolution_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(494): note: see previous definition of 'THNN_FloatTemporalConvolution_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalConvolution.c(15): warning C4273: 'THNN_DoubleTemporalConvolution_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(478): note: see previous definition of 'THNN_DoubleTemporalConvolution_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalConvolution.c(141): warning C4273: 'THNN_DoubleTemporalConvolution_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(487): note: see previous definition of 'THNN_DoubleTemporalConvolution_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalConvolution.c(241): warning C4273: 'THNN_DoubleTemporalConvolution_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(494): note: see previous definition of 'THNN_DoubleTemporalConvolution_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalSubSampling.c(14): warning C4273: 'THNN_FloatTemporalSubSampling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(515): note: see previous definition of 'THNN_FloatTemporalSubSampling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalSubSampling.c(54): warning C4273: 'THNN_FloatTemporalSubSampling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(523): note: see previous definition of 'THNN_FloatTemporalSubSampling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalSubSampling.c(92): warning C4273: 'THNN_FloatTemporalSubSampling_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(530): note: see previous definition of 'THNN_FloatTemporalSubSampling_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalSubSampling.c(14): warning C4273: 'THNN_DoubleTemporalSubSampling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(515): note: see previous definition of 'THNN_DoubleTemporalSubSampling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalSubSampling.c(54): warning C4273: 'THNN_DoubleTemporalSubSampling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(523): note: see previous definition of 'THNN_DoubleTemporalSubSampling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalSubSampling.c(92): warning C4273: 'THNN_DoubleTemporalSubSampling_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(530): note: see previous definition of 'THNN_DoubleTemporalSubSampling_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalMaxPooling.c(12): warning C4273: 'THNN_FloatTemporalMaxPooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(502): note: see previous definition of 'THNN_FloatTemporalMaxPooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalMaxPooling.c(151): warning C4273: 'THNN_FloatTemporalMaxPooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(508): note: see previous definition of 'THNN_FloatTemporalMaxPooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalMaxPooling.c(12): warning C4273: 'THNN_DoubleTemporalMaxPooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(502): note: see previous definition of 'THNN_DoubleTemporalMaxPooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/TemporalMaxPooling.c(151): warning C4273: 'THNN_DoubleTemporalMaxPooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(508): note: see previous definition of 'THNN_DoubleTemporalMaxPooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/BatchNormalization.c(11): warning C4273: 'THNN_FloatBatchNormalization_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(539): note: see previous definition of 'THNN_FloatBatchNormalization_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/BatchNormalization.c(51): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/BatchNormalization.c(72): warning C4273: 'THNN_FloatBatchNormalization_backward': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(552): note: see previous definition of 'THNN_FloatBatchNormalization_backward'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/BatchNormalization.c(87): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/BatchNormalization.c(115): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/BatchNormalization.c(131): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/BatchNormalization.c(136): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/BatchNormalization.c(11): warning C4273: 'THNN_DoubleBatchNormalization_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(539): note: see previous definition of 'THNN_DoubleBatchNormalization_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/BatchNormalization.c(72): warning C4273: 'THNN_DoubleBatchNormalization_backward': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(552): note: see previous definition of 'THNN_DoubleBatchNormalization_backward'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(24): warning C4273: 'THNN_Floatunfolded_acc': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(919): note: see previous definition of 'THNN_Floatunfolded_acc'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(53): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(53): warning C4244: '=': conversion from 'float' to 'std::size_t', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(54): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(54): warning C4244: '=': conversion from 'float' to 'std::size_t', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(55): warning C4267: 'function': conversion from 'size_t' to 'const long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(98): warning C4273: 'THNN_Floatunfolded_copy': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(928): note: see previous definition of 'THNN_Floatunfolded_copy'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(122): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(122): warning C4244: '=': conversion from 'float' to 'std::size_t', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(123): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(123): warning C4244: '=': conversion from 'float' to 'std::size_t', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(24): warning C4273: 'THNN_Doubleunfolded_acc': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(919): note: see previous definition of 'THNN_Doubleunfolded_acc'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(53): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(53): warning C4244: '=': conversion from 'float' to 'std::size_t', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(54): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(54): warning C4244: '=': conversion from 'float' to 'std::size_t', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(55): warning C4267: 'function': conversion from 'size_t' to 'const long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(98): warning C4273: 'THNN_Doubleunfolded_copy': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(928): note: see previous definition of 'THNN_Doubleunfolded_copy'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(122): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(122): warning C4244: '=': conversion from 'float' to 'std::size_t', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(123): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/unfold.c(123): warning C4244: '=': conversion from 'float' to 'std::size_t', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionMap.c(9): warning C4273: 'THNN_FloatSpatialConvolutionMap_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(568): note: see previous definition of 'THNN_FloatSpatialConvolutionMap_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionMap.c(105): warning C4273: 'THNN_FloatSpatialConvolutionMap_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(578): note: see previous definition of 'THNN_FloatSpatialConvolutionMap_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionMap.c(181): warning C4273: 'THNN_FloatSpatialConvolutionMap_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(589): note: see previous definition of 'THNN_FloatSpatialConvolutionMap_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionMap.c(9): warning C4273: 'THNN_DoubleSpatialConvolutionMap_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(568): note: see previous definition of 'THNN_DoubleSpatialConvolutionMap_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionMap.c(105): warning C4273: 'THNN_DoubleSpatialConvolutionMap_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(578): note: see previous definition of 'THNN_DoubleSpatialConvolutionMap_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionMap.c(181): warning C4273: 'THNN_DoubleSpatialConvolutionMap_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(589): note: see previous definition of 'THNN_DoubleSpatialConvolutionMap_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionMM.c(58): warning C4273: 'THNN_FloatSpatialConvolutionMM_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(601): note: see previous definition of 'THNN_FloatSpatialConvolutionMM_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionMM.c(185): warning C4273: 'THNN_FloatSpatialConvolutionMM_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(612): note: see previous definition of 'THNN_FloatSpatialConvolutionMM_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionMM.c(286): warning C4273: 'THNN_FloatSpatialConvolutionMM_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(623): note: see previous definition of 'THNN_FloatSpatialConvolutionMM_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionMM.c(58): warning C4273: 'THNN_DoubleSpatialConvolutionMM_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(601): note: see previous definition of 'THNN_DoubleSpatialConvolutionMM_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionMM.c(185): warning C4273: 'THNN_DoubleSpatialConvolutionMM_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(612): note: see previous definition of 'THNN_DoubleSpatialConvolutionMM_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionMM.c(286): warning C4273: 'THNN_DoubleSpatialConvolutionMM_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(623): note: see previous definition of 'THNN_DoubleSpatialConvolutionMM_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionLocal.c(11): warning C4101: 'i': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionLocal.c(49): warning C4273: 'THNN_FloatSpatialConvolutionLocal_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(636): note: see previous definition of 'THNN_FloatSpatialConvolutionLocal_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionLocal.c(132): warning C4273: 'THNN_FloatSpatialConvolutionLocal_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(649): note: see previous definition of 'THNN_FloatSpatialConvolutionLocal_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionLocal.c(211): warning C4273: 'THNN_FloatSpatialConvolutionLocal_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(662): note: see previous definition of 'THNN_FloatSpatialConvolutionLocal_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionLocal.c(11): warning C4101: 'i': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionLocal.c(49): warning C4273: 'THNN_DoubleSpatialConvolutionLocal_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(636): note: see previous definition of 'THNN_DoubleSpatialConvolutionLocal_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionLocal.c(132): warning C4273: 'THNN_DoubleSpatialConvolutionLocal_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(649): note: see previous definition of 'THNN_DoubleSpatialConvolutionLocal_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialConvolutionLocal.c(211): warning C4273: 'THNN_DoubleSpatialConvolutionLocal_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(662): note: see previous definition of 'THNN_DoubleSpatialConvolutionLocal_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFullConvolution.c(72): warning C4273: 'THNN_FloatSpatialFullConvolution_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(727): note: see previous definition of 'THNN_FloatSpatialFullConvolution_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFullConvolution.c(191): warning C4273: 'THNN_FloatSpatialFullConvolution_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(739): note: see previous definition of 'THNN_FloatSpatialFullConvolution_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFullConvolution.c(285): warning C4273: 'THNN_FloatSpatialFullConvolution_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(750): note: see previous definition of 'THNN_FloatSpatialFullConvolution_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFullConvolution.c(72): warning C4273: 'THNN_DoubleSpatialFullConvolution_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(727): note: see previous definition of 'THNN_DoubleSpatialFullConvolution_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFullConvolution.c(191): warning C4273: 'THNN_DoubleSpatialFullConvolution_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(739): note: see previous definition of 'THNN_DoubleSpatialFullConvolution_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFullConvolution.c(285): warning C4273: 'THNN_DoubleSpatialFullConvolution_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(750): note: see previous definition of 'THNN_DoubleSpatialFullConvolution_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFullConvolutionMap.c(9): warning C4273: 'THNN_FloatSpatialFullConvolutionMap_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(764): note: see previous definition of 'THNN_FloatSpatialFullConvolutionMap_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFullConvolutionMap.c(90): warning C4273: 'THNN_FloatSpatialFullConvolutionMap_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(774): note: see previous definition of 'THNN_FloatSpatialFullConvolutionMap_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFullConvolutionMap.c(153): warning C4273: 'THNN_FloatSpatialFullConvolutionMap_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(785): note: see previous definition of 'THNN_FloatSpatialFullConvolutionMap_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFullConvolutionMap.c(9): warning C4273: 'THNN_DoubleSpatialFullConvolutionMap_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(764): note: see previous definition of 'THNN_DoubleSpatialFullConvolutionMap_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFullConvolutionMap.c(90): warning C4273: 'THNN_DoubleSpatialFullConvolutionMap_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(774): note: see previous definition of 'THNN_DoubleSpatialFullConvolutionMap_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFullConvolutionMap.c(153): warning C4273: 'THNN_DoubleSpatialFullConvolutionMap_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(785): note: see previous definition of 'THNN_DoubleSpatialFullConvolutionMap_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialDilatedConvolution.c(17): warning C4273: 'THNN_FloatSpatialDilatedConvolution_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(797): note: see previous definition of 'THNN_FloatSpatialDilatedConvolution_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialDilatedConvolution.c(144): warning C4273: 'THNN_FloatSpatialDilatedConvolution_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(810): note: see previous definition of 'THNN_FloatSpatialDilatedConvolution_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialDilatedConvolution.c(238): warning C4273: 'THNN_FloatSpatialDilatedConvolution_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(822): note: see previous definition of 'THNN_FloatSpatialDilatedConvolution_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialDilatedConvolution.c(17): warning C4273: 'THNN_DoubleSpatialDilatedConvolution_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(797): note: see previous definition of 'THNN_DoubleSpatialDilatedConvolution_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialDilatedConvolution.c(144): warning C4273: 'THNN_DoubleSpatialDilatedConvolution_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(810): note: see previous definition of 'THNN_DoubleSpatialDilatedConvolution_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialDilatedConvolution.c(238): warning C4273: 'THNN_DoubleSpatialDilatedConvolution_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(822): note: see previous definition of 'THNN_DoubleSpatialDilatedConvolution_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAdaptiveMaxPooling.c(67): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAdaptiveMaxPooling.c(68): warning C4244: '=': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAdaptiveMaxPooling.c(81): warning C4273: 'THNN_FloatSpatialAdaptiveMaxPooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(677): note: see previous definition of 'THNN_FloatSpatialAdaptiveMaxPooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAdaptiveMaxPooling.c(192): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAdaptiveMaxPooling.c(193): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAdaptiveMaxPooling.c(208): warning C4273: 'THNN_FloatSpatialAdaptiveMaxPooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(683): note: see previous definition of 'THNN_FloatSpatialAdaptiveMaxPooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAdaptiveMaxPooling.c(81): warning C4273: 'THNN_DoubleSpatialAdaptiveMaxPooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(677): note: see previous definition of 'THNN_DoubleSpatialAdaptiveMaxPooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAdaptiveMaxPooling.c(192): warning C4244: 'initializing': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAdaptiveMaxPooling.c(193): warning C4244: 'initializing': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAdaptiveMaxPooling.c(208): warning C4273: 'THNN_DoubleSpatialAdaptiveMaxPooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(683): note: see previous definition of 'THNN_DoubleSpatialAdaptiveMaxPooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(17): warning C4273: 'THNN_FloatSpatialAveragePooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(690): note: see previous definition of 'THNN_FloatSpatialAveragePooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(101): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(102): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(104): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(104): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(105): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(105): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(106): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(106): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(107): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(107): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(101): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(102): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(146): warning C4273: 'THNN_FloatSpatialAveragePooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(699): note: see previous definition of 'THNN_FloatSpatialAveragePooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(227): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(228): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(230): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(230): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(231): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(231): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(232): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(232): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(233): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(233): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(227): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(228): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(17): warning C4273: 'THNN_DoubleSpatialAveragePooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(690): note: see previous definition of 'THNN_DoubleSpatialAveragePooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(101): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(102): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(104): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(104): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(105): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(105): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(106): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(106): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(107): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(107): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(101): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(102): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(146): warning C4273: 'THNN_DoubleSpatialAveragePooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(699): note: see previous definition of 'THNN_DoubleSpatialAveragePooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(227): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(228): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(230): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(230): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(231): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(231): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(232): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(232): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(233): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(233): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(227): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialAveragePooling.c(228): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFractionalMaxPooling.c(98): warning C4273: 'THNN_FloatSpatialFractionalMaxPooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(710): note: see previous definition of 'THNN_FloatSpatialFractionalMaxPooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFractionalMaxPooling.c(180): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFractionalMaxPooling.c(196): warning C4273: 'THNN_FloatSpatialFractionalMaxPooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(718): note: see previous definition of 'THNN_FloatSpatialFractionalMaxPooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFractionalMaxPooling.c(98): warning C4273: 'THNN_DoubleSpatialFractionalMaxPooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(710): note: see previous definition of 'THNN_DoubleSpatialFractionalMaxPooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFractionalMaxPooling.c(180): warning C4244: 'initializing': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialFractionalMaxPooling.c(196): warning C4273: 'THNN_DoubleSpatialFractionalMaxPooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(718): note: see previous definition of 'THNN_DoubleSpatialFractionalMaxPooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(37): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(38): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(71): warning C4244: '=': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(37): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(38): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(91): warning C4273: 'THNN_FloatSpatialMaxPooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(836): note: see previous definition of 'THNN_FloatSpatialMaxPooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(226): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(249): warning C4273: 'THNN_FloatSpatialMaxPooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(846): note: see previous definition of 'THNN_FloatSpatialMaxPooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(37): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(38): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(37): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(38): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(91): warning C4273: 'THNN_DoubleSpatialMaxPooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(836): note: see previous definition of 'THNN_DoubleSpatialMaxPooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(226): warning C4244: 'initializing': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxPooling.c(249): warning C4273: 'THNN_DoubleSpatialMaxPooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(846): note: see previous definition of 'THNN_DoubleSpatialMaxPooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxUnpooling.c(24): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxUnpooling.c(40): warning C4273: 'THNN_FloatSpatialMaxUnpooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(858): note: see previous definition of 'THNN_FloatSpatialMaxUnpooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxUnpooling.c(135): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxUnpooling.c(152): warning C4273: 'THNN_FloatSpatialMaxUnpooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(864): note: see previous definition of 'THNN_FloatSpatialMaxUnpooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxUnpooling.c(24): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxUnpooling.c(40): warning C4273: 'THNN_DoubleSpatialMaxUnpooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(858): note: see previous definition of 'THNN_DoubleSpatialMaxUnpooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxUnpooling.c(135): warning C4244: '=': conversion from 'double' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialMaxUnpooling.c(152): warning C4273: 'THNN_DoubleSpatialMaxUnpooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(864): note: see previous definition of 'THNN_DoubleSpatialMaxUnpooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialSubSampling.c(13): warning C4273: 'THNN_FloatSpatialSubSampling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(872): note: see previous definition of 'THNN_FloatSpatialSubSampling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialSubSampling.c(107): warning C4273: 'THNN_FloatSpatialSubSampling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(880): note: see previous definition of 'THNN_FloatSpatialSubSampling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialSubSampling.c(190): warning C4273: 'THNN_FloatSpatialSubSampling_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(888): note: see previous definition of 'THNN_FloatSpatialSubSampling_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialSubSampling.c(13): warning C4273: 'THNN_DoubleSpatialSubSampling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(872): note: see previous definition of 'THNN_DoubleSpatialSubSampling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialSubSampling.c(107): warning C4273: 'THNN_DoubleSpatialSubSampling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(880): note: see previous definition of 'THNN_DoubleSpatialSubSampling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialSubSampling.c(190): warning C4273: 'THNN_DoubleSpatialSubSampling_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(888): note: see previous definition of 'THNN_DoubleSpatialSubSampling_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingNearest.c(10): warning C4273: 'THNN_FloatSpatialUpSamplingNearest_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(898): note: see previous definition of 'THNN_FloatSpatialUpSamplingNearest_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingNearest.c(76): warning C4273: 'THNN_FloatSpatialUpSamplingNearest_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(903): note: see previous definition of 'THNN_FloatSpatialUpSamplingNearest_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingNearest.c(10): warning C4273: 'THNN_DoubleSpatialUpSamplingNearest_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(898): note: see previous definition of 'THNN_DoubleSpatialUpSamplingNearest_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingNearest.c(76): warning C4273: 'THNN_DoubleSpatialUpSamplingNearest_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(903): note: see previous definition of 'THNN_DoubleSpatialUpSamplingNearest_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingBilinear.c(11): warning C4273: 'THNN_FloatSpatialUpSamplingBilinear_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(910): note: see previous definition of 'THNN_FloatSpatialUpSamplingBilinear_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingBilinear.c(44): warning C4244: 'initializing': conversion from 'const float' to 'const int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingBilinear.c(50): warning C4244: 'initializing': conversion from 'const float' to 'const int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingBilinear.c(70): warning C4273: 'THNN_FloatSpatialUpSamplingBilinear_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(914): note: see previous definition of 'THNN_FloatSpatialUpSamplingBilinear_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingBilinear.c(103): warning C4244: 'initializing': conversion from 'const float' to 'const int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingBilinear.c(109): warning C4244: 'initializing': conversion from 'const float' to 'const int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingBilinear.c(11): warning C4273: 'THNN_DoubleSpatialUpSamplingBilinear_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(910): note: see previous definition of 'THNN_DoubleSpatialUpSamplingBilinear_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingBilinear.c(44): warning C4244: 'initializing': conversion from 'const float' to 'const int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingBilinear.c(50): warning C4244: 'initializing': conversion from 'const float' to 'const int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingBilinear.c(70): warning C4273: 'THNN_DoubleSpatialUpSamplingBilinear_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(914): note: see previous definition of 'THNN_DoubleSpatialUpSamplingBilinear_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingBilinear.c(103): warning C4244: 'initializing': conversion from 'const float' to 'const int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialUpSamplingBilinear.c(109): warning C4244: 'initializing': conversion from 'const float' to 'const int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricAveragePooling.c(73): warning C4273: 'THNN_FloatVolumetricAveragePooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(938): note: see previous definition of 'THNN_FloatVolumetricAveragePooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricAveragePooling.c(229): warning C4273: 'THNN_FloatVolumetricAveragePooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(944): note: see previous definition of 'THNN_FloatVolumetricAveragePooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricAveragePooling.c(73): warning C4273: 'THNN_DoubleVolumetricAveragePooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(938): note: see previous definition of 'THNN_DoubleVolumetricAveragePooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricAveragePooling.c(229): warning C4273: 'THNN_DoubleVolumetricAveragePooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(944): note: see previous definition of 'THNN_DoubleVolumetricAveragePooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolution.c(19): warning C4273: 'THNN_FloatVolumetricConvolution_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(952): note: see previous definition of 'THNN_FloatVolumetricConvolution_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolution.c(106): warning C4273: 'THNN_FloatVolumetricConvolution_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(962): note: see previous definition of 'THNN_FloatVolumetricConvolution_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolution.c(175): warning C4273: 'THNN_FloatVolumetricConvolution_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(971): note: see previous definition of 'THNN_FloatVolumetricConvolution_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolution.c(209): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolution.c(235): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolution.c(19): warning C4273: 'THNN_DoubleVolumetricConvolution_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(952): note: see previous definition of 'THNN_DoubleVolumetricConvolution_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolution.c(106): warning C4273: 'THNN_DoubleVolumetricConvolution_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(962): note: see previous definition of 'THNN_DoubleVolumetricConvolution_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolution.c(175): warning C4273: 'THNN_DoubleVolumetricConvolution_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(971): note: see previous definition of 'THNN_DoubleVolumetricConvolution_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolutionMM.c(241): warning C4273: 'THNN_FloatVolumetricConvolutionMM_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(983): note: see previous definition of 'THNN_FloatVolumetricConvolutionMM_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolutionMM.c(384): warning C4273: 'THNN_FloatVolumetricConvolutionMM_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(993): note: see previous definition of 'THNN_FloatVolumetricConvolutionMM_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolutionMM.c(481): warning C4273: 'THNN_FloatVolumetricConvolutionMM_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1004): note: see previous definition of 'THNN_FloatVolumetricConvolutionMM_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolutionMM.c(241): warning C4273: 'THNN_DoubleVolumetricConvolutionMM_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(983): note: see previous definition of 'THNN_DoubleVolumetricConvolutionMM_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolutionMM.c(384): warning C4273: 'THNN_DoubleVolumetricConvolutionMM_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(993): note: see previous definition of 'THNN_DoubleVolumetricConvolutionMM_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricConvolutionMM.c(481): warning C4273: 'THNN_DoubleVolumetricConvolutionMM_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1004): note: see previous definition of 'THNN_DoubleVolumetricConvolutionMM_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricFullConvolution.c(99): warning C4273: 'THNN_FloatVolumetricFullConvolution_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1013): note: see previous definition of 'THNN_FloatVolumetricFullConvolution_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricFullConvolution.c(240): warning C4273: 'THNN_FloatVolumetricFullConvolution_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1024): note: see previous definition of 'THNN_FloatVolumetricFullConvolution_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricFullConvolution.c(350): warning C4273: 'THNN_FloatVolumetricFullConvolution_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1035): note: see previous definition of 'THNN_FloatVolumetricFullConvolution_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricFullConvolution.c(99): warning C4273: 'THNN_DoubleVolumetricFullConvolution_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1013): note: see previous definition of 'THNN_DoubleVolumetricFullConvolution_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricFullConvolution.c(240): warning C4273: 'THNN_DoubleVolumetricFullConvolution_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1024): note: see previous definition of 'THNN_DoubleVolumetricFullConvolution_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricFullConvolution.c(350): warning C4273: 'THNN_DoubleVolumetricFullConvolution_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1035): note: see previous definition of 'THNN_DoubleVolumetricFullConvolution_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricDilatedConvolution.c(17): warning C4273: 'THNN_FloatVolumetricDilatedConvolution_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1048): note: see previous definition of 'THNN_FloatVolumetricDilatedConvolution_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricDilatedConvolution.c(148): warning C4273: 'THNN_FloatVolumetricDilatedConvolution_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1061): note: see previous definition of 'THNN_FloatVolumetricDilatedConvolution_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricDilatedConvolution.c(248): warning C4273: 'THNN_FloatVolumetricDilatedConvolution_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1073): note: see previous definition of 'THNN_FloatVolumetricDilatedConvolution_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricDilatedConvolution.c(17): warning C4273: 'THNN_DoubleVolumetricDilatedConvolution_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1048): note: see previous definition of 'THNN_DoubleVolumetricDilatedConvolution_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricDilatedConvolution.c(148): warning C4273: 'THNN_DoubleVolumetricDilatedConvolution_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1061): note: see previous definition of 'THNN_DoubleVolumetricDilatedConvolution_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricDilatedConvolution.c(248): warning C4273: 'THNN_DoubleVolumetricDilatedConvolution_accGradParameters': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1073): note: see previous definition of 'THNN_DoubleVolumetricDilatedConvolution_accGradParameters'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(44): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(44): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(45): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(45): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(46): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(46): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(48): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(48): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(49): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(49): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(50): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(50): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(44): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(45): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(46): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(115): warning C4273: 'THNN_FloatVolumetricMaxPooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1087): note: see previous definition of 'THNN_FloatVolumetricMaxPooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(305): warning C4273: 'THNN_FloatVolumetricMaxPooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1096): note: see previous definition of 'THNN_FloatVolumetricMaxPooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(44): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(44): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(45): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(45): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(46): warning C4244: 'function': conversion from 'int' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(46): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(48): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(48): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(49): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(49): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(50): warning C4244: 'function': conversion from 'long' to 'float', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(50): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(44): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(45): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(46): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(115): warning C4273: 'THNN_DoubleVolumetricMaxPooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1087): note: see previous definition of 'THNN_DoubleVolumetricMaxPooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxPooling.c(305): warning C4273: 'THNN_DoubleVolumetricMaxPooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1096): note: see previous definition of 'THNN_DoubleVolumetricMaxPooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxUnpooling.c(74): warning C4273: 'THNN_FloatVolumetricMaxUnpooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1105): note: see previous definition of 'THNN_FloatVolumetricMaxUnpooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxUnpooling.c(235): warning C4273: 'THNN_FloatVolumetricMaxUnpooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1113): note: see previous definition of 'THNN_FloatVolumetricMaxUnpooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxUnpooling.c(74): warning C4273: 'THNN_DoubleVolumetricMaxUnpooling_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1105): note: see previous definition of 'THNN_DoubleVolumetricMaxUnpooling_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricMaxUnpooling.c(235): warning C4273: 'THNN_DoubleVolumetricMaxUnpooling_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1113): note: see previous definition of 'THNN_DoubleVolumetricMaxUnpooling_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(13): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(14): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(15): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(16): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(18): warning C4101: 'ip_x': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(18): warning C4101: 'ip_y': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(57): warning C4273: 'THNN_FloatSpatialReflectionPadding_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1123): note: see previous definition of 'THNN_FloatSpatialReflectionPadding_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(143): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(144): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(145): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(146): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(148): warning C4101: 'ip_x': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(148): warning C4101: 'ip_y': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(188): warning C4273: 'THNN_FloatSpatialReflectionPadding_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1130): note: see previous definition of 'THNN_FloatSpatialReflectionPadding_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(13): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(14): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(15): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(16): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(18): warning C4101: 'ip_x': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(18): warning C4101: 'ip_y': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(57): warning C4273: 'THNN_DoubleSpatialReflectionPadding_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1123): note: see previous definition of 'THNN_DoubleSpatialReflectionPadding_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(143): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(144): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(145): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(146): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(148): warning C4101: 'ip_x': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(148): warning C4101: 'ip_y': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReflectionPadding.c(188): warning C4273: 'THNN_DoubleSpatialReflectionPadding_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1130): note: see previous definition of 'THNN_DoubleSpatialReflectionPadding_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(13): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(14): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(15): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(16): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(18): warning C4101: 'ip_x': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(18): warning C4101: 'ip_y': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(56): warning C4273: 'THNN_FloatSpatialReplicationPadding_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1138): note: see previous definition of 'THNN_FloatSpatialReplicationPadding_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(142): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(143): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(144): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(145): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(147): warning C4101: 'ip_x': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(147): warning C4101: 'ip_y': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(186): warning C4273: 'THNN_FloatSpatialReplicationPadding_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1145): note: see previous definition of 'THNN_FloatSpatialReplicationPadding_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(13): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(14): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(15): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(16): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(18): warning C4101: 'ip_x': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(18): warning C4101: 'ip_y': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(56): warning C4273: 'THNN_DoubleSpatialReplicationPadding_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1138): note: see previous definition of 'THNN_DoubleSpatialReplicationPadding_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(142): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(143): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(144): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(145): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(147): warning C4101: 'ip_x': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(147): warning C4101: 'ip_y': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/SpatialReplicationPadding.c(186): warning C4273: 'THNN_DoubleSpatialReplicationPadding_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1145): note: see previous definition of 'THNN_DoubleSpatialReplicationPadding_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(14): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(15): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(16): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(17): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(18): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(19): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(21): warning C4101: 'ip_x': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(21): warning C4101: 'ip_z': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(21): warning C4101: 'ip_y': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(72): warning C4273: 'THNN_FloatVolumetricReplicationPadding_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1153): note: see previous definition of 'THNN_FloatVolumetricReplicationPadding_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(165): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(166): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(167): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(168): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(169): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(170): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(172): warning C4101: 'ip_x': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(172): warning C4101: 'ip_z': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(172): warning C4101: 'ip_y': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(224): warning C4273: 'THNN_FloatVolumetricReplicationPadding_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1161): note: see previous definition of 'THNN_FloatVolumetricReplicationPadding_updateGradInput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(14): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(15): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(16): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(17): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(18): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(19): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(21): warning C4101: 'ip_x': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(21): warning C4101: 'ip_z': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(21): warning C4101: 'ip_y': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(72): warning C4273: 'THNN_DoubleVolumetricReplicationPadding_updateOutput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1153): note: see previous definition of 'THNN_DoubleVolumetricReplicationPadding_updateOutput'
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(165): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(166): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(167): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(168): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(169): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(170): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(172): warning C4101: 'ip_x': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(172): warning C4101: 'ip_z': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(172): warning C4101: 'ip_y': unreferenced local variable
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/VolumetricReplicationPadding.c(224): warning C4273: 'THNN_DoubleVolumetricReplicationPadding_updateGradInput': inconsistent dll linkage
c:\jenkins\workspace\torch-win64\extra\nn\lib\thnn\generic/THNN.h(1161): note: see previous definition of 'THNN_DoubleVolumetricReplicationPadding_updateGradInput'
[100%] Linking C shared module ..\..\libTHNN.dll
Creating library libTHNN.lib and object libTHNN.exp
[100%] Built target THNN
Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.
[100%] Built target THNN
Install the project...
-- Install configuration: "Release"
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Abs.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/AbsCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Add.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/AddConstant.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/BCECriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/BatchNormalization.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Bilinear.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Bottle.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/CAddTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/CDivTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/CMul.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/CMulTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/CSubTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Clamp.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/ClassNLLCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/ClassSimplexCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Concat.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/ConcatTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Container.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Contiguous.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Copy.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Cosine.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/CosineDistance.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/CosineEmbeddingCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Criterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/CriterionTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/CrossEntropyCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/DepthConcat.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/DistKLDivCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/DotProduct.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Dropout.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/ELU.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/ErrorMessages.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Euclidean.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Exp.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/FlattenTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/GPU.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/GradientReversal.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/HardShrink.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/HardTanh.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/HingeEmbeddingCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Identity.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Index.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Jacobian.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/JoinTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/L1Cost.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/L1HingeEmbeddingCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/L1Penalty.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/LeakyReLU.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Linear.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Log.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/LogSigmoid.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/LogSoftMax.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/LookupTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/MM.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/MSECriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/MV.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/MarginCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/MarginRankingCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/MaskedSelect.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Max.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Mean.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Min.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/MixtureTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Module.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Mul.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/MulConstant.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/MultiCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/MultiLabelMarginCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/MultiLabelSoftMarginCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/MultiMarginCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Narrow.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/NarrowTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Normalize.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/PReLU.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Padding.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/PairwiseDistance.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Parallel.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/ParallelCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/ParallelTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/PartialLinear.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Power.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/RReLU.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/ReLU.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/ReLU6.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Replicate.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Reshape.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Select.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SelectTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Sequential.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Sigmoid.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SmoothL1Criterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SoftMarginCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SoftMax.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SoftMin.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SoftPlus.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SoftShrink.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SoftSign.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SparseJacobian.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SparseLinear.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialAdaptiveMaxPooling.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialAveragePooling.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialBatchNormalization.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialClassNLLCriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialContrastiveNormalization.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialConvolution.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialConvolutionLocal.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialConvolutionMM.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialConvolutionMap.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialCrossMapLRN.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialDilatedConvolution.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialDilatedMaxPooling.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialDivisiveNormalization.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialDropout.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialFractionalMaxPooling.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialFullConvolution.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialFullConvolutionMap.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialLPPooling.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialMaxPooling.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialMaxUnpooling.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialReflectionPadding.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialReplicationPadding.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialSoftMax.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialSubSampling.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialSubtractiveNormalization.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialUpSamplingBilinear.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialUpSamplingNearest.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SpatialZeroPadding.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/SplitTable.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Sqrt.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Square.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Squeeze.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/StochasticGradient.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Sum.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/THNN.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/THNN_h.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Tanh.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/TanhShrink.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/TemporalConvolution.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/TemporalMaxPooling.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/TemporalSubSampling.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Threshold.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Transpose.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/Unsqueeze.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/View.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/VolumetricAveragePooling.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/VolumetricBatchNormalization.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/VolumetricConvolution.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/VolumetricDilatedConvolution.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/VolumetricDropout.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/VolumetricFullConvolution.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/VolumetricMaxPooling.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/VolumetricMaxUnpooling.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/VolumetricReplicationPadding.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/WeightedEuclidean.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/WeightedMSECriterion.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/hessian.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/init.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/test.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/utils.lua
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/containers.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/convolution.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/criterion.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/abs.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/elu.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/exp.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/hshrink.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/htanh.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/lena.jpg
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/lenap.jpg
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/logsigmoid.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/logsoftmax.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/parameterflattening.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/parameterflattening.svg
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/power.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/prelu.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/relu.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/relu6.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/rrelu.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/sigmmoid.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/sigmoid.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/softmax.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/softmin.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/softplus.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/softsign.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/sqrt.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/square.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/sshrink.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/image/tanh.png
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/index.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/module.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/overview.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/simple.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/table.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/testing.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/training.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/doc/transfer.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lua/nn/README.md
-- Installing: C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1/lib/libTHNN.dll
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="C:/jenkins/workspace/torch-win64/install/./.." -DCMAKE_INSTALL_PREFIX="C:/jenkins/workspace/torch-win64/install/luarocks/nn/scm-1" -DLUA_INCDIR="C:/jenkins/workspace/torch-win64/install/include" -DLUA_LIBDIR="C:/jenkins/workspace/torch-win64/install/." && nmake
cd build && nmake install
Updating manifest for C:/jenkins/workspace/torch-win64/install/luarocks
nn scm-1 is now built and installed in C:/jenkins/workspace/torch-win64/install/ (license: BSD)
c:\jenkins\workspace\torch-win64\extra\nn>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\extra\nn>cmd /c luajit -l nn -e "nn.test()"
Seed: 1.473615816e+14
Running 175 tests
1/175 VolumetricMaxUnpooling .......................................... [WAIT]
1/175 VolumetricMaxUnpooling .......................................... [PASS]
2/175 ConcatTable ..................................................... [WAIT]
2/175 ConcatTable ..................................................... [PASS]
3/175 MV .............................................................. [WAIT]
3/175 MV .............................................................. [PASS]
4/175 SpatialAveragePooling ........................................... [WAIT]
4/175 SpatialAveragePooling ........................................... [PASS]
5/175 Module_getParameters_8 .......................................... [WAIT]
5/175 Module_getParameters_8 .......................................... [PASS]
6/175 tostringnnSpatialZeroPadding .................................... [WAIT]
6/175 tostringnnSpatialZeroPadding .................................... [PASS]
7/175 BCECriterion .................................................... [WAIT]
7/175 BCECriterion .................................................... [PASS]
8/175 VolumetricReplicationPadding .................................... [WAIT]
8/175 VolumetricReplicationPadding .................................... [PASS]
9/175 Reshape ......................................................... [WAIT]
9/175 Reshape ......................................................... [PASS]
10/175 SparseLinear .................................................... [WAIT]
10/175 SparseLinear .................................................... [PASS]
11/175 SoftMarginCriterion ............................................. [WAIT]
11/175 SoftMarginCriterion ............................................. [PASS]
12/175 SpatialCrossMapLRN .............................................. [WAIT]
12/175 SpatialCrossMapLRN .............................................. [PASS]
13/175 TemporalConvolution ............................................. [WAIT]
13/175 TemporalConvolution ............................................. [PASS]
14/175 PairwiseDistance ................................................ [WAIT]
14/175 PairwiseDistance ................................................ [PASS]
15/175 SpatialClassNLLCriterion ........................................ [WAIT]
15/175 SpatialClassNLLCriterion ........................................ [PASS]
16/175 WeightedMSECriterion ............................................ [WAIT]
16/175 WeightedMSECriterion ............................................ [PASS]
17/175 Bottle .......................................................... [WAIT]
17/175 Bottle .......................................................... [PASS]
18/175 SmoothL1Criterion ............................................... [WAIT]
18/175 SmoothL1Criterion ............................................... [PASS]
19/175 TemporalSubSampling ............................................. [WAIT]
19/175 TemporalSubSampling ............................................. [PASS]
20/175 SpatialDropoutBatch ............................................. [WAIT]
20/175 SpatialDropoutBatch ............................................. [PASS]
21/175 PartialLinear ................................................... [WAIT]
21/175 PartialLinear ................................................... [PASS]
22/175 VolumetricDropoutBatch .......................................... [WAIT]
22/175 VolumetricDropoutBatch .......................................... [PASS]
23/175 Mul ............................................................. [WAIT]
23/175 Mul ............................................................. [PASS]
24/175 Module_getParameters_5 .......................................... [WAIT]
24/175 Module_getParameters_5 .......................................... [PASS]
25/175 Min ............................................................. [WAIT]
25/175 Min ............................................................. [PASS]
26/175 Exp ............................................................. [WAIT]
26/175 Exp ............................................................. [PASS]
27/175 Add ............................................................. [WAIT]
27/175 Add ............................................................. [PASS]
28/175 Module_listModules .............................................. [WAIT]
28/175 Module_listModules .............................................. [PASS]
29/175 SpatialConvolutionLocal ......................................... [WAIT]
29/175 SpatialConvolutionLocal ......................................... [PASS]
30/175 Squeeze ......................................................... [WAIT]
30/175 Squeeze ......................................................... [PASS]
31/175 MultiCriterion .................................................. [WAIT]
31/175 MultiCriterion .................................................. [PASS]
32/175 Module_apply .................................................... [WAIT]
32/175 Module_apply .................................................... [PASS]
33/175 Max ............................................................. [WAIT]
33/175 Max ............................................................. [PASS]
34/175 MulConstant ..................................................... [WAIT]
34/175 MulConstant ..................................................... [PASS]
35/175 NarrowTable ..................................................... [WAIT]
35/175 NarrowTable ..................................................... [PASS]
36/175 View ............................................................ [WAIT]
36/175 View ............................................................ [PASS]
37/175 VolumetricConvolution ........................................... [WAIT]
37/175 VolumetricConvolution ........................................... [PASS]
38/175 tostringnnReshape ............................................... [WAIT]
38/175 tostringnnReshape ............................................... [PASS]
39/175 Module_getParameters_4 .......................................... [WAIT]
39/175 Module_getParameters_4 .......................................... [PASS]
40/175 HardTanh ........................................................ [WAIT]
40/175 HardTanh ........................................................ [PASS]
41/175 DistKLDivCriterion .............................................. [WAIT]
41/175 DistKLDivCriterion .............................................. [PASS]
42/175 SplitTable ...................................................... [WAIT]
42/175 SplitTable ...................................................... [PASS]
43/175 DotProduct ...................................................... [WAIT]
43/175 DotProduct ...................................................... [PASS]
44/175 HingeEmbeddingCriterion ......................................... [WAIT]
44/175 HingeEmbeddingCriterion ......................................... [PASS]
45/175 SpatialBatchNormalization ....................................... [WAIT]
45/175 SpatialBatchNormalization ....................................... [PASS]
46/175 DepthConcat ..................................................... [WAIT]
46/175 DepthConcat ..................................................... [PASS]
47/175 Sigmoid ......................................................... [WAIT]
47/175 Sigmoid ......................................................... [PASS]
48/175 SpatialAdaptiveMaxPooling ....................................... [WAIT]
48/175 SpatialAdaptiveMaxPooling ....................................... [PASS]
49/175 Parallel ........................................................ [WAIT]
49/175 Parallel ........................................................ [PASS]
50/175 SoftShrink ...................................................... [WAIT]
50/175 SoftShrink ...................................................... [PASS]
51/175 Module_getParameters_1 .......................................... [WAIT]
51/175 Module_getParameters_1 .......................................... [PASS]
52/175 GPU ............................................................. [WAIT]
52/175 GPU ............................................................. [PASS]
53/175 Log ............................................................. [WAIT]
53/175 Log ............................................................. [PASS]
54/175 VolumetricDropout ............................................... [WAIT]
54/175 VolumetricDropout ............................................... [PASS]
55/175 SpatialDropout .................................................. [WAIT]
55/175 SpatialDropout .................................................. [PASS]
56/175 LeakyReLU ....................................................... [WAIT]
56/175 LeakyReLU ....................................................... [PASS]
57/175 SpatialUpSamplingNearest ........................................ [WAIT]
57/175 SpatialUpSamplingNearest ........................................ [PASS]
58/175 SpatialFullConvolutionBatchCompare .............................. [WAIT]
58/175 SpatialFullConvolutionBatchCompare .............................. [PASS]
59/175 Module_getParameters_12 ......................................... [WAIT]
59/175 Module_getParameters_12 ......................................... [PASS]
60/175 Euclidean ....................................................... [WAIT]
60/175 Euclidean ....................................................... [PASS]
61/175 SpatialMaxPooling ............................................... [WAIT]
61/175 SpatialMaxPooling ............................................... [PASS]
62/175 MaskedSelect .................................................... [WAIT]
62/175 MaskedSelect .................................................... [PASS]
63/175 MultiMarginCriterion ............................................ [WAIT]
63/175 MultiMarginCriterion ............................................ [PASS]
64/175 LogSoftmax ...................................................... [WAIT]
64/175 LogSoftmax ...................................................... [PASS]
65/175 ELU ............................................................. [WAIT]
65/175 ELU ............................................................. [PASS]
66/175 Softmax ......................................................... [WAIT]
66/175 Softmax ......................................................... [PASS]
67/175 SpatialReflectionPadding ........................................ [WAIT]
67/175 SpatialReflectionPadding ........................................ [PASS]
68/175 Copy ............................................................ [WAIT]
68/175 Copy ............................................................ [PASS]
69/175 Unsqueeze ....................................................... [WAIT]
69/175 Unsqueeze ....................................................... [PASS]
70/175 VolumetricAveragePooling ........................................ [WAIT]
70/175 VolumetricAveragePooling ........................................ [PASS]
71/175 SpatialSubtractiveNormalization_2dkernel ........................ [WAIT]
71/175 SpatialSubtractiveNormalization_2dkernel ........................ [PASS]
72/175 MultiLabelSoftMarginCriterion ................................... [WAIT]
72/175 MultiLabelSoftMarginCriterion ................................... [PASS]
73/175 Softmin ......................................................... [WAIT]
73/175 Softmin ......................................................... [PASS]
74/175 SpatialUpSamplingBilinear ....................................... [WAIT]
74/175 SpatialUpSamplingBilinear ....................................... [PASS]
75/175 Padding ......................................................... [WAIT]
75/175 Padding ......................................................... [PASS]
76/175 Module_getParameters_2 .......................................... [WAIT]
76/175 Module_getParameters_2 .......................................... [PASS]
77/175 VolumetricFullConvolution_simple_test ........................... [WAIT]
77/175 VolumetricFullConvolution_simple_test ........................... [PASS]
78/175 MarginRankingCriterion .......................................... [WAIT]
78/175 MarginRankingCriterion .......................................... [PASS]
79/175 ParallelCriterion ............................................... [WAIT]
79/175 ParallelCriterion ............................................... [PASS]
80/175 Concat .......................................................... [WAIT]
80/175 Concat .......................................................... [PASS]
81/175 CrossEntropyCriterion ........................................... [WAIT]
81/175 CrossEntropyCriterion ........................................... [PASS]
82/175 ErrorHandling ................................................... [WAIT]
82/175 ErrorHandling ................................................... [PASS]
83/175 SpatialSubtractiveNormalization_1dkernel ........................ [WAIT]
83/175 SpatialSubtractiveNormalization_1dkernel ........................ [PASS]
84/175 ParallelTable ................................................... [WAIT]
84/175 ParallelTable ................................................... [PASS]
85/175 HardShrink ...................................................... [WAIT]
85/175 HardShrink ...................................................... [PASS]
86/175 ELUIP ........................................................... [WAIT]
86/175 ELUIP ........................................................... [PASS]
87/175 SpatialSubSamplingBatchCompare .................................. [WAIT]
87/175 SpatialSubSamplingBatchCompare .................................. [PASS]
88/175 Abs ............................................................. [WAIT]
88/175 Abs ............................................................. [PASS]
89/175 Module_getParameters_6 .......................................... [WAIT]
89/175 Module_getParameters_6 .......................................... [PASS]
90/175 VolumetricConvolutionBatchCompare ............................... [WAIT]
90/175 VolumetricConvolutionBatchCompare ............................... [PASS]
91/175 AddConstant ..................................................... [WAIT]
91/175 AddConstant ..................................................... [PASS]
92/175 BatchMMTransposeB ............................................... [WAIT]
92/175 BatchMMTransposeB ............................................... [PASS]
93/175 Softsign ........................................................ [WAIT]
93/175 Softsign ........................................................ [PASS]
94/175 WeightedEuclidean ............................................... [WAIT]
94/175 WeightedEuclidean ............................................... [PASS]
95/175 PReLU ........................................................... [WAIT]
95/175 PReLU ........................................................... [PASS]
96/175 VolumetricBatchNormalization .................................... [WAIT]
96/175 VolumetricBatchNormalization .................................... [PASS]
97/175 ClassSimplexCriterion ........................................... [WAIT]
97/175 ClassSimplexCriterion ........................................... [PASS]
98/175 ClassNLLCriterion ............................................... [WAIT]
98/175 ClassNLLCriterion ............................................... [PASS]
99/175 ReLU6 ........................................................... [WAIT]
99/175 ReLU6 ........................................................... [PASS]
100/175 SpatialLPPooling ................................................ [WAIT]
100/175 SpatialLPPooling ................................................ [PASS]
101/175 BatchNormalization .............................................. [WAIT]
101/175 BatchNormalization .............................................. [PASS]
102/175 Module_getParameters_10 ......................................... [WAIT]
102/175 Module_getParameters_10 ......................................... [PASS]
103/175 SpatialMaxUnpooling ............................................. [WAIT]
103/175 SpatialMaxUnpooling ............................................. [PASS]
104/175 Square .......................................................... [WAIT]
104/175 Square .......................................................... [PASS]
105/175 SpatialSubSampling .............................................. [WAIT]
105/175 SpatialSubSampling .............................................. [PASS]
106/175 SpatialDivisiveNormalization_2dkernel ........................... [WAIT]
106/175 SpatialDivisiveNormalization_2dkernel ........................... [PASS]
107/175 L1Cost .......................................................... [WAIT]
107/175 L1Cost .......................................................... [PASS]
108/175 Typecast ........................................................ [WAIT]
108/175 Typecast ........................................................ [PASS]
109/175 Module_getParameters_7 .......................................... [WAIT]
109/175 Module_getParameters_7 .......................................... [PASS]
110/175 Module_replace .................................................. [WAIT]
110/175 Module_replace .................................................. [PASS]
111/175 JoinTable ....................................................... [WAIT]
111/175 JoinTable ....................................................... [PASS]
112/175 VolumetricMaxPooling_boundary ................................... [WAIT]
112/175 VolumetricMaxPooling_boundary ................................... [PASS]
113/175 BatchMVNoTranspose .............................................. [WAIT]
113/175 BatchMVNoTranspose .............................................. [PASS]
114/175 CosineDistance .................................................. [WAIT]
114/175 CosineDistance .................................................. [PASS]
115/175 Index ........................................................... [WAIT]
115/175 Index ........................................................... [PASS]
116/175 Mean ............................................................ [WAIT]
116/175 Mean ............................................................ [PASS]
117/175 SpatialSoftMax .................................................. [WAIT]
117/175 SpatialSoftMax .................................................. [PASS]
118/175 Dropout ......................................................... [WAIT]
118/175 Dropout ......................................................... [PASS]
119/175 BatchMMTransposeA ............................................... [WAIT]
119/175 BatchMMTransposeA ............................................... [PASS]
120/175 SoftPlus ........................................................ [WAIT]
120/175 SoftPlus ........................................................ [PASS]
121/175 LookupTable ..................................................... [WAIT]
121/175 LookupTable ..................................................... [PASS]
122/175 Module_getParameters_11 ......................................... [WAIT]
122/175 Module_getParameters_11 ......................................... [PASS]
123/175 SpatialDilatedMaxPooling ........................................ [WAIT]
123/175 SpatialDilatedMaxPooling ........................................ [PASS]
124/175 Module_getParameters_3 .......................................... [WAIT]
124/175 Module_getParameters_3 .......................................... [PASS]
125/175 L1Penalty ....................................................... [WAIT]
125/175 L1Penalty ....................................................... [PASS]
126/175 LeakyReLUIP ..................................................... [WAIT]
126/175 LeakyReLUIP ..................................................... [PASS]
127/175 Power ........................................................... [WAIT]
127/175 Power ........................................................... [PASS]
128/175 Sqrt ............................................................ [WAIT]
128/175 Sqrt ............................................................ [PASS]
129/175 MM .............................................................. [WAIT]
129/175 MM .............................................................. [PASS]
130/175 SpatialContrastiveNormalization ................................. [WAIT]
130/175 SpatialContrastiveNormalization ................................. [PASS]
131/175 SpatialFractionalMaxPooling_Ratio ............................... [WAIT]
131/175 SpatialFractionalMaxPooling_Ratio ............................... [PASS]
132/175 ReLU ............................................................ [WAIT]
132/175 ReLU ............................................................ [PASS]
133/175 SelectTable ..................................................... [WAIT]
133/175 SelectTable ..................................................... [PASS]
134/175 SpatialDivisiveNormalization_1dkernel ........................... [WAIT]
134/175 SpatialDivisiveNormalization_1dkernel ........................... [PASS]
135/175 tostringnnLinear ................................................ [WAIT]
135/175 tostringnnLinear ................................................ [PASS]
136/175 BatchMVTranspose ................................................ [WAIT]
136/175 BatchMVTranspose ................................................ [PASS]
137/175 BatchMMNoTranspose .............................................. [WAIT]
137/175 BatchMMNoTranspose .............................................. [PASS]
138/175 Linear .......................................................... [WAIT]
138/175 Linear .......................................................... [PASS]
139/175 Cosine .......................................................... [WAIT]
139/175 Cosine .......................................................... [PASS]
140/175 Clamp ........................................................... [WAIT]
140/175 Clamp ........................................................... [PASS]
141/175 SpatialConvolutionBatchCompare .................................. [WAIT]
141/175 SpatialConvolutionBatchCompare .................................. [PASS]
142/175 SpatialDilatedConvolution ....................................... [WAIT]
142/175 SpatialDilatedConvolution ....................................... [PASS]
143/175 CosineEmbeddingCriterion ........................................ [WAIT]
143/175 CosineEmbeddingCriterion ........................................ [PASS]
144/175 TemporalMaxPooling .............................................. [WAIT]
144/175 TemporalMaxPooling .............................................. [PASS]
145/175 SpatialFullConvolutionCompare ................................... [WAIT]
145/175 SpatialFullConvolutionCompare ................................... [PASS]
146/175 Sum ............................................................. [WAIT]
146/175 Sum ............................................................. [PASS]
147/175 Bilinear ........................................................ [WAIT]
147/175 Bilinear ........................................................ [PASS]
148/175 MSECriterion .................................................... [WAIT]
148/175 MSECriterion .................................................... [PASS]
149/175 Normalize ....................................................... [WAIT]
149/175 Normalize ....................................................... [PASS]
150/175 LogSigmoid ...................................................... [WAIT]
150/175 LogSigmoid ...................................................... [PASS]
151/175 MarginCriterion ................................................. [WAIT]
151/175 MarginCriterion ................................................. [PASS]
152/175 Tanh ............................................................ [WAIT]
152/175 Tanh ............................................................ [PASS]
153/175 MixtureTable .................................................... [WAIT]
153/175 MixtureTable .................................................... [PASS]
154/175 VolumetricFullConvolution ....................................... [WAIT]
154/175 VolumetricFullConvolution ....................................... [PASS]
155/175 Select .......................................................... [WAIT]
155/175 Select .......................................................... [PASS]
156/175 BatchMMTransposeBoth ............................................ [WAIT]
156/175 BatchMMTransposeBoth ............................................ [PASS]
157/175 Threshold ....................................................... [WAIT]
157/175 Threshold ....................................................... [PASS]
158/175 VolumetricDilatedConvolution .................................... [WAIT]
158/175 VolumetricDilatedConvolution .................................... [PASS]
159/175 SpatialConvolution .............................................. [WAIT]
159/175 SpatialConvolution .............................................. [PASS]
160/175 GradientReversal ................................................ [WAIT]
160/175 GradientReversal ................................................ [PASS]
161/175 SpatialConvolutionMap ........................................... [WAIT]
161/175 SpatialConvolutionMap ........................................... [PASS]
162/175 SpatialReplicationPadding ....................................... [WAIT]
162/175 SpatialReplicationPadding ....................................... [PASS]
163/175 addSingletonDimension ........................................... [WAIT]
163/175 addSingletonDimension ........................................... [PASS]
164/175 VolumetricMaxPooling ............................................ [WAIT]
164/175 VolumetricMaxPooling ............................................ [PASS]
165/175 SpatialFullConvolutionMap ....................................... [WAIT]
165/175 SpatialFullConvolutionMap ....................................... [PASS]
166/175 SpatialFullConvolution .......................................... [WAIT]
166/175 SpatialFullConvolution .......................................... [PASS]
167/175 Replicate ....................................................... [WAIT]
167/175 Replicate ....................................................... [PASS]
168/175 RReLU ........................................................... [WAIT]
168/175 RReLU ........................................................... [PASS]
169/175 VolumetricFullConvolutionDualInput .............................. [WAIT]
169/175 VolumetricFullConvolutionDualInput .............................. [PASS]
170/175 SpatialConvolutionMM ............................................ [WAIT]
170/175 SpatialConvolutionMM ............................................ [PASS]
171/175 Narrow .......................................................... [WAIT]
171/175 Narrow .......................................................... [PASS]
172/175 SpatialFullConvolutionDualInput ................................. [WAIT]
172/175 SpatialFullConvolutionDualInput ................................. [PASS]
173/175 FlattenTable .................................................... [WAIT]
173/175 FlattenTable .................................................... [PASS]
174/175 CMul ............................................................ [WAIT]
174/175 CMul ............................................................ [PASS]
175/175 SpatialFractionalMaxPooling ..................................... [WAIT]
175/175 SpatialFractionalMaxPooling ..................................... [PASS]
Completed 3003 asserts in 175 tests with 0 failures and 0 errors
c:\jenkins\workspace\torch-win64\extra\nn>if errorlevel 1 exit /B 1
c:\jenkins\workspace\torch-win64\extra\nn>goto :eof
Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment