Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ccls.spec'], chrootPath='/var/lib/mock/f33-build-406635-62663/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ccls.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1609027200 Wrote: /builddir/build/SRPMS/ccls-0.20201219-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ccls.spec'], chrootPath='/var/lib/mock/f33-build-406635-62663/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ccls.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1609027200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vtqjMr + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ccls-0.20201219 + /usr/bin/gzip -dc /builddir/build/SOURCES/ccls-0.20201219.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ccls-0.20201219 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf third_party/rapidjson + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Yrc0rt + umask 022 + cd /builddir/build/BUILD + cd ccls-0.20201219 ++ clang --version ++ head -1 ++ awk '{print $3}' ++ awk -F. '{print $1}' + export CLANG_MAJOR_VERSION=10 + CLANG_MAJOR_VERSION=10 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + /usr/bin/cmake -S . -B riscv64-redhat-linux-gnu -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON -DCLANG_LINK_CLANG_DYLIB=ON -DCLANG_RESOURCE_DIR=/usr/lib64/clang/10 -- The CXX compiler identification is GNU 10.2.1 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting build type to 'Release' as none was specified. -- Looking for C++ include pthread.h -- Looking for C++ include 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 ZLIB: /usr/lib64/libz.so (found version "1.2.11") -- RapidJSON found. Headers: /usr/include -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_C_FLAGS_RELEASE CMAKE_Fortran_FLAGS_RELEASE INCLUDE_INSTALL_DIR LIB_INSTALL_DIR LIB_SUFFIX SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR -- Build files have been written to: /builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu + /usr/bin/cmake --build riscv64-redhat-linux-gnu -j4 --verbose /usr/bin/cmake -S/builddir/build/BUILD/ccls-0.20201219 -B/builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu/CMakeFiles /builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu//CMakeFiles/progress.marks /usr/bin/gmake -f CMakeFiles/Makefile2 all gmake[1]: Entering directory '/builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu' /usr/bin/gmake -f CMakeFiles/ccls.dir/build.make CMakeFiles/ccls.dir/depend gmake[2]: Entering directory '/builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu' cd /builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/ccls-0.20201219 /builddir/build/BUILD/ccls-0.20201219 /builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu /builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu /builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu/CMakeFiles/ccls.dir/DependInfo.cmake --color= Dependee "/builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu/CMakeFiles/ccls.dir/DependInfo.cmake" is newer than depender "/builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu/CMakeFiles/ccls.dir/depend.internal". Dependee "/builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu/CMakeFiles/ccls.dir/depend.internal". Scanning dependencies of target ccls gmake[2]: Leaving directory '/builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu' /usr/bin/gmake -f CMakeFiles/ccls.dir/build.make CMakeFiles/ccls.dir/build gmake[2]: Entering directory '/builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu' [ 2%] Building CXX object CMakeFiles/ccls.dir/src/clang_tu.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/clang_tu.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/clang_tu.cc [ 4%] Building CXX object CMakeFiles/ccls.dir/src/filesystem.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/filesystem.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/filesystem.cc [ 6%] Building CXX object CMakeFiles/ccls.dir/third_party/siphash.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/third_party/siphash.cc.o -c /builddir/build/BUILD/ccls-0.20201219/third_party/siphash.cc [ 9%] Building CXX object CMakeFiles/ccls.dir/src/config.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/config.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/config.cc [ 11%] Building CXX object CMakeFiles/ccls.dir/src/fuzzy_match.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/fuzzy_match.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/fuzzy_match.cc [ 13%] Building CXX object CMakeFiles/ccls.dir/src/include_complete.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/include_complete.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/include_complete.cc [ 16%] Building CXX object CMakeFiles/ccls.dir/src/main.cc.o /usr/bin/g++ -DCCLS_VERSION="\"\"" -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/main.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/main.cc [ 18%] Building CXX object CMakeFiles/ccls.dir/src/indexer.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/indexer.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/indexer.cc [ 20%] Building CXX object CMakeFiles/ccls.dir/src/log.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/log.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/log.cc [ 23%] Building CXX object CMakeFiles/ccls.dir/src/lsp.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/lsp.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/lsp.cc [ 25%] Building CXX object CMakeFiles/ccls.dir/src/message_handler.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/message_handler.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/message_handler.cc [ 27%] Building CXX object CMakeFiles/ccls.dir/src/pipeline.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/pipeline.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/pipeline.cc [ 30%] Building CXX object CMakeFiles/ccls.dir/src/platform_posix.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/platform_posix.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/platform_posix.cc [ 32%] Building CXX object CMakeFiles/ccls.dir/src/platform_win.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/platform_win.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/platform_win.cc [ 34%] Building CXX object CMakeFiles/ccls.dir/src/position.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/position.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/position.cc [ 37%] Building CXX object CMakeFiles/ccls.dir/src/project.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/project.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/project.cc [ 39%] Building CXX object CMakeFiles/ccls.dir/src/query.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/query.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/query.cc [ 41%] Building CXX object CMakeFiles/ccls.dir/src/sema_manager.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/sema_manager.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/sema_manager.cc [ 44%] Building CXX object CMakeFiles/ccls.dir/src/serializer.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/serializer.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/serializer.cc In file included from /builddir/build/BUILD/ccls-0.20201219/src/indexer.hh:6, from /builddir/build/BUILD/ccls-0.20201219/src/query.hh:6, from /builddir/build/BUILD/ccls-0.20201219/src/query.cc:4: /builddir/build/BUILD/ccls-0.20201219/src/query.cc: In function 'ccls::getSymbolInfo(ccls::DB*, ccls::SymbolIdx, bool)': /builddir/build/BUILD/ccls-0.20201219/src/lsp.hh:179:8: warning: 'info.kind' may be used uninitialized in this function [-Wmaybe-uninitialized] 179 | struct SymbolInformation { | ^~~~~~~~~~~~~~~~~ [ 46%] Building CXX object CMakeFiles/ccls.dir/src/test.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/test.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/test.cc [ 48%] Building CXX object CMakeFiles/ccls.dir/src/utils.cc.o /usr/bin/g++ -DCLANG_RESOURCE_DIRECTORY="R\"(/usr/lib64/clang/10)\"" -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/utils.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/utils.cc [ 51%] Building CXX object CMakeFiles/ccls.dir/src/working_files.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/working_files.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/working_files.cc [ 53%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_call.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/ccls_call.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/ccls_call.cc [ 55%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_info.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/ccls_info.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/ccls_info.cc [ 58%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_inheritance.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/ccls_inheritance.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/ccls_inheritance.cc [ 60%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_member.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/ccls_member.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/ccls_member.cc [ 62%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_navigate.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/ccls_navigate.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/ccls_navigate.cc [ 65%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_reload.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/ccls_reload.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/ccls_reload.cc [ 67%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_vars.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/ccls_vars.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/ccls_vars.cc [ 69%] Building CXX object CMakeFiles/ccls.dir/src/messages/initialize.cc.o /usr/bin/g++ -DCCLS_VERSION="\"\"" -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/initialize.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/initialize.cc [ 72%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_code.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/textDocument_code.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/textDocument_code.cc [ 74%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_completion.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/textDocument_completion.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/textDocument_completion.cc [ 76%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_definition.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/textDocument_definition.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/textDocument_definition.cc [ 79%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_did.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/textDocument_did.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/textDocument_did.cc [ 81%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_foldingRange.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/textDocument_foldingRange.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/textDocument_foldingRange.cc [ 83%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_formatting.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/textDocument_formatting.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/textDocument_formatting.cc [ 86%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_document.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/textDocument_document.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/textDocument_document.cc [ 88%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_hover.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/textDocument_hover.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/textDocument_hover.cc [ 90%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_references.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/textDocument_references.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/textDocument_references.cc [ 93%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_rename.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/textDocument_rename.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/textDocument_rename.cc [ 95%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_signatureHelp.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/textDocument_signatureHelp.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/textDocument_signatureHelp.cc [ 97%] Building CXX object CMakeFiles/ccls.dir/src/messages/workspace.cc.o /usr/bin/g++ -I/builddir/build/BUILD/ccls-0.20201219/src -isystem /builddir/build/BUILD/ccls-0.20201219/third_party -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wall -Wno-sign-compare -Wno-return-type -Wno-unused-result -pthread -std=c++17 -o CMakeFiles/ccls.dir/src/messages/workspace.cc.o -c /builddir/build/BUILD/ccls-0.20201219/src/messages/workspace.cc [100%] Linking CXX executable ccls /usr/bin/cmake -E cmake_link_script CMakeFiles/ccls.dir/link.txt --verbose=1 /usr/bin/g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld CMakeFiles/ccls.dir/third_party/siphash.cc.o CMakeFiles/ccls.dir/src/clang_tu.cc.o CMakeFiles/ccls.dir/src/config.cc.o CMakeFiles/ccls.dir/src/filesystem.cc.o CMakeFiles/ccls.dir/src/fuzzy_match.cc.o CMakeFiles/ccls.dir/src/main.cc.o CMakeFiles/ccls.dir/src/include_complete.cc.o CMakeFiles/ccls.dir/src/indexer.cc.o CMakeFiles/ccls.dir/src/log.cc.o CMakeFiles/ccls.dir/src/lsp.cc.o CMakeFiles/ccls.dir/src/message_handler.cc.o CMakeFiles/ccls.dir/src/pipeline.cc.o CMakeFiles/ccls.dir/src/platform_posix.cc.o CMakeFiles/ccls.dir/src/platform_win.cc.o CMakeFiles/ccls.dir/src/position.cc.o CMakeFiles/ccls.dir/src/project.cc.o CMakeFiles/ccls.dir/src/query.cc.o CMakeFiles/ccls.dir/src/sema_manager.cc.o CMakeFiles/ccls.dir/src/serializer.cc.o CMakeFiles/ccls.dir/src/test.cc.o CMakeFiles/ccls.dir/src/utils.cc.o CMakeFiles/ccls.dir/src/working_files.cc.o CMakeFiles/ccls.dir/src/messages/ccls_call.cc.o CMakeFiles/ccls.dir/src/messages/ccls_info.cc.o CMakeFiles/ccls.dir/src/messages/ccls_inheritance.cc.o CMakeFiles/ccls.dir/src/messages/ccls_member.cc.o CMakeFiles/ccls.dir/src/messages/ccls_navigate.cc.o CMakeFiles/ccls.dir/src/messages/ccls_reload.cc.o CMakeFiles/ccls.dir/src/messages/ccls_vars.cc.o CMakeFiles/ccls.dir/src/messages/initialize.cc.o CMakeFiles/ccls.dir/src/messages/textDocument_code.cc.o CMakeFiles/ccls.dir/src/messages/textDocument_completion.cc.o CMakeFiles/ccls.dir/src/messages/textDocument_definition.cc.o CMakeFiles/ccls.dir/src/messages/textDocument_did.cc.o CMakeFiles/ccls.dir/src/messages/textDocument_foldingRange.cc.o CMakeFiles/ccls.dir/src/messages/textDocument_formatting.cc.o CMakeFiles/ccls.dir/src/messages/textDocument_document.cc.o CMakeFiles/ccls.dir/src/messages/textDocument_hover.cc.o CMakeFiles/ccls.dir/src/messages/textDocument_references.cc.o CMakeFiles/ccls.dir/src/messages/textDocument_rename.cc.o CMakeFiles/ccls.dir/src/messages/textDocument_signatureHelp.cc.o CMakeFiles/ccls.dir/src/messages/workspace.cc.o -o ccls /usr/lib64/libclang-cpp.so.10 /usr/lib64/libLLVM-10.so -pthread gmake[2]: Leaving directory '/builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu' [100%] Built target ccls gmake[1]: Leaving directory '/builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/ccls-0.20201219/riscv64-redhat-linux-gnu/CMakeFiles 0 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.A2X3gt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64 + cd ccls-0.20201219 + DESTDIR=/builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64 + /usr/bin/cmake --install riscv64-redhat-linux-gnu -- Install configuration: "Release" -- Installing: /builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64/usr/bin/ccls + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.20201219-1.fc33 --unique-debug-suffix -0.20201219-1.fc33.riscv64 --unique-debug-src-base ccls-0.20201219-1.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/ccls-0.20201219 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64/usr/bin/ccls extracting debug info from /builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64/usr/bin/ccls original debug info size: 85528kB, size after compression: 77912kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 995 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ccls-0.20201219-1.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.W41xEs + umask 022 + cd /builddir/build/BUILD + cd ccls-0.20201219 + DOCDIR=/builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64/usr/share/doc/ccls + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64/usr/share/doc/ccls + cp -pr README.md /builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64/usr/share/doc/ccls + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.cSU93p + umask 022 + cd /builddir/build/BUILD + cd ccls-0.20201219 + LICENSEDIR=/builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64/usr/share/licenses/ccls + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64/usr/share/licenses/ccls + cp -pr LICENSE /builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64/usr/share/licenses/ccls + RPM_EC=0 ++ jobs -p + exit 0 Provides: bundled(macro_map) bundled(siphash) ccls = 0.20201219-1.fc33 ccls(riscv-64) = 0.20201219-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libLLVM-10.so()(64bit) libLLVM-10.so(LLVM_10)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libclang-cpp.so.10()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libgcc_s.so.1(GCC_4.2.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpthread.so.0(GLIBC_2.30)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.11)(64bit) libstdc++.so.6(CXXABI_1.3.2)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.14)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.17)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.19)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.22)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: ccls-debugsource-0.20201219-1.fc33.riscv64 Provides: ccls-debugsource = 0.20201219-1.fc33 ccls-debugsource(riscv-64) = 0.20201219-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ccls-debuginfo-0.20201219-1.fc33.riscv64 Provides: ccls-debuginfo = 0.20201219-1.fc33 ccls-debuginfo(riscv-64) = 0.20201219-1.fc33 debuginfo(build-id) = b120b6fd05b24766827583d29fde2f34a99345d1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ccls-debugsource(riscv-64) = 0.20201219-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64 Wrote: /builddir/build/RPMS/ccls-0.20201219-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ccls-debugsource-0.20201219-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ccls-debuginfo-0.20201219-1.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Je3CJs + umask 022 + cd /builddir/build/BUILD + cd ccls-0.20201219 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ccls-0.20201219-1.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0