+ renice +1 7774 + cd /root/asar/asar + git fetch + git checkout e7ba705742b052812e2d4117ee15fda5b3fcc322 HEAD is now at e7ba705 Fixed problems with escaping strings in the context of macros + rm -rf /root/asar/build + mkdir /root/asar/build + cd /root/asar/build + cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DASAR_USE_THREADS=OFF /root/asar/asar/src -- The C compiler identification is GNU 11.2.1 -- The CXX compiler identification is GNU 11.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /root/asar/build + make -j4 [ 1%] Building CXX object asar-tests/CMakeFiles/asar-app-test.dir/test.cpp.o [ 4%] Building CXX object asar/CMakeFiles/asar-standalone.dir/interface-cli.cpp.o [ 4%] Building CXX object asar/CMakeFiles/asar.dir/interface-lib.cpp.o [ 5%] Building CXX object asar/CMakeFiles/asar-static.dir/interface-lib.cpp.o