torch / torch7

http://torch.ch
Other
8.97k stars 2.38k forks source link

failed installation #1145

Open ankita-kalra opened 6 years ago

ankita-kalra commented 6 years ago

./install.sh Prefix set to /home/ubuntu/torch/install Installing Lua version: LUAJIT21 Found CUDA on your machine. Installing CMake 3.6 modules to get up-to-date FindCUDA -- Configuring done -- Generating done -- Build files have been written to: /home/ubuntu/torch/cmake/3.6/build Install the project... -- Install configuration: "" -- Up-to-date: /home/ubuntu/torch/install/share/cmake/torch -- Up-to-date: /home/ubuntu/torch/install/share/cmake/torch/FindCUDA.cmake -- Up-to-date: /home/ubuntu/torch/install/share/cmake/torch/FindCUDA -- Up-to-date: /home/ubuntu/torch/install/share/cmake/torch/FindCUDA/make2cmake.cmake -- Up-to-date: /home/ubuntu/torch/install/share/cmake/torch/FindCUDA/run_nvcc.cmake -- Up-to-date: /home/ubuntu/torch/install/share/cmake/torch/FindCUDA/parse_cubin.cmake -- Up-to-date: /home/ubuntu/torch/install/share/cmake/torch/FindCUDA/select_compute_arch.cmake FindCuda bits of CMake 3.6 installed Installing common Lua packages gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c src/lfs.c -o src/lfs.o gcc -shared -o lfs.so -L/home/ubuntu/torch/install/lib src/lfs.o Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks luafilesystem 1.6.3-1 is now built and installed in /home/ubuntu/torch/install/ (license: MIT/X11)

Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks penlight scm-1 is now built and installed in /home/ubuntu/torch/install/ (license: MIT/X11)

gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c lua_cjson.c -o lua_cjson.o gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c strbuf.c -o strbuf.o gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c fpconv.c -o fpconv.o gcc -shared -o cjson.so -L/home/ubuntu/torch/install/lib lua_cjson.o strbuf.o fpconv.o Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks lua-cjson 2.1devel-1 is now built and installed in /home/ubuntu/torch/install/ (license: MIT)

Installing core Torch packages gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c call.c -o call.o -Idynasm gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c ctype.c -o ctype.o -Idynasm gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c ffi.c -o ffi.o -Idynasm gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c parser.c -o parser.o -Idynasm gcc -shared -o ffi.so -L/home/ubuntu/torch/install/lib call.o ctype.o ffi.o parser.o gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c test.c -o test.o gcc -shared -o ffi/libtest.so -L/home/ubuntu/torch/install/lib test.o Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks luaffi scm-1 is now built and installed in /home/ubuntu/torch/install/ (license: BSD)

gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c src/autolink.c -o src/autolink.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c src/buffer.c -o src/buffer.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c src/markdown.c -o src/markdown.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c src/stack.c -o src/stack.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c html/houdini_href_e.c -o html/houdini_href_e.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c html/houdini_html_e.c -o html/houdini_html_e.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c html/html.c -o html/html.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c html/html_smartypants.c -o html/html_smartypants.o -Isrc/ -Ihtml/ gcc -shared -o libsundown.so -L/home/ubuntu/torch/install/lib src/autolink.o src/buffer.o src/markdown.o src/stack.o html/houdini_href_e.o html/houdini_html_e.o html/html.o html/html_smartypants.o Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks sundown scm-1 is now built and installed in /home/ubuntu/torch/install/ (license: BSD)

Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks cwrap scm-1 is now built and installed in /home/ubuntu/torch/install/ (license: BSD)

Warning: unmatched variable LUALIB cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUALIB= -DLUA_INCDIR="/home/ubuntu/torch/install/include" -DLUA_LIBDIR="/home/ubuntu/torch/install/lib" -DLUADIR="/home/ubuntu/torch/install/lib/luarocks/rocks/paths/scm-1/lua" -DLIBDIR="/home/ubuntu/torch/install/lib/luarocks/rocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/ubuntu/torch/install/lib/luarocks/rocks/paths/scm-1" && make

-- Configuring done -- Generating done -- Build files have been written to: /home/ubuntu/torch/pkg/paths/build Scanning dependencies of target paths [ 50%] Building C object CMakeFiles/paths.dir/paths.c.o [100%] Linking C shared module libpaths.so CMakeFiles/paths.dir/paths.c.o: In function lua_tmpname': paths.c:(.text+0x627): warning: the use oftempnam' is dangerous, better use `mkstemp' [100%] Built target paths cd build && make install [100%] Built target paths Install the project... -- Install configuration: "Release" -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/paths/scm-1/lua/paths/init.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/paths/scm-1/lib/libpaths.so Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks paths scm-1 is now built and installed in /home/ubuntu/torch/install/ (license: BSD)

Warning: unmatched variable LUALIB cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=/home/ubuntu/torch/install/bin/lua -DLUALIB= -DLUA_BINDIR="/home/ubuntu/torch/install/bin" -DLUA_INCDIR="/home/ubuntu/torch/install/include" -DLUA_LIBDIR="/home/ubuntu/torch/install/lib" -DLUADIR="/home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua" -DLIBDIR="/home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN)

-- Compiling with OpenMP support -- Compiling with OpenMP support -- Could not find hardware support for NEON on this machine. -- No OMAP3 processor on this machine. -- No OMAP4 processor on this machine. -- SSE2 Found -- SSE3 Found -- AVX Found -- AVX2 Found -- TH_SO_VERSION: 0 -- Atomics: using GCC intrinsics -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf - mkl_sequential - mkl_core - m] -- Library mkl_gf: not found -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_sequential - mkl_core - m] -- Library mkl_intel: not found -- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf - mkl_sequential - mkl_core - m] -- Library mkl_gf: not found -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_sequential - mkl_core - m] -- Library mkl_intel: not found -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl - guide - pthread - m] -- Library mkl: not found -- MKL library not found -- Checking for [openblas] -- Library openblas: /usr/local/lib/libopenblas.so -- Found a library with BLAS API (open). -- Found a library with LAPACK API. (open) -- Configuring done -- Generating done -- Build files have been written to: /home/ubuntu/torch/pkg/torch/build Scanning dependencies of target luaT [ 2%] Building C object lib/luaT/CMakeFiles/luaT.dir/luaT.c.o [ 56%] Built target TH [ 58%] Linking C shared library libluaT.so [ 58%] Built target luaT [ 64%] Generating random.c [ 64%] Generating TensorMath.c Scanning dependencies of target torch [ 71%] Building C object CMakeFiles/torch.dir/File.c.o [ 71%] Building C object CMakeFiles/torch.dir/DiskFile.c.o [ 71%] Building C object CMakeFiles/torch.dir/MemoryFile.c.o [ 74%] Building C object CMakeFiles/torch.dir/PipeFile.c.o [ 76%] Building C object CMakeFiles/torch.dir/Storage.c.o [ 79%] Building C object CMakeFiles/torch.dir/Tensor.c.o [ 82%] Building C object CMakeFiles/torch.dir/Timer.c.o [ 84%] Building C object CMakeFiles/torch.dir/utils.c.o [ 87%] Building C object CMakeFiles/torch.dir/init.c.o [ 89%] Building C object CMakeFiles/torch.dir/TensorOperator.c.o [ 92%] Building C object CMakeFiles/torch.dir/TensorMath.c.o [ 94%] Building C object CMakeFiles/torch.dir/random.c.o [ 97%] Building C object CMakeFiles/torch.dir/Generator.c.o [100%] Linking C shared module libtorch.so [100%] Built target torch cd build && make install [ 5%] Built target luaT [ 58%] Built target TH [100%] Built target torch Install the project... -- Install configuration: "Release" -- Up-to-date: /home/ubuntu/torch/install/share/cmake/torch/TorchExports.cmake -- Installing: /home/ubuntu/torch/install/share/cmake/torch/TorchExports-release.cmake -- Up-to-date: /home/ubuntu/torch/install/share/cmake/torch/TorchConfig.cmake -- Installing: /home/ubuntu/torch/install/share/cmake/torch/TorchWrap.cmake -- Up-to-date: /home/ubuntu/torch/install/share/cmake/torch/TorchPathsInit.cmake -- Up-to-date: /home/ubuntu/torch/install/share/cmake/torch/TorchPackage.cmake -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lib/libtorch.so -- Set runtime path of "/home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lib/libtorch.so" to "$ORIGIN/../lib:/home/ubuntu/torch/install/lib:/usr/local/lib" -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/init.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/File.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tensor.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/CmdLine.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/FFInterface.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tester.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/TestSuite.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/paths.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/test.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/README.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/random.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tensor.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/file.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/utility.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/serialization.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/index.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/gather.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tester.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/pipefile.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/diskfile.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/storage.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/timer.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/cmdline.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/memoryfile.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/maths.md -- Up-to-date: /home/ubuntu/torch/install/lib/libTH.so.0 -- Up-to-date: /home/ubuntu/torch/install/lib/libTH.so -- Up-to-date: /home/ubuntu/torch/install/include/TH/TH.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THAllocator.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THMath.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THBlas.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THDiskFile.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THFile.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THFilePrivate.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THGeneral.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THGenerateAllTypes.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THGenerateDoubleType.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THGenerateFloatType.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THGenerateHalfType.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THGenerateLongType.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THGenerateIntType.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THGenerateShortType.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THGenerateCharType.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THGenerateByteType.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THGenerateFloatTypes.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THGenerateIntTypes.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THLapack.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THLogAdd.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THMemoryFile.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THRandom.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THSize.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THStorage.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THTensor.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THTensorApply.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THTensorDimApply.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THTensorMacros.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THVector.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THAtomic.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/THHalf.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/vector/AVX.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/vector/AVX2.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THBlas.c -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THBlas.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THLapack.c -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THLapack.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THStorage.c -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THStorage.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THStorageCopy.c -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THStorageCopy.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THTensor.c -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THTensor.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THTensorConv.c -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THTensorConv.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THTensorCopy.c -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THTensorCopy.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THTensorLapack.c -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THTensorLapack.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THTensorMath.c -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THTensorMath.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THTensorRandom.c -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THTensorRandom.h -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THVectorDispatch.c -- Up-to-date: /home/ubuntu/torch/install/include/TH/generic/THVector.h -- Up-to-date: /home/ubuntu/torch/install/share/cmake/torch/THConfig.cmake -- Installing: /home/ubuntu/torch/install/lib/libluaT.so.0 -- Up-to-date: /home/ubuntu/torch/install/lib/libluaT.so -- Set runtime path of "/home/ubuntu/torch/install/lib/libluaT.so.0" to "$ORIGIN/../lib" -- Up-to-date: /home/ubuntu/torch/install/include/luaT.h -- Up-to-date: /home/ubuntu/torch/install/share/cmake/torch/luaTConfig.cmake Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks torch scm-1 is now built and installed in /home/ubuntu/torch/install/ (license: BSD)

Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks dok scm-1 is now built and installed in /home/ubuntu/torch/install/ (license: BSD)

gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c readline.c -o readline.o gcc -shared -o readline.so -L/home/ubuntu/torch/install/lib readline.o -lreadline gcc -O2 -fPIC -I/home/ubuntu/torch/install/include -c utils.c -o utils.o gcc -shared -o treplutils.so -L/home/ubuntu/torch/install/lib utils.o Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks trepl scm-1 is now built and installed in /home/ubuntu/torch/install/ (license: BSD)

Warning: unmatched variable LUALIB cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/home/ubuntu/torch/install/lib/luarocks/rocks/sys/1.1-0" && make -- Found Torch7 in /home/ubuntu/torch/install -- Configuring done -- Generating done -- Build files have been written to: /home/ubuntu/torch/pkg/sys/build Scanning dependencies of target sys [ 50%] Building C object CMakeFiles/sys.dir/sys.c.o [100%] Linking C shared module libsys.so [100%] Built target sys cd build && make install [100%] Built target sys Install the project... -- Install configuration: "Release" -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/sys/1.1-0/lib/libsys.so -- Set runtime path of "/home/ubuntu/torch/install/lib/luarocks/rocks/sys/1.1-0/lib/libsys.so" to "$ORIGIN/../lib:/home/ubuntu/torch/install/lib:/usr/local/lib" -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/sys/1.1-0/lua/sys/init.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/sys/1.1-0/lua/sys/colors.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/sys/1.1-0/lua/sys/fpath.lua Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks sys 1.1-0 is now built and installed in /home/ubuntu/torch/install/ (license: BSD)

Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks xlua 1.0-0 is now built and installed in /home/ubuntu/torch/install/ (license: BSD)

Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks moses 1.6.1-1 is now built and installed in /home/ubuntu/torch/install/ (license: MIT http://www.opensource.org/licenses/mit-license.php)

cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/ubuntu/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1" -DLUA_INCDIR="/home/ubuntu/torch/install/include" -DLUA_LIBDIR="/home/ubuntu/torch/install/lib" && make

-- Found Torch7 in /home/ubuntu/torch/install -- TH_LIBRARIES: TH -- Compiling with OpenMP support -- Configuring done -- Generating done -- Build files have been written to: /home/ubuntu/torch/extra/nn/build [100%] Built target THNN cd build && make install [100%] Built target THNN Install the project... -- Install configuration: "Release" -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardShrink.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Narrow.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ConcatTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ClassSimplexCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalConvolution.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DotProduct.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MV.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Contiguous.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/GPU.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Profile.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAdaptiveAveragePooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Normalize.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFractionalMaxPooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Container.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseLinear.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialReflectionPadding.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Criterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ClassNLLCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAutoCropMSECriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Index.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/NarrowTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAdaptiveMaxPooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Exp.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricDilatedMaxPooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LeakyReLU.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ReLU6.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Padding.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/View.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MM.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialMaxPooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Euclidean.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDepthWiseConvolution.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMax.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiMarginCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PReLU.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/GatedLinearUnit.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/hessian.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Replicate.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Max.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/JoinTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LinearWeightNorm.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ErrorMessages.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CAddTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TanhShrink.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PairwiseDistance.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardTanh.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ReLU.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Min.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Squeeze.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Constant.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolutionMap.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalRowConvolution.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/GradientReversal.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftSign.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SelectTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Reshape.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalDynamicKMaxPooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricFractionalMaxPooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/THNN_h.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricBatchNormalization.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricMaxPooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricMaxUnpooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMap.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricFullConvolution.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Jacobian.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialLogSoftMax.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMin.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/test.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Kmeans.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CAdd.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SmoothL1Criterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LookupTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialLPPooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MapTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Bottle.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialUpSamplingNearest.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialClassNLLCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Square.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1HingeEmbeddingCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/NaN.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ParallelCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CrossEntropyCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MSECriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialContrastiveNormalization.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DepthConcat.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDivisiveNormalization.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiLabelSoftMarginCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialUpSamplingBilinear.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Tanh.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialMaxUnpooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Add.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAveragePooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedMSECriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sequential.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DistKLDivCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Abs.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ZipTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LayerNormalization.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mean.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Threshold.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Convert.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginRankingCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MixtureTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Log.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/IndexLinear.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialBatchNormalization.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HingeEmbeddingCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CReLU.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CriterionTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BCECriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Cosine.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AbsCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineEmbeddingCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/RReLU.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PrintSize.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSoftMax.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mul.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ZeroGrad.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricDropout.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Copy.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/utils.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricConvolution.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Power.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Transpose.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Module.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ELU.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDilatedMaxPooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CSubTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Concat.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricDilatedConvolution.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/init.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PixelShuffle.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolution.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialZeroPadding.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Linear.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sigmoid.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedEuclidean.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiLabelMarginCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Dropout.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMul.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CAddTensorTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Decorator.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PartialLinear.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMarginCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricReplicationPadding.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Bilinear.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DistanceRatioCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalMaxPooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MulConstant.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Unsqueeze.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ModuleCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSigmoid.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDilatedConvolution.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMM.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolution.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BatchNormalization.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialCrossMapLRN.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftPlus.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Parallel.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseJacobian.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/FlattenTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMaxTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineDistance.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/OneHot.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Identity.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Collapse.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MaskedSelect.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Clamp.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SplitTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightNorm.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMinTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ZipTableOneToMany.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Penalty.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricAveragePooling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalSubSampling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sum.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubtractiveNormalization.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DontCast.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialReplicationPadding.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/THNN.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSoftMax.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CDivTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AddConstant.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sqrt.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Cost.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Select.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMulTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/StochasticGradient.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftShrink.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ParallelTable.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Maxout.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WhiteNoise.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionLocal.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDropout.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubSampling.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/index.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/table.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/simple.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lena.jpg -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmmoid.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmoid.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/relu6.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/exp.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/power.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sqrt.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/relu.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lenap.jpg -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsoftmax.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/tanh.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/elu.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/htanh.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/rrelu.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/abs.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softplus.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsigmoid.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/prelu.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sshrink.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/hshrink.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softsign.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/square.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmax.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmin.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/convolution.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/training.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/overview.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/containers.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/module.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/transfer.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/criterion.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/testing.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/README.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lib/libTHNN.so -- Set runtime path of "/home/ubuntu/torch/install/lib/luarocks/rocks/nn/scm-1/lib/libTHNN.so" to "$ORIGIN/../lib:/home/ubuntu/torch/install/lib:/usr/local/lib" -- Up-to-date: /home/ubuntu/torch/install/include/THNN/THNN.h -- Up-to-date: /home/ubuntu/torch/install/include/THNN/generic/THNN.h Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks nn scm-1 is now built and installed in /home/ubuntu/torch/install/ (license: BSD)

cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/ubuntu/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/ubuntu/torch/install/lib/luarocks/rocks/graph/scm-1" && make

-- Found Torch7 in /home/ubuntu/torch/install -- Configuring done -- Generating done -- Build files have been written to: /home/ubuntu/torch/extra/graph/build cd build && make install Install the project... -- Install configuration: "Release" -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/Edge.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/init.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/graphviz.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/Node.lua Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks graph scm-1 is now built and installed in /home/ubuntu/torch/install/ (license: UNKNOWN)

cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/ubuntu/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/ubuntu/torch/install/lib/luarocks/rocks/nngraph/scm-1" && make

-- Found Torch7 in /home/ubuntu/torch/install -- Configuring done -- Generating done -- Build files have been written to: /home/ubuntu/torch/extra/nngraph/build cd build && make install Install the project... -- Install configuration: "Release" -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/nesting.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/simple_print.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/ModuleFromCriterion.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/gmodule.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/JustElement.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/node.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/utils.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/graphinspecting.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/nest.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/init.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/JustTable.lua Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks nngraph scm-1 is now built and installed in /home/ubuntu/torch/install/ (license: UNKNOWN)

Warning: unmatched variable LUALIB cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DLUA_INCDIR="/home/ubuntu/torch/install/include" -DLUA_LIBDIR="/home/ubuntu/torch/install/lib" -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/ubuntu/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0" && make

-- Found Torch7 in /home/ubuntu/torch/install -- Compiling with OpenMP support -- Configuring done -- Generating done -- Build files have been written to: /home/ubuntu/torch/pkg/image/build [ 25%] Built target jpeg [ 50%] Built target ppm [ 75%] Built target lua_png [100%] Built target image cd build && make install [ 25%] Built target jpeg [ 50%] Built target ppm [ 75%] Built target lua_png [100%] Built target image Install the project... -- Install configuration: "Release" -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so -- Set runtime path of "/home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so" to "$ORIGIN/../lib:/home/ubuntu/torch/install/lib:/usr/local/lib" -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so -- Set runtime path of "/home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so" to "$ORIGIN/../lib:/home/ubuntu/torch/install/lib:/usr/local/lib" -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/liblua_png.so -- Set runtime path of "/home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/liblua_png.so" to "$ORIGIN/../lib:/home/ubuntu/torch/install/lib:/usr/local/lib" -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so -- Set runtime path of "/home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so" to "$ORIGIN/../lib:/home/ubuntu/torch/install/lib:/usr/local/lib" -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/init.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/win.ui -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/test.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/gray16-1x2.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/fabio.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/fabio.jpg -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/foobar.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/rectangle.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/grace_hopper_512.jpg -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P4.pbm -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/grace_hopper_512.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/rgb2x1.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/corrupt-ihdr.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P2.pgm -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/gray3x1.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P5.pgm -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/rgb16-2x1.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/bmp-without-ext -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P6.ppm -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/README.md Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks image 1.1.alpha-0 is now built and installed in /home/ubuntu/torch/install/ (license: BSD)

cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/ubuntu/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0" && make

-- Found Torch7 in /home/ubuntu/torch/install -- Configuring done -- Generating done -- Build files have been written to: /home/ubuntu/torch/pkg/optim/build cd build && make install Install the project... -- Install configuration: "Release" -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/polyinterp.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adam.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/sgd.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adamax.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rprop.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rmsprop.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lswolfe.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/ConfusionMatrix.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/nag.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/fista.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/de.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/asgd.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/checkgrad.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/Logger.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/init.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adagrad.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lbfgs.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/cg.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adadelta.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/cmaes.lua -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/doc -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/doc/algos.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/doc/logger.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/doc/image -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/doc/image/parameterflattening.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/doc/image/parameterflattening.svg.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/doc/image/parameterflattening.svg -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/doc/intro.md -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/doc/logger_plot.png -- Installing: /home/ubuntu/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/README.md Updating manifest for /home/ubuntu/torch/install/lib/luarocks/rocks optim 1.0.5-0 is now built and installed in /home/ubuntu/torch/install/ (license: BSD)

Found CUDA on your machine. Installing CUDA packages Warning: unmatched variable LUALIB

jopts=$(getconf _NPROCESSORS_CONF)

echo "Building on $jopts cores" cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DLUA_INCDIR=/home/ubuntu/torch/install/include -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/ubuntu/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/ubuntu/torch/install/lib/luarocks/rocks/cutorch/scm-1" && make -j$jopts install

Building on 4 cores -- Found Torch7 in /home/ubuntu/torch/install -- Removing -DNDEBUG from compile flags -- TH_LIBRARIES: TH -- MAGMA not found. Compiling without MAGMA support -- Autodetected CUDA architecture(s): 3.7 -- got cuda version 9.0 -- Found CUDA with FP16 support, compiling with torch.CudaHalfTensor -- CUDA_NVCC_FLAGS: -gencode;arch=compute_37,code=sm_37;-DCUDA_HAS_FP16=1 -- THC_SO_VERSION: 0 -- Configuring done -- Generating done -- Build files have been written to: /home/ubuntu/torch/extra/cutorch/build [ 2%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMath.cu.o [ 2%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathPairwise.cu.o [ 3%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathScan.cu.o [ 4%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorIndex.cu.o /home/ubuntu/torch/extra/cutorch/lib/THC/generic/THCTensorMath.cu(393): error: more than one operator "==" matches these operands: function "operator==(const half &, const half &)" function "operator==(half, half)" operand types are: half == half

/home/ubuntu/torch/extra/cutorch/lib/THC/generic/THCTensorMath.cu(414): error: more than one operator "==" matches these operands: function "operator==(const half &, const half &)" function "operator==(half, half)" operand types are: half == half

2 errors detected in the compilation of "/tmp/tmpxft_000030b4_00000000-4_THCTensorMath.cpp4.ii". CMake Error at THC_generated_THCTensorMath.cu.o.cmake:267 (message): Error generating file /home/ubuntu/torch/extra/cutorch/build/lib/THC/CMakeFiles/THC.dir//./THC_generated_THCTensorMath.cu.o

lib/THC/CMakeFiles/THC.dir/build.make:2735: recipe for target 'lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMath.cu.o' failed make[2]: [lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMath.cu.o] Error 1 make[2]: Waiting for unfinished jobs.... git clone https://github.com/junyanz/CycleGAN/home/ubuntu/torch/extra/cutorch/lib/THC/generic/THCTensorMathPairwise.cu(66): error: more than one operator "!=" matches these operands: function "operator!=(const half &, const half &)" function "operator!=(half, half)" operand types are: half != half

1 error detected in the compilation of "/tmp/tmpxft_00003096_00000000-4_THCTensorMathPairwise.cpp4.ii". CMake Error at THC_generated_THCTensorMathPairwise.cu.o.cmake:267 (message): Error generating file /home/ubuntu/torch/extra/cutorch/build/lib/THC/CMakeFiles/THC.dir//./THC_generated_THCTensorMathPairwise.cu.o

lib/THC/CMakeFiles/THC.dir/build.make:4216: recipe for target 'lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathPairwise.cu.o' failed make[2]: [lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathPairwise.cu.o] Error 1 CMakeFiles/Makefile2:172: recipe for target 'lib/THC/CMakeFiles/THC.dir/all' failed make[1]: [lib/THC/CMakeFiles/THC.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2

Error: Build error: Failed building.

mtee commented 6 years ago

looks like a duplicate of #1143

myillusion3852 commented 6 years ago

same error on ubuntu 16.04 cuda9.1