prepare (1/4):
finished
cmake (2/4):
-- The C compiler identification is Clang 6.0.0
-- The CXX compiler identification is Clang 6.0.0
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- 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: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /out/build
finished
make (3/4):
Scanning dependencies of target lemondb
[ 3%] Building CXX object CMakeFiles/lemondb.dir/db/Database.cpp.o
[ 7%] Building CXX object CMakeFiles/lemondb.dir/main.cpp.o
[ 11%] Building CXX object CMakeFiles/lemondb.dir/db/Table.cpp.o
[ 15%] Building CXX object CMakeFiles/lemondb.dir/query/Query.cpp.o
[ 19%] Building CXX object CMakeFiles/lemondb.dir/query/QueryParser.cpp.o
[ 23%] Building CXX object CMakeFiles/lemondb.dir/query/QueryResult.cpp.o
[ 26%] Building CXX object CMakeFiles/lemondb.dir/query/QueryBuilders.cpp.o
[ 30%] Building CXX object CMakeFiles/lemondb.dir/query/management/DeleteQuery.cpp.o
[ 34%] Building CXX object CMakeFiles/lemondb.dir/query/management/LoadTableQuery.cpp.o
[ 38%] Building CXX object CMakeFiles/lemondb.dir/query/management/SumQuery.cpp.o
[ 42%] Building CXX object CMakeFiles/lemondb.dir/query/management/MinMaxQuery.cpp.o