Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brew install vowpal-wabbit fails during make install #1998

Closed
sturne29 opened this issue Aug 6, 2019 · 12 comments
Closed

brew install vowpal-wabbit fails during make install #1998

sturne29 opened this issue Aug 6, 2019 · 12 comments
Labels
In Discussion More information is required to proceed

Comments

@sturne29
Copy link

sturne29 commented Aug 6, 2019

Describe the bug

Vowpal Wabbit install using Homebrew fails.

To Reproduce

Steps to reproduce the behavior:

  1. Installed Homebrew locally, added directory to PATH.
  2. ran brew install vowpal-wabbit

Expected behavior

All dependencies and Vowpal Wabbit should be installed.

Observed Behavior

Install failed on the make install portion of actually trying to install Vowpal Wabbit.

Error:

==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
==> make install
Last 15 lines from /home/sturne29/.cache/Homebrew/Logs/vowpal-wabbit/02.make:
from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/fstream:38,
from /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_regressor.cc:6:
/mnt/store2/home/sturne29/.linuxbrew/include/bits/mathcalls.h:298:1: note: 'remainder'
__MATHCALL (remainder,, (Mdouble __x, Mdouble __y));
^
[ 24%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/lrq.cc.o
cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/lrq.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/lrq.cc
make[2]: *** [vowpalwabbit/CMakeFiles/vw.dir/parse_regressor.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build' [ 24%] Built target spanning_tree make[2]: Leaving directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build'
make[1]: *** [vowpalwabbit/CMakeFiles/vw.dir/all] Error 2
make[1]: Leaving directory `/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build'
make: *** [all] Error 2

Environment

Attempted version install: 8.7.0 on Linux

Additional context

I'm trying to install on a cluster environment where I do not have root access.

@jackgerrits
Copy link
Member

Is this using linux brew?

@sturne29
Copy link
Author

sturne29 commented Aug 6, 2019 via email

@jackgerrits
Copy link
Member

I don't see the error in the message you pasted?
Which Linux distro and version?

It's weird that it looks like it is building in the make install phase.

@sturne29
Copy link
Author

sturne29 commented Aug 6, 2019

The errors are all vague and at the end of the snippet of output I posted:

make[2]: *** [vowpalwabbit/CMakeFiles/vw.dir/parse_regressor.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build' [ 24%] Built target spanning_tree make[2]: Leaving directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build'
make[1]: *** [vowpalwabbit/CMakeFiles/vw.dir/all] Error 2
make[1]: Leaving directory `/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build'
make: *** [all] Error 2

The distro is CentOS (release 6.9). Not sure exactly what you're looking for with version, sorry, but the output of uname -srm is Linux 2.6.32-696.23.1.el6.centos.plus.x86_64 x86_64

@jackgerrits
Copy link
Member

jackgerrits commented Aug 7, 2019

@sturne29 Can you provide the contents of the logs? /home/sturne29/.cache/Homebrew/Logs/vowpal-wabbit/

@jackgerrits jackgerrits added the In Discussion More information is required to proceed label Aug 8, 2019
@sturne29
Copy link
Author

sturne29 commented Aug 8, 2019

Yes, I can. There are 5 files in there, so I've listed them here with their names. Not sure which one/s is/are important, or if this is best way to share them, so let me know if there's a better or more preferred method. This is pretty long, sorry.

00.options.out

vowpal-wabbit

01.cmake

2019-08-06 15:24:55 -0500

cmake
..
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DBUILD_TESTS=OFF

-- The C compiler identification is GNU 5.5.0
-- The CXX compiler identification is GNU 5.5.0
-- Check for working C compiler: /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/gcc-5
-- Check for working C compiler: /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/gcc-5 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5
-- Check for working CXX compiler: /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- VowpalWabbit Version: 8.7.0
-- Number of processors: 16
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Found Boost: /mnt/store2/home/sturne29/.linuxbrew/include (found version "1.70.0") found components: program_options system thread unit_test_framework chrono date_time atomic
-- Found ZLIB: /mnt/store2/home/sturne29/.linuxbrew/lib/libz.so (found version "1.2.11")
-- Submodule update
-- help2man not found, please install it to generate manpages
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build

01.cmake.cc

gcc-5 called with: CMakeCCompilerId.c
superenv added: -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so
superenv executed: gcc-5 CMakeCCompilerId.c -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so

g++-5 called with: CMakeCXXCompilerId.cpp
superenv added: -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so
superenv executed: g++-5 -std=c++11 CMakeCXXCompilerId.cpp -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so

gcc-5 called with: -o CMakeFiles/cmTC_fee3b.dir/testCCompiler.c.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/CMakeFiles/CMakeTmp/testCCompiler.c
superenv added: -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: gcc-5 -o CMakeFiles/cmTC_fee3b.dir/testCCompiler.c.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/mnt/store2/home/sturne29/.linuxbrew/include

gcc-5 called with: CMakeFiles/cmTC_fee3b.dir/testCCompiler.c.o -o cmTC_fee3b
superenv added: -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so
superenv executed: gcc-5 CMakeFiles/cmTC_fee3b.dir/testCCompiler.c.o -o cmTC_fee3b -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so

gcc-5 called with: -v -o CMakeFiles/cmTC_ab8b1.dir/CMakeCCompilerABI.c.o -c /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/share/cmake/Modules/CMakeCCompilerABI.c
superenv added: -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: gcc-5 -v -o CMakeFiles/cmTC_ab8b1.dir/CMakeCCompilerABI.c.o -c /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/share/cmake/Modules/CMakeCCompilerABI.c -isystem/mnt/store2/home/sturne29/.linuxbrew/include

gcc-5 called with: -v CMakeFiles/cmTC_ab8b1.dir/CMakeCCompilerABI.c.o -o cmTC_ab8b1
superenv added: -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -v CMakeFiles/cmTC_ab8b1.dir/CMakeCCompilerABI.c.o -o cmTC_ab8b1 -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so

g++-5 called with: -o CMakeFiles/cmTC_6513b.dir/testCXXCompiler.cxx.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv added: -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -std=c++11 -o CMakeFiles/cmTC_6513b.dir/testCXXCompiler.cxx.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: CMakeFiles/cmTC_6513b.dir/testCXXCompiler.cxx.o -o cmTC_6513b
superenv added: -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so
superenv executed: g++-5 -std=c++11 CMakeFiles/cmTC_6513b.dir/testCXXCompiler.cxx.o -o cmTC_6513b -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so

g++-5 called with: -v -o CMakeFiles/cmTC_9df69.dir/CMakeCXXCompilerABI.cpp.o -c /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv added: -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -std=c++11 -v -o CMakeFiles/cmTC_9df69.dir/CMakeCXXCompilerABI.cpp.o -c /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -v CMakeFiles/cmTC_9df69.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_9df69
superenv added: -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so
superenv executed: g++-5 -std=c++11 -v CMakeFiles/cmTC_9df69.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_9df69 -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so

gcc-5 called with: -o CMakeFiles/cmTC_b7553.dir/CheckIncludeFile.c.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv added: -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: gcc-5 -o CMakeFiles/cmTC_b7553.dir/CheckIncludeFile.c.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/mnt/store2/home/sturne29/.linuxbrew/include

gcc-5 called with: CMakeFiles/cmTC_b7553.dir/CheckIncludeFile.c.o -o cmTC_b7553
superenv added: -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so
superenv executed: gcc-5 CMakeFiles/cmTC_b7553.dir/CheckIncludeFile.c.o -o cmTC_b7553 -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so

gcc-5 called with: -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_3646c.dir/src.c.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/CMakeFiles/CMakeTmp/src.c
superenv added: -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: gcc-5 -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_3646c.dir/src.c.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/CMakeFiles/CMakeTmp/src.c -isystem/mnt/store2/home/sturne29/.linuxbrew/include

gcc-5 called with: -DCMAKE_HAVE_LIBC_PTHREAD CMakeFiles/cmTC_3646c.dir/src.c.o -o cmTC_3646c
superenv added: -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so
superenv executed: gcc-5 -DCMAKE_HAVE_LIBC_PTHREAD CMakeFiles/cmTC_3646c.dir/src.c.o -o cmTC_3646c -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so

gcc-5 called with: -o CMakeFiles/cmTC_3158c.dir/CheckForPthreads.c.o -c /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/share/cmake/Modules/CheckForPthreads.c
superenv added: -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: gcc-5 -o CMakeFiles/cmTC_3158c.dir/CheckForPthreads.c.o -c /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/share/cmake/Modules/CheckForPthreads.c -isystem/mnt/store2/home/sturne29/.linuxbrew/include

gcc-5 called with: CMakeFiles/cmTC_3158c.dir/CheckForPthreads.c.o -o cmTC_3158c -pthread
superenv added: -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so
superenv executed: gcc-5 CMakeFiles/cmTC_3158c.dir/CheckForPthreads.c.o -o cmTC_3158c -pthread -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so

02.make

2019-08-06 15:24:57 -0500

make
install

/mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/bin/cmake -S/tmp/vowpal-wabbit-20190806-2244-1fv3v6a -B/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build --check-build-system CMakeFiles/Makefile.cmake 0
/mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/bin/cmake -E cmake_progress_start /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/CMakeFiles /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/CMakeFiles/progress.marks
/usr/bin/make -f CMakeFiles/Makefile2 all
make[1]: Entering directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build' /usr/bin/make -f cluster/CMakeFiles/spanning_tree.dir/build.make cluster/CMakeFiles/spanning_tree.dir/depend /usr/bin/make -f vowpalwabbit/CMakeFiles/allreduce.dir/build.make vowpalwabbit/CMakeFiles/allreduce.dir/depend /usr/bin/make -f vowpalwabbit/CMakeFiles/active_interactor.dir/build.make vowpalwabbit/CMakeFiles/active_interactor.dir/depend make[2]: Entering directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build'
cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build && /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/vowpal-wabbit-20190806-2244-1fv3v6a /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit/CMakeFiles/allreduce.dir/DependInfo.cmake --color=
make[2]: Entering directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build' make[2]: Entering directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build'
cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build && /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/vowpal-wabbit-20190806-2244-1fv3v6a /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit/CMakeFiles/active_interactor.dir/DependInfo.cmake --color=
cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build && /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/vowpal-wabbit-20190806-2244-1fv3v6a /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/cluster /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/cluster /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/cluster/CMakeFiles/spanning_tree.dir/DependInfo.cmake --color=
Scanning dependencies of target active_interactor
Scanning dependencies of target allreduce
Scanning dependencies of target spanning_tree
make[2]: Leaving directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build' make[2]: Leaving directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build'
make[2]: Leaving directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build' /usr/bin/make -f vowpalwabbit/CMakeFiles/active_interactor.dir/build.make vowpalwabbit/CMakeFiles/active_interactor.dir/build /usr/bin/make -f cluster/CMakeFiles/spanning_tree.dir/build.make cluster/CMakeFiles/spanning_tree.dir/build /usr/bin/make -f vowpalwabbit/CMakeFiles/allreduce.dir/build.make vowpalwabbit/CMakeFiles/allreduce.dir/build make[2]: Entering directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build'
make[2]: Entering directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build' make[2]: Entering directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build'
[ 1%] Building CXX object cluster/CMakeFiles/spanning_tree.dir//vowpalwabbit/spanning_tree.cc.o
[ 2%] Building CXX object cluster/CMakeFiles/spanning_tree.dir/
/vowpalwabbit/vw_exception.cc.o
[ 0%] Building CXX object vowpalwabbit/CMakeFiles/active_interactor.dir/active_interactor.cc.o
[ 1%] Building CXX object cluster/CMakeFiles/spanning_tree.dir/spanning_tree_main.cc.o
[ 3%] Building CXX object vowpalwabbit/CMakeFiles/allreduce.dir/allreduce_sockets.cc.o
cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/cluster && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/cluster/../vowpalwabbit -DNDEBUG -pthread -std=gnu++11 -o CMakeFiles/spanning_tree.dir/spanning_tree_main.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/cluster/spanning_tree_main.cc
[ 5%] Building CXX object vowpalwabbit/CMakeFiles/allreduce.dir/allreduce_threads.cc.o
cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -DNDEBUG -fPIE -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -std=gnu++11 -o CMakeFiles/active_interactor.dir/active_interactor.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/active_interactor.cc
cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -std=gnu++11 -o CMakeFiles/allreduce.dir/allreduce_sockets.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/allreduce_sockets.cc
[ 5%] Building CXX object vowpalwabbit/CMakeFiles/allreduce.dir/vw_exception.cc.o
cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/cluster && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/cluster/../vowpalwabbit -DNDEBUG -pthread -std=gnu++11 -o CMakeFiles/spanning_tree.dir//vowpalwabbit/spanning_tree.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/spanning_tree.cc
cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/cluster && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/cluster/../vowpalwabbit -DNDEBUG -pthread -std=gnu++11 -o CMakeFiles/spanning_tree.dir/
/vowpalwabbit/vw_exception.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/vw_exception.cc
cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -std=gnu++11 -o CMakeFiles/allreduce.dir/vw_exception.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/vw_exception.cc
cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -std=gnu++11 -o CMakeFiles/allreduce.dir/allreduce_threads.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/allreduce_threads.cc
[ 6%] Linking CXX executable active_interactor
cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/bin/cmake -E cmake_link_script CMakeFiles/active_interactor.dir/link.txt --verbose=1
/mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG CMakeFiles/active_interactor.dir/active_interactor.cc.o -o active_interactor
make[2]: Leaving directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build' [ 6%] Built target active_interactor [ 7%] Linking CXX static library liballreduce.a cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/bin/cmake -P CMakeFiles/allreduce.dir/cmake_clean_target.cmake cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/bin/cmake -E cmake_link_script CMakeFiles/allreduce.dir/link.txt --verbose=1 /mnt/store2/home/sturne29/.linuxbrew/bin/ar qc liballreduce.a CMakeFiles/allreduce.dir/allreduce_sockets.cc.o CMakeFiles/allreduce.dir/allreduce_threads.cc.o CMakeFiles/allreduce.dir/vw_exception.cc.o /mnt/store2/home/sturne29/.linuxbrew/bin/ranlib liballreduce.a make[2]: Leaving directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build'
[ 7%] Built target allreduce
/usr/bin/make -f vowpalwabbit/CMakeFiles/vw.dir/build.make vowpalwabbit/CMakeFiles/vw.dir/depend
make[2]: Entering directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build' cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build && /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/vowpal-wabbit-20190806-2244-1fv3v6a /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit/CMakeFiles/vw.dir/DependInfo.cmake --color= Scanning dependencies of target vw make[2]: Leaving directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build'
/usr/bin/make -f vowpalwabbit/CMakeFiles/vw.dir/build.make vowpalwabbit/CMakeFiles/vw.dir/build
make[2]: Entering directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build' [ 8%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/options_serializer_boost_po.cc.o [ 8%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/options_boost_po.cc.o cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/options_serializer_boost_po.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/options_serializer_boost_po.cc [ 10%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/global_data.cc.o [ 13%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/cache.cc.o [ 12%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/unique_sort.cc.o cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/options_boost_po.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/options_boost_po.cc [ 11%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/parse_regressor.cc.o [ 19%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/simple_label.cc.o [ 18%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/ect.cc.o cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/parse_regressor.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_regressor.cc [ 17%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/oaa.cc.o [ 18%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/boosting.cc.o [ 14%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/multiclass.cc.o [ 18%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/parse_primitives.cc.o [ 9%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/io_buf.cc.o [ 13%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/rand48.cc.o cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/global_data.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/global_data.cc cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/unique_sort.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/unique_sort.cc cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/cache.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/cache.cc [ 20%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/multilabel_oaa.cc.o cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/io_buf.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/io_buf.cc cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/parse_primitives.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_primitives.cc cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/rand48.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/rand48.cc cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/simple_label.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/simple_label.cc cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/multiclass.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/multiclass.cc cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/oaa.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/oaa.cc cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/multilabel_oaa.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/multilabel_oaa.cc cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/boosting.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/boosting.cc cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/ect.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/ect.cc [ 20%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/marginal.cc.o cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/marginal.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/marginal.cc [ 21%] Linking CXX executable spanning_tree cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/cluster && /mnt/store2/home/sturne29/.linuxbrew/Cellar/cmake/3.15.1/bin/cmake -E cmake_link_script CMakeFiles/spanning_tree.dir/link.txt --verbose=1 /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG CMakeFiles/spanning_tree.dir/spanning_tree_main.cc.o CMakeFiles/spanning_tree.dir/__/vowpalwabbit/spanning_tree.cc.o CMakeFiles/spanning_tree.dir/__/vowpalwabbit/vw_exception.cc.o -o spanning_tree -pthread [ 22%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/autolink.cc.o [ 23%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/binary.cc.o cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/autolink.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/autolink.cc cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/binary.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/binary.cc /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_regressor.cc: In lambda function: /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_regressor.cc:77:14: error: call of overloaded 'abs(float&)' is ambiguous if (abs(v) > sd * 2) ^ In file included from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/cstdlib:72:0, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/ext/string_conversions.h:41, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/bits/basic_string.h:5352, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/string:52, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/bits/locale_classes.h:40, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/bits/ios_base.h:41, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/ios:42, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/istream:38, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/fstream:38, from /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_regressor.cc:6: /mnt/store2/home/sturne29/.linuxbrew/include/stdlib.h:774:12: note: candidate: int abs(int) extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur; ^ In file included from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/ext/string_conversions.h:41:0, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/bits/basic_string.h:5352, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/string:52, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/bits/locale_classes.h:40, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/bits/ios_base.h:41, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/ios:42, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/istream:38, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/fstream:38, from /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_regressor.cc:6: /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/cstdlib:179:3: note: candidate: __int128 std::abs(__int128) abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; } ^ /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/cstdlib:174:3: note: candidate: long long int std::abs(long long int) abs(long long __x) { return __builtin_llabs (__x); } ^ /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/cstdlib:166:3: note: candidate: long int std::abs(long int) abs(long __i) { return __builtin_labs(__i); } ^ /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_regressor.cc:79:18: error: 'remainder' is not a member of 'std' v = (float)std::remainder(v, sd * 2); ^ /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_regressor.cc:79:18: note: suggested alternative: In file included from /mnt/store2/home/sturne29/.linuxbrew/include/features.h:368:0, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/x86_64-unknown-linux-gnu/bits/os_defines.h:39, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/x86_64-unknown-linux-gnu/bits/c++config.h:489, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/iosfwd:38, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/ios:38, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/istream:38, from /mnt/store2/home/sturne29/.linuxbrew/Cellar/gcc/5.5.0_4/include/c++/5.5.0/fstream:38, from /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_regressor.cc:6: /mnt/store2/home/sturne29/.linuxbrew/include/bits/mathcalls.h:298:1: note: 'remainder' __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y)); ^ [ 24%] Building CXX object vowpalwabbit/CMakeFiles/vw.dir/lrq.cc.o cd /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit && /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-5 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/lrq.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/lrq.cc make[2]: *** [vowpalwabbit/CMakeFiles/vw.dir/parse_regressor.cc.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build'
[ 24%] Built target spanning_tree
make[2]: Leaving directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build' make[1]: *** [vowpalwabbit/CMakeFiles/vw.dir/all] Error 2 make[1]: Leaving directory /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build'
make: *** [all] Error 2

HOMEBREW_VERSION: 2.1.9-15-g9d53fc6
ORIGIN: https://github.com/Homebrew/brew
HEAD: 9d53fc68b60ad8ec2626c90301f85b06ca10b732
Last commit: 6 hours ago
Core tap ORIGIN: https://github.com/Homebrew/linuxbrew-core
Core tap HEAD: 2719055fb461091615aacb98362bb2663f5f741a
Core tap last commit: 2 hours ago
HOMEBREW_PREFIX: /mnt/store2/home/sturne29/.linuxbrew
HOMEBREW_CELLAR: /mnt/store2/home/sturne29/.linuxbrew/Cellar
HOMEBREW_CACHE: /home/sturne29/.cache/Homebrew
HOMEBREW_LOGS: /home/sturne29/.cache/Homebrew/Logs
HOMEBREW_REPOSITORY: /mnt/store2/home/sturne29/.linuxbrew/Homebrew
CPU: 16-core 64-bit sandybridge
Homebrew Ruby: 2.3.7 => /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby
Clang: 3.3 build 33
Git: 2.22.0 => /mnt/store2/home/sturne29/.linuxbrew/bin/git
Curl: 7.65.3 => /mnt/store2/home/sturne29/.linuxbrew/opt/curl/bin/curl
Kernel: Linux 2.6.32-696.23.1.el6.centos.plus.x86_64 x86_64 GNU/Linux
OS: CentOS release 6.9 (Final) (Final)
Host glibc: 2.12
/usr/bin/gcc: 4.4.7
glibc: 2.23
gcc: 5.5.0_4
xorg: N/A

HOMEBREW_CC: gcc-5
HOMEBREW_CXX: g++-5
MAKEFLAGS: -j16
CMAKE_PREFIX_PATH: /mnt/store2/home/sturne29/.linuxbrew
PKG_CONFIG_PATH: /mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib/pkgconfig
HOMEBREW_GIT: git
ACLOCAL_PATH: /mnt/store2/home/sturne29/.linuxbrew/share/aclocal
PATH: /mnt/store2/home/sturne29/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super:/mnt/store2/home/sturne29/.linuxbrew/opt/cmake/bin:/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/bin:/mnt/store2/home/sturne29/.linuxbrew/opt/binutils/bin:/usr/bin:/bin:/usr/sbin:/sbin:/mnt/store2/home/sturne29/.linuxbrew/opt/gcc/bin

02.make.cc

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -DNDEBUG -fPIE -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -std=gnu++11 -o CMakeFiles/active_interactor.dir/active_interactor.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/active_interactor.cc
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -DNDEBUG -fPIE -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -std=gnu++11 -o CMakeFiles/active_interactor.dir/active_interactor.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/active_interactor.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -std=gnu++11 -o CMakeFiles/allreduce.dir/allreduce_sockets.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/allreduce_sockets.cc
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -std=gnu++11 -o CMakeFiles/allreduce.dir/allreduce_sockets.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/allreduce_sockets.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/cluster/../vowpalwabbit -DNDEBUG -pthread -std=gnu++11 -o CMakeFiles/spanning_tree.dir/spanning_tree_main.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/cluster/spanning_tree_main.cc
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/cluster/../vowpalwabbit -DNDEBUG -pthread -std=gnu++11 -o CMakeFiles/spanning_tree.dir/spanning_tree_main.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/cluster/spanning_tree_main.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/cluster/../vowpalwabbit -DNDEBUG -pthread -std=gnu++11 -o CMakeFiles/spanning_tree.dir//vowpalwabbit/vw_exception.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/vw_exception.cc
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/cluster/../vowpalwabbit -DNDEBUG -pthread -std=gnu++11 -o CMakeFiles/spanning_tree.dir/
/vowpalwabbit/vw_exception.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/vw_exception.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -std=gnu++11 -o CMakeFiles/allreduce.dir/vw_exception.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/vw_exception.cc
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -std=gnu++11 -o CMakeFiles/allreduce.dir/vw_exception.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/vw_exception.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/cluster/../vowpalwabbit -DNDEBUG -pthread -std=gnu++11 -o CMakeFiles/spanning_tree.dir//vowpalwabbit/spanning_tree.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/spanning_tree.cc
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/cluster/../vowpalwabbit -DNDEBUG -pthread -std=gnu++11 -o CMakeFiles/spanning_tree.dir/
/vowpalwabbit/spanning_tree.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/spanning_tree.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -std=gnu++11 -o CMakeFiles/allreduce.dir/allreduce_threads.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/allreduce_threads.cc
superenv removed: -O3
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -std=gnu++11 -o CMakeFiles/allreduce.dir/allreduce_threads.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/allreduce_threads.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG CMakeFiles/active_interactor.dir/active_interactor.cc.o -o active_interactor
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG CMakeFiles/active_interactor.dir/active_interactor.cc.o -o active_interactor -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/options_serializer_boost_po.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/options_serializer_boost_po.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/options_serializer_boost_po.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/options_serializer_boost_po.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/parse_regressor.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_regressor.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/parse_regressor.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_regressor.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/options_boost_po.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/options_boost_po.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/options_boost_po.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/options_boost_po.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/global_data.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/global_data.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/global_data.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/global_data.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/parse_primitives.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_primitives.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/parse_primitives.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/parse_primitives.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/io_buf.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/io_buf.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/io_buf.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/io_buf.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/rand48.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/rand48.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/rand48.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/rand48.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/cache.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/cache.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/cache.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/cache.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/unique_sort.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/unique_sort.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/unique_sort.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/unique_sort.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/multiclass.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/multiclass.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/multiclass.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/multiclass.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/simple_label.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/simple_label.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/simple_label.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/simple_label.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/multilabel_oaa.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/multilabel_oaa.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/multilabel_oaa.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/multilabel_oaa.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/boosting.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/boosting.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/boosting.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/boosting.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/oaa.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/oaa.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/oaa.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/oaa.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/ect.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/ect.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/ect.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/ect.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/marginal.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/marginal.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/marginal.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/marginal.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG CMakeFiles/spanning_tree.dir/spanning_tree_main.cc.o CMakeFiles/spanning_tree.dir//vowpalwabbit/spanning_tree.cc.o CMakeFiles/spanning_tree.dir//vowpalwabbit/vw_exception.cc.o -o spanning_tree -pthread
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG CMakeFiles/spanning_tree.dir/spanning_tree_main.cc.o CMakeFiles/spanning_tree.dir//vowpalwabbit/spanning_tree.cc.o CMakeFiles/spanning_tree.dir//vowpalwabbit/vw_exception.cc.o -o spanning_tree -pthread -isystem/mnt/store2/home/sturne29/.linuxbrew/include -L/mnt/store2/home/sturne29/.linuxbrew/lib -B/mnt/store2/home/sturne29/.linuxbrew/opt/glibc/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/Cellar/vowpal-wabbit/8.7.0/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/zlib/lib -Wl,-rpath=/mnt/store2/home/sturne29/.linuxbrew/opt/boost/lib -Wl,--dynamic-linker=/mnt/store2/home/sturne29/.linuxbrew/lib/ld.so

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/autolink.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/autolink.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/autolink.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/autolink.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/binary.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/binary.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/binary.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/binary.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

g++-5 called with: -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -O3 -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -Wall -Wextra -Wpedantic -pthread -std=gnu++11 -o CMakeFiles/vw.dir/lrq.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/lrq.cc
superenv removed: -O3 -Wall -Wextra -Wpedantic
superenv added: -pipe -w -O2 -march=native -std=c++11 -isystem/mnt/store2/home/sturne29/.linuxbrew/include
superenv executed: g++-5 -pipe -w -O2 -march=native -std=c++11 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D__extern_always_inline=inline -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/explore -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/build/vowpalwabbit -I/tmp/vowpal-wabbit-20190806-2244-1fv3v6a/rapidjson/include -DNDEBUG -fPIC -fvisibility=hidden -fno-strict-aliasing -msse2 -mfpmath=sse -fomit-frame-pointer -pthread -std=gnu++11 -o CMakeFiles/vw.dir/lrq.cc.o -c /tmp/vowpal-wabbit-20190806-2244-1fv3v6a/vowpalwabbit/lrq.cc -isystem/mnt/store2/home/sturne29/.linuxbrew/include

@jackgerrits
Copy link
Member

Hi @sturne29, thanks for the logs. I've indentified what I think are two compile issues in the logs and put together what I think should fix them in #2005. Unfortunately I cannot reproduce this issue locally. So if it is possible would you be able to clone the PR commit and verify that you are able to build on Centos then?

@sturne29
Copy link
Author

sturne29 commented Aug 9, 2019

So far I have not been able to build it (presuming I'm doing it the right way, which I'm not sure about). What I did:

git clone https://github.com/VowpalWabbit/vowpal_wabbit.git pr_vw_clone
cd pr_vw_clone
git fetch origin pull/2005/head:pull_2005
git checkout pull_2005

Then ran make, which failed with many errors. I've never done anything like this before (specifically cloning a PR commit), so I could be going about it completely wrong.

@jackgerrits
Copy link
Member

There are instructions for building on Ubuntu on the wiki https://github.com/VowpalWabbit/vowpal_wabbit/wiki/Dependencies

They will not match completely but they should help you get it building

@sturne29
Copy link
Author

The problem is that I decided to try Homebrew because I can't easily install the dependencies on my system, so I'm fairly confident I won't be able to successfully build it. Thank you very much for your help so far. I may have to try something else, though.

@jackgerrits
Copy link
Member

Okay no problem. I will still merge the fixes and they may unblock come the next release (which will hopefully be soon)

@jackgerrits
Copy link
Member

Closing this as the direct compile errors should be fixed. Stay tuned for the next release for homebrew to be updated, if it's still a problem then please reopen this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In Discussion More information is required to proceed
Projects
None yet
Development

No branches or pull requests

2 participants