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
[ 11%] Building CXX object CMakeFiles/lemondb.dir/main.cpp.o
[ 11%] Building CXX object CMakeFiles/lemondb.dir/db/Database.cpp.o
[ 16%] Building CXX object CMakeFiles/lemondb.dir/db/Table.cpp.o
[ 22%] Building CXX object CMakeFiles/lemondb.dir/query/Query.cpp.o
[ 33%] Building CXX object CMakeFiles/lemondb.dir/query/QueryResult.cpp.o
[ 33%] Building CXX object CMakeFiles/lemondb.dir/query/QueryParser.cpp.o
[ 38%] Building CXX object CMakeFiles/lemondb.dir/query/QueryBuilders.cpp.o
[ 44%] Building CXX object CMakeFiles/lemondb.dir/query/management/LoadTableQuery.cpp.o
[ 50%] Building CXX object CMakeFiles/lemondb.dir/query/management/DropTableQuery.cpp.o
[ 55%] Building CXX object CMakeFiles/lemondb.dir/query/management/DumpTableQuery.cpp.o
[ 61%] Building CXX object CMakeFiles/lemondb.dir/query/management/ListTableQuery.cpp.o
[ 66%] Building CXX object CMakeFiles/lemondb.dir/query/management/QuitQuery.cpp.o
[ 72%] Building CXX object CMakeFiles/lemondb.dir/query/management/PrintTableQuery.cpp.o
[ 77%] Building CXX object CMakeFiles/lemondb.dir/query/data/InsertQuery.cpp.o
[ 83%] Building CXX object CMakeFiles/lemondb.dir/query/data/UpdateQuery.cpp.o
[ 88%] Building CXX object CMakeFiles/lemondb.dir/query/management/CopyTableQuery.cpp.o
[ 94%] Building CXX object CMakeFiles/lemondb.dir/query/management/TruncateTableQuery.cpp.o
[100%] Linking CXX executable lemondb
[100%] Built target lemondb
finished
clean (4/4):
finished
all tasks finished, build successfully