BASE_DIR=/serve/cpp Detected platform: Linux  [ INFO ] Building Folly  --- + sudo \ + apt \ + install \ + -y \ + autoconf \ + automake \ + cmake \ + libboost-all-dev \ + libdouble-conversion-dev \ + libevent-dev \ + libgflags-dev \ + libgoogle-glog-dev \ + liblz4-dev \ + liblzma-dev \ + libsnappy-dev \ + libsodium-dev \ + libtool \ + libzstd-dev \ + ninja-build WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... autoconf is already the newest version (2.69-11.1). automake is already the newest version (1:1.16.1-4ubuntu6). libevent-dev is already the newest version (2.1.11-stable-1). libsnappy-dev is already the newest version (1.1.8-1build1). libsodium-dev is already the newest version (1.0.18-1). libtool is already the newest version (2.4.6-14). libboost-all-dev is already the newest version (1.71.0.0ubuntu2). libdouble-conversion-dev is already the newest version (3.1.5-4ubuntu1). libgflags-dev is already the newest version (2.2.2-1build1). ninja-build is already the newest version (1.10.0-1build1). liblz4-dev is already the newest version (1.9.2-2ubuntu0.20.04.1). liblzma-dev is already the newest version (5.2.4-1ubuntu1.1). cmake is already the newest version (3.26.4-0kitware1ubuntu20.04.1). The following additional packages will be installed: libgoogle-glog0v5 The following NEW packages will be installed: libgoogle-glog-dev libgoogle-glog0v5 libzstd-dev 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. Need to get 414 kB of archives. After this operation, 1638 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgoogle-glog0v5 amd64 0.4.0-1build1 [51.5 kB] Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgoogle-glog-dev amd64 0.4.0-1build1 [76.4 kB] Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libzstd-dev amd64 1.4.4+dfsg-3ubuntu0.1 [286 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 414 kB in 1s (715 kB/s) Selecting previously unselected package libgoogle-glog0v5. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 75196 files and directories currently installed.) Preparing to unpack .../libgoogle-glog0v5_0.4.0-1build1_amd64.deb ... Unpacking libgoogle-glog0v5 (0.4.0-1build1) ... Selecting previously unselected package libgoogle-glog-dev. Preparing to unpack .../libgoogle-glog-dev_0.4.0-1build1_amd64.deb ... Unpacking libgoogle-glog-dev (0.4.0-1build1) ... Selecting previously unselected package libzstd-dev:amd64. Preparing to unpack .../libzstd-dev_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... Unpacking libzstd-dev:amd64 (1.4.4+dfsg-3ubuntu0.1) ... Setting up libzstd-dev:amd64 (1.4.4+dfsg-3ubuntu0.1) ... Setting up libgoogle-glog0v5 (0.4.0-1build1) ... Setting up libgoogle-glog-dev (0.4.0-1build1) ... Processing triggers for libc-bin (2.31-0ubuntu9.14) ... Building on {distro=ubuntu, distro_vers=20.04, fb=off, fbsource=off, os=linux, shared_libs=off, test=on} Testing ENV[BOOST_ROOT_1_69_0]: None Assessing fmt... Download with https://github.com/fmtlib/fmt/archive/refs/tags/9.1.0.tar.gz -> /serve/cpp/_build/_deps/folly-build/downloads/fmt-9.1.0.tar.gz ... .. 8192 of 837901 [Complete in 0.346515 seconds] Access-Control-Allow-Origin: https://render.githubusercontent.com content-disposition: attachment; filename=fmt-9.1.0.tar.gz Content-Length: 837901 Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; sandbox Content-Type: application/x-gzip cross-origin-resource-policy: cross-origin ETag: "c7b09bf3a425d44f6cb8fd75af76a1072dec25339760ad8f1fdc10fd8c26bc84" Strict-Transport-Security: max-age=31536000 Vary: Authorization,Accept-Encoding,Origin X-Content-Type-Options: nosniff X-Frame-Options: deny X-XSS-Protection: 1; mode=block Date: Sat, 09 Mar 2024 00:56:11 GMT X-GitHub-Request-Id: C832:4D19:1BE33C:26D30F:65EBB3AB connection: close Extract /serve/cpp/_build/_deps/folly-build/downloads/fmt-9.1.0.tar.gz -> /serve/cpp/_build/_deps/folly-build/extracted/fmt-9.1.0.tar.gz Building fmt... --- + GETDEPS_BUILD_DIR=/serve/cpp/_build/_deps/folly-build/build \ + GETDEPS_INSTALL_DIR=/serve/cpp/_build/_deps/folly-build/installed \ + SSL_CERT_DIR=/etc/ssl/certs \ + cd /serve/cpp/_build/_deps/folly-build/build/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o && \ + /usr/bin/cmake \ + /serve/cpp/_build/_deps/folly-build/extracted/fmt-9.1.0.tar.gz/fmt-9.1.0 \ + -DCMAKE_INSTALL_PREFIX=/serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o \ + -DBUILD_SHARED_LIBS=OFF \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DFMT_TEST=OFF \ + -DFMT_DOC=OFF \ + '-DCMAKE_CXX_FLAGS=-fPIC -D_GLIBCXX_USE_CXX11_ABI=1' \ + -G \ + Ninja -- CMake version: 3.26.4 -- The CXX compiler identification is GNU 9.4.0 -- 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 -- Module support is disabled. -- Version: 9.1.0 -- Build type: RelWithDebInfo -- CXX_STANDARD: 11 -- Performing Test has_std_11_flag -- Performing Test has_std_11_flag - Success -- Performing Test has_std_0x_flag -- Performing Test has_std_0x_flag - Success -- Required features: cxx_variadic_templates -- Configuring done (0.7s) -- Generating done (0.0s) -- Build files have been written to: /serve/cpp/_build/_deps/folly-build/build/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o --- + GETDEPS_BUILD_DIR=/serve/cpp/_build/_deps/folly-build/build \ + GETDEPS_INSTALL_DIR=/serve/cpp/_build/_deps/folly-build/installed \ + SSL_CERT_DIR=/etc/ssl/certs \ + cd /serve/cpp/_build/_deps/folly-build/build/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o && \ + /usr/bin/cmake \ + --build \ + /serve/cpp/_build/_deps/folly-build/build/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o \ + --target \ + install \ + --config \ + RelWithDebInfo \ + -j \ + 8 [1/4] Building CXX object CMakeFiles/fmt.dir/src/os.cc.o [2/4] Building CXX object CMakeFiles/fmt.dir/src/format.cc.o [3/4] Linking CXX static library libfmt.a [3/4] Install the project... -- Install configuration: "RelWithDebInfo" -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib/libfmt.a -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/include/fmt/args.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/include/fmt/chrono.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/include/fmt/color.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/include/fmt/compile.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/include/fmt/core.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/include/fmt/format.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/include/fmt/format-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/include/fmt/os.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/include/fmt/ostream.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/include/fmt/printf.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/include/fmt/ranges.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/include/fmt/std.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/include/fmt/xchar.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib/cmake/fmt/fmt-config.cmake -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib/cmake/fmt/fmt-config-version.cmake -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib/cmake/fmt/fmt-targets.cmake -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib/cmake/fmt/fmt-targets-relwithdebinfo.cmake -- Installing: /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib/pkgconfig/fmt.pc Assessing googletest... Download with https://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz -> /serve/cpp/_build/_deps/folly-build/downloads/googletest-release-1.12.1.tar.gz ... .. 8192 of 854944 [Complete in 0.353694 seconds] Access-Control-Allow-Origin: https://render.githubusercontent.com content-disposition: attachment; filename=googletest-release-1.12.1.tar.gz Content-Length: 854944 Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; sandbox Content-Type: application/x-gzip cross-origin-resource-policy: cross-origin ETag: "34df57b1db2651e322204b6d07f15cc4d153935097319ac93353dbbd64c3ddea" Strict-Transport-Security: max-age=31536000 Vary: Authorization,Accept-Encoding,Origin X-Content-Type-Options: nosniff X-Frame-Options: deny X-XSS-Protection: 1; mode=block Date: Sat, 09 Mar 2024 00:56:17 GMT X-GitHub-Request-Id: C834:4227:1E4BD5:2974C6:65EBB3B1 connection: close Extract /serve/cpp/_build/_deps/folly-build/downloads/googletest-release-1.12.1.tar.gz -> /serve/cpp/_build/_deps/folly-build/extracted/googletest-release-1.12.1.tar.gz Building googletest... --- + CMAKE_PREFIX_PATH=/serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o \ + GETDEPS_BUILD_DIR=/serve/cpp/_build/_deps/folly-build/build \ + GETDEPS_INSTALL_DIR=/serve/cpp/_build/_deps/folly-build/installed \ + LD_LIBRARY_PATH=\ + /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib:\ + /usr/local/nvidia/lib:\ + /usr/local/nvidia/lib64:\ + PKG_CONFIG_PATH=/serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib/pkgconfig \ + SSL_CERT_DIR=/etc/ssl/certs \ + cd /serve/cpp/_build/_deps/folly-build/build/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ && \ + /usr/bin/cmake \ + /serve/cpp/_build/_deps/folly-build/extracted/googletest-release-1.12.1.tar.gz/googletest-release-1.12.1 \ + -DCMAKE_INSTALL_PREFIX=/serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ \ + -DBUILD_SHARED_LIBS=OFF \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -Dgtest_force_shared_crt=ON \ + '-DCMAKE_CXX_FLAGS=-fPIC -D_GLIBCXX_USE_CXX11_ABI=1' \ + -G \ + Ninja -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 9.4.0 -- 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 -- Found Python: /home/venv/bin/python3.9 (found version "3.9.18") found components: Interpreter -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Configuring done (1.7s) -- Generating done (0.0s) -- Build files have been written to: /serve/cpp/_build/_deps/folly-build/build/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ --- + CMAKE_PREFIX_PATH=/serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o \ + GETDEPS_BUILD_DIR=/serve/cpp/_build/_deps/folly-build/build \ + GETDEPS_INSTALL_DIR=/serve/cpp/_build/_deps/folly-build/installed \ + LD_LIBRARY_PATH=\ + /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib:\ + /usr/local/nvidia/lib:\ + /usr/local/nvidia/lib64:\ + PKG_CONFIG_PATH=/serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib/pkgconfig \ + SSL_CERT_DIR=/etc/ssl/certs \ + cd /serve/cpp/_build/_deps/folly-build/build/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ && \ + /usr/bin/cmake \ + --build \ + /serve/cpp/_build/_deps/folly-build/build/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ \ + --target \ + install \ + --config \ + RelWithDebInfo \ + -j \ + 8 [1/9] Building CXX object googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o [2/9] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o [3/9] Building CXX object googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o [4/9] Building CXX object googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o [5/9] Linking CXX static library lib/libgtest.a [6/9] Linking CXX static library lib/libgtest_main.a [7/9] Linking CXX static library lib/libgmock.a [8/9] Linking CXX static library lib/libgmock_main.a [8/9] Install the project... -- Install configuration: "RelWithDebInfo" -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/gmock-more-actions.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/gmock-matchers.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/gmock.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/gmock-cardinalities.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/gmock-function-mocker.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/gmock-nice-strict.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/gmock-spec-builders.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/internal -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/internal/gmock-pp.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/internal/gmock-port.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/internal/custom -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/internal/custom/gmock-matchers.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/internal/custom/gmock-generated-actions.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/internal/custom/gmock-port.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/internal/custom/README.md -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/internal/gmock-internal-utils.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/gmock-actions.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gmock/gmock-more-matchers.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/libgmock.a -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/libgmock_main.a -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/pkgconfig/gmock.pc -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/pkgconfig/gmock_main.pc -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/cmake/GTest/GTestTargets.cmake -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/cmake/GTest/GTestTargets-relwithdebinfo.cmake -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/cmake/GTest/GTestConfigVersion.cmake -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/cmake/GTest/GTestConfig.cmake -- Up-to-date: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/gtest-message.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/gtest-death-test.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/gtest-assertion-result.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/gtest-typed-test.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/gtest-printers.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/gtest-matchers.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/gtest_prod.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/gtest_pred_impl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/gtest.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/gtest-spi.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/gtest-param-test.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal/gtest-param-util.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal/gtest-string.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal/gtest-port-arch.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal/gtest-type-util.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal/gtest-filepath.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal/custom -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal/custom/gtest-printers.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal/custom/gtest.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal/custom/gtest-port.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal/custom/README.md -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal/gtest-port.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal/gtest-death-test-internal.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/internal/gtest-internal.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include/gtest/gtest-test-part.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/libgtest.a -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/libgtest_main.a -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/pkgconfig/gtest.pc -- Installing: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/pkgconfig/gtest_main.pc Assessing folly... Testing ENV[BOOST_ROOT_1_69_0]: None Building folly... --- + CMAKE_PREFIX_PATH=\ + /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ:\ + /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o:\ + GETDEPS_BUILD_DIR=/serve/cpp/_build/_deps/folly-build/build \ + GETDEPS_INSTALL_DIR=/serve/cpp/_build/_deps/folly-build/installed \ + LD_LIBRARY_PATH=\ + /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib:\ + /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib:\ + /usr/local/nvidia/lib:\ + /usr/local/nvidia/lib64:\ + PKG_CONFIG_PATH=\ + /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/pkgconfig:\ + /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib/pkgconfig:\ + SSL_CERT_DIR=/etc/ssl/certs \ + cd /serve/cpp/_build/_deps/folly-build/build/folly && \ + /usr/bin/cmake \ + /serve/cpp/third-party/folly \ + -DCMAKE_INSTALL_PREFIX=/serve/cpp/_build/_deps/folly-build/installed/folly \ + -DBUILD_SHARED_LIBS=OFF \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DBOOST_LINK_STATIC=ON \ + -DBUILD_TESTS=ON \ + -DBUILD_BENCHMARKS=OFF \ + '-DCMAKE_CXX_FLAGS=-fPIC -D_GLIBCXX_USE_CXX11_ABI=1' \ + -G \ + Ninja -- other platform: -- The CXX compiler identification is GNU 9.4.0 -- The C compiler identification is GNU 9.4.0 -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/cc -- 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 -- 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 -- setting C++ standard to C++17 -- 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: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.51.0") found components: context filesystem program_options regex system thread -- Found DoubleConversion: /usr/lib/x86_64-linux-gnu/libdouble-conversion.so -- Found gflags from package config /usr/lib/x86_64-linux-gnu/cmake/gflags/gflags-config.cmake -- Found Glog: /usr/lib/x86_64-linux-gnu/libglog.so -- Found gflags as a dependency of glog::glog, include=/usr/include, libs=gflags_shared -- Found libevent: /usr/lib/x86_64-linux-gnu/libevent.so -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found suitable version "1.1.1f", minimum required is "1.1.1") -- Looking for ASN1_TIME_diff -- Looking for ASN1_TIME_diff - found -- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR) -- Looking for lzma_auto_decoder in /usr/lib/x86_64-linux-gnu/liblzma.so -- Looking for lzma_auto_decoder in /usr/lib/x86_64-linux-gnu/liblzma.so - found -- Looking for lzma_easy_encoder in /usr/lib/x86_64-linux-gnu/liblzma.so -- Looking for lzma_easy_encoder in /usr/lib/x86_64-linux-gnu/liblzma.so - found -- Looking for lzma_lzma_preset in /usr/lib/x86_64-linux-gnu/liblzma.so -- Looking for lzma_lzma_preset in /usr/lib/x86_64-linux-gnu/liblzma.so - found -- Found LibLZMA: /usr/lib/x86_64-linux-gnu/liblzma.so (found version "5.2.4") -- Found LZ4: /usr/lib/x86_64-linux-gnu/liblz4.so -- Found LZ4: /usr/lib/x86_64-linux-gnu/liblz4.so CMake Warning (dev) at /usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (ZSTD) does not match the name of the calling package (Zstd). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): CMake/FindZstd.cmake:32 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMake/folly-deps.cmake:114 (find_package) CMakeLists.txt:144 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Found ZSTD: /usr/lib/x86_64-linux-gnu/libzstd.so -- Found Zstd: /usr/lib/x86_64-linux-gnu/libzstd.so CMake Warning (dev) at /usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (SNAPPY) does not match the name of the calling package (Snappy). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): CMake/FindSnappy.cmake:31 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMake/folly-deps.cmake:121 (find_package) CMakeLists.txt:144 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Found SNAPPY: /usr/lib/x86_64-linux-gnu/libsnappy.so CMake Warning (dev) at /usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (LIBDWARF) does not match the name of the calling package (LibDwarf). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): CMake/FindLibDwarf.cmake:25 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMake/folly-deps.cmake:128 (find_package) CMakeLists.txt:144 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find LIBDWARF (missing: LIBDWARF_LIBRARY LIBDWARF_INCLUDE_DIR) CMake Warning (dev) at /usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (LIBIBERTY) does not match the name of the calling package (Libiberty). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): CMake/FindLibiberty.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMake/folly-deps.cmake:132 (find_package) CMakeLists.txt:144 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Found LIBIBERTY: /usr/lib/x86_64-linux-gnu/libiberty.a CMake Warning (dev) at /usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (LIBAIO) does not match the name of the calling package (LibAIO). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): CMake/FindLibAIO.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMake/folly-deps.cmake:136 (find_package) CMakeLists.txt:144 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find LIBAIO (missing: LIBAIO_LIBRARY LIBAIO_INCLUDE_DIR) CMake Warning (dev) at /usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (LIBURING) does not match the name of the calling package (LibUring). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): CMake/FindLibUring.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMake/folly-deps.cmake:140 (find_package) CMakeLists.txt:144 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find LIBURING (missing: LIBURING_LIBRARY LIBURING_INCLUDE_DIR) CMake Warning (dev) at /usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (LIBSODIUM) does not match the name of the calling package (Libsodium). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): CMake/FindLibsodium.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMake/folly-deps.cmake:144 (find_package) CMakeLists.txt:144 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Found LIBSODIUM: /usr/lib/x86_64-linux-gnu/libsodium.so -- Found Libsodium: /usr/lib/x86_64-linux-gnu/libsodium.so CMake Warning (dev) at /usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (LIBUNWIND) does not match the name of the calling package (LibUnwind). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): build/fbcode_builder/CMake/FindLibUnwind.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMake/folly-deps.cmake:156 (find_package) CMakeLists.txt:144 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Found LIBUNWIND: /usr/lib/x86_64-linux-gnu/libunwind.so -- Looking for swapcontext -- Looking for swapcontext - found -- Looking for C++ include elf.h -- Looking for C++ include elf.h - found -- Looking for backtrace -- Looking for backtrace - found -- backtrace facility detected in default set of libraries -- Found Backtrace: /usr/include -- Setting FOLLY_USE_SYMBOLIZER: ON -- Setting FOLLY_HAVE_ELF: 1 -- Setting FOLLY_HAVE_DWARF: FALSE -- Performing Test FOLLY_CPP_ATOMIC_BUILTIN -- Performing Test FOLLY_CPP_ATOMIC_BUILTIN - Success -- Performing Test FOLLY_STDLIB_LIBSTDCXX -- Performing Test FOLLY_STDLIB_LIBSTDCXX - Success -- Performing Test FOLLY_STDLIB_LIBSTDCXX_GE_9 -- Performing Test FOLLY_STDLIB_LIBSTDCXX_GE_9 - Success -- Performing Test FOLLY_STDLIB_LIBCXX -- Performing Test FOLLY_STDLIB_LIBCXX - Failed -- Performing Test FOLLY_STDLIB_LIBCXX_GE_9 -- Performing Test FOLLY_STDLIB_LIBCXX_GE_9 - Failed -- Performing Test FOLLY_STDLIB_LIBCPP -- Performing Test FOLLY_STDLIB_LIBCPP - Failed -- Looking for C++ include jemalloc/jemalloc.h -- Looking for C++ include jemalloc/jemalloc.h - found -- Performing Test COMPILER_HAS_UNKNOWN_WARNING_OPTION -- Performing Test COMPILER_HAS_UNKNOWN_WARNING_OPTION - Failed -- Performing Test COMPILER_HAS_W_SHADOW_LOCAL -- Performing Test COMPILER_HAS_W_SHADOW_LOCAL - Success -- Performing Test COMPILER_HAS_W_SHADOW_COMPATIBLE_LOCAL -- Performing Test COMPILER_HAS_W_SHADOW_COMPATIBLE_LOCAL - Success -- Performing Test COMPILER_HAS_W_NOEXCEPT_TYPE -- Performing Test COMPILER_HAS_W_NOEXCEPT_TYPE - Success -- Performing Test COMPILER_HAS_W_NULLABILITY_COMPLETENESS -- Performing Test COMPILER_HAS_W_NULLABILITY_COMPLETENESS - Failed -- Performing Test COMPILER_HAS_W_INCONSISTENT_MISSING_OVERRIDE -- Performing Test COMPILER_HAS_W_INCONSISTENT_MISSING_OVERRIDE - Failed -- Performing Test COMPILER_HAS_F_ALIGNED_NEW -- Performing Test COMPILER_HAS_F_ALIGNED_NEW - Success -- Performing Test COMPILER_HAS_F_OPENMP -- Performing Test COMPILER_HAS_F_OPENMP - Success -- Looking for pthread_atfork -- Looking for pthread_atfork - found -- Looking for accept4 -- Looking for accept4 - found -- Looking for getrandom -- Looking for getrandom - found -- Looking for preadv -- Looking for preadv - found -- Looking for pwritev -- Looking for pwritev - found -- Looking for clock_gettime -- Looking for clock_gettime - found -- Looking for pipe2 -- Looking for pipe2 - found -- Looking for sendmmsg -- Looking for sendmmsg - found -- Looking for recvmmsg -- Looking for recvmmsg - found -- Looking for malloc_usable_size -- Looking for malloc_usable_size - found -- Performing Test FOLLY_HAVE_IFUNC -- Performing Test FOLLY_HAVE_IFUNC - Success -- Performing Test FOLLY_HAVE_STD__IS_TRIVIALLY_COPYABLE -- Performing Test FOLLY_HAVE_STD__IS_TRIVIALLY_COPYABLE - Success -- Performing Test FOLLY_HAVE_UNALIGNED_ACCESS -- Performing Test FOLLY_HAVE_UNALIGNED_ACCESS - Success -- Performing Test FOLLY_HAVE_VLA -- Performing Test FOLLY_HAVE_VLA - Success -- Performing Test FOLLY_HAVE_WEAK_SYMBOLS -- Performing Test FOLLY_HAVE_WEAK_SYMBOLS - Success -- Performing Test FOLLY_HAVE_LINUX_VDSO -- Performing Test FOLLY_HAVE_LINUX_VDSO - Success -- Performing Test FOLLY_HAVE_WCHAR_SUPPORT -- Performing Test FOLLY_HAVE_WCHAR_SUPPORT - Success -- Performing Test FOLLY_HAVE_EXTRANDOM_SFMT19937 -- Performing Test FOLLY_HAVE_EXTRANDOM_SFMT19937 - Success -- Performing Test HAVE_VSNPRINTF_ERRORS -- Performing Test HAVE_VSNPRINTF_ERRORS - Success -- Performing Test GFLAGS_NAMESPACE_IS_GFLAGS -- Performing Test GFLAGS_NAMESPACE_IS_GFLAGS - Success -- Performing Test COMPILER_HAS_F_COROUTINES -- Performing Test COMPILER_HAS_F_COROUTINES - Failed -- GCC does not have support for C++ coroutines, disabling Folly coroutine support. -- arch x86_64-linux-gnu matches x86_64, building SSE4.2 version of base64 -- arch x86_64-linux-gnu matches x86_64, setting SSE2/AVX2 compile flags for LtHash SIMD code -- Performing Test COMPILER_HAS_M_PCLMUL -- Performing Test COMPILER_HAS_M_PCLMUL - Success -- compiler has flag pclmul, setting compile flag for /serve/cpp/third-party/folly/folly/hash/detail/ChecksumDetail.cpp;/serve/cpp/third-party/folly/folly/hash/detail/Crc32CombineDetail.cpp;/serve/cpp/third-party/folly/folly/hash/detail/Crc32cDetail.cpp -- Found gmock via config, defines=, include=/serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/include, libs=GTest::gmock_main;GTest::gmock;GTest::gtest -- Found GTest: /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/cmake/GTest/GTestConfig.cmake (found version "1.12.1") Skipping slow test compression/test/compression_test, enable with BUILD_SLOW_TESTS Skipping broken test executors/test/thread_pool_executor_test, enable with BUILD_BROKEN_TESTS Skipping broken test experimental/test/function_scheduler_test, enable with BUILD_BROKEN_TESTS Skipping broken test fibers/test/fibers_test, enable with BUILD_BROKEN_TESTS Skipping hanging test io/test/ShutdownSocketSetTest, enable with BUILD_HANGING_TESTS Skipping hanging test io/test/SocketOptionValueTest, enable with BUILD_HANGING_TESTS Skipping broken test io/async/test/async_test, enable with BUILD_BROKEN_TESTS Skipping broken test io/async/test/EventBaseTest, enable with BUILD_BROKEN_TESTS Skipping slow test io/async/test/HHWheelTimerSlowTests, enable with BUILD_SLOW_TESTS Skipping hanging test test/atomic_hash_map_test, enable with BUILD_HANGING_TESTS Skipping broken test test/function_test, enable with BUILD_BROKEN_TESTS Skipping broken test test/indexed_mem_pool_test, enable with BUILD_BROKEN_TESTS Skipping slow test test/mpmc_queue_test, enable with BUILD_SLOW_TESTS Skipping hanging test test/network_address_test, enable with BUILD_HANGING_TESTS Skipping hanging test test/packed_sync_ptr_test, enable with BUILD_HANGING_TESTS Skipping slow test test/producer_consumer_queue_test, enable with BUILD_SLOW_TESTS -- Configuring done (11.4s) -- Generating done (0.9s) -- Build files have been written to: /serve/cpp/_build/_deps/folly-build/build/folly --- + CMAKE_PREFIX_PATH=\ + /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ:\ + /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o:\ + GETDEPS_BUILD_DIR=/serve/cpp/_build/_deps/folly-build/build \ + GETDEPS_INSTALL_DIR=/serve/cpp/_build/_deps/folly-build/installed \ + LD_LIBRARY_PATH=\ + /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib:\ + /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib:\ + /usr/local/nvidia/lib:\ + /usr/local/nvidia/lib64:\ + PKG_CONFIG_PATH=\ + /serve/cpp/_build/_deps/folly-build/installed/googletest-5x1v7hCJCFOR0CD6o1hnZBuluxc23HWqoeVEHM5wFyQ/lib/pkgconfig:\ + /serve/cpp/_build/_deps/folly-build/installed/fmt-R_ISU0gVPctUsykHDXCndquS1-NTb5MdqB3aiooh39o/lib/pkgconfig:\ + SSL_CERT_DIR=/etc/ssl/certs \ + cd /serve/cpp/_build/_deps/folly-build/build/folly && \ + /usr/bin/cmake \ + --build \ + /serve/cpp/_build/_deps/folly-build/build/folly \ + --target \ + install \ + --config \ + RelWithDebInfo \ + -j \ + 8 [1/936] Building CXX object CMakeFiles/folly_base.dir/folly/ClockGettimeWrappers.cpp.o [2/936] Building CXX object CMakeFiles/folly_base.dir/folly/CancellationToken.cpp.o [3/936] Building CXX object CMakeFiles/folly_base.dir/folly/Executor.cpp.o [4/936] Building CXX object CMakeFiles/folly_base.dir/folly/FollyMemcpy.cpp.o [5/936] Building CXX object CMakeFiles/folly_base.dir/folly/FollyMemset.cpp.o [6/936] Building CXX object CMakeFiles/folly_base.dir/folly/ExceptionString.cpp.o [7/936] Building CXX object CMakeFiles/folly_base.dir/folly/Demangle.cpp.o [8/936] Building CXX object CMakeFiles/folly_base.dir/folly/FileUtil.cpp.o [9/936] Building CXX object CMakeFiles/folly_base.dir/folly/ExceptionWrapper.cpp.o [10/936] Building CXX object CMakeFiles/folly_base.dir/folly/GroupVarint.cpp.o [11/936] Building CXX object CMakeFiles/folly_base.dir/folly/Conv.cpp.o [12/936] Building CXX object CMakeFiles/folly_base.dir/folly/File.cpp.o [13/936] Building CXX object CMakeFiles/folly_base.dir/folly/Fingerprint.cpp.o [14/936] Building CXX object CMakeFiles/folly_base.dir/folly/MicroLock.cpp.o [15/936] Building CXX object CMakeFiles/folly_base.dir/folly/Format.cpp.o [16/936] Building CXX object CMakeFiles/folly_base.dir/folly/ScopeGuard.cpp.o [17/936] Building CXX object CMakeFiles/folly_base.dir/folly/MacAddress.cpp.o [18/936] Building CXX object CMakeFiles/folly_base.dir/folly/IPAddressV4.cpp.o [19/936] Building CXX object CMakeFiles/folly_base.dir/folly/IPAddressV6.cpp.o [20/936] Building CXX object CMakeFiles/folly_base.dir/folly/IPAddress.cpp.o In file included from /serve/cpp/third-party/folly/folly/IPAddress.cpp:28: /serve/cpp/third-party/folly/folly/small_vector.h: In instantiation of ‘folly::small_vector::small_vector(folly::small_vector&&) [with Value = folly::Range; long unsigned int RequestedMaxInline = 2; Policy = void]’: /serve/cpp/third-party/folly/folly/IPAddress.cpp:78:10: required from here /serve/cpp/third-party/folly/folly/small_vector.h:557:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘folly::small_vector, 2, void>::value_type’ {aka ‘class folly::Range’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 557 | std::memcpy(u.buffer(), o.u.buffer(), MaxInline * kSizeOfValue); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /serve/cpp/third-party/folly/folly/IPAddressV4.h:36, from /serve/cpp/third-party/folly/folly/IPAddress.h:38, from /serve/cpp/third-party/folly/folly/IPAddress.cpp:17: /serve/cpp/third-party/folly/folly/Range.h:248:7: note: ‘folly::small_vector, 2, void>::value_type’ {aka ‘class folly::Range’} declared here 248 | class Range { | ^~~~~ [21/936] Building CXX object CMakeFiles/folly_base.dir/folly/SharedMutex.cpp.o [22/936] Building CXX object CMakeFiles/folly_base.dir/folly/Random.cpp.o [23/936] Building CXX object CMakeFiles/folly_base.dir/folly/SingletonThreadLocal.cpp.o [24/936] Building CXX object CMakeFiles/folly_base.dir/folly/Try.cpp.o [25/936] Building CXX object CMakeFiles/folly_base.dir/folly/SocketAddress.cpp.o [26/936] Building CXX object CMakeFiles/folly_base.dir/folly/String.cpp.o [27/936] Building CXX object CMakeFiles/folly_base.dir/folly/Unicode.cpp.o [28/936] Building CXX object CMakeFiles/folly_base.dir/folly/TimeoutQueue.cpp.o [29/936] Building CXX object CMakeFiles/folly_base.dir/folly/compression/CompressionContextPoolSingletons.cpp.o [30/936] Building CXX object CMakeFiles/folly_base.dir/folly/compression/Zlib.cpp.o [31/936] Building CXX object CMakeFiles/folly_base.dir/folly/concurrency/ProcessLocalUniqueId.cpp.o [32/936] Building CXX object CMakeFiles/folly_base.dir/folly/compression/Zstd.cpp.o [33/936] Building CXX object CMakeFiles/folly_base.dir/folly/concurrency/CacheLocality.cpp.o [34/936] Building CXX object CMakeFiles/folly_base.dir/folly/concurrency/DeadlockDetector.cpp.o [35/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/FileUtilDetail.cpp.o [36/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/AsyncTrace.cpp.o [37/936] Building CXX object CMakeFiles/folly_base.dir/folly/compression/Compression.cpp.o [38/936] Building CXX object CMakeFiles/folly_base.dir/folly/container/detail/F14Table.cpp.o [39/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/Futex.cpp.o [40/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/IPAddress.cpp.o [41/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/MemoryIdler.cpp.o [42/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/RangeCommon.cpp.o [43/936] Building CXX object CMakeFiles/folly_base.dir/folly/Uri.cpp.o [44/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/Sse.cpp.o [45/936] Building CXX object CMakeFiles/folly_base.dir/folly/Singleton.cpp.o [46/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/RangeSse42.cpp.o [47/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/SocketFastOpen.cpp.o [48/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/base64_detail/Base64Api.cpp.o [49/936] Building CXX object CMakeFiles/folly_base.dir/folly/Subprocess.cpp.o [50/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/StaticSingletonManager.cpp.o [51/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/base64_detail/Base64SWAR.cpp.o [52/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/SimpleSimdStringUtils.cpp.o [53/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/UniqueInstance.cpp.o [54/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/base64_detail/Base64_SSE4_2.cpp.o [55/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/Codel.cpp.o [56/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/ThreadLocalDetail.cpp.o [57/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/ExecutorWithPriority.cpp.o [58/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/PerfScoped.cpp.o [59/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/GlobalThreadPoolList.cpp.o [60/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/InlineExecutor.cpp.o [61/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/QueueObserver.cpp.o [62/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/ManualExecutor.cpp.o [63/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/IOThreadPoolDeadlockDetectorObserver.cpp.o [64/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/EDFThreadPoolExecutor.cpp.o [65/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/SoftRealTimeExecutor.cpp.o [66/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/IOThreadPoolExecutor.cpp.o [67/936] Building CXX object CMakeFiles/folly_base.dir/folly/detail/SplitStringSimd.cpp.o [68/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/QueuedImmediateExecutor.cpp.o [69/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/thread_factory/PriorityThreadFactory.cpp.o [70/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/GlobalExecutor.cpp.o [71/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/CPUThreadPoolExecutor.cpp.o [72/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/AtomicReadMostlyMainPtr.cpp.o [73/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/StrandExecutor.cpp.o [74/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/TimekeeperScheduledExecutor.cpp.o [75/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/JemallocHugePageAllocator.cpp.o [76/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/EnvUtil.cpp.o [77/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/TimedDrivableExecutor.cpp.o [78/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/JemallocNodumpAllocator.cpp.o [79/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/ThreadPoolExecutor.cpp.o [80/936] Building CXX object CMakeFiles/folly_base.dir/folly/executors/ThreadedExecutor.cpp.o [81/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/QuotientMultiSet.cpp.o [82/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/Select64.cpp.o [83/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/ThreadedRepeatingFunctionRunner.cpp.o [84/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/FunctionScheduler.cpp.o [85/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/STTimerFDTimeoutManager.cpp.o [86/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/TimerFD.cpp.o [87/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/TimerFDTimeoutManager.cpp.o [88/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/coro/Baton.cpp.o [89/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/NestedCommandLineApp.cpp.o [90/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/bser/Dump.cpp.o [91/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/TestUtil.cpp.o [92/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/bser/Load.cpp.o [93/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/coro/detail/Malloc.cpp.o [94/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/ProgramOptions.cpp.o [95/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/crypto/Blake2xb.cpp.o [96/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/coro/Mutex.cpp.o [97/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/crypto/detail/MathOperation_AVX2.cpp.o [98/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/coro/SharedMutex.cpp.o [99/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/crypto/detail/MathOperation_SSE2.cpp.o [100/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/crypto/LtHash.cpp.o [101/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/channels/MaxConcurrentRateLimiter.cpp.o [102/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/crypto/detail/MathOperation_Simple.cpp.o [103/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/exception_tracer/StackTrace.cpp.o [104/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/exception_tracer/ExceptionStackTraceLib.cpp.o [105/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/exception_tracer/ExceptionTracer.cpp.o [106/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/exception_tracer/ExceptionTracerLib.cpp.o [107/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/exception_tracer/ExceptionCounterLib.cpp.o [108/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.cpp.o [109/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/exception_tracer/SmartExceptionStackTraceHooks.cpp.o [110/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/exception_tracer/SmartExceptionTracer.cpp.o [111/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/AsyncBase.cpp.o [112/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/AsyncIO.cpp.o [113/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/EpollBackend.cpp.o /serve/cpp/third-party/folly/folly/experimental/io/EpollBackend.cpp: In member function ‘void folly::{anonymous}::SignalRegistry::notify(int)’: /serve/cpp/third-party/folly/folly/experimental/io/EpollBackend.cpp:93:12: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] 93 | ::write(fd, &sigNum, 1); | ~~~~~~~^~~~~~~~~~~~~~~~ [114/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/IoUring.cpp.o [115/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/FsUtil.cpp.o [116/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/EventBasePoller.cpp.o [117/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/IoUringBackend.cpp.o [118/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/AsyncIoUringSocket.cpp.o [119/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/IoUringEvent.cpp.o [120/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/IoUringEventBaseLocal.cpp.o [121/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/settings/Types.cpp.o /serve/cpp/third-party/folly/folly/experimental/settings/Types.cpp: In function ‘std::string_view folly::settings::toString(folly::settings::SetErrorCode)’: /serve/cpp/third-party/folly/folly/experimental/settings/Types.cpp:31:1: warning: control reaches end of non-void function [-Wreturn-type] 31 | } | ^ [122/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/settings/Immutables.cpp.o [123/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/SimpleAsyncIO.cpp.o [124/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/observer/detail/Core.cpp.o [125/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/settings/Settings.cpp.o [126/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/symbolizer/Dwarf.cpp.o [127/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/symbolizer/DwarfImpl.cpp.o [128/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/symbolizer/DwarfLineNumberVM.cpp.o [129/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/HugePages.cpp.o [130/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/symbolizer/DwarfSection.cpp.o [131/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/symbolizer/DwarfUtil.cpp.o [132/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/symbolizer/LineReader.cpp.o [133/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/symbolizer/Elf.cpp.o [134/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/symbolizer/StackTrace.cpp.o [135/936] Building CXX object CMakeFiles/folly_base.dir/folly/ext/test_ext.cpp.o [136/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/symbolizer/SymbolizedFrame.cpp.o [137/936] Building CXX object CMakeFiles/folly_base.dir/folly/external/fast-crc32/avx512_crc32c_v8s3x4.cpp.o [138/936] Building CXX object CMakeFiles/folly_base.dir/folly/external/fast-crc32/sse_crc32c_v8s3x3.cpp.o [139/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/symbolizer/ElfCache.cpp.o [140/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/io/MuxIOThreadPoolExecutor.cpp.o [141/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/symbolizer/SignalHandler.cpp.o [142/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/symbolizer/SymbolizePrinter.cpp.o [143/936] Building CXX object CMakeFiles/folly_base.dir/folly/external/farmhash/farmhash.cpp.o [144/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/symbolizer/Symbolizer.cpp.o [145/936] Building CXX object CMakeFiles/folly_base.dir/folly/fibers/Baton.cpp.o [146/936] Building CXX object CMakeFiles/folly_base.dir/folly/fibers/BatchSemaphore.cpp.o [147/936] Building CXX object CMakeFiles/folly_base.dir/folly/fibers/Fiber.cpp.o [148/936] Building CXX object CMakeFiles/folly_base.dir/folly/experimental/observer/detail/ObserverManager.cpp.o [149/936] Building CXX object CMakeFiles/folly_base.dir/folly/fibers/GuardPageAllocator.cpp.o [150/936] Building CXX object CMakeFiles/folly_base.dir/folly/fibers/detail/AtomicBatchDispatcher.cpp.o [151/936] Building CXX object CMakeFiles/folly_base.dir/folly/fibers/FiberManager.cpp.o [152/936] Building CXX object CMakeFiles/folly_base.dir/folly/fibers/Semaphore.cpp.o [153/936] Building CXX object CMakeFiles/folly_base.dir/folly/fibers/SemaphoreBase.cpp.o [154/936] Building CXX object CMakeFiles/folly_base.dir/folly/fibers/async/Async.cpp.o [155/936] Building CXX object CMakeFiles/folly_base.dir/folly/fibers/SimpleLoopController.cpp.o [156/936] Building CXX object CMakeFiles/folly_base.dir/folly/futures/Barrier.cpp.o [157/936] Building CXX object CMakeFiles/folly_base.dir/folly/futures/Promise.cpp.o [158/936] Building CXX object CMakeFiles/folly_base.dir/folly/hash/SpookyHashV1.cpp.o [159/936] Building CXX object CMakeFiles/folly_base.dir/folly/hash/SpookyHashV2.cpp.o [160/936] Building CXX object CMakeFiles/folly_base.dir/folly/hash/Checksum.cpp.o [161/936] Building CXX object CMakeFiles/folly_base.dir/folly/hash/detail/ChecksumDetail.cpp.o [162/936] Building CXX object CMakeFiles/folly_base.dir/folly/hash/detail/Crc32cDetail.cpp.o [163/936] Building CXX object CMakeFiles/folly_base.dir/folly/futures/ManualTimekeeper.cpp.o [164/936] Building CXX object CMakeFiles/folly_base.dir/folly/futures/HeapTimekeeper.cpp.o [165/936] Building CXX object CMakeFiles/folly_base.dir/folly/hash/detail/Crc32CombineDetail.cpp.o [166/936] Building CXX object CMakeFiles/folly_base.dir/folly/futures/SharedPromise.cpp.o [167/936] Building CXX object CMakeFiles/folly_base.dir/folly/init/Phase.cpp.o [168/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/Cursor.cpp.o [169/936] Building CXX object CMakeFiles/folly_base.dir/folly/futures/detail/Core.cpp.o [170/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/IOBufIovecBuilder.cpp.o [171/936] Building CXX object CMakeFiles/folly_base.dir/folly/futures/ThreadWheelTimekeeper.cpp.o [172/936] Building CXX object CMakeFiles/folly_base.dir/folly/init/Init.cpp.o [173/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/IOBuf.cpp.o [174/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/SocketOptionMap.cpp.o [175/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/SocketOptionValue.cpp.o [176/936] Building CXX object CMakeFiles/folly_base.dir/folly/futures/Future.cpp.o [177/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/IOBufQueue.cpp.o [178/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/ShutdownSocketSet.cpp.o [179/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/RecordIO.cpp.o [180/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/AsyncSocketException.cpp.o [181/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/GlobalShutdownSocketSet.cpp.o [182/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/AsyncSignalHandler.cpp.o [183/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/AsyncPipe.cpp.o [184/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/AsyncSocketTransport.cpp.o [185/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/DelayedDestruction.cpp.o [186/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/AsyncTimeout.cpp.o [187/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/EventBaseBackendBase.cpp.o [188/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/AsyncServerSocket.cpp.o [189/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/AsyncUDPSocket.cpp.o [190/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/EventBaseLocal.cpp.o [191/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/EventBaseManager.cpp.o [192/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/AsyncSSLSocket.cpp.o [193/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/EventBaseThread.cpp.o [194/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/PasswordInFile.cpp.o [195/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/EventBase.cpp.o [196/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/EventHandler.cpp.o [197/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/SSLOptions.cpp.o [198/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/HHWheelTimer.cpp.o [199/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/AsyncSocket.cpp.o [200/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/SSLContext.cpp.o [201/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/ScopedEventBaseThread.cpp.o [202/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/TimeoutManager.cpp.o [203/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/fdsock/SocketFds.cpp.o [204/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/ssl/SSLErrors.cpp.o [205/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/Request.cpp.o [206/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/ssl/OpenSSLUtils.cpp.o [207/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/VirtualEventBase.cpp.o [208/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/TerminateCancellationToken.cpp.o [209/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/fdsock/AsyncFdSocket.cpp.o [210/936] Building CXX object CMakeFiles/folly_base.dir/folly/json/JsonTestUtil.cpp.o [211/936] Building CXX object CMakeFiles/folly_base.dir/folly/json/DynamicParser.cpp.o [212/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/coro/Transport.cpp.o [213/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/coro/ServerSocket.cpp.o [214/936] Building CXX object CMakeFiles/folly_base.dir/folly/lang/CString.cpp.o [215/936] Building CXX object CMakeFiles/folly_base.dir/folly/lang/Exception.cpp.o [216/936] Building CXX object CMakeFiles/folly_base.dir/folly/lang/UncaughtExceptions.cpp.o [217/936] Building CXX object CMakeFiles/folly_base.dir/folly/lang/SafeAssert.cpp.o [218/936] Building CXX object CMakeFiles/folly_base.dir/folly/lang/ToAscii.cpp.o [219/936] Building CXX object CMakeFiles/folly_base.dir/folly/json/json_pointer.cpp.o [220/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/AsyncFileWriter.cpp.o [221/936] Building CXX object CMakeFiles/folly_base.dir/folly/json/dynamic.cpp.o [222/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/BridgeFromGoogleLogging.cpp.o [223/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/AsyncLogWriter.cpp.o [224/936] Building CXX object CMakeFiles/folly_base.dir/folly/json/json_patch.cpp.o [225/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/FileHandlerFactory.cpp.o [226/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/InitWeak.cpp.o [227/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/FileWriterFactory.cpp.o [228/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/ImmediateFileWriter.cpp.o [229/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/CustomLogFormatter.cpp.o [230/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/Init.cpp.o [231/936] Building CXX object CMakeFiles/folly_base.dir/folly/json/json.cpp.o [232/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/LogCategoryConfig.cpp.o [233/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/GlogStyleFormatter.cpp.o [234/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/LogHandlerConfig.cpp.o [235/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/LogCategory.cpp.o [236/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/LogName.cpp.o [237/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/LogConfig.cpp.o [238/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/LogLevel.cpp.o [239/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/LogMessage.cpp.o [240/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/LogStream.cpp.o [241/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/RateLimiter.cpp.o [242/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/ObjectToString.cpp.o [243/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/LogStreamProcessor.cpp.o [244/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/Logger.cpp.o [245/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/StandardLogHandler.cpp.o [246/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/StreamHandlerFactory.cpp.o [247/936] Building CXX object CMakeFiles/folly_base.dir/folly/memory/SanitizeAddress.cpp.o [248/936] Building CXX object CMakeFiles/folly_base.dir/folly/memory/ReentrantAllocator.cpp.o [249/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/xlog.cpp.o [250/936] Building CXX object CMakeFiles/folly_base.dir/folly/memory/detail/MallocImpl.cpp.o [251/936] Building CXX object CMakeFiles/folly_base.dir/folly/memory/SanitizeLeak.cpp.o [252/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/StandardLogHandlerFactory.cpp.o [253/936] Building CXX object CMakeFiles/folly_base.dir/folly/memory/MallctlHelper.cpp.o [254/936] Building CXX object CMakeFiles/folly_base.dir/folly/net/NetOpsDispatcher.cpp.o [255/936] Building CXX object CMakeFiles/folly_base.dir/folly/net/detail/SocketFileDescriptorMap.cpp.o [256/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/Builtins.cpp.o [257/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/Dirent.cpp.o [258/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/Fcntl.cpp.o [259/936] Building CXX object CMakeFiles/folly_base.dir/folly/net/NetOps.cpp.o [260/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/Libgen.cpp.o [261/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/Malloc.cpp.o [262/936] Building CXX object CMakeFiles/folly_base.dir/folly/json/JSONSchema.cpp.o [263/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/PThread.cpp.o [264/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/Sched.cpp.o [265/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/Filesystem.cpp.o [266/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/OpenSSL.cpp.o [267/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/Stdio.cpp.o [268/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/Stdlib.cpp.o [269/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/String.cpp.o [270/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/SysFile.cpp.o [271/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/SysMman.cpp.o [272/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/SysMembarrier.cpp.o [273/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/SysResource.cpp.o [274/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/SysStat.cpp.o [275/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/SysTime.cpp.o [276/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/Sockets.cpp.o [277/936] Building CXX object CMakeFiles/folly_base.dir/folly/net/TcpInfoDispatcher.cpp.o [278/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/Time.cpp.o [279/936] Building CXX object CMakeFiles/folly_base.dir/folly/net/TcpInfo.cpp.o [280/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/Unistd.cpp.o [281/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/LogConfigParser.cpp.o [282/936] Building CXX object CMakeFiles/folly_base.dir/folly/portability/SysUio.cpp.o [283/936] Building CXX object CMakeFiles/folly_base.dir/folly/memory/ThreadCachedArena.cpp.o [284/936] Building CXX object CMakeFiles/folly_base.dir/folly/ssl/Init.cpp.o [285/936] Building CXX object CMakeFiles/folly_base.dir/folly/ssl/detail/OpenSSLThreading.cpp.o [286/936] Building CXX object CMakeFiles/folly_base.dir/folly/logging/LoggerDB.cpp.o [287/936] Building CXX object CMakeFiles/folly_base.dir/folly/ssl/detail/OpenSSLSession.cpp.o [288/936] Building CXX object CMakeFiles/folly_base.dir/folly/stats/QuantileEstimator.cpp.o [289/936] Building CXX object CMakeFiles/folly_base.dir/folly/ssl/SSLSessionManager.cpp.o [290/936] Building CXX object CMakeFiles/folly_base.dir/folly/stats/detail/DoubleRadixSort.cpp.o [291/936] Building CXX object CMakeFiles/folly_base.dir/folly/synchronization/AtomicNotification.cpp.o [292/936] Building CXX object CMakeFiles/folly_base.dir/folly/ssl/OpenSSLHash.cpp.o [293/936] Building CXX object CMakeFiles/folly_base.dir/folly/stats/TDigest.cpp.o [294/936] Building CXX object CMakeFiles/folly_base.dir/folly/synchronization/AsymmetricThreadFence.cpp.o [295/936] Building CXX object CMakeFiles/folly_base.dir/folly/synchronization/SanitizeThread.cpp.o [296/936] Building CXX object CMakeFiles/folly_base.dir/folly/ssl/OpenSSLCertUtils.cpp.o [297/936] Building CXX object CMakeFiles/folly_base.dir/folly/synchronization/WaitOptions.cpp.o [298/936] Building CXX object CMakeFiles/folly_base.dir/folly/synchronization/DistributedMutex.cpp.o [299/936] Building CXX object CMakeFiles/folly_base.dir/folly/synchronization/ParkingLot.cpp.o [300/936] Building CXX object CMakeFiles/folly_base.dir/folly/synchronization/detail/Sleeper.cpp.o [301/936] Building CXX object CMakeFiles/folly_base.dir/folly/synchronization/detail/Hardware.cpp.o [302/936] Building CXX object CMakeFiles/folly_base.dir/folly/system/HardwareConcurrency.cpp.o [303/936] Building CXX object CMakeFiles/folly_base.dir/folly/system/AtFork.cpp.o [304/936] Building CXX object CMakeFiles/folly_base.dir/folly/synchronization/Rcu.cpp.o [305/936] Building CXX object CMakeFiles/folly_base.dir/folly/synchronization/Hazptr.cpp.o [306/936] Building CXX object CMakeFiles/folly_base.dir/folly/synchronization/HazptrDomain.cpp.o [307/936] Building CXX object CMakeFiles/folly_base.dir/folly/system/Pid.cpp.o [308/936] Building CXX object CMakeFiles/folly_base.dir/folly/system/ThreadId.cpp.o [309/936] Building CXX object CMakeFiles/folly_base.dir/folly/tracing/AsyncStack.cpp.o [310/936] Building ASM object CMakeFiles/folly_base.dir/folly/memcpy.S.o [311/936] Building CXX object CMakeFiles/folly_base.dir/folly/system/Shell.cpp.o [312/936] Building CXX object CMakeFiles/folly_base.dir/folly/system/ThreadName.cpp.o [313/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/test/SocketPair.cpp.o [314/936] Building CXX object CMakeFiles/folly_base.dir/folly/system/MemoryMapping.cpp.o [315/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/test/TimeUtil.cpp.o [316/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/test/common/TestMain.cpp.o [317/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/test/SocketAddressTestHelper.cpp.o [318/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/test/SingletonTestStructs.cpp.o [319/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/test/FBVectorTestUtil.cpp.o [320/936] Building CXX object CMakeFiles/folly_test_util.dir/folly/json/JsonTestUtil.cpp.o [321/936] Building CXX object CMakeFiles/folly_base.dir/folly/io/async/test/ScopedBoundPort.cpp.o [322/936] Building CXX object CMakeFiles/folly_test_util.dir/folly/test/DeterministicSchedule.cpp.o [323/936] Building CXX object CMakeFiles/folly_base.dir/folly/synchronization/HazptrThreadPoolExecutor.cpp.o [324/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/experimental/test/CodingTestUtils.cpp.o [325/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/futures/test/TestExecutor.cpp.o [326/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/io/async/test/SocketPair.cpp.o [327/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/io/async/test/TFOUtil.cpp.o [328/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/test/DeterministicSchedule.cpp.o [329/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/io/async/test/SSLUtil.cpp.o [330/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/io/async/test/TimeUtil.cpp.o [331/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/logging/test/ConfigHelpers.cpp.o [332/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/logging/test/TestLogHandler.cpp.o [333/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/io/async/test/ScopedBoundPort.cpp.o [334/936] Building CXX object CMakeFiles/access_test.dir/folly/container/test/AccessTest.cpp.o [335/936] Building CXX object CMakeFiles/array_test.dir/folly/container/test/ArrayTest.cpp.o [336/936] Building CXX object CMakeFiles/bit_iterator_benchmark.dir/folly/container/test/BitIteratorBench.cpp.o [337/936] Building CXX object CMakeFiles/bit_iterator_test.dir/folly/container/test/BitIteratorTest.cpp.o [338/936] Building CXX object CMakeFiles/f14_fwd_test.dir/folly/container/test/F14FwdTest.cpp.o [339/936] Linking CXX static library libfolly.a [340/936] Linking CXX static library libfolly_test_util.a [341/936] Building CXX object CMakeFiles/evicting_cache_map_benchmark.dir/folly/container/test/EvictingCacheMapBench.cpp.o [342/936] Building CXX object CMakeFiles/folly_test_support.dir/folly/io/async/test/TestSSLServer.cpp.o [343/936] Building CXX object CMakeFiles/enumerate_test.dir/folly/container/test/EnumerateTest.cpp.o [344/936] Building CXX object CMakeFiles/chrono_conv_test.dir/folly/chrono/test/ConvTest.cpp.o [345/936] Building CXX object CMakeFiles/foreach_benchmark.dir/folly/container/test/ForeachBenchmark.cpp.o [346/936] Building CXX object CMakeFiles/merge_test.dir/folly/container/test/MergeTest.cpp.o [347/936] Building CXX object CMakeFiles/sparse_byte_set_benchmark.dir/folly/container/test/SparseByteSetBenchmark.cpp.o [348/936] Building CXX object CMakeFiles/foreach_test.dir/folly/container/test/ForeachTest.cpp.o [349/936] Building CXX object CMakeFiles/sparse_byte_set_test.dir/folly/container/test/SparseByteSetTest.cpp.o [350/936] Building CXX object CMakeFiles/atomic_shared_ptr_test.dir/folly/concurrency/test/AtomicSharedPtrTest.cpp.o [351/936] Building CXX object CMakeFiles/util_test.dir/folly/container/test/UtilTest.cpp.o [352/936] Building CXX object CMakeFiles/cache_locality_test.dir/folly/concurrency/test/CacheLocalityTest.cpp.o [353/936] Building CXX object CMakeFiles/concurrent_hash_map_benchmark.dir/folly/concurrency/test/ConcurrentHashMapBench.cpp.o [354/936] Building CXX object CMakeFiles/evicting_cache_map_test.dir/folly/container/test/EvictingCacheMapTest.cpp.o [355/936] Building CXX object CMakeFiles/core_cached_shared_ptr_test.dir/folly/concurrency/test/CoreCachedSharedPtrTest.cpp.o [356/936] Building CXX object CMakeFiles/thread_cached_synchronized_benchmark.dir/folly/concurrency/test/ThreadCachedSynchronizedBench.cpp.o [357/936] Building CXX object CMakeFiles/thread_cached_synchronized_test.dir/folly/concurrency/test/ThreadCachedSynchronizedTest.cpp.o [358/936] Building CXX object CMakeFiles/priority_unbounded_queue_set_test.dir/folly/concurrency/test/PriorityUnboundedQueueSetTest.cpp.o [359/936] Building CXX object CMakeFiles/static_singleton_manager_test.dir/folly/detail/test/StaticSingletonManagerTest.cpp.o [360/936] Building CXX object CMakeFiles/simd_for_each_test.dir/folly/detail/test/SimdForEachTest.cpp.o [361/936] Building CXX object CMakeFiles/simple_simd_string_utils_test.dir/folly/detail/test/SimpleSimdStringUtilsTest.cpp.o [362/936] Building CXX object CMakeFiles/unroll_utils_test.dir/folly/detail/test/UnrollUtilsTest.cpp.o [363/936] Building CXX object CMakeFiles/base64_detail_test.dir/folly/detail/base64_detail/tests/Base64AgainstScalarTest.cpp.o [364/936] Building CXX object CMakeFiles/base64_detail_test.dir/folly/detail/base64_detail/tests/Base64PlatformTest.cpp.o [365/936] Building CXX object CMakeFiles/split_string_simd_test.dir/folly/detail/test/SplitStringSimdTest.cpp.o [366/936] Building CXX object CMakeFiles/base64_detail_test.dir/folly/detail/base64_detail/tests/Base64SpecialCasesTest.cpp.o [367/936] Building CXX object CMakeFiles/codel_test.dir/folly/executors/test/CodelTest.cpp.o [368/936] Building CXX object CMakeFiles/async_helpers_test.dir/folly/executors/test/AsyncTest.cpp.o [369/936] Building CXX object CMakeFiles/edf_thread_pool_executor_benchmark.dir/folly/executors/test/EDFThreadPoolExecutorBenchmark.cpp.o [370/936] Building CXX object CMakeFiles/concurrent_hash_map_test.dir/folly/concurrency/test/ConcurrentHashMapTest.cpp.o [371/936] Building CXX object CMakeFiles/heap_vector_types_test.dir/folly/container/test/heap_vector_types_test.cpp.o In file included from /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:106, from /serve/cpp/third-party/folly/folly/container/test/heap_vector_types_test.cpp:26: /serve/cpp/third-party/folly/folly/small_vector.h: In instantiation of ‘folly::small_vector::small_vector(folly::small_vector&&) [with Value = std::pair; long unsigned int RequestedMaxInline = 0; Policy = folly::small_vector_policy::policy_size_type]’: /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:1338:50: required from ‘folly::detail::heap_vector_detail::heap_vector_container::EBO::EBO(const Compare&, Container&&) [with T = std::pair; Compare = std::less; Allocator = std::allocator >; GrowthPolicy = void; Container = folly::small_vector, 0, folly::small_vector_policy::policy_size_type >; KeyT = int; ValueCompare = folly::detail::heap_vector_detail::value_compare_map >]’ /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:986:53: required from ‘folly::detail::heap_vector_detail::heap_vector_container::heap_vector_container(folly::sorted_unique_t, Container&&, const Compare&) [with T = std::pair; Compare = std::less; Allocator = std::allocator >; GrowthPolicy = void; Container = folly::small_vector, 0, folly::small_vector_policy::policy_size_type >; KeyT = int; ValueCompare = folly::detail::heap_vector_detail::value_compare_map >]’ /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:969:17: required from ‘folly::detail::heap_vector_detail::heap_vector_container::heap_vector_container(Container&&, const Compare&) [with T = std::pair; Compare = std::less; Allocator = std::allocator >; GrowthPolicy = void; Container = folly::small_vector, 0, folly::small_vector_policy::policy_size_type >; KeyT = int; ValueCompare = folly::detail::heap_vector_detail::value_compare_map >]’ /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:1518:32: required from here /serve/cpp/third-party/folly/folly/small_vector.h:557:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘folly::small_vector, 0, folly::small_vector_policy::policy_size_type >::value_type’ {aka ‘struct std::pair’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 557 | std::memcpy(u.buffer(), o.u.buffer(), MaxInline * kSizeOfValue); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/9/bits/stl_algobase.h:64, from /usr/include/c++/9/bits/char_traits.h:39, from /usr/include/c++/9/ios:40, from /usr/include/c++/9/ostream:38, from /usr/include/c++/9/iterator:64, from /serve/cpp/third-party/folly/folly/container/test/heap_vector_types_test.cpp:17: /usr/include/c++/9/bits/stl_pair.h:208:12: note: ‘folly::small_vector, 0, folly::small_vector_policy::policy_size_type >::value_type’ {aka ‘struct std::pair’} declared here 208 | struct pair | ^~~~ In file included from /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:106, from /serve/cpp/third-party/folly/folly/container/test/heap_vector_types_test.cpp:26: /serve/cpp/third-party/folly/folly/small_vector.h: In instantiation of ‘folly::small_vector::small_vector(folly::small_vector&&) [with Value = std::pair; long unsigned int RequestedMaxInline = 0; Policy = folly::small_vector_policy::policy_size_type]’: /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:1338:50: required from ‘folly::detail::heap_vector_detail::heap_vector_container::EBO::EBO(const Compare&, Container&&) [with T = std::pair; Compare = std::less; Allocator = std::allocator >; GrowthPolicy = void; Container = folly::small_vector, 0, folly::small_vector_policy::policy_size_type >; KeyT = int; ValueCompare = folly::detail::heap_vector_detail::value_compare_map >]’ /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:986:53: required from ‘folly::detail::heap_vector_detail::heap_vector_container::heap_vector_container(folly::sorted_unique_t, Container&&, const Compare&) [with T = std::pair; Compare = std::less; Allocator = std::allocator >; GrowthPolicy = void; Container = folly::small_vector, 0, folly::small_vector_policy::policy_size_type >; KeyT = int; ValueCompare = folly::detail::heap_vector_detail::value_compare_map >]’ /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:969:17: required from ‘folly::detail::heap_vector_detail::heap_vector_container::heap_vector_container(Container&&, const Compare&) [with T = std::pair; Compare = std::less; Allocator = std::allocator >; GrowthPolicy = void; Container = folly::small_vector, 0, folly::small_vector_policy::policy_size_type >; KeyT = int; ValueCompare = folly::detail::heap_vector_detail::value_compare_map >]’ /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:1518:32: required from here /serve/cpp/third-party/folly/folly/small_vector.h:557:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘folly::small_vector, 0, folly::small_vector_policy::policy_size_type >::value_type’ {aka ‘struct std::pair’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 557 | std::memcpy(u.buffer(), o.u.buffer(), MaxInline * kSizeOfValue); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/9/bits/stl_algobase.h:64, from /usr/include/c++/9/bits/char_traits.h:39, from /usr/include/c++/9/ios:40, from /usr/include/c++/9/ostream:38, from /usr/include/c++/9/iterator:64, from /serve/cpp/third-party/folly/folly/container/test/heap_vector_types_test.cpp:17: /usr/include/c++/9/bits/stl_pair.h:208:12: note: ‘folly::small_vector, 0, folly::small_vector_policy::policy_size_type >::value_type’ {aka ‘struct std::pair’} declared here 208 | struct pair | ^~~~ In file included from /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:106, from /serve/cpp/third-party/folly/folly/container/test/heap_vector_types_test.cpp:26: /serve/cpp/third-party/folly/folly/small_vector.h: In instantiation of ‘folly::small_vector::small_vector(folly::small_vector&&) [with Value = std::pair; long unsigned int RequestedMaxInline = 5; Policy = void]’: /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:1338:50: required from ‘folly::detail::heap_vector_detail::heap_vector_container::EBO::EBO(const Compare&, Container&&) [with T = std::pair; Compare = std::less; Allocator = std::allocator >; GrowthPolicy = void; Container = folly::small_vector, 5>; KeyT = int; ValueCompare = folly::detail::heap_vector_detail::value_compare_map >]’ /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:986:53: required from ‘folly::detail::heap_vector_detail::heap_vector_container::heap_vector_container(folly::sorted_unique_t, Container&&, const Compare&) [with T = std::pair; Compare = std::less; Allocator = std::allocator >; GrowthPolicy = void; Container = folly::small_vector, 5>; KeyT = int; ValueCompare = folly::detail::heap_vector_detail::value_compare_map >]’ /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:969:17: required from ‘folly::detail::heap_vector_detail::heap_vector_container::heap_vector_container(Container&&, const Compare&) [with T = std::pair; Compare = std::less; Allocator = std::allocator >; GrowthPolicy = void; Container = folly::small_vector, 5>; KeyT = int; ValueCompare = folly::detail::heap_vector_detail::value_compare_map >]’ /serve/cpp/third-party/folly/folly/container/heap_vector_types.h:1518:32: required from here /serve/cpp/third-party/folly/folly/small_vector.h:557:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘folly::small_vector, 5>::value_type’ {aka ‘struct std::pair’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 557 | std::memcpy(u.buffer(), o.u.buffer(), MaxInline * kSizeOfValue); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/9/bits/stl_algobase.h:64, from /usr/include/c++/9/bits/char_traits.h:39, from /usr/include/c++/9/ios:40, from /usr/include/c++/9/ostream:38, from /usr/include/c++/9/iterator:64, from /serve/cpp/third-party/folly/folly/container/test/heap_vector_types_test.cpp:17: /usr/include/c++/9/bits/stl_pair.h:208:12: note: ‘folly::small_vector, 5>::value_type’ {aka ‘struct std::pair’} declared here 208 | struct pair | ^~~~ [372/936] Building CXX object CMakeFiles/executor_test.dir/folly/executors/test/ExecutorTest.cpp.o [373/936] Building CXX object CMakeFiles/global_executor_test.dir/folly/executors/test/GlobalExecutorTest.cpp.o [374/936] Building CXX object CMakeFiles/fiber_io_executor_test.dir/folly/executors/test/FiberIOExecutorTest.cpp.o [375/936] Building CXX object CMakeFiles/serial_executor_test.dir/folly/executors/test/SerialExecutorTest.cpp.o [376/936] Building CXX object CMakeFiles/timed_drivable_executor_test.dir/folly/executors/test/TimedDrivableExecutorTest.cpp.o [377/936] Building CXX object CMakeFiles/unbounded_queue_test.dir/folly/concurrency/test/UnboundedQueueTest.cpp.o [378/936] Building CXX object CMakeFiles/priority_unbounded_blocking_queue_test.dir/folly/executors/task_queue/test/PriorityUnboundedBlockingQueueTest.cpp.o [379/936] Building CXX object CMakeFiles/threaded_executor_test.dir/folly/executors/test/ThreadedExecutorTest.cpp.o [380/936] Building CXX object CMakeFiles/autotimer_test.dir/folly/experimental/test/AutoTimerTest.cpp.o [381/936] Building CXX object CMakeFiles/unbounded_blocking_queue_test.dir/folly/executors/task_queue/test/UnboundedBlockingQueueTest.cpp.o [382/936] Building CXX object CMakeFiles/dynamic_bounded_queue_test.dir/folly/concurrency/test/DynamicBoundedQueueTest.cpp.o [383/936] Building CXX object CMakeFiles/unbounded_blocking_queue_benchmark.dir/folly/executors/task_queue/test/UnboundedBlockingQueueBench.cpp.o [384/936] Building CXX object CMakeFiles/event_count_test.dir/folly/experimental/test/EventCountTest.cpp.o [385/936] Building CXX object CMakeFiles/bits_test_2.dir/folly/experimental/test/BitsTest.cpp.o [386/936] Building CXX object CMakeFiles/select64_test.dir/folly/experimental/test/Select64Test.cpp.o [387/936] Building CXX object CMakeFiles/quotient_multiset_test.dir/folly/experimental/test/QuotientMultiSetTest.cpp.o [388/936] Building CXX object CMakeFiles/lock_free_ring_buffer_test.dir/folly/experimental/test/LockFreeRingBufferTest.cpp.o [389/936] Building CXX object CMakeFiles/bitvector_test.dir/folly/experimental/test/BitVectorCodingTest.cpp.o [390/936] Building CXX object CMakeFiles/tuple_ops_test.dir/folly/experimental/test/TupleOpsTest.cpp.o [391/936] Building CXX object CMakeFiles/string_keyed_benchmark.dir/folly/experimental/test/StringKeyedBenchmark.cpp.o [392/936] Building CXX object CMakeFiles/test_util_test.dir/folly/experimental/test/TestUtilTest.cpp.o [393/936] Building CXX object CMakeFiles/future_dag_test.dir/folly/experimental/test/FutureDAGTest.cpp.o [394/936] Building CXX object CMakeFiles/fs_util_test.dir/folly/experimental/io/test/FsUtilTest.cpp.o [395/936] Building CXX object CMakeFiles/farmhash_test.dir/folly/external/farmhash/test/farmhash_test.cpp.o [396/936] Building CXX object CMakeFiles/stringkeyed_test.dir/folly/experimental/test/StringKeyedTest.cpp.o [397/936] Building CXX object CMakeFiles/glog_formatter_test.dir/folly/logging/test/GlogFormatterTest.cpp.o [398/936] Building CXX object CMakeFiles/async_file_writer_test.dir/folly/logging/test/AsyncFileWriterTest.cpp.o [399/936] Building CXX object CMakeFiles/file_handler_factory_test.dir/folly/logging/test/FileHandlerFactoryTest.cpp.o [400/936] Building CXX object CMakeFiles/immediate_file_writer_test.dir/folly/logging/test/ImmediateFileWriterTest.cpp.o [401/936] Building CXX object CMakeFiles/log_category_test.dir/folly/logging/test/LogCategoryTest.cpp.o [402/936] Building CXX object CMakeFiles/config_update_test.dir/folly/logging/test/ConfigUpdateTest.cpp.o [403/936] Building CXX object CMakeFiles/logger_db_test.dir/folly/logging/test/LoggerDBTest.cpp.o [404/936] Building CXX object CMakeFiles/log_level_test.dir/folly/logging/test/LogLevelTest.cpp.o [405/936] Building CXX object CMakeFiles/log_name_test.dir/folly/logging/test/LogNameTest.cpp.o [406/936] Building CXX object CMakeFiles/log_stream_test.dir/folly/logging/test/LogStreamTest.cpp.o [407/936] Building CXX object CMakeFiles/logger_test.dir/folly/logging/test/LoggerTest.cpp.o [408/936] Building CXX object CMakeFiles/rate_limiter_test.dir/folly/logging/test/RateLimiterTest.cpp.o [409/936] Building CXX object CMakeFiles/config_parser_test.dir/folly/logging/test/ConfigParserTest.cpp.o [410/936] Building CXX object CMakeFiles/log_message_test.dir/folly/logging/test/LogMessageTest.cpp.o [411/936] Building CXX object CMakeFiles/xlog_test.dir/folly/logging/test/XlogFile1.cpp.o [412/936] Building CXX object CMakeFiles/xlog_test.dir/folly/logging/test/XlogFile2.cpp.o [413/936] Building CXX object CMakeFiles/standard_log_handler_test.dir/folly/logging/test/StandardLogHandlerTest.cpp.o [414/936] Building CXX object CMakeFiles/functional_invoke_test.dir/folly/functional/test/InvokeTest.cpp.o [415/936] Building CXX object CMakeFiles/partial_test.dir/folly/functional/test/PartialTest.cpp.o [416/936] Building CXX object CMakeFiles/functional_protocol_test.dir/folly/functional/test/protocol_test.cpp.o [417/936] Building CXX object CMakeFiles/apply_tuple_test.dir/folly/functional/test/ApplyTupleTest.cpp.o [418/936] Building CXX object CMakeFiles/functional_traits_test.dir/folly/functional/test/traits_test.cpp.o [419/936] Building CXX object CMakeFiles/fibers_benchmark.dir/folly/fibers/test/FibersBenchmark.cpp.o [420/936] Building CXX object CMakeFiles/xlog_test.dir/folly/logging/test/XlogTest.cpp.o [421/936] Building CXX object CMakeFiles/barrier_test.dir/folly/futures/test/BarrierTest.cpp.o [422/936] Building CXX object CMakeFiles/callback_lifetime_test.dir/folly/futures/test/CallbackLifetimeTest.cpp.o [423/936] Building CXX object CMakeFiles/context_test.dir/folly/futures/test/ContextTest.cpp.o [424/936] Building CXX object CMakeFiles/core_test.dir/folly/futures/test/CoreTest.cpp.o [425/936] Building CXX object CMakeFiles/ensure_test.dir/folly/futures/test/EnsureTest.cpp.o [426/936] Building CXX object CMakeFiles/filter_test.dir/folly/futures/test/FilterTest.cpp.o [427/936] Building CXX object CMakeFiles/future_splitter_test.dir/folly/futures/test/FutureSplitterTest.cpp.o [428/936] Building CXX object CMakeFiles/header_compile_test.dir/folly/futures/test/HeaderCompileTest.cpp.o [429/936] Building CXX object CMakeFiles/map_test.dir/folly/futures/test/MapTest.cpp.o [430/936] Building CXX object CMakeFiles/interrupt_test.dir/folly/futures/test/InterruptTest.cpp.o [431/936] Building CXX object CMakeFiles/non_copyable_lambda_test.dir/folly/futures/test/NonCopyableLambdaTest.cpp.o [432/936] Building CXX object CMakeFiles/poll_test.dir/folly/futures/test/PollTest.cpp.o [433/936] Building CXX object CMakeFiles/collect_test.dir/folly/futures/test/CollectTest.cpp.o [434/936] Building CXX object CMakeFiles/promise_test.dir/folly/futures/test/PromiseTest.cpp.o [435/936] Building CXX object CMakeFiles/self_destruct_test.dir/folly/futures/test/SelfDestructTest.cpp.o [436/936] Building CXX object CMakeFiles/reduce_test.dir/folly/futures/test/ReduceTest.cpp.o [437/936] Building CXX object CMakeFiles/test_executor_test.dir/folly/futures/test/TestExecutorTest.cpp.o [438/936] Building CXX object CMakeFiles/futures_benchmark.dir/folly/futures/test/Benchmark.cpp.o [439/936] Building CXX object CMakeFiles/shared_promise_test.dir/folly/futures/test/SharedPromiseTest.cpp.o [440/936] Building CXX object CMakeFiles/eliasfano_test.dir/folly/experimental/test/EliasFanoCodingTest.cpp.o [441/936] Building CXX object CMakeFiles/f14_set_test.dir/folly/container/test/F14SetTest.cpp.o [442/936] Building CXX object CMakeFiles/then_test.dir/folly/futures/test/ThenTest.cpp.o [443/936] Building CXX object CMakeFiles/then_compile_test.dir/folly/futures/test/ThenCompileTest.cpp.o [444/936] Building CXX object CMakeFiles/retrying_test.dir/folly/futures/test/RetryingTest.cpp.o [445/936] Building CXX object CMakeFiles/unwrap_test.dir/folly/futures/test/UnwrapTest.cpp.o [446/936] Building CXX object CMakeFiles/timekeeper_test.dir/folly/futures/test/TimekeeperTest.cpp.o [447/936] Building CXX object CMakeFiles/times_test.dir/folly/futures/test/TimesTest.cpp.o [448/936] Building CXX object CMakeFiles/future_test.dir/folly/futures/test/FutureTest.cpp.o [449/936] Building CXX object CMakeFiles/when_test.dir/folly/futures/test/WhenTest.cpp.o [450/936] Building CXX object CMakeFiles/will_equal_test.dir/folly/futures/test/WillEqualTest.cpp.o [451/936] Building CXX object CMakeFiles/while_do_test.dir/folly/futures/test/WhileDoTest.cpp.o [452/936] Building CXX object CMakeFiles/parallel_map_benchmark.dir/folly/gen/test/ParallelMapBenchmark.cpp.o [453/936] Building CXX object CMakeFiles/wait_test.dir/folly/futures/test/WaitTest.cpp.o [454/936] Building CXX object CMakeFiles/combine_test.dir/folly/gen/test/CombineTest.cpp.o [455/936] Building CXX object CMakeFiles/parallel_map_test.dir/folly/gen/test/ParallelMapTest.cpp.o [456/936] Building CXX object CMakeFiles/checksum_benchmark.dir/folly/hash/test/ChecksumBenchmark.cpp.o [457/936] Building CXX object CMakeFiles/parallel_benchmark.dir/folly/gen/test/ParallelBenchmark.cpp.o [458/936] Building CXX object CMakeFiles/parallel_test.dir/folly/gen/test/ParallelTest.cpp.o [459/936] Building CXX object CMakeFiles/farm_hash_test.dir/folly/hash/test/FarmHashTest.cpp.o [460/936] Building CXX object CMakeFiles/hash_benchmark.dir/folly/hash/test/HashBenchmark.cpp.o [461/936] Building CXX object CMakeFiles/spooky_hash_v1_test.dir/folly/hash/test/SpookyHashV1Test.cpp.o [462/936] Building CXX object CMakeFiles/checksum_test.dir/folly/hash/test/ChecksumTest.cpp.o [463/936] Building CXX object CMakeFiles/spooky_hash_v2_test.dir/folly/hash/test/SpookyHashV2Test.cpp.o [464/936] Building CXX object CMakeFiles/via_test.dir/folly/futures/test/ViaTest.cpp.o [465/936] Building CXX object CMakeFiles/iobuf_queue_test.dir/folly/io/test/IOBufQueueTest.cpp.o [466/936] Building CXX object CMakeFiles/record_io_test.dir/folly/io/test/RecordIOTest.cpp.o [467/936] Building CXX object CMakeFiles/async_timeout_test.dir/folly/io/async/test/AsyncTimeoutTest.cpp.o [468/936] Building CXX object CMakeFiles/DelayedDestructionTest.dir/folly/io/async/test/DelayedDestructionTest.cpp.o [469/936] Building CXX object CMakeFiles/DelayedDestructionBaseTest.dir/folly/io/async/test/DelayedDestructionBaseTest.cpp.o [470/936] Building CXX object CMakeFiles/DestructorCheckTest.dir/folly/io/async/test/DestructorCheckTest.cpp.o [471/936] Building CXX object CMakeFiles/hash_test.dir/folly/hash/test/HashTest.cpp.o [472/936] Building CXX object CMakeFiles/window_test.dir/folly/futures/test/WindowTest.cpp.o [473/936] Building CXX object CMakeFiles/EventBaseLocalTest.dir/folly/io/async/test/EventBaseLocalTest.cpp.o [474/936] Building CXX object CMakeFiles/request_context_benchmark.dir/folly/io/async/test/RequestContextBenchmark.cpp.o [475/936] Building CXX object CMakeFiles/HHWheelTimerTest.dir/folly/io/async/test/HHWheelTimerTest.cpp.o [476/936] Building CXX object CMakeFiles/iobuf_cursor_test.dir/folly/io/test/IOBufCursorTest.cpp.o [477/936] Building CXX object CMakeFiles/NotificationQueueTest.dir/folly/io/async/test/NotificationQueueTest.cpp.o [478/936] Building CXX object CMakeFiles/ScopedEventBaseThreadTest.dir/folly/io/async/test/ScopedEventBaseThreadTest.cpp.o [479/936] Building CXX object CMakeFiles/ssl_errors_test.dir/folly/io/async/ssl/test/SSLErrorsTest.cpp.o [480/936] Building CXX object CMakeFiles/iobuf_test.dir/folly/io/test/IOBufTest.cpp.o [481/936] Building CXX object CMakeFiles/lang_aligned_test.dir/folly/lang/test/AlignedTest.cpp.o [482/936] Building CXX object CMakeFiles/lang_badge_test.dir/folly/lang/test/BadgeTest.cpp.o [483/936] Building CXX object CMakeFiles/lang_byte_test.dir/folly/lang/test/ByteTest.cpp.o [484/936] Building CXX object CMakeFiles/lang_c_string_test.dir/folly/lang/test/CStringTest.cpp.o [485/936] Building CXX object CMakeFiles/lang_cast_test.dir/folly/lang/test/CastTest.cpp.o [486/936] Building CXX object CMakeFiles/writechain_test.dir/folly/io/async/test/WriteChainAsyncTransportWrapperTest.cpp.o [487/936] Building CXX object CMakeFiles/RequestContextTest.dir/folly/io/async/test/RequestContextTest.cpp.o [488/936] Building CXX object CMakeFiles/lang_launder_test.dir/folly/lang/test/LaunderTest.cpp.o [489/936] Building CXX object CMakeFiles/lang_extern_test.dir/folly/lang/test/ExternTest.cpp.o [490/936] Building CXX object CMakeFiles/lang_bits_test.dir/folly/lang/test/BitsTest.cpp.o [491/936] Building CXX object CMakeFiles/lang_exception_test.dir/folly/lang/test/ExceptionTest.cpp.o [492/936] Building CXX object CMakeFiles/lang_checked_math_test.dir/folly/lang/test/CheckedMathTest.cpp.o [493/936] Building CXX object CMakeFiles/lang_pretty_test.dir/folly/lang/test/PrettyTest.cpp.o [494/936] Building CXX object CMakeFiles/ssl_session_test.dir/folly/io/async/test/SSLSessionTest.cpp.o In file included from /serve/cpp/third-party/folly/folly/io/async/test/SSLSessionTest.cpp:22: /serve/cpp/third-party/folly/folly/io/async/test/AsyncSSLSocketTest.h: In member function ‘virtual void folly::test::HandshakeTimeoutCallback::connAccepted(const std::shared_ptr&)’: /serve/cpp/third-party/folly/folly/io/async/test/AsyncSSLSocketTest.h:708:13: warning: explicit by-copy capture of ‘this’ redundant with by-copy capture default 708 | [=, this] { | ^~~~ [495/936] Building CXX object CMakeFiles/lang_ordering_test.dir/folly/lang/test/OrderingTest.cpp.o [496/936] Building CXX object CMakeFiles/lang_r_value_reference_wrapper_test.dir/folly/lang/test/RValueReferenceWrapperTest.cpp.o [497/936] Building CXX object CMakeFiles/lang_propagate_const_test.dir/folly/lang/test/PropagateConstTest.cpp.o [498/936] Building CXX object CMakeFiles/lang_type_info_test.dir/folly/lang/test/TypeInfoTest.cpp.o [499/936] Building CXX object CMakeFiles/lang_safe_assert_test.dir/folly/lang/test/SafeAssertTest.cpp.o [500/936] Building CXX object CMakeFiles/lang_to_ascii_test.dir/folly/lang/test/ToAsciiTest.cpp.o [501/936] Building CXX object CMakeFiles/AsyncUDPSocketTest.dir/folly/io/async/test/AsyncUDPSocketTest.cpp.o [502/936] Building CXX object CMakeFiles/reentrant_allocator_test.dir/folly/memory/test/ReentrantAllocatorTest.cpp.o [503/936] Building CXX object CMakeFiles/socket_file_descriptor_map_test.dir/folly/net/detail/test/SocketFileDescriptorMapTest.cpp.o [504/936] Building CXX object CMakeFiles/mallctl_helper_test.dir/folly/memory/test/MallctlHelperTest.cpp.o [505/936] Building CXX object CMakeFiles/arena_test.dir/folly/memory/test/ArenaTest.cpp.o [506/936] Building CXX object CMakeFiles/thread_cached_arena_test.dir/folly/memory/test/ThreadCachedArenaTest.cpp.o [507/936] Building CXX object CMakeFiles/constexpr_test.dir/folly/portability/test/ConstexprTest.cpp.o [508/936] Building CXX object CMakeFiles/lang_uncaught_exceptions_test.dir/folly/lang/test/UncaughtExceptionsTest.cpp.o [509/936] Building CXX object CMakeFiles/libgen-test.dir/folly/portability/test/LibgenTest.cpp.o [510/936] Building CXX object CMakeFiles/filesystem_test.dir/folly/portability/test/FilesystemTest.cpp.o [511/936] Building CXX object CMakeFiles/pthread_test.dir/folly/portability/test/PThreadTest.cpp.o [512/936] Building CXX object CMakeFiles/openssl_portability_test.dir/folly/portability/test/OpenSSLPortabilityTest.cpp.o [513/936] Building CXX object CMakeFiles/time-test.dir/folly/portability/test/TimeTest.cpp.o [514/936] Building CXX object CMakeFiles/uninitialized_memory_hacks_test.dir/folly/memory/test/UninitializedMemoryHacksTest.cpp.o [515/936] Building CXX object CMakeFiles/histogram_benchmark.dir/folly/stats/test/HistogramBenchmark.cpp.o [516/936] Building CXX object CMakeFiles/openssl_hash_test.dir/folly/ssl/test/OpenSSLHashTest.cpp.o [517/936] Building CXX object CMakeFiles/digest_builder_test.dir/folly/stats/test/DigestBuilderTest.cpp.o [518/936] Building CXX object CMakeFiles/digest_builder_benchmark.dir/folly/stats/test/DigestBuilderBenchmark.cpp.o [519/936] Building CXX object CMakeFiles/buffered_stat_test.dir/folly/stats/test/BufferedStatTest.cpp.o [520/936] Building CXX object CMakeFiles/histogram_test.dir/folly/stats/test/HistogramTest.cpp.o [521/936] Building CXX object CMakeFiles/quantile_histogram_benchmark.dir/folly/stats/test/QuantileHistogramBenchmark.cpp.o [522/936] Building CXX object CMakeFiles/sliding_window_test.dir/folly/stats/test/SlidingWindowTest.cpp.o [523/936] Building CXX object CMakeFiles/tdigest_benchmark.dir/folly/stats/test/TDigestBenchmark.cpp.o [524/936] Building CXX object CMakeFiles/quantile_estimator_test.dir/folly/stats/test/QuantileEstimatorTest.cpp.o [525/936] Building CXX object CMakeFiles/baton_benchmark.dir/folly/synchronization/test/BatonBenchmark.cpp.o [526/936] Building CXX object CMakeFiles/lang_to_ascii_benchmark.dir/folly/lang/test/ToAsciiBench.cpp.o [527/936] Building CXX object CMakeFiles/baton_test.dir/folly/synchronization/test/BatonTest.cpp.o [528/936] Building CXX object CMakeFiles/tdigest_test.dir/folly/stats/test/TDigestTest.cpp.o [529/936] Building CXX object CMakeFiles/timeseries_histogram_test.dir/folly/stats/test/TimeseriesHistogramTest.cpp.o [530/936] Building CXX object CMakeFiles/call_once_test.dir/folly/synchronization/test/CallOnceTest.cpp.o [531/936] Building CXX object CMakeFiles/hardware_test.dir/folly/synchronization/detail/test/HardwareTest.cpp.o [532/936] Building CXX object CMakeFiles/lifo_sem_test.dir/folly/synchronization/test/LifoSemTests.cpp.o [533/936] Building CXX object CMakeFiles/rw_spin_lock_test.dir/folly/synchronization/test/RWSpinLockTest.cpp.o [534/936] Building CXX object CMakeFiles/memory_mapping_test.dir/folly/system/test/MemoryMappingTest.cpp.o [535/936] Building CXX object CMakeFiles/thread_id_test.dir/folly/system/test/ThreadIdTest.cpp.o [536/936] Building CXX object CMakeFiles/semaphore_test.dir/folly/synchronization/test/SemaphoreTest.cpp.o [537/936] Building CXX object CMakeFiles/shell_test.dir/folly/system/test/ShellTest.cpp.o [538/936] Building CXX object CMakeFiles/atomic_struct_test.dir/folly/synchronization/test/AtomicStructTest.cpp.o [539/936] Building CXX object CMakeFiles/thread_name_test.dir/folly/system/test/ThreadNameTest.cpp.o [540/936] Building CXX object CMakeFiles/timeseries_test.dir/folly/stats/test/TimeSeriesTest.cpp.o [541/936] Building CXX object CMakeFiles/ascii_case_insensitive_benchmark.dir/folly/test/AsciiCaseInsensitiveBenchmark.cpp.o [542/936] Building CXX object CMakeFiles/ahm_int_stress_test.dir/folly/test/AHMIntStressTest.cpp.o [543/936] Building CXX object CMakeFiles/ascii_check_test.dir/folly/test/AsciiCaseInsensitiveTest.cpp.o [544/936] Building CXX object CMakeFiles/arena_smartptr_test.dir/folly/test/ArenaSmartPtrTest.cpp.o [545/936] Building CXX object CMakeFiles/small_locks_test.dir/folly/synchronization/test/SmallLocksTest.cpp.o [546/936] Building CXX object CMakeFiles/base64_test.dir/folly/test/base64_test.cpp.o [547/936] Building CXX object CMakeFiles/atomic_linked_list_test.dir/folly/test/AtomicLinkedListTest.cpp.o [548/936] Building CXX object CMakeFiles/clock_gettime_wrappers_test.dir/folly/test/ClockGettimeWrappersTest.cpp.o [549/936] Building CXX object CMakeFiles/concurrent_bit_set_test.dir/folly/test/ConcurrentBitSetTest.cpp.o [550/936] Building CXX object CMakeFiles/f14_map_test.dir/folly/container/test/F14MapTest.cpp.o [551/936] Building CXX object CMakeFiles/atomic_unordered_map_test.dir/folly/test/AtomicUnorderedMapTest.cpp.o [552/936] Building CXX object CMakeFiles/cpu_id_test.dir/folly/test/CpuIdTest.cpp.o [553/936] Building CXX object CMakeFiles/concurrent_skip_list_benchmark.dir/folly/test/ConcurrentSkipListBenchmark.cpp.o [554/936] Building CXX object CMakeFiles/demangle_test.dir/folly/test/DemangleTest.cpp.o [555/936] Building CXX object CMakeFiles/deterministic_schedule_test.dir/folly/test/DeterministicScheduleTest.cpp.o [556/936] Building CXX object CMakeFiles/concurrent_skip_list_test.dir/folly/test/ConcurrentSkipListTest.cpp.o [557/936] Building CXX object CMakeFiles/discriminated_ptr_test.dir/folly/test/DiscriminatedPtrTest.cpp.o [558/936] Building CXX object CMakeFiles/endian_test.dir/folly/test/EndianTest.cpp.o [559/936] Building CXX object CMakeFiles/exception_wrapper_benchmark.dir/folly/test/ExceptionWrapperBenchmark.cpp.o [560/936] Building CXX object CMakeFiles/exception_test.dir/folly/test/ExceptionTest.cpp.o [561/936] Building CXX object CMakeFiles/atomic_hash_array_test.dir/folly/test/AtomicHashArrayTest.cpp.o [562/936] Building CXX object CMakeFiles/constexpr_math_test.dir/folly/test/ConstexprMathTest.cpp.o [563/936] Building CXX object CMakeFiles/fbstring_benchmark.dir/folly/test/FBStringBenchmark.cpp.o In file included from /usr/include/string.h:495, from /usr/include/c++/9/cstring:42, from /serve/cpp/third-party/folly/folly/FBString.h:26, from /serve/cpp/third-party/folly/folly/test/FBStringBenchmark.cpp:20: In function ‘void* memset(void*, int, size_t)’, inlined from ‘void folly::fbstring_detail::podFill(Pod*, Pod*, T) [with Pod = char; T = char]’ at /serve/cpp/third-party/folly/folly/FBString.h:88:11, inlined from ‘void folly::basic_fbstring::resize(folly::basic_fbstring::size_type, folly::basic_fbstring::value_type) [with E = char; T = std::char_traits; A = std::allocator; Storage = folly::fbstring_core]’ at /serve/cpp/third-party/folly/folly/FBString.h:1803:29, inlined from ‘folly::basic_fbstring& folly::basic_fbstring::erase(folly::basic_fbstring::size_type, folly::basic_fbstring::size_type) [with E = char; T = std::char_traits; A = std::allocator; Storage = folly::fbstring_core]’ at /serve/cpp/third-party/folly/folly/FBString.h:1405:5, inlined from ‘E* folly::basic_fbstring::erase(folly::basic_fbstring::iterator, folly::basic_fbstring::iterator) [with E = char; T = std::char_traits; A = std::allocator; Storage = folly::fbstring_core]’ at /serve/cpp/third-party/folly/folly/FBString.h:1418:5, inlined from ‘void folly::basic_fbstring::replaceImpl(folly::basic_fbstring::iterator, folly::basic_fbstring::iterator, FwdIterator, FwdIterator, std::forward_iterator_tag) [with FwdIterator = const char*; E = char; T = std::char_traits; A = std::allocator; Storage = folly::fbstring_core]’ at /serve/cpp/third-party/folly/folly/FBString.h:2158:5, inlined from ‘folly::basic_fbstring& folly::basic_fbstring::replaceImplDiscr(folly::basic_fbstring::iterator, folly::basic_fbstring::iterator, InputIter, InputIter, std::integral_constant) [with InputIter = const char*; E = char; T = std::char_traits; A = std::allocator; Storage = folly::fbstring_core]’ at /serve/cpp/third-party/folly/folly/FBString.h:2111:3, inlined from ‘folly::basic_fbstring& folly::basic_fbstring::replace(folly::basic_fbstring::iterator, folly::basic_fbstring::iterator, T1, T2) [with T1 = const char*; T2 = const char*; E = char; T = std::char_traits; A = std::allocator; Storage = folly::fbstring_core]’ at /serve/cpp/third-party/folly/folly/FBString.h:1535:75, inlined from ‘folly::basic_fbstring& folly::basic_fbstring::replaceImplDiscr(folly::basic_fbstring::iterator, folly::basic_fbstring::iterator, const value_type*, folly::basic_fbstring::size_type, std::integral_constant) [with E = char; T = std::char_traits; A = std::allocator; Storage = folly::fbstring_core]’ at /serve/cpp/third-party/folly/folly/FBString.h:2080:34, inlined from ‘folly::basic_fbstring& folly::basic_fbstring::replace(folly::basic_fbstring::iterator, folly::basic_fbstring::iterator, T1, T2) [with T1 = const char*; T2 = long unsigned int; E = char; T = std::char_traits; A = std::allocator; Storage = folly::fbstring_core]’ at /serve/cpp/third-party/folly/folly/FBString.h:1535:75, inlined from ‘folly::basic_fbstring& folly::basic_fbstring::replace(folly::basic_fbstring::size_type, folly::basic_fbstring::size_type, StrOrLength, NumOrChar) [with StrOrLength = const char*; NumOrChar = long unsigned int; E = char; T = std::char_traits; A = std::allocator; Storage = folly::fbstring_core]’ at /serve/cpp/third-party/folly/folly/FBString.h:1462:46, inlined from ‘folly::basic_fbstring& folly::basic_fbstring::replace(folly::basic_fbstring::size_type, folly::basic_fbstring::size_type, const folly::basic_fbstring&) [with E = char; T = std::char_traits; A = std::allocator; Storage = folly::fbstring_core]’ at /serve/cpp/third-party/folly/folly/FBString.h:1426:52, inlined from ‘void BM_replace_fbstring(size_t, size_t)’ at /serve/cpp/third-party/folly/folly/test/FBStringTestBenchmarks.cpp.h:221:32: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:71:33: warning: ‘void* __builtin_memset(void*, int, long unsigned int)’ specified bound between 9223372036854775809 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 71 | return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [564/936] Building CXX object CMakeFiles/atomic_util_test.dir/folly/synchronization/test/AtomicUtilTest.cpp.o [565/936] Building CXX object CMakeFiles/relaxed_atomic_test.dir/folly/synchronization/test/RelaxedAtomicTest.cpp.o [566/936] Building CXX object CMakeFiles/expected_test.dir/folly/test/ExpectedTest.cpp.o [567/936] Building CXX object CMakeFiles/file_test.dir/folly/test/FileTest.cpp.o [568/936] Building CXX object CMakeFiles/fingerprint_benchmark.dir/folly/test/FingerprintBenchmark.cpp.o [569/936] Building CXX object CMakeFiles/exception_wrapper_test.dir/folly/test/ExceptionWrapperTest.cpp.o [570/936] Building CXX object CMakeFiles/fingerprint_test.dir/folly/test/FingerprintTest.cpp.o [571/936] Building CXX object CMakeFiles/fixed_string_test.dir/folly/test/FixedStringTest.cpp.o [572/936] Building CXX object CMakeFiles/file_util_test.dir/folly/test/FileUtilTest.cpp.o [573/936] Building CXX object CMakeFiles/format_other_test.dir/folly/test/FormatOtherTest.cpp.o [574/936] Building CXX object CMakeFiles/function_ref_benchmark.dir/folly/test/FunctionRefBenchmark.cpp.o [575/936] Building CXX object CMakeFiles/fbvector_test.dir/folly/test/FBVectorTest.cpp.o [576/936] Building CXX object CMakeFiles/format_benchmark.dir/folly/test/FormatBenchmark.cpp.o [577/936] Building CXX object CMakeFiles/glog_test.dir/folly/test/GLogTest.cpp.o [578/936] Building CXX object CMakeFiles/function_ref_test.dir/folly/test/FunctionRefTest.cpp.o [579/936] Building CXX object CMakeFiles/futex_test.dir/folly/test/FutexTest.cpp.o [580/936] Building CXX object CMakeFiles/fbvector_benchmark.dir/folly/test/FBVectorBenchmark.cpp.o [581/936] Building CXX object CMakeFiles/group_varint_test.dir/folly/test/GroupVarintTest.cpp.o [582/936] Building CXX object CMakeFiles/group_varint_test_ssse3.dir/folly/test/GroupVarintTest.cpp.o [583/936] Building CXX object CMakeFiles/indestructible_test.dir/folly/test/IndestructibleTest.cpp.o [584/936] Building CXX object CMakeFiles/iterators_test.dir/folly/test/IteratorsTest.cpp.o [585/936] Building CXX object CMakeFiles/lazy_test.dir/folly/test/LazyTest.cpp.o [586/936] Building CXX object CMakeFiles/fbstring_test.dir/folly/test/FBStringTest.cpp.o [587/936] Building CXX object CMakeFiles/memcpy_test.dir/folly/test/MemcpyTest.cpp.o [588/936] Building CXX object CMakeFiles/locks_test.dir/folly/test/SpinLockTest.cpp.o [589/936] Building CXX object CMakeFiles/move_wrapper_test.dir/folly/test/MoveWrapperTest.cpp.o [590/936] Building CXX object CMakeFiles/memory_idler_test.dir/folly/test/MemoryIdlerTest.cpp.o [591/936] Building CXX object CMakeFiles/mpmc_pipeline_test.dir/folly/test/MPMCPipelineTest.cpp.o [592/936] Building CXX object CMakeFiles/format_test.dir/folly/test/FormatTest.cpp.o [593/936] Building CXX object CMakeFiles/map_util_test.dir/folly/test/MapUtilTest.cpp.o [594/936] Building CXX object CMakeFiles/portability_test.dir/folly/test/PortabilityTest.cpp.o [595/936] Building CXX object CMakeFiles/producer_consumer_queue_benchmark.dir/folly/test/ProducerConsumerQueueBenchmark.cpp.o [596/936] Building CXX object CMakeFiles/memory_test.dir/folly/test/MemoryTest.cpp.o [597/936] Building CXX object CMakeFiles/math_test.dir/folly/test/MathTest.cpp.o [598/936] Building CXX object CMakeFiles/padded_test.dir/folly/test/PaddedTest.cpp.o [599/936] Building CXX object CMakeFiles/conv_test.dir/folly/test/ConvTest.cpp.o In file included from /serve/cpp/third-party/folly/folly/test/ConvTest.cpp:21: /serve/cpp/third-party/folly/folly/Conv.h: In instantiation of ‘typename std::enable_if, >::value) && (! std::is_same::value)) && is_arithmetic_v) && is_arithmetic_v)>::value, folly::Expected >::type folly::tryTo(const Src&) [with Tgt = long double; Src = float; typename std::enable_if, >::value) && (! std::is_same::value)) && is_arithmetic_v) && is_arithmetic_v)>::value, folly::Expected >::type = folly::Expected]’: /serve/cpp/third-party/folly/folly/Conv.h:1395:20: required from ‘typename std::enable_if, >::value) && (! std::is_same::value)) && is_arithmetic_v) && is_arithmetic_v)>::value, Tgt>::type folly::to(const Src&) [with Tgt = long double; Src = float; typename std::enable_if, >::value) && (! std::is_same::value)) && is_arithmetic_v) && is_arithmetic_v)>::value, Tgt>::type = long double]’ /serve/cpp/third-party/folly/folly/test/ConvTest.cpp:563:3: required from here /serve/cpp/third-party/folly/folly/Conv.h:1388:1: note: the ABI of passing union with long double has changed in GCC 4.4 1388 | tryTo(const Src& value) noexcept { | ^~~~~ [600/936] Building CXX object CMakeFiles/range_find_benchmark.dir/folly/test/RangeFindBenchmark.cpp.o [601/936] Building CXX object CMakeFiles/optional_test.dir/folly/test/OptionalTest.cpp.o [602/936] Building CXX object CMakeFiles/random_test.dir/folly/test/RandomTest.cpp.o [603/936] Building CXX object CMakeFiles/scope_guard_test.dir/folly/test/ScopeGuardTest.cpp.o [604/936] Building CXX object CMakeFiles/singleton_test_global.dir/folly/test/SingletonTestGlobal.cpp.o [605/936] Building CXX object CMakeFiles/string_benchmark.dir/folly/test/StringBenchmark.cpp.o [606/936] Building CXX object CMakeFiles/synchronized_benchmark.dir/folly/test/SynchronizedBenchmark.cpp.o [607/936] Building CXX object CMakeFiles/thread_cached_int_test.dir/folly/test/ThreadCachedIntTest.cpp.o [608/936] Building CXX object CMakeFiles/timeout_queue_test.dir/folly/test/TimeoutQueueTest.cpp.o [609/936] Building CXX object CMakeFiles/thread_local_test.dir/folly/test/ThreadLocalTest.cpp.o [610/936] Building CXX object CMakeFiles/traits_test.dir/folly/test/TraitsTest.cpp.o [611/936] Building CXX object CMakeFiles/token_bucket_test.dir/folly/test/TokenBucketTest.cpp.o [612/936] Building CXX object CMakeFiles/unit_test.dir/folly/test/UnitTest.cpp.o [613/936] Building CXX object CMakeFiles/range_test.dir/folly/test/RangeTest.cpp.o [614/936] Building CXX object CMakeFiles/uri_benchmark.dir/folly/test/UriBenchmark.cpp.o [615/936] Building CXX object CMakeFiles/replaceable_test.dir/folly/test/ReplaceableTest.cpp.o [616/936] Building CXX object CMakeFiles/varint_test.dir/folly/test/VarintTest.cpp.o [617/936] Building CXX object CMakeFiles/small_vector_test.dir/folly/test/small_vector_test.cpp.o [618/936] Building CXX object CMakeFiles/try_test.dir/folly/test/TryTest.cpp.o [619/936] Building CXX object CMakeFiles/sorted_vector_types_test.dir/folly/test/sorted_vector_test.cpp.o In file included from /serve/cpp/third-party/folly/folly/test/sorted_vector_test.cpp:34: /serve/cpp/third-party/folly/folly/small_vector.h: In instantiation of ‘folly::small_vector::small_vector(folly::small_vector&&) [with Value = std::pair; long unsigned int RequestedMaxInline = 5; Policy = void]’: /serve/cpp/third-party/folly/folly/sorted_vector_types.h:1467:50: required from ‘folly::sorted_vector_map::EBO::EBO(const Compare&, Container&&) [with Key = int; Value = int; Compare = std::less; Allocator = std::allocator >; GrowthPolicy = void; Container = folly::small_vector, 5>]’ /serve/cpp/third-party/folly/folly/sorted_vector_types.h:1043:53: required from ‘folly::sorted_vector_map::sorted_vector_map(folly::sorted_unique_t, Container&&, const Compare&) [with Key = int; Value = int; Compare = std::less; Allocator = std::allocator >; GrowthPolicy = void; Container = folly::small_vector, 5>]’ /serve/cpp/third-party/folly/folly/sorted_vector_types.h:1024:17: required from ‘folly::sorted_vector_map::sorted_vector_map(Container&&, const Compare&) [with Key = int; Value = int; Compare = std::less; Allocator = std::allocator >; GrowthPolicy = void; Container = folly::small_vector, 5>]’ /serve/cpp/third-party/folly/folly/test/sorted_vector_test.cpp:1037:26: required from here /serve/cpp/third-party/folly/folly/small_vector.h:557:20: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘folly::small_vector, 5>::value_type’ {aka ‘struct std::pair’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 557 | std::memcpy(u.buffer(), o.u.buffer(), MaxInline * kSizeOfValue); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/9/utility:70, from /usr/include/c++/9/tuple:38, from /usr/include/c++/9/functional:54, from /serve/cpp/third-party/folly/folly/test/sorted_vector_test.cpp:17: /usr/include/c++/9/bits/stl_pair.h:208:12: note: ‘folly::small_vector, 5>::value_type’ {aka ‘struct std::pair’} declared here 208 | struct pair | ^~~~ [620/936] Building CXX object CMakeFiles/string_test.dir/folly/test/StringTest.cpp.o [621/936] Building CXX object CMakeFiles/dynamic_other_test.dir/folly/json/test/DynamicOtherTest.cpp.o [622/936] Building CXX object CMakeFiles/uri_test.dir/folly/test/UriTest.cpp.o [623/936] Building CXX object CMakeFiles/json_benchmark.dir/folly/json/test/JsonBenchmark.cpp.o [624/936] Building CXX object CMakeFiles/json_other_test.dir/folly/json/test/JsonOtherTest.cpp.o [625/936] Building CXX object CMakeFiles/json_pointer_test.dir/folly/json/test/json_pointer_test.cpp.o [626/936] Building CXX object CMakeFiles/dynamic_parser_test.dir/folly/json/test/DynamicParserTest.cpp.o [627/936] Building CXX object CMakeFiles/json_patch_test.dir/folly/json/test/json_patch_test.cpp.o [628/936] Building CXX object CMakeFiles/synchronized_test.dir/folly/test/SynchronizedTest.cpp.o [629/936] Building CXX object folly/logging/example/CMakeFiles/logging_example.dir/main.cpp.o [630/936] Building CXX object CMakeFiles/dynamic_converter_test.dir/folly/json/test/DynamicConverterTest.cpp.o In file included from /serve/cpp/third-party/folly/folly/DynamicConverter.h:17, from /serve/cpp/third-party/folly/folly/json/test/DynamicConverterTest.cpp:19: /serve/cpp/third-party/folly/folly/json/DynamicConverter.h: In function ‘T folly::convertTo(const folly::dynamic&) [with T = std::optional]’: /serve/cpp/third-party/folly/folly/json/DynamicConverter.h:300:15: warning: ‘’ may be used uninitialized in this function [-Wmaybe-uninitialized] 300 | return {}; | ^ [631/936] Building CXX object folly/logging/example/CMakeFiles/logging_example_lib.dir/lib.cpp.o [632/936] Linking CXX static library folly/logging/example/liblogging_example_lib.a [633/936] Building CXX object CMakeFiles/json_test.dir/folly/json/test/JsonTest.cpp.o [634/936] Linking CXX executable folly/logging/example/logging_example [635/936] Building CXX object CMakeFiles/json_schema_test.dir/folly/json/test/JSONSchemaTest.cpp.o [636/936] Building CXX object folly/CMakeFiles/follybenchmark.dir/Benchmark.cpp.o [637/936] Linking CXX static library folly/libfollybenchmark.a [638/936] Linking CXX static library libfolly_test_support.a [639/936] Linking CXX executable bit_iterator_test [640/936] Linking CXX executable access_test [641/936] Linking CXX executable array_test [642/936] Linking CXX executable chrono_conv_test [643/936] Linking CXX executable bit_iterator_benchmark [644/936] Linking CXX executable evicting_cache_map_benchmark [645/936] Linking CXX executable enumerate_test [646/936] Linking CXX executable f14_fwd_test [647/936] Linking CXX executable evicting_cache_map_test [648/936] Building CXX object CMakeFiles/blake2xb_test.dir/folly/experimental/crypto/test/Blake2xbTest.cpp.o [649/936] Linking CXX executable foreach_benchmark [650/936] Linking CXX executable foreach_test [651/936] Linking CXX executable f14_map_test [652/936] Linking CXX executable merge_test [653/936] Linking CXX executable heap_vector_types_test [654/936] Linking CXX executable f14_set_test [655/936] Linking CXX executable sparse_byte_set_benchmark [656/936] Linking CXX executable concurrent_hash_map_benchmark [657/936] Linking CXX executable sparse_byte_set_test [658/936] Linking CXX executable util_test [659/936] Linking CXX executable atomic_shared_ptr_test [660/936] Linking CXX executable core_cached_shared_ptr_test [661/936] Linking CXX executable cache_locality_test [662/936] Linking CXX executable thread_cached_synchronized_benchmark [663/936] Linking CXX executable priority_unbounded_queue_set_test [664/936] Linking CXX executable concurrent_hash_map_test [665/936] Linking CXX executable thread_cached_synchronized_test [666/936] Linking CXX executable dynamic_bounded_queue_test [667/936] Linking CXX executable unbounded_queue_test [668/936] Linking CXX executable static_singleton_manager_test [669/936] Linking CXX executable simd_for_each_test [670/936] Linking CXX executable simple_simd_string_utils_test [671/936] Linking CXX executable split_string_simd_test [672/936] Linking CXX executable unroll_utils_test [673/936] Linking CXX executable base64_detail_test [674/936] Linking CXX executable codel_test [675/936] Linking CXX executable edf_thread_pool_executor_benchmark [676/936] Linking CXX executable async_helpers_test [677/936] Linking CXX executable fiber_io_executor_test [678/936] Linking CXX executable executor_test [679/936] Linking CXX executable global_executor_test [680/936] Linking CXX executable timed_drivable_executor_test [681/936] Linking CXX executable serial_executor_test [682/936] Linking CXX executable threaded_executor_test [683/936] Linking CXX executable bits_test_2 [684/936] Linking CXX executable priority_unbounded_blocking_queue_test [685/936] Linking CXX executable unbounded_blocking_queue_test [686/936] Linking CXX executable unbounded_blocking_queue_benchmark [687/936] Linking CXX executable autotimer_test [688/936] Linking CXX executable bitvector_test [689/936] Linking CXX executable event_count_test [690/936] Linking CXX executable lock_free_ring_buffer_test [691/936] Linking CXX executable eliasfano_test [692/936] Linking CXX executable future_dag_test [693/936] Building CXX object CMakeFiles/dynamic_test.dir/folly/json/test/DynamicTest.cpp.o [694/936] Linking CXX executable stringkeyed_test [695/936] Linking CXX executable quotient_multiset_test [696/936] Linking CXX executable string_keyed_benchmark [697/936] Linking CXX executable select64_test [698/936] Building CXX object CMakeFiles/lt_hash_test.dir/folly/experimental/crypto/test/LtHashTest.cpp.o [699/936] Linking CXX executable test_util_test [700/936] Linking CXX executable tuple_ops_test [701/936] Linking CXX executable fs_util_test [702/936] Linking CXX executable farmhash_test [703/936] Linking CXX executable config_parser_test [704/936] Linking CXX executable async_file_writer_test [705/936] Linking CXX executable config_update_test [706/936] Linking CXX executable glog_formatter_test [707/936] Linking CXX executable file_handler_factory_test [708/936] Linking CXX executable log_category_test [709/936] Linking CXX executable logger_db_test [710/936] Linking CXX executable immediate_file_writer_test [711/936] Linking CXX executable log_level_test [712/936] Linking CXX executable logger_test [713/936] Linking CXX executable log_message_test [714/936] Linking CXX executable log_stream_test [715/936] Linking CXX executable log_name_test [716/936] Linking CXX executable rate_limiter_test [717/936] Linking CXX executable standard_log_handler_test [718/936] Linking CXX executable xlog_test [719/936] Linking CXX executable functional_invoke_test [720/936] Linking CXX executable apply_tuple_test [721/936] Linking CXX executable fibers_benchmark [722/936] Linking CXX executable functional_protocol_test [723/936] Linking CXX executable partial_test [724/936] Linking CXX executable functional_traits_test [725/936] Linking CXX executable barrier_test [726/936] Linking CXX executable callback_lifetime_test [727/936] Linking CXX executable context_test [728/936] Linking CXX executable core_test [729/936] Linking CXX executable collect_test [730/936] Linking CXX executable ensure_test [731/936] Linking CXX executable filter_test [732/936] Linking CXX executable future_splitter_test [733/936] Linking CXX executable header_compile_test [734/936] Linking CXX executable futures_benchmark [735/936] Linking CXX executable map_test [736/936] Linking CXX executable future_test [737/936] Linking CXX executable interrupt_test [738/936] Linking CXX executable poll_test [739/936] Linking CXX executable promise_test [740/936] Linking CXX executable non_copyable_lambda_test [741/936] Linking CXX executable reduce_test [742/936] Linking CXX executable retrying_test [743/936] Linking CXX executable test_executor_test [744/936] Linking CXX executable self_destruct_test [745/936] Linking CXX executable then_compile_test [746/936] Linking CXX executable shared_promise_test [747/936] Linking CXX executable then_test [748/936] Linking CXX executable timekeeper_test [749/936] Linking CXX executable times_test [750/936] Linking CXX executable unwrap_test [751/936] Linking CXX executable while_do_test [752/936] Linking CXX executable via_test [753/936] Linking CXX executable when_test [754/936] Linking CXX executable will_equal_test [755/936] Linking CXX executable wait_test [756/936] Linking CXX executable parallel_map_benchmark [757/936] Linking CXX executable combine_test [758/936] Linking CXX executable window_test [759/936] Linking CXX executable parallel_benchmark [760/936] Linking CXX executable checksum_benchmark [761/936] Linking CXX executable checksum_test [762/936] Linking CXX executable parallel_map_test [763/936] Linking CXX executable parallel_test [764/936] Linking CXX executable hash_benchmark [765/936] Linking CXX executable farm_hash_test [766/936] Linking CXX executable record_io_test [767/936] Linking CXX executable spooky_hash_v1_test [768/936] Linking CXX executable spooky_hash_v2_test [769/936] Linking CXX executable hash_test [770/936] Linking CXX executable iobuf_queue_test [771/936] Linking CXX executable iobuf_test [772/936] Linking CXX executable iobuf_cursor_test [773/936] Linking CXX executable async_timeout_test [774/936] Linking CXX executable DelayedDestructionTest [775/936] Linking CXX executable DelayedDestructionBaseTest [776/936] Linking CXX executable DestructorCheckTest [777/936] Linking CXX executable request_context_benchmark [778/936] Linking CXX executable AsyncUDPSocketTest [779/936] Linking CXX executable EventBaseLocalTest [780/936] Linking CXX executable HHWheelTimerTest [781/936] Linking CXX executable NotificationQueueTest [782/936] Linking CXX executable writechain_test [783/936] Linking CXX executable RequestContextTest [784/936] Linking CXX executable ScopedEventBaseThreadTest [785/936] Linking CXX executable ssl_errors_test [786/936] Linking CXX executable lang_aligned_test [787/936] Linking CXX executable lang_badge_test [788/936] Linking CXX executable ssl_session_test [789/936] Linking CXX executable lang_bits_test [790/936] Linking CXX executable lang_byte_test [791/936] Linking CXX executable lang_c_string_test [792/936] Linking CXX executable lang_cast_test [793/936] Linking CXX executable lang_checked_math_test [794/936] Linking CXX executable lang_exception_test [795/936] Linking CXX executable lang_extern_test [796/936] Linking CXX executable lang_launder_test [797/936] Linking CXX executable lang_ordering_test [798/936] Linking CXX executable lang_pretty_test [799/936] Linking CXX executable lang_r_value_reference_wrapper_test [800/936] Linking CXX executable lang_propagate_const_test [801/936] Linking CXX executable lang_to_ascii_benchmark [802/936] Linking CXX executable arena_test [803/936] Linking CXX executable lang_safe_assert_test [804/936] Linking CXX executable lang_to_ascii_test [805/936] Linking CXX executable lang_type_info_test [806/936] Linking CXX executable lang_uncaught_exceptions_test [807/936] Linking CXX executable thread_cached_arena_test [808/936] Linking CXX executable reentrant_allocator_test [809/936] Linking CXX executable mallctl_helper_test [810/936] Linking CXX executable uninitialized_memory_hacks_test [811/936] Linking CXX executable socket_file_descriptor_map_test [812/936] Linking CXX executable constexpr_test [813/936] Linking CXX executable filesystem_test [814/936] Linking CXX executable libgen-test [815/936] Linking CXX executable openssl_portability_test [816/936] Linking CXX executable pthread_test [817/936] Linking CXX executable digest_builder_benchmark [818/936] Linking CXX executable time-test [819/936] Linking CXX executable histogram_benchmark [820/936] Linking CXX executable openssl_hash_test [821/936] Linking CXX executable buffered_stat_test [822/936] Linking CXX executable digest_builder_test [823/936] Linking CXX executable quantile_histogram_benchmark [824/936] Linking CXX executable histogram_test [825/936] Linking CXX executable tdigest_benchmark [826/936] Linking CXX executable quantile_estimator_test [827/936] Linking CXX executable sliding_window_test [828/936] Linking CXX executable baton_benchmark [829/936] Linking CXX executable timeseries_histogram_test [830/936] Linking CXX executable tdigest_test [831/936] Linking CXX executable lifo_sem_test [832/936] Linking CXX executable timeseries_test [833/936] Linking CXX executable call_once_test [834/936] Linking CXX executable baton_test [835/936] Linking CXX executable rw_spin_lock_test [836/936] Linking CXX executable relaxed_atomic_test [837/936] Linking CXX executable hardware_test [838/936] Linking CXX executable semaphore_test [839/936] Linking CXX executable memory_mapping_test [840/936] Linking CXX executable shell_test [841/936] Linking CXX executable thread_id_test [842/936] Linking CXX executable ascii_check_test [843/936] Linking CXX executable arena_smartptr_test [844/936] Linking CXX executable thread_name_test [845/936] Linking CXX executable ascii_case_insensitive_benchmark [846/936] Linking CXX executable atomic_struct_test [847/936] Linking CXX executable ahm_int_stress_test [848/936] Linking CXX executable small_locks_test [849/936] Linking CXX executable atomic_util_test [850/936] Linking CXX executable concurrent_bit_set_test [851/936] Linking CXX executable atomic_unordered_map_test [852/936] Linking CXX executable atomic_linked_list_test [853/936] Linking CXX executable atomic_hash_array_test [854/936] Linking CXX executable concurrent_skip_list_test [855/936] Linking CXX executable concurrent_skip_list_benchmark [856/936] Linking CXX executable base64_test [857/936] Linking CXX executable deterministic_schedule_test [858/936] Linking CXX executable clock_gettime_wrappers_test [859/936] Linking CXX executable constexpr_math_test [860/936] Linking CXX executable cpu_id_test [861/936] Linking CXX executable demangle_test [862/936] Linking CXX executable exception_wrapper_benchmark [863/936] Linking CXX executable conv_test [864/936] Linking CXX executable discriminated_ptr_test [865/936] Linking CXX executable endian_test [866/936] Linking CXX executable exception_test [867/936] Linking CXX executable fbstring_benchmark [868/936] Linking CXX executable fbvector_benchmark [869/936] Linking CXX executable exception_wrapper_test [870/936] Linking CXX executable expected_test [871/936] Linking CXX executable fbstring_test [872/936] Linking CXX executable fingerprint_benchmark [873/936] Linking CXX executable file_test [874/936] Linking CXX executable fbvector_test [875/936] Linking CXX executable format_other_test [876/936] Linking CXX executable file_util_test [877/936] Linking CXX executable fingerprint_test [878/936] Linking CXX executable fixed_string_test [879/936] Linking CXX executable function_ref_benchmark [880/936] Linking CXX executable format_benchmark [881/936] Linking CXX executable function_ref_test [882/936] Linking CXX executable format_test [883/936] Linking CXX executable futex_test [884/936] Linking CXX executable glog_test [885/936] Linking CXX executable group_varint_test [886/936] Linking CXX executable group_varint_test_ssse3 [887/936] Linking CXX executable iterators_test [888/936] Linking CXX executable indestructible_test [889/936] Linking CXX executable lazy_test [890/936] Linking CXX executable locks_test [891/936] Linking CXX executable math_test [892/936] Linking CXX executable mpmc_pipeline_test [893/936] Linking CXX executable map_util_test [894/936] Linking CXX executable memcpy_test [895/936] Linking CXX executable memory_idler_test [896/936] Linking CXX executable memory_test [897/936] Linking CXX executable move_wrapper_test [898/936] Linking CXX executable producer_consumer_queue_benchmark [899/936] Linking CXX executable range_find_benchmark [900/936] Linking CXX executable optional_test [901/936] Linking CXX executable padded_test [902/936] Linking CXX executable portability_test [903/936] Linking CXX executable random_test [904/936] Linking CXX executable range_test [905/936] Linking CXX executable scope_guard_test [906/936] Linking CXX executable singleton_test_global [907/936] Linking CXX executable string_benchmark [908/936] Linking CXX executable replaceable_test [909/936] Linking CXX executable small_vector_test [910/936] Linking CXX executable sorted_vector_types_test [911/936] Linking CXX executable synchronized_benchmark [912/936] Linking CXX executable thread_cached_int_test [913/936] Linking CXX executable string_test [914/936] Linking CXX executable thread_local_test [915/936] Linking CXX executable timeout_queue_test [916/936] Linking CXX executable synchronized_test [917/936] Linking CXX executable token_bucket_test [918/936] Linking CXX executable traits_test [919/936] Linking CXX executable try_test [920/936] Linking CXX executable unit_test [921/936] Linking CXX executable dynamic_other_test [922/936] Linking CXX executable uri_benchmark [923/936] Linking CXX executable varint_test [924/936] Linking CXX executable uri_test [925/936] Linking CXX executable dynamic_converter_test [926/936] Linking CXX executable json_benchmark [927/936] Linking CXX executable dynamic_parser_test [928/936] Linking CXX executable json_other_test [929/936] Linking CXX executable dynamic_test [930/936] Linking CXX executable json_test [931/936] Linking CXX executable json_patch_test [932/936] Linking CXX executable json_pointer_test [933/936] Linking CXX executable json_schema_test [934/936] Linking CXX executable blake2xb_test [935/936] Linking CXX executable lt_hash_test [935/936] Install the project... -- Install configuration: "RelWithDebInfo" -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/lib/libfolly.a -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/lib/libfolly_test_util.a -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/AtomicHashArray-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/AtomicHashArray.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/AtomicHashMap-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/AtomicHashMap.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/AtomicIntrusiveLinkedList.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/AtomicLinkedList.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/AtomicUnorderedMap.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Benchmark.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/BenchmarkUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Bits.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/CPortability.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/CancellationToken-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/CancellationToken.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Chrono.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ClockGettimeWrappers.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ConcurrentBitSet.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ConcurrentLazy.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ConcurrentSkipList-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ConcurrentSkipList.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ConstexprMath.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ConstructorCallbackList.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Conv.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/CppAttributes.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/CpuId.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/DefaultKeepAliveExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Demangle.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/DiscriminatedPtr.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/DynamicConverter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Exception.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ExceptionString.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ExceptionWrapper-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ExceptionWrapper.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Executor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Expected.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/FBString.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/FBVector.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/File.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/FileUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Fingerprint.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/FixedString.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/FollyMemcpy.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/FollyMemset.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Format-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Format.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/FormatArg.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/FormatTraits.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Function.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/GLog.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/GroupVarint.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Hash.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/IPAddress.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/IPAddressException.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/IPAddressV4.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/IPAddressV6.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Indestructible.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/IndexedMemPool.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/IntrusiveList.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Lazy.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Likely.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/MPMCPipeline.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/MPMCQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/MacAddress.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/MapUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Math.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/MaybeManagedPtr.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Memory.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/MicroLock.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/MicroSpinLock.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/MoveWrapper.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ObserverContainer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Optional.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Overload.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/PackedSyncPtr.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Padded.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Poly-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Poly.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/PolyException.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Portability.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Preprocessor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ProducerConsumerQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/RWSpinLock.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Random-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Random.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Range.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Replaceable.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ScopeGuard.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/SharedMutex.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Singleton-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Singleton.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/SingletonThreadLocal.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/SocketAddress.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/SpinLock.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/String-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/String.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Subprocess.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Synchronized.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/SynchronizedPtr.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ThreadCachedInt.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ThreadLocal.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/TimeoutQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/TokenBucket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Traits.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Try-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Try.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/UTF8String.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Unicode.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Unit.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Uri-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Uri.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Utility.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/Varint.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/VirtualExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/base64.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/dynamic-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/dynamic.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json_patch.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json_pointer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/small_vector.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/sorted_vector_types.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stop_watch.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/chrono/Clock.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/chrono/Conv.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/chrono/Hardware.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/compression/Compression.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/compression/CompressionContextPool.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/compression/CompressionContextPoolSingletons.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/compression/CompressionCoreLocalContextPool.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/compression/Utils.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/compression/Zlib.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/compression/Zstd.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/concurrency/AtomicSharedPtr.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/concurrency/CacheLocality.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/concurrency/ConcurrentHashMap.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/concurrency/CoreCachedSharedPtr.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/concurrency/DeadlockDetector.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/concurrency/DynamicBoundedQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/concurrency/PriorityUnboundedQueueSet.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/concurrency/ProcessLocalUniqueId.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/concurrency/ThreadCachedSynchronized.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/concurrency/UnboundedQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/concurrency/detail/AtomicSharedPtr-detail.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/concurrency/detail/ConcurrentHashMap-detail.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/Access.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/Array.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/BitIterator.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/Enumerate.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/EvictingCacheMap.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/F14Map-fwd.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/F14Map.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/F14Set-fwd.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/F14Set.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/Foreach-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/Foreach.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/HeterogeneousAccess-fwd.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/HeterogeneousAccess.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/IntrusiveHeap.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/Iterator.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/Merge.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/Reserve.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/SparseByteSet.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/View.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/WeightedEvictingCacheMap.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/detail/BitIteratorDetail.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/detail/F14Defaults.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/detail/F14IntrinsicsAvailability.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/detail/F14MapFallback.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/detail/F14Mask.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/detail/F14Policy.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/detail/F14SetFallback.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/detail/F14Table.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/detail/Util.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/detail/tape_detail.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/heap_vector_types.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/range_traits.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/tape.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/AsyncTrace.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/AtomicHashUtils.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/AtomicUnorderedMapUtils.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/DiscriminatedPtrDetail.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/FileUtilDetail.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/FileUtilVectorDetail.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/FingerprintPolynomial.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/Futex-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/Futex.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/GroupVarintDetail.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/IPAddress.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/IPAddressSource.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/Iterators.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/MPMCPipelineDetail.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/MemoryIdler.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/PerfScoped.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/PolyDetail.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/RangeCommon.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/RangeSse42.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/SimdAnyOf.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/SimdCharPlatform.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/SimdForEach.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/SimpleSimdStringUtils.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/SimpleSimdStringUtilsImpl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/Singleton.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/SlowFingerprint.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/SocketFastOpen.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/SplitStringSimd.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/SplitStringSimdImpl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/Sse.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/StaticSingletonManager.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/ThreadLocalDetail.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/TurnSequencer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/TypeList.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/UniqueInstance.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/UnrollUtils.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/base64_detail/Base64Api.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/base64_detail/Base64Common.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/base64_detail/Base64Constants.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/base64_detail/Base64HiddenConstants.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/base64_detail/Base64SWAR.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/base64_detail/Base64Scalar.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/base64_detail/Base64Simd.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/base64_detail/Base64_SSE4_2.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/detail/base64_detail/Base64_SSE4_2_Platform.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/Async.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/CPUThreadPoolExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/Codel.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/DrivableExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/EDFThreadPoolExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/ExecutorWithPriority-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/ExecutorWithPriority.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/FiberIOExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/FutureExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/GlobalExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/GlobalThreadPoolList.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/IOExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/IOObjectCache.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/IOThreadPoolDeadlockDetectorObserver.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/IOThreadPoolExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/InlineExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/ManualExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/MeteredExecutor-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/MeteredExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/QueueObserver.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/QueuedImmediateExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/ScheduledExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/SequencedExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/SerialExecutor-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/SerialExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/SerializedExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/SoftRealTimeExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/StrandExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/ThreadPoolExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/ThreadedExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/TimedDrivableExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/TimekeeperScheduledExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/task_queue/BlockingQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/task_queue/LifoSemMPMCQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/task_queue/PriorityLifoSemMPMCQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/task_queue/PriorityUnboundedBlockingQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/task_queue/UnboundedBlockingQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/thread_factory/InitThreadFactory.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/thread_factory/NamedThreadFactory.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/thread_factory/PriorityThreadFactory.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/executors/thread_factory/ThreadFactory.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/AtomicReadMostlyMainPtr.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/AutoTimer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/BitVectorCoding.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/Bits.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/Cleanup.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/CodingDetail.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/DynamicParser-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/DynamicParser.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/EliasFanoCoding.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/EnvUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/EventCount.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/ExecutionObserver.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/FlatCombiningPriorityQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/FunctionScheduler.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/FutureDAG.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/Instructions.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/JSONSchema.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/JemallocHugePageAllocator.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/JemallocNodumpAllocator.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/LockFreeRingBuffer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/NestedCommandLineApp.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/PrimaryPtr.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/ProgramOptions.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/QuotientMultiSet-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/QuotientMultiSet.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/ReadMostlySharedPtr.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/RelaxedConcurrentPriorityQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/STTimerFDTimeoutManager.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/Select64.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/SingleWriterFixedHashMap.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/SingletonRelaxedCounter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/StringKeyedCommon.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/StringKeyedMap.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/StringKeyedSet.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/StringKeyedUnorderedMap.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/StringKeyedUnorderedSet.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/TLRefCount.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/TestUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/ThreadedRepeatingFunctionRunner.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/TimerFD.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/TimerFDTimeoutManager.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/TupleOps.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/bser/Bser.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/Channel-fwd.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/Channel-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/Channel.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/ChannelCallbackHandle.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/ChannelProcessor-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/ChannelProcessor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/ConsumeChannel-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/ConsumeChannel.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/FanoutChannel-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/FanoutChannel.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/FanoutSender-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/FanoutSender.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/MaxConcurrentRateLimiter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/Merge-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/Merge.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/MergeChannel-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/MergeChannel.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/MultiplexChannel-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/MultiplexChannel.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/OnClosedException.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/Producer-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/Producer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/ProxyChannel-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/ProxyChannel.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/RateLimiter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/Transform-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/Transform.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/detail/AtomicQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/detail/ChannelBridge.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/detail/FunctionTraits.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/detail/IntrusivePtr.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/detail/MultiplexerTraits.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/detail/PointerVariant.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/channels/detail/Utility.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Accumulate-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Accumulate.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/AsyncGenerator.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/AsyncPipe.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/AsyncScope.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/AsyncStack.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Baton.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/BlockingWait.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/BoundedQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Collect-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Collect.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Concat-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Concat.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Coroutine.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/CurrentExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/DetachOnCancel.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Filter-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Filter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/FutureUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Generator.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/GmockHelpers.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/GtestHelpers.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Invoke.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Merge-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Merge.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Mutex.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Promise.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Result.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Retry.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/RustAdaptors.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/ScopeExit.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/SharedLock.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/SharedMutex.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/SharedPromise.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Sleep-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Sleep.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/SmallUnboundedQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Task.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/TimedWait.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Timeout-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Timeout.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Traits.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Transform-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/Transform.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/UnboundedQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/ViaIfAsync.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/WithAsyncStack.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/WithCancellation.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/detail/Barrier.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/detail/BarrierTask.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/detail/CurrentAsyncFrame.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/detail/Helpers.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/detail/InlineTask.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/detail/Malloc.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/detail/ManualLifetime.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/coro/detail/Traits.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/crypto/Blake2xb.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/crypto/LtHash-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/crypto/LtHash.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/crypto/detail/LtHashInternal.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/exception_tracer/ExceptionAbi.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/exception_tracer/ExceptionCounterLib.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/exception_tracer/ExceptionTracer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/exception_tracer/ExceptionTracerLib.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/exception_tracer/SmartExceptionTracer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/exception_tracer/StackTrace.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/flat_combining/FlatCombining.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/AsyncBase.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/AsyncIO.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/AsyncIoUringSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/AsyncIoUringSocketFactory.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/Epoll.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/EpollBackend.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/EventBasePoller.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/FsUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/HugePages.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/IoUring.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/IoUringBackend.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/IoUringBase.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/IoUringEvent.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/IoUringEventBaseLocal.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/Liburing.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/MuxIOThreadPoolExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/io/SimpleAsyncIO.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/CoreCachedObserver.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/HazptrObserver.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/Observable-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/Observable.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/Observer-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/Observer-pre.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/Observer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/ReadMostlyTLObserver.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/SimpleObservable-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/SimpleObservable.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/WithJitter-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/WithJitter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/detail/Core.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/detail/GraphCycleDetector.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/observer/detail/ObserverManager.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/settings/Immutables.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/settings/Settings.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/settings/Types.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/settings/detail/SettingsImpl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/Dwarf.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/DwarfImpl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/DwarfLineNumberVM.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/DwarfSection.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/DwarfUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/Elf-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/Elf.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/ElfCache.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/LineReader.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/SignalHandler.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/StackTrace.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/SymbolizePrinter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/SymbolizedFrame.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/Symbolizer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/experimental/symbolizer/detail/Debug.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ext/test_ext.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/external/farmhash/farmhash.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/external/fast-crc32/avx512_crc32c_v8s3x4.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/external/fast-crc32/sse_crc32c_v8s3x3.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/AddTasks-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/AddTasks.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/AtomicBatchDispatcher-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/AtomicBatchDispatcher.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/BatchDispatcher.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/BatchSemaphore.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/Baton-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/Baton.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/BoostContextCompatibility.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/CallOnce.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/EventBaseLoopController-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/EventBaseLoopController.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/ExecutorBasedLoopController.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/ExecutorLoopController-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/ExecutorLoopController.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/Fiber-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/Fiber.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/FiberManager-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/FiberManager.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/FiberManagerInternal-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/FiberManagerInternal.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/FiberManagerMap-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/FiberManagerMap.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/ForEach-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/ForEach.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/GenericBaton.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/GuardPageAllocator.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/LoopController.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/Promise-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/Promise.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/Semaphore.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/SemaphoreBase.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/SimpleLoopController.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/TimedMutex-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/TimedMutex.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/WhenN-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/WhenN.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/async/Async.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/async/AsyncStack.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/async/Baton.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/async/Collect-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/async/Collect.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/async/FiberManager.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/async/Future.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/async/Promise.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/async/Task.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/async/WaitUtils.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/detail/AtomicBatchDispatcher.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/fibers/traits.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/functional/ApplyTuple.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/functional/Invoke.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/functional/Partial.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/functional/protocol.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/functional/traits.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/Barrier.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/Future-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/Future-pre.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/Future.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/FutureSplitter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/HeapTimekeeper.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/ManualTimekeeper.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/Portability.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/Promise-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/Promise.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/Retrying.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/SharedPromise-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/SharedPromise.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/ThreadWheelTimekeeper.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/WTCallback.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/detail/Core.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/futures/detail/Types.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/Base-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/Base.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/Combine-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/Combine.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/Core-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/Core.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/File-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/File.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/IStream.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/Parallel-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/Parallel.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/ParallelMap-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/ParallelMap.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/String-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/gen/String.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/hash/Checksum.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/hash/FarmHash.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/hash/Hash.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/hash/SpookyHashV1.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/hash/SpookyHashV2.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/hash/detail/ChecksumDetail.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/init/Init.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/init/Phase.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/Cursor-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/Cursor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/GlobalShutdownSocketSet.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/IOBuf.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/IOBufIovecBuilder.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/IOBufQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/RecordIO-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/RecordIO.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/ShutdownSocketSet.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/SocketOptionMap.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/SocketOptionValue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/TypedIOBuf.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AsyncPipe.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AsyncSSLSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AsyncServerSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AsyncSignalHandler.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AsyncSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AsyncSocketBase.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AsyncSocketException.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AsyncSocketTransport.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AsyncTimeout.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AsyncTransport.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AsyncTransportCertificate.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AsyncUDPServerSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AsyncUDPSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AtomicNotificationQueue-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/AtomicNotificationQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/CertificateIdentityVerifier.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/DecoratedAsyncTransportWrapper.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/DelayedDestruction.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/DelayedDestructionBase.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/DestructorCheck.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/EventBase.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/EventBaseAtomicNotificationQueue-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/EventBaseAtomicNotificationQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/EventBaseBackendBase.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/EventBaseLocal.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/EventBaseManager.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/EventBaseThread.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/EventHandler.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/EventUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/HHWheelTimer-fwd.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/HHWheelTimer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/NotificationQueue.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/PasswordInFile.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/Request.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/SSLContext.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/SSLOptions.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/ScopedEventBaseThread.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/TerminateCancellationToken.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/TimeoutManager.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/VirtualEventBase.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/WriteChainAsyncTransportWrapper.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/WriteFlags.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/fdsock/AsyncFdSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/fdsock/SocketFds.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/observer/AsyncSocketObserverContainer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/observer/AsyncSocketObserverInterface.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/ssl/BasicTransportCertificate.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/ssl/OpenSSLTransportCertificate.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/ssl/OpenSSLUtils.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/ssl/SSLErrors.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/ssl/TLSDefinitions.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/coro/ServerSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/coro/Transport.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/coro/TransportCallbackBase.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json/DynamicConverter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json/DynamicParser-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json/DynamicParser.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json/JSONSchema.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json/JsonMockUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json/JsonTestUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json/dynamic-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json/dynamic.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json/json.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json/json_patch.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/json/json_pointer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Access.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Align.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Aligned.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Assume.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Badge.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Bits.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Builtin.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Byte.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/CArray.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/CString.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Cast.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/CheckedMath.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/CustomizationPoint.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Exception.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Extern.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Hint-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Hint.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Keep.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Launder.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/New.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Ordering.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Pretty.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/PropagateConst.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/RValueReferenceWrapper.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/SafeAssert.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/StaticConst.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/Thunk.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/ToAscii.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/TypeInfo.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/lang/UncaughtExceptions.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/AsyncFileWriter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/AsyncLogWriter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/BridgeFromGoogleLogging.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/CustomLogFormatter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/FileHandlerFactory.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/FileWriterFactory.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/GlogStyleFormatter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/ImmediateFileWriter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/Init.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogCategory.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogCategoryConfig.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogConfig.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogConfigParser.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogFormatter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogHandler.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogHandlerConfig.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogHandlerFactory.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogLevel.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogMessage.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogName.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogStream.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogStreamProcessor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LogWriter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/Logger.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/LoggerDB.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/ObjectToString.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/RateLimiter.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/StandardLogHandler.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/StandardLogHandlerFactory.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/StreamHandlerFactory.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/logging/xlog.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/Arena-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/Arena.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/EnableSharedFromThis.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/MallctlHelper.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/Malloc.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/MemoryResource.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/ReentrantAllocator.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/SanitizeAddress.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/SanitizeLeak.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/ThreadCachedArena.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/UninitializedMemoryHacks.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/detail/MallocImpl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/not_null-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/memory/not_null.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/net/NetOps.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/net/NetOpsDispatcher.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/net/NetworkSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/net/TcpInfo.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/net/TcpInfoDispatcher.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/net/TcpInfoTypes.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/net/detail/SocketFileDescriptorMap.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/poly/Nullable.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/poly/Regular.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Asm.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Atomic.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Builtins.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Config.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Constexpr.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Dirent.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Event.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Fcntl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Filesystem.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/FmtCompile.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/GFlags.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/GMock.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/GTest.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/IOVec.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Libgen.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Libunwind.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Malloc.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Math.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Memory.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/OpenSSL.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/PThread.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Sched.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Sockets.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/SourceLocation.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Stdio.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Stdlib.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/String.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/SysFile.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/SysMembarrier.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/SysMman.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/SysResource.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/SysStat.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/SysSyscall.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/SysTime.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/SysTypes.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/SysUio.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Syslog.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Time.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Unistd.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/Windows.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/portability/openat2.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/python/AsyncioExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/python/async_generator.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/python/coro.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/python/error.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/python/executor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/python/futures.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/python/import.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/python/iobuf.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ssl/Init.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ssl/OpenSSLCertUtils.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ssl/OpenSSLHash.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ssl/OpenSSLLockTypes.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ssl/OpenSSLPtrTypes.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ssl/OpenSSLTicketHandler.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ssl/OpenSSLVersionFinder.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ssl/SSLSession.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ssl/SSLSessionManager.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ssl/detail/OpenSSLSession.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/ssl/detail/OpenSSLThreading.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/BucketedTimeSeries-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/BucketedTimeSeries.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/DigestBuilder-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/DigestBuilder.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/Histogram-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/Histogram.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/MultiLevelTimeSeries-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/MultiLevelTimeSeries.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/QuantileEstimator-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/QuantileEstimator.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/QuantileHistogram-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/QuantileHistogram.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/StreamingStats.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/TDigest.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/TimeseriesHistogram-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/TimeseriesHistogram.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/detail/Bucket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/detail/BufferedStat-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/detail/BufferedStat.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/detail/DoubleRadixSort.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/detail/SlidingWindow-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/stats/detail/SlidingWindow.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/AsymmetricThreadFence.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/AtomicNotification-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/AtomicNotification.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/AtomicRef.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/AtomicStruct.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/AtomicUtil-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/AtomicUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/Baton.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/CallOnce.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/DelayedInit.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/DistributedMutex-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/DistributedMutex.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/Hazptr-fwd.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/Hazptr.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/HazptrDomain.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/HazptrHolder.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/HazptrObj.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/HazptrObjLinked.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/HazptrRec.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/HazptrThrLocal.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/HazptrThreadPoolExecutor.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/Latch.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/LifoSem.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/Lock.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/MicroSpinLock.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/NativeSemaphore.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/ParkingLot.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/PicoSpinLock.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/RWSpinLock.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/Rcu.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/RelaxedAtomic.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/SanitizeThread.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/SaturatingSemaphore.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/SmallLocks.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/ThrottledLifoSem.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/Utility.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/WaitOptions.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/detail/AtomicUtils.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/detail/Hardware.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/detail/HazptrUtils.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/detail/InlineFunctionRef.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/detail/Sleeper.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/detail/Spin.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/detail/ThreadCachedLists.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/detail/ThreadCachedReaders.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/detail/ThreadCachedTag.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/example/HazptrLockFreeLIFO.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/example/HazptrSWMRSet.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/example/HazptrWideCAS.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/system/AtFork.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/system/HardwareConcurrency.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/system/MemoryMapping.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/system/Pid.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/system/Shell.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/system/ThreadId.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/system/ThreadName.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/tracing/AsyncStack-inl.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/tracing/AsyncStack.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/tracing/ScopedTraceSection.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/tracing/StaticTracepoint-ELFx86.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/tracing/StaticTracepoint.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/test/F14TestUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/container/test/TrackingTypes.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/AsyncSSLSocketTest.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/AsyncSocketTest.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/AsyncSocketTest2.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/BlockingSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/CallbackStateEnum.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/ConnCallback.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/MockAsyncSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/MockAsyncServerSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/MockAsyncSSLSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/MockAsyncTransport.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/MockAsyncUDPSocket.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/MockTimeoutManager.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/ScopedBoundPort.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/SocketPair.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/TFOUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/TestSSLServer.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/TimeUtil.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/UndelayedDestruction.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/io/async/test/Util.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/synchronization/test/Semaphore.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/test/DeterministicSchedule.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/test/TestUtils.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/include/folly/folly-config.h -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/lib/cmake/folly/folly-config.cmake -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/lib/cmake/folly/folly-targets.cmake -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/lib/cmake/folly/folly-targets-relwithdebinfo.cmake -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/lib/pkgconfig/libfolly.pc -- Installing: /serve/cpp/_build/_deps/folly-build/installed/folly/lib/libfollybenchmark.a [ INFO ] Folly is installed  /serve/cpp/_build/_deps/folly-build/installed [ INFO ] Install libtorch on Linux  [ INFO ] libtorch is installed  [ INFO ]Preparing test files  [2024-03-09 01:13:19,092] torch.fx.experimental.symbolic_shapes: [WARNING] Ignored guard Eq(s0, 256) == False, this could result in accuracy problems In file included from /serve/cpp/_build/test/resources//examples//aot_inductor/llama_handler/c64dh6xjomskyorojeexjjxma6swhxhq4m5ngz3luj5j564qzeyy.cpp:254: /tmp/torchinductor_root/26/c26eqbkuxvn72gf7p2xujmqjcwf4bo6lxmp6rwborxnf4gldnimh.h: In function ‘at::vec::CPU_CAPABILITY::Vectorized to_float_mask(int)’: /tmp/torchinductor_root/26/c26eqbkuxvn72gf7p2xujmqjcwf4bo6lxmp6rwborxnf4gldnimh.h:407:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 407 | *(uint32_t*)&mask = src ? 0xFFFFFFFF : 0; | ^~~~~~~~~~~~~~~~ Requirement already satisfied: transformers in /home/venv/lib/python3.9/site-packages (4.38.2) Requirement already satisfied: filelock in /home/venv/lib/python3.9/site-packages (from transformers) (3.13.1) Requirement already satisfied: huggingface-hub<1.0,>=0.19.3 in /home/venv/lib/python3.9/site-packages (from transformers) (0.21.4) Requirement already satisfied: numpy>=1.17 in /home/venv/lib/python3.9/site-packages (from transformers) (1.24.3) Requirement already satisfied: packaging>=20.0 in /home/venv/lib/python3.9/site-packages (from transformers) (23.2) Requirement already satisfied: pyyaml>=5.1 in /home/venv/lib/python3.9/site-packages (from transformers) (6.0) Requirement already satisfied: regex!=2019.12.17 in /home/venv/lib/python3.9/site-packages (from transformers) (2023.12.25) Requirement already satisfied: requests in /home/venv/lib/python3.9/site-packages (from transformers) (2.31.0) Requirement already satisfied: tokenizers<0.19,>=0.14 in /home/venv/lib/python3.9/site-packages (from transformers) (0.15.2) Requirement already satisfied: safetensors>=0.4.1 in /home/venv/lib/python3.9/site-packages (from transformers) (0.4.2) Requirement already satisfied: tqdm>=4.27 in /home/venv/lib/python3.9/site-packages (from transformers) (4.66.2) Requirement already satisfied: fsspec>=2023.5.0 in /home/venv/lib/python3.9/site-packages (from huggingface-hub<1.0,>=0.19.3->transformers) (2024.2.0) Requirement already satisfied: typing-extensions>=3.7.4.3 in /home/venv/lib/python3.9/site-packages (from huggingface-hub<1.0,>=0.19.3->transformers) (4.10.0) Requirement already satisfied: charset-normalizer<4,>=2 in /home/venv/lib/python3.9/site-packages (from requests->transformers) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/venv/lib/python3.9/site-packages (from requests->transformers) (3.6) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/venv/lib/python3.9/site-packages (from requests->transformers) (2.2.1) Requirement already satisfied: certifi>=2017.4.17 in /home/venv/lib/python3.9/site-packages (from requests->transformers) (2024.2.2) Download model and tokenizer bert-base-uncased Some weights of BertForSequenceClassification were not initialized from the model checkpoint at bert-base-uncased and are newly initialized: ['classifier.bias', 'classifier.weight'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. Successfully created directory ./Transformer_model Save model and tokenizer model based on the setting from setup_config bert-base-uncased in directory ./Transformer_model /home/venv/lib/python3.9/site-packages/transformers/tokenization_utils_base.py:2663: UserWarning: `max_length` is ignored when `padding`=`True` and there is no truncation strategy. To pad to max length, use `padding='max_length'`. warnings.warn( [2024-03-09 01:14:15,188] torch._inductor.utils: [WARNING] not enough SMs to use max_autotune_gemm mode Downloading: "https://download.pytorch.org/models/resnet50-11ad3fa6.pth" to /root/.cache/torch/hub/checkpoints/resnet50-11ad3fa6.pth 0%| | 0.00/97.8M [00:00n_layers; l++) { | ^ /serve/cpp/third-party/llama2.c/run.c:283: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] 283 | #pragma omp parallel for private(h) | /serve/cpp/third-party/llama2.c/run.c: In function 'encode': /serve/cpp/third-party/llama2.c/run.c:529:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 529 | for (int i=0; i < str_len; i++) { | ^ /serve/cpp/third-party/llama2.c/run.c: In function 'chat': /serve/cpp/third-party/llama2.c/run.c:818:9: warning: unused variable 'prev_token' [-Wunused-variable] 818 | int prev_token; | ^~~~~~~~~~ [ 6%] Building CXX object _deps/llama.cpp-build/common/CMakeFiles/build_info.dir/build-info.cpp.o Updating crates.io index /serve/cpp/third-party/llama2.c/run.c:870:25: warning: 'next' may be used uninitialized in this function [-Wmaybe-uninitialized] 870 | float* logits = forward(transformer, token, pos); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 6%] Linking C static library libllama2_c.a [ 6%] Built target llama2_c [ 6%] Built target build_info [ 6%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/CMakeFiles/tokenizer_cpp_objs.dir/src/sentencepiece_tokenizer.cc.o [ 6%] Building CXX object _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o [ 6%] Linking CXX shared library libfoo.so [ 6%] Built target foo [ 8%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/CMakeFiles/tokenizer_cpp_objs.dir/src/huggingface_tokenizer.cc.o Downloading crates ... Downloaded bitflags v1.3.2 Downloaded derive_builder_macro v0.12.0 Downloaded ident_case v1.0.1 Downloaded monostate-impl v0.1.11 Downloaded darling_macro v0.14.4 Downloaded ppv-lite86 v0.2.17 Downloaded paste v1.0.14 Downloaded macro_rules_attribute-proc_macro v0.1.3 Downloaded crossbeam-deque v0.8.5 Downloaded itoa v1.0.10 Downloaded pkg-config v0.3.30 Downloaded base64 v0.13.1 Downloaded lazy_static v1.4.0 Downloaded cfg-if v1.0.0 Downloaded rand_chacha v0.3.1 Downloaded monostate v0.1.11 Downloaded derive_builder_core v0.12.0 Downloaded fnv v1.0.7 Downloaded rand_core v0.6.4 Downloaded thiserror-impl v1.0.57 Downloaded strsim v0.10.0 Downloaded either v1.10.0 Downloaded getrandom v0.2.12 Downloaded once_cell v1.19.0 Downloaded derive_builder v0.12.0 Downloaded macro_rules_attribute v0.1.3 Downloaded thiserror v1.0.57 Downloaded darling v0.14.4 Downloaded quote v1.0.35 Downloaded smallvec v1.13.1 Downloaded onig v6.4.0 Downloaded serde_derive v1.0.197 Downloaded cc v1.0.90 Downloaded crossbeam-utils v0.8.19 Downloaded crossbeam-epoch v0.9.18 Downloaded proc-macro2 v1.0.78 Downloaded unicode-ident v1.0.12 Downloaded log v0.4.21 Downloaded ryu v1.0.17 Downloaded aho-corasick v0.7.20 Downloaded darling_core v0.14.4 Downloaded rayon-core v1.12.1 Downloaded rand v0.8.5 Downloaded serde v1.0.197 Downloaded itertools v0.9.0 Downloaded minimal-lexical v0.2.1 Downloaded unicode_categories v0.1.1 Downloaded itertools v0.8.2 Downloaded memchr v2.7.1 Downloaded unicode-normalization-alignments v0.1.12 Downloaded unicode-segmentation v1.11.0 Downloaded nom v7.1.3 Downloaded aho-corasick v1.1.2 Downloaded esaxx-rs v0.1.10 Downloaded serde_json v1.0.114 Downloaded tokenizers v0.13.4 Downloaded rayon v1.9.0 Downloaded syn v1.0.109 Downloaded syn v2.0.52 Downloaded regex v1.10.3 Downloaded regex-syntax v0.8.2 Downloaded regex-syntax v0.7.5 Downloaded rayon-cond v0.1.0 Downloaded spm_precompiled v0.1.4 Downloaded regex-automata v0.4.6 Downloaded onig_sys v69.8.1 Downloaded libc v0.2.153 Compiling proc-macro2 v1.0.78 Compiling unicode-ident v1.0.12 Compiling syn v1.0.109 Compiling crossbeam-utils v0.8.19 Compiling ident_case v1.0.1 Compiling strsim v0.10.0 Compiling libc v0.2.153 Compiling memchr v2.7.1 [ 8%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/CMakeFiles/tokenizer_cpp_objs.dir/src/rwkv_world_tokenizer.cc.o [ 8%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arenastring.cc.o [ 9%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilderadapter.cpp.o Compiling fnv v1.0.7 Compiling serde v1.0.197 Compiling cc v1.0.90 Compiling either v1.10.0 [ 9%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/binary.cpp.o Compiling cfg-if v1.0.0 Compiling rayon-core v1.12.1 Compiling pkg-config v0.3.30 Compiling paste v1.0.14 Compiling aho-corasick v1.1.2 Compiling esaxx-rs v0.1.10 [ 10%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/convert.cpp.o In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/arenastring.cc:31: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ Compiling quote v1.0.35 Compiling crossbeam-epoch v0.9.18 Compiling syn v2.0.52 [ 10%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/depthguard.cpp.o Compiling getrandom v0.2.12 Compiling crossbeam-deque v0.8.5 Compiling rand_core v0.6.4 Compiling onig_sys v69.8.1 Compiling minimal-lexical v0.2.1 Compiling ppv-lite86 v0.2.17 Compiling regex-syntax v0.8.2 [ 11%] Building C object _deps/llama.cpp-build/CMakeFiles/ggml.dir/ggml-alloc.c.o Compiling thiserror v1.0.57 Compiling serde_json v1.0.114 Compiling rand_chacha v0.3.1 Compiling rayon v1.9.0 [ 12%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/bytestream.cc.o [ 13%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/directives.cpp.o Compiling nom v7.1.3 [ 13%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/emit.cpp.o [ 14%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/emitfromevents.cpp.o [ 16%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/coded_stream.cc.o Compiling darling_core v0.14.4 /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc:30:23: warning: comparison of integers of different signs: 'int' and 'std::__cxx11::basic_string, std::allocator >::size_type' (aka 'unsigned long') [clang-diagnostic-sign-compare] for (int i = 0; i < str.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc:36:7: warning: variable '_rv_check_status' used in loop condition not modified in loop body [clang-diagnostic-for-loop-analysis] RV_CHECK(node != nullptr); ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.h:17:48: note: expanded from macro 'RV_CHECK' for (bool _rv_check_status = (__VA_ARGS__); !_rv_check_status;) \ ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc:42:5: warning: variable '_rv_check_status' used in loop condition not modified in loop body [clang-diagnostic-for-loop-analysis] RV_CHECK(!prefix.empty()); ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.h:17:48: note: expanded from macro 'RV_CHECK' for (bool _rv_check_status = (__VA_ARGS__); !_rv_check_status;) \ ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc:43:5: warning: variable '_rv_check_status' used in loop condition not modified in loop body [clang-diagnostic-for-loop-analysis] RV_CHECK(token_id != -1); ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.h:17:48: note: expanded from macro 'RV_CHECK' for (bool _rv_check_status = (__VA_ARGS__); !_rv_check_status;) \ ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc:51:13: warning: comparison of integers of different signs: 'int' and 'std::__cxx11::basic_string, std::allocator >::size_type' (aka 'unsigned long') [clang-diagnostic-sign-compare] if (idx == word.size()) { ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc:90:20: warning: comparison of integers of different signs: 'int' and 'std::__cxx11::basic_string, std::allocator >::size_type' (aka 'unsigned long') [clang-diagnostic-sign-compare] while (str_idx < str.size()) { ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc:108:5: warning: variable '_rv_check_status' used in loop condition not modified in loop body [clang-diagnostic-for-loop-analysis] RV_CHECK(size > 0); ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.h:17:48: note: expanded from macro 'RV_CHECK' for (bool _rv_check_status = (__VA_ARGS__); !_rv_check_status;) \ ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc:113:5: warning: variable '_rv_check_status' used in loop condition not modified in loop body [clang-diagnostic-for-loop-analysis] RV_CHECK(_idx2word.size() > 0); ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.h:17:48: note: expanded from macro 'RV_CHECK' for (bool _rv_check_status = (__VA_ARGS__); !_rv_check_status;) \ ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc:123:5: warning: variable '_rv_check_status' used in loop condition not modified in loop body [clang-diagnostic-for-loop-analysis] RV_CHECK(_word2idx.size() > 0); ^ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.h:17:48: note: expanded from macro 'RV_CHECK' for (bool _rv_check_status = (__VA_ARGS__); !_rv_check_status;) \ ^ Compiling serde_derive v1.0.197 [ 16%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/emitter.cpp.o [ 16%] Building C object _deps/llama.cpp-build/CMakeFiles/ggml.dir/ggml-backend.c.o Compiling monostate-impl v0.1.11 [ 17%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/emitterstate.cpp.o /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc: In member function 'std::pair, int> tokenizers::TrieTree::find_longest_prefix(const string&) const': /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc:30:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'long unsigned int'} [-Wsign-compare] 30 | for (int i = 0; i < str.size(); ++i) { | ~~^~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc: In member function 'void tokenizers::TrieTree::_add_word(const string&, int, int)': /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc:51:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'long unsigned int'} [-Wsign-compare] 51 | if (idx == word.size()) { | ~~~~^~~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc: In member function 'virtual std::vector tokenizers::RWKVWorldTokenizer::Encode(const string&)': /serve/cpp/third-party/tokenizers-cpp/src/rwkv_world_tokenizer.cc:90:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'long unsigned int'} [-Wsign-compare] 90 | while (str_idx < str.size()) { | ~~~~~~~~^~~~~~~~~~~~ Compiling thiserror-impl v1.0.57 Compiling regex-automata v0.4.6 [ 18%] Building C object _deps/llama.cpp-build/CMakeFiles/ggml.dir/ggml-quants.c.o [ 18%] Built target tokenizer_cpp_objs [ 18%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/common.cc.o Compiling itertools v0.8.2 [ 19%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/emitterutils.cpp.o Compiling base64 v0.13.1 Compiling darling_macro v0.14.4 Compiling macro_rules_attribute-proc_macro v0.1.3 Compiling once_cell v1.19.0 [ 20%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/extension_set.cc.o Compiling unicode-segmentation v1.11.0 Compiling darling v0.14.4 [ 20%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_enum_util.cc.o Compiling derive_builder_core v0.12.0 Compiling smallvec v1.13.1 Compiling itoa v1.0.10 Compiling ryu v1.0.17 [ 21%] Linking CXX static library ../../../lib/libgtest.a [ 21%] Built target gtest [ 22%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_table_driven_lite.cc.o Compiling bitflags v1.3.2 Compiling unicode-normalization-alignments v0.1.12 Compiling onig v6.4.0 Compiling macro_rules_attribute v0.1.3 Compiling regex v1.10.3 Compiling derive_builder_macro v0.12.0 [ 22%] Built target ggml [ 22%] Building CXX object _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/any.h:37, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/generated_message_util.h:49, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_enum_util.cc:35: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ Compiling rayon-cond v0.1.0 [ 22%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_util.cc.o Compiling rand v0.8.5 Compiling derive_builder v0.12.0 Compiling itertools v0.9.0 Compiling aho-corasick v0.7.20 In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:41, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:50, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/generated_message_table_driven_lite.h:35, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_table_driven_lite.cc:31: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ Compiling log v0.4.21 Compiling regex-syntax v0.7.5 Compiling lazy_static v1.4.0 Compiling unicode_categories v0.1.1 [ 24%] Linking CXX static library ../../../lib/libgtest_main.a [ 24%] Built target gtest_main [ 24%] Building CXX object _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o /serve/cpp/third-party/llama2.so/run.cpp:36:27: warning: Call to 'calloc' has an allocation size of 0 bytes [clang-analyzer-optin.portability.UnixAPI] s->toks = (int64_t *) calloc(p->seq_len, sizeof(int64_t)); ^ /serve/cpp/third-party/llama2.so/run.cpp:669:9: note: Assuming 'argc' is >= 2 if (argc >= 2) { checkpoint_path = argv[1]; } else { error_usage(); } ^ /serve/cpp/third-party/llama2.so/run.cpp:669:5: note: Taking true branch if (argc >= 2) { checkpoint_path = argv[1]; } else { error_usage(); } ^ /serve/cpp/third-party/llama2.so/run.cpp:670:21: note: Assuming 'i' is < 'argc' for (int i = 2; i < argc; i+=2) { ^ /serve/cpp/third-party/llama2.so/run.cpp:670:5: note: Loop condition is true. Entering loop body for (int i = 2; i < argc; i+=2) { ^ /serve/cpp/third-party/llama2.so/run.cpp:672:13: note: Assuming the condition is false if (i + 1 >= argc) { error_usage(); } // must have arg after flag ^ /serve/cpp/third-party/llama2.so/run.cpp:672:9: note: Taking false branch if (i + 1 >= argc) { error_usage(); } // must have arg after flag ^ /serve/cpp/third-party/llama2.so/run.cpp:673:13: note: Assuming the condition is false if (argv[i][0] != '-') { error_usage(); } // must start with dash ^ /serve/cpp/third-party/llama2.so/run.cpp:673:9: note: Taking false branch if (argv[i][0] != '-') { error_usage(); } // must start with dash ^ /serve/cpp/third-party/llama2.so/run.cpp:674:13: note: Assuming the condition is false if (strlen(argv[i]) != 2) { error_usage(); } // must be -x (one dash, one letter) ^ /serve/cpp/third-party/llama2.so/run.cpp:674:9: note: Taking false branch if (strlen(argv[i]) != 2) { error_usage(); } // must be -x (one dash, one letter) ^ /serve/cpp/third-party/llama2.so/run.cpp:676:13: note: Assuming the condition is false if (argv[i][1] == 't') { temperature = atof(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:676:9: note: Taking false branch if (argv[i][1] == 't') { temperature = atof(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:677:18: note: Assuming the condition is false else if (argv[i][1] == 'p') { topp = atof(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:677:14: note: Taking false branch else if (argv[i][1] == 'p') { topp = atof(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:678:18: note: Assuming the condition is false else if (argv[i][1] == 's') { rng_seed = atoi(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:678:14: note: Taking false branch else if (argv[i][1] == 's') { rng_seed = atoi(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:679:18: note: Assuming the condition is true else if (argv[i][1] == 'n') { steps = atoi(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:679:14: note: Taking true branch else if (argv[i][1] == 'n') { steps = atoi(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:670:21: note: Assuming 'i' is >= 'argc' for (int i = 2; i < argc; i+=2) { ^ /serve/cpp/third-party/llama2.so/run.cpp:670:5: note: Loop condition is false. Execution continues on line 689 for (int i = 2; i < argc; i+=2) { ^ /serve/cpp/third-party/llama2.so/run.cpp:689:9: note: 'rng_seed' is <= 0 if (rng_seed <= 0) rng_seed = (unsigned int)time(NULL); ^ /serve/cpp/third-party/llama2.so/run.cpp:689:5: note: Taking true branch if (rng_seed <= 0) rng_seed = (unsigned int)time(NULL); ^ /serve/cpp/third-party/llama2.so/run.cpp:690:9: note: Assuming the condition is false if (temperature < 0.0) temperature = 0.0; ^ /serve/cpp/third-party/llama2.so/run.cpp:690:5: note: Taking false branch if (temperature < 0.0) temperature = 0.0; ^ /serve/cpp/third-party/llama2.so/run.cpp:691:9: note: Assuming the condition is false if (topp < 0.0 || 1.0 < topp) topp = 0.9; ^ /serve/cpp/third-party/llama2.so/run.cpp:691:9: note: Left side of '||' is false /serve/cpp/third-party/llama2.so/run.cpp:691:23: note: Assuming the condition is false if (topp < 0.0 || 1.0 < topp) topp = 0.9; ^ /serve/cpp/third-party/llama2.so/run.cpp:691:5: note: Taking false branch if (topp < 0.0 || 1.0 < topp) topp = 0.9; ^ /serve/cpp/third-party/llama2.so/run.cpp:692:9: note: Assuming 'steps' is < 0 if (steps < 0) steps = 0; ^ /serve/cpp/third-party/llama2.so/run.cpp:692:5: note: Taking true branch if (steps < 0) steps = 0; ^ /serve/cpp/third-party/llama2.so/run.cpp:692:20: note: The value 0 is assigned to 'steps' if (steps < 0) steps = 0; ^ /serve/cpp/third-party/llama2.so/run.cpp:696:66: note: Passing the value 0 via 4th parameter 'seq_len' build_transformer(&transformer, checkpoint_path, vocab_size, steps); ^ /serve/cpp/third-party/llama2.so/run.cpp:696:5: note: Calling 'build_transformer' build_transformer(&transformer, checkpoint_path, vocab_size, steps); ^ /serve/cpp/third-party/llama2.so/run.cpp:63:5: note: The value 0 is assigned to 'transformer.config.seq_len' t->config.seq_len = seq_len; ^ /serve/cpp/third-party/llama2.so/run.cpp:64:5: note: Calling 'malloc_run_state' malloc_run_state(&t->state, &t->config); ^ /serve/cpp/third-party/llama2.so/run.cpp:36:27: note: Call to 'calloc' has an allocation size of 0 bytes s->toks = (int64_t *) calloc(p->seq_len, sizeof(int64_t)); ^ /serve/cpp/third-party/llama2.so/run.cpp:54:9: warning: Value stored to 'shared_weights' during its initialization is never read [clang-analyzer-deadcode.DeadStores] int shared_weights = config->vocab_size > 0 ? 1 : 0; ^ /serve/cpp/third-party/llama2.so/run.cpp:54:9: note: Value stored to 'shared_weights' during its initialization is never read /serve/cpp/third-party/llama2.so/run.cpp:54:9: warning: unused variable 'shared_weights' [clang-diagnostic-unused-variable] int shared_weights = config->vocab_size > 0 ? 1 : 0; ^ /serve/cpp/third-party/llama2.so/run.cpp:231:39: warning: ISO C++11 does not allow conversion from string literal to 'char *' [clang-diagnostic-writable-strings] int dummy_prefix = str_lookup(" ", t->sorted_vocab, t->vocab_size); ^ /serve/cpp/third-party/llama2.so/run.cpp:277:29: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [clang-diagnostic-sign-compare] for (int i=0; i < str_len; i++) { ^ /serve/cpp/third-party/llama2.so/run.cpp:478:26: warning: ISO C++11 does not allow conversion from string literal to 'char *' [clang-diagnostic-writable-strings] char *empty_prompt = ""; ^ /serve/cpp/third-party/llama2.so/run.cpp:566:9: warning: unused variable 'prev_token' [clang-diagnostic-unused-variable] int prev_token; ^ /serve/cpp/third-party/llama2.so/run.cpp:580:21: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy] strcpy(system_prompt, cli_system_prompt); ^ /serve/cpp/third-party/llama2.so/run.cpp:580:21: note: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 /serve/cpp/third-party/llama2.so/run.cpp:586:17: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy] strcpy(user_prompt, cli_user_prompt); ^ /serve/cpp/third-party/llama2.so/run.cpp:586:17: note: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 /serve/cpp/third-party/llama2.so/run.cpp:612:19: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign] token = next; ^ /serve/cpp/third-party/llama2.so/run.cpp:669:9: note: Assuming 'argc' is >= 2 if (argc >= 2) { checkpoint_path = argv[1]; } else { error_usage(); } ^ /serve/cpp/third-party/llama2.so/run.cpp:669:5: note: Taking true branch if (argc >= 2) { checkpoint_path = argv[1]; } else { error_usage(); } ^ /serve/cpp/third-party/llama2.so/run.cpp:670:21: note: Assuming 'i' is < 'argc' for (int i = 2; i < argc; i+=2) { ^ /serve/cpp/third-party/llama2.so/run.cpp:670:5: note: Loop condition is true. Entering loop body for (int i = 2; i < argc; i+=2) { ^ /serve/cpp/third-party/llama2.so/run.cpp:672:13: note: Assuming the condition is false if (i + 1 >= argc) { error_usage(); } // must have arg after flag ^ /serve/cpp/third-party/llama2.so/run.cpp:672:9: note: Taking false branch if (i + 1 >= argc) { error_usage(); } // must have arg after flag ^ /serve/cpp/third-party/llama2.so/run.cpp:673:13: note: Assuming the condition is false if (argv[i][0] != '-') { error_usage(); } // must start with dash ^ /serve/cpp/third-party/llama2.so/run.cpp:673:9: note: Taking false branch if (argv[i][0] != '-') { error_usage(); } // must start with dash ^ /serve/cpp/third-party/llama2.so/run.cpp:674:13: note: Assuming the condition is false if (strlen(argv[i]) != 2) { error_usage(); } // must be -x (one dash, one letter) ^ /serve/cpp/third-party/llama2.so/run.cpp:674:9: note: Taking false branch if (strlen(argv[i]) != 2) { error_usage(); } // must be -x (one dash, one letter) ^ /serve/cpp/third-party/llama2.so/run.cpp:676:13: note: Assuming the condition is false if (argv[i][1] == 't') { temperature = atof(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:676:9: note: Taking false branch if (argv[i][1] == 't') { temperature = atof(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:677:18: note: Assuming the condition is false else if (argv[i][1] == 'p') { topp = atof(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:677:14: note: Taking false branch else if (argv[i][1] == 'p') { topp = atof(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:678:18: note: Assuming the condition is false else if (argv[i][1] == 's') { rng_seed = atoi(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:678:14: note: Taking false branch else if (argv[i][1] == 's') { rng_seed = atoi(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:679:18: note: Assuming the condition is false else if (argv[i][1] == 'n') { steps = atoi(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:679:14: note: Taking false branch else if (argv[i][1] == 'n') { steps = atoi(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:680:18: note: Assuming the condition is false else if (argv[i][1] == 'v') { vocab_size = atoi(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:680:14: note: Taking false branch else if (argv[i][1] == 'v') { vocab_size = atoi(argv[i + 1]); } ^ /serve/cpp/third-party/llama2.so/run.cpp:681:18: note: Assuming the condition is false else if (argv[i][1] == 'i') { prompt = argv[i + 1]; } ^ /serve/cpp/third-party/llama2.so/run.cpp:681:14: note: Taking false branch else if (argv[i][1] == 'i') { prompt = argv[i + 1]; } ^ /serve/cpp/third-party/llama2.so/run.cpp:682:18: note: Assuming the condition is false else if (argv[i][1] == 'z') { tokenizer_path = argv[i + 1]; } ^ /serve/cpp/third-party/llama2.so/run.cpp:682:14: note: Taking false branch else if (argv[i][1] == 'z') { tokenizer_path = argv[i + 1]; } ^ /serve/cpp/third-party/llama2.so/run.cpp:683:18: note: Assuming the condition is true else if (argv[i][1] == 'm') { mode = argv[i + 1]; } ^ /serve/cpp/third-party/llama2.so/run.cpp:683:14: note: Taking true branch else if (argv[i][1] == 'm') { mode = argv[i + 1]; } ^ /serve/cpp/third-party/llama2.so/run.cpp:670:21: note: Assuming 'i' is >= 'argc' for (int i = 2; i < argc; i+=2) { ^ /serve/cpp/third-party/llama2.so/run.cpp:670:5: note: Loop condition is false. Execution continues on line 689 for (int i = 2; i < argc; i+=2) { ^ /serve/cpp/third-party/llama2.so/run.cpp:689:9: note: 'rng_seed' is <= 0 if (rng_seed <= 0) rng_seed = (unsigned int)time(NULL); ^ /serve/cpp/third-party/llama2.so/run.cpp:689:5: note: Taking true branch if (rng_seed <= 0) rng_seed = (unsigned int)time(NULL); ^ /serve/cpp/third-party/llama2.so/run.cpp:690:9: note: Assuming the condition is false if (temperature < 0.0) temperature = 0.0; ^ /serve/cpp/third-party/llama2.so/run.cpp:690:5: note: Taking false branch if (temperature < 0.0) temperature = 0.0; ^ /serve/cpp/third-party/llama2.so/run.cpp:691:9: note: Assuming the condition is false if (topp < 0.0 || 1.0 < topp) topp = 0.9; ^ /serve/cpp/third-party/llama2.so/run.cpp:691:9: note: Left side of '||' is false /serve/cpp/third-party/llama2.so/run.cpp:691:23: note: Assuming the condition is false if (topp < 0.0 || 1.0 < topp) topp = 0.9; ^ /serve/cpp/third-party/llama2.so/run.cpp:691:5: note: Taking false branch if (topp < 0.0 || 1.0 < topp) topp = 0.9; ^ /serve/cpp/third-party/llama2.so/run.cpp:692:9: note: 'steps' is >= 0 if (steps < 0) steps = 0; ^ /serve/cpp/third-party/llama2.so/run.cpp:692:5: note: Taking false branch if (steps < 0) steps = 0; ^ /serve/cpp/third-party/llama2.so/run.cpp:707:9: note: Assuming the condition is false if (strcmp(mode, "generate") == 0) { ^ /serve/cpp/third-party/llama2.so/run.cpp:707:5: note: Taking false branch if (strcmp(mode, "generate") == 0) { ^ /serve/cpp/third-party/llama2.so/run.cpp:709:12: note: Taking true branch } else if (strcmp(mode, "chat") == 0) { ^ /serve/cpp/third-party/llama2.so/run.cpp:710:9: note: Calling 'chat' chat(&transformer, &tokenizer, &sampler, prompt, system_prompt, steps); ^ /serve/cpp/third-party/llama2.so/run.cpp:564:5: note: 'next' declared without an initial value int next; // will store the next token in the sequence ^ /serve/cpp/third-party/llama2.so/run.cpp:568:5: note: Loop condition is true. Entering loop body while (pos < steps) { ^ /serve/cpp/third-party/llama2.so/run.cpp:571:13: note: 'user_turn' is 1 if (user_turn) { ^ /serve/cpp/third-party/llama2.so/run.cpp:571:9: note: Taking true branch if (user_turn) { ^ /serve/cpp/third-party/llama2.so/run.cpp:573:17: note: 'pos' is equal to 0 if (pos == 0) { ^ /serve/cpp/third-party/llama2.so/run.cpp:573:13: note: Taking true branch if (pos == 0) { ^ /serve/cpp/third-party/llama2.so/run.cpp:575:21: note: 'cli_system_prompt' is equal to NULL if (cli_system_prompt == NULL) { ^ /serve/cpp/third-party/llama2.so/run.cpp:575:17: note: Taking true branch if (cli_system_prompt == NULL) { ^ /serve/cpp/third-party/llama2.so/run.cpp:584:17: note: 'pos' is equal to 0 if (pos == 0 && cli_user_prompt != NULL) { ^ /serve/cpp/third-party/llama2.so/run.cpp:584:17: note: Left side of '&&' is true /serve/cpp/third-party/llama2.so/run.cpp:584:29: note: 'cli_user_prompt' is equal to NULL if (pos == 0 && cli_user_prompt != NULL) { ^ /serve/cpp/third-party/llama2.so/run.cpp:584:13: note: Taking false branch if (pos == 0 && cli_user_prompt != NULL) { ^ /serve/cpp/third-party/llama2.so/run.cpp:592:17: note: 'pos' is equal to 0 if (pos == 0 && system_prompt[0] != '\0') { ^ /serve/cpp/third-party/llama2.so/run.cpp:592:17: note: Left side of '&&' is true /serve/cpp/third-party/llama2.so/run.cpp:592:29: note: Assuming the condition is false if (pos == 0 && system_prompt[0] != '\0') { ^ /serve/cpp/third-party/llama2.so/run.cpp:592:13: note: Taking false branch if (pos == 0 && system_prompt[0] != '\0') { ^ /serve/cpp/third-party/llama2.so/run.cpp:607:13: note: Assuming 'user_idx' is >= 'num_prompt_tokens' if (user_idx < num_prompt_tokens) { ^ /serve/cpp/third-party/llama2.so/run.cpp:607:9: note: Taking false branch if (user_idx < num_prompt_tokens) { ^ /serve/cpp/third-party/llama2.so/run.cpp:612:19: note: Assigned value is garbage or undefined token = next; ^ /serve/cpp/third-party/llama2.so/run.cpp:658:28: warning: ISO C++11 does not allow conversion from string literal to 'char *' [clang-diagnostic-writable-strings] char *tokenizer_path = "tokenizer.bin"; ^ /serve/cpp/third-party/llama2.so/run.cpp:665:18: warning: ISO C++11 does not allow conversion from string literal to 'char *' [clang-diagnostic-writable-strings] char *mode = "generate"; // generate|chat ^ Compiling spm_precompiled v0.1.4 Compiling monostate v0.1.11 [ 25%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/implicit_weak_message.cc.o In file included from /serve/cpp/_build/_deps/libtorch/include/c10/core/SymBool.h:3, from /serve/cpp/_build/_deps/libtorch/include/c10/core/SymFloat.h:3, from /serve/cpp/_build/_deps/libtorch/include/c10/core/Scalar.h:10, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/TensorBody.h:16, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/Tensor.h:3, from /serve/cpp/_build/_deps/libtorch/include/ATen/Tensor.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/inductor/aoti_model_container_runner.h:4, from /serve/cpp/third-party/llama2.so/run.cpp:11: /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::add(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:37:38: warning: unused parameter 'other' [-Wunused-parameter] 37 | virtual SymNode add(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::sub(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:40:38: warning: unused parameter 'other' [-Wunused-parameter] 40 | virtual SymNode sub(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::mul(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:43:38: warning: unused parameter 'other' [-Wunused-parameter] 43 | virtual SymNode mul(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::truediv(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:46:42: warning: unused parameter 'other' [-Wunused-parameter] 46 | virtual SymNode truediv(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::pow(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:49:38: warning: unused parameter 'other' [-Wunused-parameter] 49 | virtual SymNode pow(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::floordiv(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:52:43: warning: unused parameter 'other' [-Wunused-parameter] 52 | virtual SymNode floordiv(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::mod(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:55:38: warning: unused parameter 'other' [-Wunused-parameter] 55 | virtual SymNode mod(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::eq(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:58:37: warning: unused parameter 'other' [-Wunused-parameter] 58 | virtual SymNode eq(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::ne(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:61:37: warning: unused parameter 'other' [-Wunused-parameter] 61 | virtual SymNode ne(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::gt(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:64:37: warning: unused parameter 'other' [-Wunused-parameter] 64 | virtual SymNode gt(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::lt(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:67:37: warning: unused parameter 'other' [-Wunused-parameter] 67 | virtual SymNode lt(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::le(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:70:37: warning: unused parameter 'other' [-Wunused-parameter] 70 | virtual SymNode le(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::ge(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:73:37: warning: unused parameter 'other' [-Wunused-parameter] 73 | virtual SymNode ge(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::sym_min(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:85:42: warning: unused parameter 'other' [-Wunused-parameter] 85 | virtual SymNode sym_min(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::sym_max(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:88:42: warning: unused parameter 'other' [-Wunused-parameter] 88 | virtual SymNode sym_max(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::sym_or(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:91:41: warning: unused parameter 'other' [-Wunused-parameter] 91 | virtual SymNode sym_or(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::sym_and(const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:94:42: warning: unused parameter 'other' [-Wunused-parameter] 94 | virtual SymNode sym_and(const SymNode& other) { | ~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::sym_ite(const SymNode&, const SymNode&)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:100:42: warning: unused parameter 'then_val' [-Wunused-parameter] 100 | virtual SymNode sym_ite(const SymNode& then_val, const SymNode& else_val) { | ~~~~~~~~~~~~~~~^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:100:67: warning: unused parameter 'else_val' [-Wunused-parameter] 100 | virtual SymNode sym_ite(const SymNode& then_val, const SymNode& else_val) { | ~~~~~~~~~~~~~~~^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::is_contiguous(c10::ArrayRef >, c10::ArrayRef >)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:105:25: warning: unused parameter 'sizes' [-Wunused-parameter] 105 | ArrayRef sizes, | ~~~~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:106:25: warning: unused parameter 'strides' [-Wunused-parameter] 106 | ArrayRef strides) { | ~~~~~~~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::is_channels_last_contiguous_2d(c10::ArrayRef >, c10::ArrayRef >)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:110:25: warning: unused parameter 'sizes' [-Wunused-parameter] 110 | ArrayRef sizes, | ~~~~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:111:25: warning: unused parameter 'strides' [-Wunused-parameter] 111 | ArrayRef strides) { | ~~~~~~~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::is_channels_last_contiguous_3d(c10::ArrayRef >, c10::ArrayRef >)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:115:25: warning: unused parameter 'sizes' [-Wunused-parameter] 115 | ArrayRef sizes, | ~~~~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:116:25: warning: unused parameter 'strides' [-Wunused-parameter] 116 | ArrayRef strides) { | ~~~~~~~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::is_channels_last_strides_2d(c10::ArrayRef >, c10::ArrayRef >)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:120:25: warning: unused parameter 'sizes' [-Wunused-parameter] 120 | ArrayRef sizes, | ~~~~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:121:25: warning: unused parameter 'strides' [-Wunused-parameter] 121 | ArrayRef strides) { | ~~~~~~~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::is_channels_last_strides_3d(c10::ArrayRef >, c10::ArrayRef >)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:125:25: warning: unused parameter 'sizes' [-Wunused-parameter] 125 | ArrayRef sizes, | ~~~~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:126:25: warning: unused parameter 'strides' [-Wunused-parameter] 126 | ArrayRef strides) { | ~~~~~~~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::is_non_overlapping_and_dense(c10::ArrayRef >, c10::ArrayRef >)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:130:25: warning: unused parameter 'sizes' [-Wunused-parameter] 130 | ArrayRef sizes, | ~~~~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:131:25: warning: unused parameter 'strides' [-Wunused-parameter] 131 | ArrayRef strides) { | ~~~~~~~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::wrap_int(int64_t)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:140:36: warning: unused parameter 'num' [-Wunused-parameter] 140 | virtual SymNode wrap_int(int64_t num) { | ~~~~~~~~^~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::wrap_float(double)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:143:37: warning: unused parameter 'num' [-Wunused-parameter] 143 | virtual SymNode wrap_float(double num) { | ~~~~~~~^~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual c10::SymNode c10::SymNodeImpl::wrap_bool(bool)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:146:34: warning: unused parameter 'num' [-Wunused-parameter] 146 | virtual SymNode wrap_bool(bool num) { | ~~~~~^~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual int64_t c10::SymNodeImpl::guard_int(const char*, int64_t)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:149:41: warning: unused parameter 'file' [-Wunused-parameter] 149 | virtual int64_t guard_int(const char* file, int64_t line) { | ~~~~~~~~~~~~^~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:149:55: warning: unused parameter 'line' [-Wunused-parameter] 149 | virtual int64_t guard_int(const char* file, int64_t line) { | ~~~~~~~~^~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual bool c10::SymNodeImpl::guard_bool(const char*, int64_t)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:152:39: warning: unused parameter 'file' [-Wunused-parameter] 152 | virtual bool guard_bool(const char* file, int64_t line) { | ~~~~~~~~~~~~^~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:152:53: warning: unused parameter 'line' [-Wunused-parameter] 152 | virtual bool guard_bool(const char* file, int64_t line) { | ~~~~~~~~^~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h: In member function 'virtual double c10::SymNodeImpl::guard_float(const char*, int64_t)': /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:155:42: warning: unused parameter 'file' [-Wunused-parameter] 155 | virtual double guard_float(const char* file, int64_t line) { | ~~~~~~~~~~~~^~~~ /serve/cpp/_build/_deps/libtorch/include/c10/core/SymNodeImpl.h:155:56: warning: unused parameter 'line' [-Wunused-parameter] 155 | virtual double guard_float(const char* file, int64_t line) { | ~~~~~~~~^~~~ Compiling tokenizers v0.13.4 In file included from /serve/cpp/_build/_deps/libtorch/include/ATen/core/TensorBody.h:20, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/Tensor.h:3, from /serve/cpp/_build/_deps/libtorch/include/ATen/Tensor.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/inductor/aoti_model_container_runner.h:4, from /serve/cpp/third-party/llama2.so/run.cpp:11: /serve/cpp/_build/_deps/libtorch/include/c10/core/TensorImpl.h: In member function 'void c10::TensorImpl::set_allow_tensor_metadata_change(bool)': /serve/cpp/_build/_deps/libtorch/include/c10/core/TensorImpl.h:1877:46: warning: unused parameter 'value' [-Wunused-parameter] 1877 | void set_allow_tensor_metadata_change(bool value) { | ~~~~~^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:41, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/implicit_weak_message.cc:33: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ In file included from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/cpp_hook.h:2, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/variable.h:6, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/autograd.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/autograd.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function_hook.h: In member function 'virtual void torch::autograd::FunctionPreHook::compiled_args(torch::dynamo::autograd::CompiledNodeArgs&)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function_hook.h:25:73: warning: unused parameter 'args' [-Wunused-parameter] 25 | virtual void compiled_args(torch::dynamo::autograd::CompiledNodeArgs& args) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function_hook.h: In member function 'virtual void torch::autograd::FunctionPostHook::compiled_args(torch::dynamo::autograd::CompiledNodeArgs&)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function_hook.h:38:73: warning: unused parameter 'args' [-Wunused-parameter] 38 | virtual void compiled_args(torch::dynamo::autograd::CompiledNodeArgs& args) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [ 25%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/int128.cc.o /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function_hook.h: In member function 'virtual void torch::autograd::PostAccumulateGradHook::compiled_args(torch::dynamo::autograd::CompiledNodeArgs&)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function_hook.h:50:73: warning: unused parameter 'args' [-Wunused-parameter] 50 | virtual void compiled_args(torch::dynamo::autograd::CompiledNodeArgs& args) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [ 25%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/exceptions.cpp.o In file included from /serve/cpp/_build/_deps/libtorch/include/ATen/core/ivalue_inl.h:12, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/ivalue.h:1551, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/List_inl.h:4, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/List.h:490, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/IListRef_inl.h:3, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/IListRef.h:631, from /serve/cpp/_build/_deps/libtorch/include/ATen/WrapDimUtils.h:3, from /serve/cpp/_build/_deps/libtorch/include/ATen/TensorNames.h:3, from /serve/cpp/_build/_deps/libtorch/include/ATen/NamedTensorUtils.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/variable.h:11, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/autograd.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/autograd.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/ATen/core/jit_type.h: In member function 'virtual std::string c10::SymIntType::annotation_str_impl(c10::TypePrinter) const': /serve/cpp/_build/_deps/libtorch/include/ATen/core/jit_type.h:1351:47: warning: unused parameter 'printer' [-Wunused-parameter] 1351 | std::string annotation_str_impl(TypePrinter printer = nullptr) const override { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/core/jit_type.h: In member function 'virtual std::string c10::SymFloatType::annotation_str_impl(c10::TypePrinter) const': /serve/cpp/_build/_deps/libtorch/include/ATen/core/jit_type.h:1371:47: warning: unused parameter 'printer' [-Wunused-parameter] 1371 | std::string annotation_str_impl(TypePrinter printer = nullptr) const override { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/core/jit_type.h: In member function 'virtual std::string c10::SymBoolType::annotation_str_impl(c10::TypePrinter) const': /serve/cpp/_build/_deps/libtorch/include/ATen/core/jit_type.h:1391:47: warning: unused parameter 'printer' [-Wunused-parameter] 1391 | std::string annotation_str_impl(TypePrinter printer = nullptr) const override { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [ 26%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/exp.cpp.o In file included from /serve/cpp/_build/_deps/libtorch/include/c10/util/Logging.h:28, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/ivalue_inl.h:25, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/ivalue.h:1551, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/List_inl.h:4, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/List.h:490, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/IListRef_inl.h:3, from /serve/cpp/_build/_deps/libtorch/include/ATen/core/IListRef.h:631, from /serve/cpp/_build/_deps/libtorch/include/ATen/WrapDimUtils.h:3, from /serve/cpp/_build/_deps/libtorch/include/ATen/TensorNames.h:3, from /serve/cpp/_build/_deps/libtorch/include/ATen/NamedTensorUtils.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/variable.h:11, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/autograd.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/autograd.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/c10/util/logging_is_not_google_glog.h: In member function 'void c10::LoggerVoidify::operator&(const ostream&)': /serve/cpp/_build/_deps/libtorch/include/c10/util/logging_is_not_google_glog.h:55:38: warning: unused parameter 's' [-Wunused-parameter] 55 | void operator&(const std::ostream& s) {} | ~~~~~~~~~~~~~~~~~~~~^ In file included from /serve/cpp/_build/_deps/libtorch/include/torch/library.h:62, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/autograd.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/ATen/core/op_registration/op_allowlist.h: In function 'constexpr bool c10::impl::op_allowlist_check(c10::string_view)': /serve/cpp/_build/_deps/libtorch/include/ATen/core/op_registration/op_allowlist.h:130:47: warning: unused parameter 'op_name' [-Wunused-parameter] 130 | constexpr bool op_allowlist_check(string_view op_name) { | ~~~~~~~~~~~~^~~~~~~ In file included from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/autograd.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/torch/library.h: In member function 'torch::Library& torch::Library::def(torch::detail::SelectiveStr, const std::vector&) &': /serve/cpp/_build/_deps/libtorch/include/torch/library.h:735:73: warning: unused parameter 'tags' [-Wunused-parameter] 735 | Library& def(detail::SelectiveStr, const std::vector& tags = {}) & { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ [ 27%] Linking CXX static library ../../../lib/libgmock.a [ 27%] Built target gmock [ 28%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/io_win32.cc.o [ 28%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/memory.cpp.o [ 29%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/message_lite.cc.o In file included from /serve/cpp/_build/_deps/libtorch/include/ATen/Context.h:11, from /serve/cpp/_build/_deps/libtorch/include/ATen/Functions.h:59, from /serve/cpp/_build/_deps/libtorch/include/ATen/ExpandUtils.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/input_metadata.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/custom_function.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/autograd.h:5, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/ATen/detail/IPUHooksInterface.h: In member function 'virtual const at::Generator& at::IPUHooksInterface::getDefaultIPUGenerator(c10::DeviceIndex) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/IPUHooksInterface.h:14:19: warning: unused parameter 'device_index' [-Wunused-parameter] 14 | DeviceIndex device_index = -1) const { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/IPUHooksInterface.h: In member function 'virtual at::Generator at::IPUHooksInterface::newIPUGenerator(c10::DeviceIndex) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/IPUHooksInterface.h:20:49: warning: unused parameter 'device_index' [-Wunused-parameter] 20 | virtual Generator newIPUGenerator(DeviceIndex device_index = -1) const { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ In file included from /serve/cpp/_build/_deps/libtorch/include/ATen/Context.h:12, from /serve/cpp/_build/_deps/libtorch/include/ATen/Functions.h:59, from /serve/cpp/_build/_deps/libtorch/include/ATen/ExpandUtils.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/input_metadata.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/custom_function.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/autograd.h:5, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h: In member function 'virtual bool at::MPSHooksInterface::isOnMacOS13orNewer(unsigned int) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h:29:44: warning: unused parameter 'minor' [-Wunused-parameter] 29 | virtual bool isOnMacOS13orNewer(unsigned minor = 0) const { | ~~~~~~~~~^~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h: In member function 'virtual void at::MPSHooksInterface::profilerStartTrace(const string&, bool) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h:62:54: warning: unused parameter 'mode' [-Wunused-parameter] 62 | virtual void profilerStartTrace(const std::string& mode, bool waitUntilCompleted) const { | ~~~~~~~~~~~~~~~~~~~^~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h:62:65: warning: unused parameter 'waitUntilCompleted' [-Wunused-parameter] 62 | virtual void profilerStartTrace(const std::string& mode, bool waitUntilCompleted) const { | ~~~~~^~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h: In member function 'virtual uint32_t at::MPSHooksInterface::acquireEvent(bool) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h:68:38: warning: unused parameter 'enable_timing' [-Wunused-parameter] 68 | virtual uint32_t acquireEvent(bool enable_timing) const { | ~~~~~^~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h: In member function 'virtual void at::MPSHooksInterface::releaseEvent(uint32_t) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h:71:38: warning: unused parameter 'event_id' [-Wunused-parameter] 71 | virtual void releaseEvent(uint32_t event_id) const { | ~~~~~~~~~^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h: In member function 'virtual void at::MPSHooksInterface::recordEvent(uint32_t) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h:74:37: warning: unused parameter 'event_id' [-Wunused-parameter] 74 | virtual void recordEvent(uint32_t event_id) const { | ~~~~~~~~~^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h: In member function 'virtual void at::MPSHooksInterface::waitForEvent(uint32_t) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h:77:38: warning: unused parameter 'event_id' [-Wunused-parameter] 77 | virtual void waitForEvent(uint32_t event_id) const { | ~~~~~~~~~^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h: In member function 'virtual void at::MPSHooksInterface::synchronizeEvent(uint32_t) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h:80:42: warning: unused parameter 'event_id' [-Wunused-parameter] 80 | virtual void synchronizeEvent(uint32_t event_id) const { | ~~~~~~~~~^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h: In member function 'virtual bool at::MPSHooksInterface::queryEvent(uint32_t) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h:83:36: warning: unused parameter 'event_id' [-Wunused-parameter] 83 | virtual bool queryEvent(uint32_t event_id) const { | ~~~~~~~~~^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h: In member function 'virtual double at::MPSHooksInterface::elapsedTimeOfEvents(uint32_t, uint32_t) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h:86:47: warning: unused parameter 'start_event_id' [-Wunused-parameter] 86 | virtual double elapsedTimeOfEvents(uint32_t start_event_id, uint32_t end_event_id) const { | ~~~~~~~~~^~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/MPSHooksInterface.h:86:72: warning: unused parameter 'end_event_id' [-Wunused-parameter] 86 | virtual double elapsedTimeOfEvents(uint32_t start_event_id, uint32_t end_event_id) const { | ~~~~~~~~~^~~~~~~~~~~~ In file included from /serve/cpp/_build/_deps/libtorch/include/ATen/Context.h:15, from /serve/cpp/_build/_deps/libtorch/include/ATen/Functions.h:59, from /serve/cpp/_build/_deps/libtorch/include/ATen/ExpandUtils.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/input_metadata.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/custom_function.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/autograd.h:5, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/ATen/detail/PrivateUse1HooksInterface.h: In member function 'virtual const at::Generator& at::PrivateUse1HooksInterface::getDefaultGenerator(c10::DeviceIndex)': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/PrivateUse1HooksInterface.h:10:69: warning: unused parameter 'device_index' [-Wunused-parameter] 10 | virtual const at::Generator& getDefaultGenerator(c10::DeviceIndex device_index) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/PrivateUse1HooksInterface.h: In member function 'virtual c10::Device at::PrivateUse1HooksInterface::getDeviceFromPtr(void*) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/PrivateUse1HooksInterface.h:16:45: warning: unused parameter 'data' [-Wunused-parameter] 16 | virtual at::Device getDeviceFromPtr(void* data) const { | ~~~~~~^~~~ In file included from /serve/cpp/_build/_deps/libtorch/include/ATen/Context.h:16, from /serve/cpp/_build/_deps/libtorch/include/ATen/Functions.h:59, from /serve/cpp/_build/_deps/libtorch/include/ATen/ExpandUtils.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/input_metadata.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/custom_function.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/autograd.h:5, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/ATen/detail/XPUHooksInterface.h: In member function 'virtual c10::Device at::XPUHooksInterface::getATenDeviceFromDLPackDevice(const DLDevice_&, void*) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/XPUHooksInterface.h:48:24: warning: unused parameter 'dl_device' [-Wunused-parameter] 48 | const DLDevice_& dl_device, | ~~~~~~~~~~~~~~~~~^~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/XPUHooksInterface.h:49:13: warning: unused parameter 'data' [-Wunused-parameter] 49 | void* data) const { | ~~~~~~^~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/XPUHooksInterface.h: In member function 'virtual DLDevice_& at::XPUHooksInterface::getDLPackDeviceFromATenDevice(DLDevice_&, const c10::Device&, void*) const': /serve/cpp/_build/_deps/libtorch/include/ATen/detail/XPUHooksInterface.h:57:18: warning: unused parameter 'dl_device' [-Wunused-parameter] 57 | DLDevice_& dl_device, | ~~~~~~~~~~~^~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/XPUHooksInterface.h:58:21: warning: unused parameter 'aten_device' [-Wunused-parameter] 58 | const Device& aten_device, | ~~~~~~~~~~~~~~^~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/detail/XPUHooksInterface.h:59:13: warning: unused parameter 'data' [-Wunused-parameter] 59 | void* data) const { | ~~~~~~^~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:316:37: warning: unused parameter 'cached_size' [clang-diagnostic-unused-parameter] int32 cached_size, ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:325:37: warning: unused parameter 'cached_size' [clang-diagnostic-unused-parameter] int32 cached_size, ArrayOutput* output) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:508:37: warning: unused parameter 'field' [clang-diagnostic-unused-parameter] static void Serialize(const void* field, const FieldMetadata& md, O* output) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:508:72: warning: unused parameter 'output' [clang-diagnostic-unused-parameter] static void Serialize(const void* field, const FieldMetadata& md, O* output) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:690:73: warning: unused parameter 'tag' [clang-diagnostic-unused-parameter] void UnknownFieldSerializerLite(const uint8* ptr, uint32 offset, uint32 tag, ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:691:40: warning: unused parameter 'has_offset' [clang-diagnostic-unused-parameter] uint32 has_offset, ^ [ 31%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/node.cpp.o [ 31%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/node_data.cpp.o /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:385:12: warning: 1 uninitialized field at the end of the constructor call [clang-analyzer-optin.cplusplus.UninitializedObject] *start = InitFrom(std::forward(args)...); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:261:7: note: uninitialized field 'this->EpsCopyInputStream::size_' int size_; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/message_lite.cc:142:26: note: Calling constructor for 'ParseContext' internal::ParseContext ctx(io::CodedInputStream::GetDefaultRecursionLimit(), ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:385:12: note: 1 uninitialized field at the end of the constructor call *start = InitFrom(std::forward(args)...); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/message_lite.cc:121:62: warning: unused parameter 'ctx' [clang-diagnostic-unused-parameter] inline bool CheckFieldPresence(const internal::ParseContext& ctx, ^ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/any.h:37, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/generated_message_util.h:49, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:35: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc: In function 'void google::protobuf::internal::SerializeMessageDispatch(const google::protobuf::MessageLite&, const google::protobuf::internal::FieldMetadata*, int, google::protobuf::int32, google::protobuf::io::CodedOutputStream*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:316:37: warning: unused parameter 'cached_size' [-Wunused-parameter] 316 | int32 cached_size, | ~~~~~~^~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc: In function 'void google::protobuf::internal::SerializeMessageDispatch(const google::protobuf::MessageLite&, const google::protobuf::internal::FieldMetadata*, int, google::protobuf::int32, google::protobuf::internal::ArrayOutput*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:325:37: warning: unused parameter 'cached_size' [-Wunused-parameter] 325 | int32 cached_size, ArrayOutput* output) { | ~~~~~~^~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc: In function 'void google::protobuf::internal::UnknownFieldSerializerLite(const uint8*, google::protobuf::uint32, google::protobuf::uint32, google::protobuf::uint32, google::protobuf::io::CodedOutputStream*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:690:73: warning: unused parameter 'tag' [-Wunused-parameter] 690 | void UnknownFieldSerializerLite(const uint8* ptr, uint32 offset, uint32 tag, | ~~~~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:691:40: warning: unused parameter 'has_offset' [-Wunused-parameter] 691 | uint32 has_offset, | ~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc: In instantiation of 'static void google::protobuf::internal::PackedFieldHelper<9>::Serialize(const void*, const google::protobuf::internal::FieldMetadata&, O*) [with O = google::protobuf::io::CodedOutputStream]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:610:7: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:508:37: warning: unused parameter 'field' [-Wunused-parameter] 508 | static void Serialize(const void* field, const FieldMetadata& md, O* output) { | ~~~~~~~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:508:72: warning: unused parameter 'output' [-Wunused-parameter] 508 | static void Serialize(const void* field, const FieldMetadata& md, O* output) { | ~~~^~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc: In instantiation of 'static void google::protobuf::internal::PackedFieldHelper<9>::Serialize(const void*, const google::protobuf::internal::FieldMetadata&, O*) [with O = google::protobuf::internal::ArrayOutput]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:654:7: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:508:37: warning: unused parameter 'field' [-Wunused-parameter] 508 | static void Serialize(const void* field, const FieldMetadata& md, O* output) { | ~~~~~~~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/generated_message_util.cc:508:72: warning: unused parameter 'output' [-Wunused-parameter] 508 | static void Serialize(const void* field, const FieldMetadata& md, O* output) { | ~~~^~~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:41, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/message_lite.cc:45: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ [ 32%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/nodebuilder.cpp.o [ 32%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/nodeevents.cpp.o /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/message_lite.cc: In function 'bool google::protobuf::{anonymous}::CheckFieldPresence(const google::protobuf::internal::ParseContext&, const google::protobuf::MessageLite&, google::protobuf::MessageLite::ParseFlags)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/message_lite.cc:121:62: warning: unused parameter 'ctx' [-Wunused-parameter] 121 | inline bool CheckFieldPresence(const internal::ParseContext& ctx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ In file included from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function.h:11, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/custom_function.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/autograd.h:5, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/torch/csrc/utils/variadic.h: In member function 'void torch::CountTensors::operator()(const at::Tensor&)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/utils/variadic.h:18:37: warning: unused parameter 'x' [-Wunused-parameter] 18 | void operator()(const at::Tensor& x) { | ~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/utils/variadic.h: In member function 'void torch::CountVariables::operator()(const Variable&)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/utils/variadic.h:36:45: warning: unused parameter 'x' [-Wunused-parameter] 36 | void operator()(const autograd::Variable& x) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ In file included from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/custom_function.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/autograd.h:5, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function.h: In member function 'uint32_t torch::autograd::Node::add_input_metadata(torch::autograd::Node::undefined_input)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function.h:215:47: warning: unused parameter 'u' [-Wunused-parameter] 215 | uint32_t add_input_metadata(undefined_input u) noexcept { | ~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function.h: In member function 'virtual void torch::autograd::Node::compiled_args(torch::dynamo::autograd::CompiledNodeArgs&)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function.h:572:48: warning: unused parameter 'args' [-Wunused-parameter] 572 | virtual void compiled_args(CompiledNodeArgs& args) { | ~~~~~~~~~~~~~~~~~~^~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function.h: In member function 'virtual torch::autograd::variable_list torch::autograd::Node::apply_with_saved(const variable_list&, torch::dynamo::autograd::SwapSavedVariables&)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function.h:581:28: warning: unused parameter 'inputs' [-Wunused-parameter] 581 | const variable_list& inputs, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/autograd/function.h:582:27: warning: unused parameter 'saved' [-Wunused-parameter] 582 | SwapSavedVariables& saved) { | ~~~~~~~~~~~~~~~~~~~~^~~~~ In file included from /usr/include/string.h:495, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/port.h:39, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/macros.h:34, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/common.h:46, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/message_lite.h:45, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/message_lite.cc:36: In function 'void* memcpy(void*, const void*, size_t)', inlined from 'google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)' at /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/coded_stream.h:699:16, inlined from 'bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const' at /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/implicit_weak_message.h:85:28: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:33: warning: 'void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)' specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /serve/cpp/_build/_deps/libtorch/include/ATen/TensorIterator.h:3, from /serve/cpp/_build/_deps/libtorch/include/ATen/ops/_addmm_activation_meta.h:12, from /serve/cpp/_build/_deps/libtorch/include/ATen/ops/_addmm_activation_native.h:15, from /serve/cpp/_build/_deps/libtorch/include/ATen/NativeFunctions.h:37, from /serve/cpp/_build/_deps/libtorch/include/ATen/TensorIndexing.h:13, from /serve/cpp/_build/_deps/libtorch/include/ATen/ATen.h:18, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/types.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/dataloader_options.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/dataloader/base.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/dataloader.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:9, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/ATen/TensorMeta.h: In member function 'virtual void at::impl::MetaBase::set_output_strided(int64_t, at::IntArrayRef, at::IntArrayRef, c10::TensorOptions, at::DimnameList)': /serve/cpp/_build/_deps/libtorch/include/ATen/TensorMeta.h:96:15: warning: unused parameter 'output_idx' [-Wunused-parameter] 96 | int64_t output_idx, | ~~~~~~~~^~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/TensorMeta.h:97:19: warning: unused parameter 'sizes' [-Wunused-parameter] 97 | IntArrayRef sizes, | ~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/TensorMeta.h:98:19: warning: unused parameter 'strides' [-Wunused-parameter] 98 | IntArrayRef strides, | ~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/TensorMeta.h:99:21: warning: unused parameter 'options' [-Wunused-parameter] 99 | TensorOptions options, | ~~~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/TensorMeta.h:100:19: warning: unused parameter 'names' [-Wunused-parameter] 100 | DimnameList names = {}) { | ~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/TensorMeta.h: In member function 'virtual void at::impl::MetaBase::set_output_raw_strided(int64_t, at::IntArrayRef, at::IntArrayRef, c10::TensorOptions, at::DimnameList)': /serve/cpp/_build/_deps/libtorch/include/ATen/TensorMeta.h:108:15: warning: unused parameter 'output_idx' [-Wunused-parameter] 108 | int64_t output_idx, | ~~~~~~~~^~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/TensorMeta.h:109:19: warning: unused parameter 'sizes' [-Wunused-parameter] 109 | IntArrayRef sizes, | ~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/TensorMeta.h:110:19: warning: unused parameter 'strides_hint' [-Wunused-parameter] 110 | IntArrayRef strides_hint, | ~~~~~~~~~~~~^~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/TensorMeta.h:111:21: warning: unused parameter 'options' [-Wunused-parameter] 111 | TensorOptions options, | ~~~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/ATen/TensorMeta.h:112:19: warning: unused parameter 'names' [-Wunused-parameter] 112 | DimnameList names = {}) { | ~~~~~~~~~~~~^~~~~~~~~~ [ 33%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/null.cpp.o [ 34%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/ostream_wrapper.cpp.o [ 34%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/parse_context.cc.o In file included from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/ir/ir.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/function_impl.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/method.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/object.h:6, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/serialize/input-archive.h:6, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/serialize/archive.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/samplers/serialize.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/samplers.h:8, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/datasets/chunk.h:6, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/datasets.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:9, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/runtime/operator.h: In lambda function: /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/runtime/operator.h:155:39: warning: unused parameter 'op' [-Wunused-parameter] 155 | [](const JitOnlyOperator& op) { | ~~~~~~~~~~~~~~~~~~~~~~~^~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/runtime/operator.h: In lambda function: /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/runtime/operator.h:194:39: warning: unused parameter 'op' [-Wunused-parameter] 194 | [](const JitOnlyOperator& op) { | ~~~~~~~~~~~~~~~~~~~~~~~^~ [ 34%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/parse.cpp.o [ 35%] Building CXX object _deps/llama.cpp-build/CMakeFiles/llama.dir/llama.cpp.o In file included from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/runtime/graph_executor.h:9, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/function_impl.h:5, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/method.h:7, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/object.h:6, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/serialize/input-archive.h:6, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/serialize/archive.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/samplers/serialize.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/samplers.h:8, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/datasets/chunk.h:6, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/datasets.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:9, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/runtime/interpreter.h: In constructor 'torch::jit::InterpreterContinuation::InterpreterContinuation(torch::jit::InterpreterState, torch::jit::Stack, int64_t, std::optional)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/runtime/interpreter.h:125:15: warning: unused parameter 'dist_autograd_context_id' [-Wunused-parameter] 125 | int64_t dist_autograd_context_id = 0, | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h:13, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/serialize/input-archive.h:6, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/serialize/archive.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/samplers/serialize.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/samplers.h:8, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/datasets/chunk.h:6, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/datasets.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:9, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/compilation_unit.h: In member function 'void torch::jit::CompilationUnit::set_optimized(bool)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/compilation_unit.h:73:27: warning: unused parameter 'o' [-Wunused-parameter] 73 | void set_optimized(bool o) { | ~~~~~^ In file included from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/serialize/input-archive.h:6, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/serialize/archive.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/samplers/serialize.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/samplers.h:8, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/datasets/chunk.h:6, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data/datasets.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/data.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:9, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h: In member function 'void torch::jit::Module::set_optimized(bool)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h:102:27: warning: unused parameter 'o' [-Wunused-parameter] 102 | void set_optimized(bool o) { | ~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h: In static member function 'static torch::jit::detail::ModulePolicy::value_type torch::jit::detail::ModulePolicy::create(const std::vector&, c10::IValue)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h:585:46: warning: unused parameter 'cursors' [-Wunused-parameter] 585 | const std::vector& cursors, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h: In static member function 'static bool torch::jit::detail::ModulePolicy::valid(const ClassTypePtr&, size_t, const c10::IValue&)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h:591:70: warning: unused parameter 'v' [-Wunused-parameter] 591 | static bool valid(const ClassTypePtr& typ, size_t i, const IValue& v) { | ~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h: In static member function 'static torch::jit::detail::ParameterPolicy::value_type torch::jit::detail::ParameterPolicy::create(const std::vector&, c10::IValue)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h:602:46: warning: unused parameter 'cursors' [-Wunused-parameter] 602 | const std::vector& cursors, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h: In static member function 'static torch::jit::detail::BufferPolicy::value_type torch::jit::detail::BufferPolicy::create(const std::vector&, c10::IValue)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h:615:46: warning: unused parameter 'cursors' [-Wunused-parameter] 615 | const std::vector& cursors, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h: In static member function 'static bool torch::jit::detail::BufferPolicy::valid(const ClassTypePtr&, size_t, const c10::IValue&)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h:619:70: warning: unused parameter 'v' [-Wunused-parameter] 619 | static bool valid(const ClassTypePtr& typ, size_t i, const IValue& v) { | ~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h: In static member function 'static torch::jit::detail::AttributePolicy::value_type torch::jit::detail::AttributePolicy::create(const std::vector&, c10::IValue)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h:629:46: warning: unused parameter 'cursors' [-Wunused-parameter] 629 | const std::vector& cursors, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h: In static member function 'static bool torch::jit::detail::AttributePolicy::valid(const ClassTypePtr&, size_t, const c10::IValue&)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h:633:41: warning: unused parameter 'typ' [-Wunused-parameter] 633 | static bool valid(const ClassTypePtr& typ, size_t i, const IValue& v) { | ~~~~~~~~~~~~~~~~~~~~^~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h:633:53: warning: unused parameter 'i' [-Wunused-parameter] 633 | static bool valid(const ClassTypePtr& typ, size_t i, const IValue& v) { | ~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/jit/api/module.h:633:70: warning: unused parameter 'v' [-Wunused-parameter] 633 | static bool valid(const ClassTypePtr& typ, size_t i, const IValue& v) { | ~~~~~~~~~~~~~~^ [ 36%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/parser.cpp.o In file included from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:10, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kLinear&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:147:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 147 | TORCH_ENUM_PRETTY_PRINT(Linear) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kConv1D&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:148:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 148 | TORCH_ENUM_PRETTY_PRINT(Conv1D) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kConv2D&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:149:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 149 | TORCH_ENUM_PRETTY_PRINT(Conv2D) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kConv3D&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:150:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 150 | TORCH_ENUM_PRETTY_PRINT(Conv3D) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kConvTranspose1D&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:151:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 151 | TORCH_ENUM_PRETTY_PRINT(ConvTranspose1D) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kConvTranspose2D&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:152:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 152 | TORCH_ENUM_PRETTY_PRINT(ConvTranspose2D) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kConvTranspose3D&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:153:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 153 | TORCH_ENUM_PRETTY_PRINT(ConvTranspose3D) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kSigmoid&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:154:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 154 | TORCH_ENUM_PRETTY_PRINT(Sigmoid) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kTanh&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:155:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 155 | TORCH_ENUM_PRETTY_PRINT(Tanh) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kReLU&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:156:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 156 | TORCH_ENUM_PRETTY_PRINT(ReLU) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kGELU&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:157:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 157 | TORCH_ENUM_PRETTY_PRINT(GELU) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kSiLU&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:158:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 158 | TORCH_ENUM_PRETTY_PRINT(SiLU) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kMish&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:159:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 159 | TORCH_ENUM_PRETTY_PRINT(Mish) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kLeakyReLU&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:160:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 160 | TORCH_ENUM_PRETTY_PRINT(LeakyReLU) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kFanIn&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:161:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 161 | TORCH_ENUM_PRETTY_PRINT(FanIn) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kFanOut&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:162:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 162 | TORCH_ENUM_PRETTY_PRINT(FanOut) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kConstant&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:163:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 163 | TORCH_ENUM_PRETTY_PRINT(Constant) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kReflect&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:164:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 164 | TORCH_ENUM_PRETTY_PRINT(Reflect) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kReplicate&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:165:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 165 | TORCH_ENUM_PRETTY_PRINT(Replicate) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kCircular&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:166:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 166 | TORCH_ENUM_PRETTY_PRINT(Circular) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kNearest&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:167:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 167 | TORCH_ENUM_PRETTY_PRINT(Nearest) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kBilinear&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:168:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 168 | TORCH_ENUM_PRETTY_PRINT(Bilinear) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kBicubic&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:169:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 169 | TORCH_ENUM_PRETTY_PRINT(Bicubic) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kTrilinear&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:170:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 170 | TORCH_ENUM_PRETTY_PRINT(Trilinear) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kArea&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:171:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 171 | TORCH_ENUM_PRETTY_PRINT(Area) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kNearestExact&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:172:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 172 | TORCH_ENUM_PRETTY_PRINT(NearestExact) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kSum&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:173:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 173 | TORCH_ENUM_PRETTY_PRINT(Sum) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kMean&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:174:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 174 | TORCH_ENUM_PRETTY_PRINT(Mean) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kMax&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:175:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 175 | TORCH_ENUM_PRETTY_PRINT(Max) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kNone&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:176:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 176 | TORCH_ENUM_PRETTY_PRINT(None) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kBatchMean&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:177:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 177 | TORCH_ENUM_PRETTY_PRINT(BatchMean) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kZeros&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:178:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 178 | TORCH_ENUM_PRETTY_PRINT(Zeros) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kBorder&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:179:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 179 | TORCH_ENUM_PRETTY_PRINT(Border) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kReflection&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:180:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 180 | TORCH_ENUM_PRETTY_PRINT(Reflection) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kRNN_TANH&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:181:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 181 | TORCH_ENUM_PRETTY_PRINT(RNN_TANH) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kRNN_RELU&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:182:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 182 | TORCH_ENUM_PRETTY_PRINT(RNN_RELU) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kLSTM&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:183:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 183 | TORCH_ENUM_PRETTY_PRINT(LSTM) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kGRU&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:184:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 184 | TORCH_ENUM_PRETTY_PRINT(GRU) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kValid&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:185:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 185 | TORCH_ENUM_PRETTY_PRINT(Valid) | ^~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h: In member function 'std::string torch::enumtype::_compute_enum_name::operator()(const torch::enumtype::kSame&) const': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:34:51: warning: unused parameter 'v' [-Wunused-parameter] 34 | std::string operator()(const enumtype::k##name& v) const { \ | ~~~~~~~~~~~~~~~~~~~~~~~~~^ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:186:3: note: in expansion of macro 'TORCH_ENUM_PRETTY_PRINT' 186 | TORCH_ENUM_PRETTY_PRINT(Same) | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/cloneable.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn.h:3, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:16, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/module.h: In member function 'virtual std::vector torch::nn::Module::_forward_populate_default_args(std::vector&&)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/module.h:542:31: warning: unused parameter 'arguments' [-Wunused-parameter] 542 | std::vector&& arguments) { | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:10, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::L1LossOptions::L1LossOptions(torch::enumtype::kNone)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:21:50: warning: unused parameter 'reduction' [-Wunused-parameter] 21 | TORCH_OPTIONS_CTOR_VARIANT_ARG3(L1LossOptions, reduction, kNone, kMean, kSum) /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:90:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 90 | OPTIONS_NAME(torch::enumtype::TYPE1 ARG_NAME) : ARG_NAME##_(torch::TYPE1) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::L1LossOptions::L1LossOptions(torch::enumtype::kMean)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:21:50: warning: unused parameter 'reduction' [-Wunused-parameter] 21 | TORCH_OPTIONS_CTOR_VARIANT_ARG3(L1LossOptions, reduction, kNone, kMean, kSum) /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:91:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 91 | OPTIONS_NAME(torch::enumtype::TYPE2 ARG_NAME) : ARG_NAME##_(torch::TYPE2) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::L1LossOptions::L1LossOptions(torch::enumtype::kSum)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:21:50: warning: unused parameter 'reduction' [-Wunused-parameter] 21 | TORCH_OPTIONS_CTOR_VARIANT_ARG3(L1LossOptions, reduction, kNone, kMean, kSum) /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:92:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 92 | OPTIONS_NAME(torch::enumtype::TYPE3 ARG_NAME) : ARG_NAME##_(torch::TYPE3) {} | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::KLDivLossOptions::KLDivLossOptions(torch::enumtype::kNone)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:60:7: warning: unused parameter 'reduction' [-Wunused-parameter] 60 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:97:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG4' 97 | OPTIONS_NAME(torch::enumtype::TYPE1 ARG_NAME) : ARG_NAME##_(torch::TYPE1) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::KLDivLossOptions::KLDivLossOptions(torch::enumtype::kBatchMean)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:60:7: warning: unused parameter 'reduction' [-Wunused-parameter] 60 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:98:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG4' 98 | OPTIONS_NAME(torch::enumtype::TYPE2 ARG_NAME) : ARG_NAME##_(torch::TYPE2) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::KLDivLossOptions::KLDivLossOptions(torch::enumtype::kSum)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:60:7: warning: unused parameter 'reduction' [-Wunused-parameter] 60 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:99:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG4' 99 | OPTIONS_NAME(torch::enumtype::TYPE3 ARG_NAME) : ARG_NAME##_(torch::TYPE3) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::KLDivLossOptions::KLDivLossOptions(torch::enumtype::kMean)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:60:7: warning: unused parameter 'reduction' [-Wunused-parameter] 60 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:100:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG4' 100 | OPTIONS_NAME(torch::enumtype::TYPE4 ARG_NAME) : ARG_NAME##_(torch::TYPE4) {} | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::MSELossOptions::MSELossOptions(torch::enumtype::kNone)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:101:51: warning: unused parameter 'reduction' [-Wunused-parameter] 101 | TORCH_OPTIONS_CTOR_VARIANT_ARG3(MSELossOptions, reduction, kNone, kMean, kSum) /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:90:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 90 | OPTIONS_NAME(torch::enumtype::TYPE1 ARG_NAME) : ARG_NAME##_(torch::TYPE1) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::MSELossOptions::MSELossOptions(torch::enumtype::kMean)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:101:51: warning: unused parameter 'reduction' [-Wunused-parameter] 101 | TORCH_OPTIONS_CTOR_VARIANT_ARG3(MSELossOptions, reduction, kNone, kMean, kSum) /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:91:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 91 | OPTIONS_NAME(torch::enumtype::TYPE2 ARG_NAME) : ARG_NAME##_(torch::TYPE2) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::MSELossOptions::MSELossOptions(torch::enumtype::kSum)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:101:51: warning: unused parameter 'reduction' [-Wunused-parameter] 101 | TORCH_OPTIONS_CTOR_VARIANT_ARG3(MSELossOptions, reduction, kNone, kMean, kSum) /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:92:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 92 | OPTIONS_NAME(torch::enumtype::TYPE3 ARG_NAME) : ARG_NAME##_(torch::TYPE3) {} | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::MultiLabelMarginLossOptions::MultiLabelMarginLossOptions(torch::enumtype::kNone)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:285:7: warning: unused parameter 'reduction' [-Wunused-parameter] 285 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:90:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 90 | OPTIONS_NAME(torch::enumtype::TYPE1 ARG_NAME) : ARG_NAME##_(torch::TYPE1) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::MultiLabelMarginLossOptions::MultiLabelMarginLossOptions(torch::enumtype::kMean)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:285:7: warning: unused parameter 'reduction' [-Wunused-parameter] 285 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:91:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 91 | OPTIONS_NAME(torch::enumtype::TYPE2 ARG_NAME) : ARG_NAME##_(torch::TYPE2) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::MultiLabelMarginLossOptions::MultiLabelMarginLossOptions(torch::enumtype::kSum)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:285:7: warning: unused parameter 'reduction' [-Wunused-parameter] 285 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:92:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 92 | OPTIONS_NAME(torch::enumtype::TYPE3 ARG_NAME) : ARG_NAME##_(torch::TYPE3) {} | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::SoftMarginLossOptions::SoftMarginLossOptions(torch::enumtype::kNone)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:326:7: warning: unused parameter 'reduction' [-Wunused-parameter] 326 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:90:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 90 | OPTIONS_NAME(torch::enumtype::TYPE1 ARG_NAME) : ARG_NAME##_(torch::TYPE1) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::SoftMarginLossOptions::SoftMarginLossOptions(torch::enumtype::kMean)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:326:7: warning: unused parameter 'reduction' [-Wunused-parameter] 326 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:91:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 91 | OPTIONS_NAME(torch::enumtype::TYPE2 ARG_NAME) : ARG_NAME##_(torch::TYPE2) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::SoftMarginLossOptions::SoftMarginLossOptions(torch::enumtype::kSum)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:326:7: warning: unused parameter 'reduction' [-Wunused-parameter] 326 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:92:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 92 | OPTIONS_NAME(torch::enumtype::TYPE3 ARG_NAME) : ARG_NAME##_(torch::TYPE3) {} | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::SmoothL1LossOptions::SmoothL1LossOptions(torch::enumtype::kNone)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:538:7: warning: unused parameter 'reduction' [-Wunused-parameter] 538 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:90:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 90 | OPTIONS_NAME(torch::enumtype::TYPE1 ARG_NAME) : ARG_NAME##_(torch::TYPE1) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::SmoothL1LossOptions::SmoothL1LossOptions(torch::enumtype::kMean)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:538:7: warning: unused parameter 'reduction' [-Wunused-parameter] 538 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:91:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 91 | OPTIONS_NAME(torch::enumtype::TYPE2 ARG_NAME) : ARG_NAME##_(torch::TYPE2) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::SmoothL1LossOptions::SmoothL1LossOptions(torch::enumtype::kSum)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:538:7: warning: unused parameter 'reduction' [-Wunused-parameter] 538 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:92:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 92 | OPTIONS_NAME(torch::enumtype::TYPE3 ARG_NAME) : ARG_NAME##_(torch::TYPE3) {} | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::HuberLossOptions::HuberLossOptions(torch::enumtype::kNone)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:582:7: warning: unused parameter 'reduction' [-Wunused-parameter] 582 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:90:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 90 | OPTIONS_NAME(torch::enumtype::TYPE1 ARG_NAME) : ARG_NAME##_(torch::TYPE1) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::HuberLossOptions::HuberLossOptions(torch::enumtype::kMean)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:582:7: warning: unused parameter 'reduction' [-Wunused-parameter] 582 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:91:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 91 | OPTIONS_NAME(torch::enumtype::TYPE2 ARG_NAME) : ARG_NAME##_(torch::TYPE2) {} \ | ^~~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h: In constructor 'torch::nn::HuberLossOptions::HuberLossOptions(torch::enumtype::kSum)': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/options/loss.h:582:7: warning: unused parameter 'reduction' [-Wunused-parameter] 582 | reduction, /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/enum.h:92:39: note: in definition of macro 'TORCH_OPTIONS_CTOR_VARIANT_ARG3' 92 | OPTIONS_NAME(torch::enumtype::TYPE3 ARG_NAME) : ARG_NAME##_(torch::TYPE3) {} | ^~~~~~~~ [ 36%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/regex_yaml.cpp.o [ 37%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/scanner.cpp.o [ 37%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/scanscalar.cpp.o /serve/cpp/third-party/llama2.so/run.cpp: In function 'void read_checkpoint(char*, Config*)': /serve/cpp/third-party/llama2.so/run.cpp:54:9: warning: unused variable 'shared_weights' [-Wunused-variable] 54 | int shared_weights = config->vocab_size > 0 ? 1 : 0; | ^~~~~~~~~~~~~~ /serve/cpp/third-party/llama2.so/run.cpp: In function 'int str_lookup(char*, TokenIndex*, int)': /serve/cpp/third-party/llama2.so/run.cpp:195:35: warning: missing initializer for member 'TokenIndex::id' [-Wmissing-field-initializers] 195 | TokenIndex tok = { .str = str }; // acts as the key to search for | ^ /serve/cpp/third-party/llama2.so/run.cpp: In function 'void encode(Tokenizer*, char*, int8_t, int8_t, int*, int*)': /serve/cpp/third-party/llama2.so/run.cpp:231:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 231 | int dummy_prefix = str_lookup(" ", t->sorted_vocab, t->vocab_size); | ^~~ /serve/cpp/third-party/llama2.so/run.cpp:277:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 277 | for (int i=0; i < str_len; i++) { | ~~^~~~~~~~~ /serve/cpp/third-party/llama2.so/run.cpp: In function 'void generate(Transformer*, Tokenizer*, Sampler*, char*, int)': /serve/cpp/third-party/llama2.so/run.cpp:478:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 478 | char *empty_prompt = ""; | ^~ /serve/cpp/third-party/llama2.so/run.cpp: In function 'void chat(Transformer*, Tokenizer*, Sampler*, char*, char*, int)': /serve/cpp/third-party/llama2.so/run.cpp:566:9: warning: unused variable 'prev_token' [-Wunused-variable] 566 | int prev_token; | ^~~~~~~~~~ /serve/cpp/third-party/llama2.so/run.cpp: In function 'int main(int, char**)': /serve/cpp/third-party/llama2.so/run.cpp:658:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 658 | char *tokenizer_path = "tokenizer.bin"; | ^~~~~~~~~~~~~~~ /serve/cpp/third-party/llama2.so/run.cpp:665:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 665 | char *mode = "generate"; // generate|chat | ^~~~~~~~~~ [ 39%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/scantag.cpp.o In file included from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/functional.h:6, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn.h:4, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/all.h:16, from /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/torch.h:3, from /serve/cpp/third-party/llama2.so/run.cpp:12: /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/functional/dropout.h: In instantiation of 'at::Tensor torch::nn::functional::detail::_dropoutNd_helper(at::Tensor, double, bool, bool, const char*) [with long int unbatched_dim = 3; long int batched_dim = 4]': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/functional/dropout.h:92:58: required from here /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/functional/dropout.h:57:17: warning: unused parameter 'fn_name' [-Wunused-parameter] 57 | const char* fn_name) { | ~~~~~~~~~~~~^~~~~~~ /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/functional/dropout.h: In instantiation of 'at::Tensor torch::nn::functional::detail::_dropoutNd_helper(at::Tensor, double, bool, bool, const char*) [with long int unbatched_dim = 4; long int batched_dim = 5]': /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/functional/dropout.h:124:58: required from here /serve/cpp/_build/_deps/libtorch/include/torch/csrc/api/include/torch/nn/functional/dropout.h:57:17: warning: unused parameter 'fn_name' [-Wunused-parameter] [ 40%] Linking C static library libggml_static.a [ 40%] Built target ggml_static [ 40%] Building CXX object _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o Compiling tokenizers-c v0.1.0 (/serve/cpp/third-party/tokenizers-cpp/rust) [ 40%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/scantoken.cpp.o [ 41%] Linking CXX static library ../../../lib/libgmock_main.a [ 41%] Built target gmock_main [ 42%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/simplekey.cpp.o /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:219:23: warning: 4 uninitialized fields at the end of the constructor call [clang-analyzer-optin.cplusplus.UninitializedObject] ExtensionInfo extension; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:108:13: note: uninitialized field 'this->type' FieldType type; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:109:8: note: uninitialized field 'this->is_repeated' bool is_repeated; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:110:8: note: uninitialized field 'this->is_packed' bool is_packed; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:129:26: note: uninitialized pointer 'this->descriptor' const FieldDescriptor* descriptor; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1211:10: note: Calling 'ExtensionSet::ParseMessageSetItemTmpl' return ParseMessageSetItemTmpl(ptr, containing_type, ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:211:10: note: Assuming the condition is true while (!ctx->Done(&ptr)) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:211:3: note: Loop condition is true. Entering loop body while (!ctx->Done(&ptr)) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:213:9: note: Assuming 'tag' is not equal to 'kMessageSetTypeIdTag' if (tag == WireFormatLite::kMessageSetTypeIdTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:213:5: note: Taking false branch if (tag == WireFormatLite::kMessageSetTypeIdTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:246:16: note: Assuming 'tag' is equal to 'kMessageSetMessageTag' } else if (tag == WireFormatLite::kMessageSetMessageTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:246:12: note: Taking true branch } else if (tag == WireFormatLite::kMessageSetMessageTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:247:11: note: 'type_id' is equal to 0 if (type_id != 0) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:247:7: note: Taking false branch if (type_id != 0) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:254:9: note: Assuming 'ptr' is non-null GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:724:3: note: expanded from macro 'GOOGLE_PROTOBUF_PARSER_ASSERT' GOOGLE_PROTOBUF_ASSERT_RETURN(predicate, nullptr) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:717:7: note: expanded from macro 'GOOGLE_PROTOBUF_ASSERT_RETURN' if (!(predicate)) { \ ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:254:9: note: Taking false branch GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:724:3: note: expanded from macro 'GOOGLE_PROTOBUF_PARSER_ASSERT' GOOGLE_PROTOBUF_ASSERT_RETURN(predicate, nullptr) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:717:3: note: expanded from macro 'GOOGLE_PROTOBUF_ASSERT_RETURN' if (!(predicate)) { \ ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:256:9: note: Assuming 'ptr' is non-null GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:724:3: note: expanded from macro 'GOOGLE_PROTOBUF_PARSER_ASSERT' GOOGLE_PROTOBUF_ASSERT_RETURN(predicate, nullptr) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:717:7: note: expanded from macro 'GOOGLE_PROTOBUF_ASSERT_RETURN' if (!(predicate)) { \ ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:256:9: note: Taking false branch GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:724:3: note: expanded from macro 'GOOGLE_PROTOBUF_PARSER_ASSERT' GOOGLE_PROTOBUF_ASSERT_RETURN(predicate, nullptr) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:717:3: note: expanded from macro 'GOOGLE_PROTOBUF_ASSERT_RETURN' if (!(predicate)) { \ ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:211:3: note: Loop condition is true. Entering loop body while (!ctx->Done(&ptr)) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:213:9: note: Assuming 'tag' is equal to 'kMessageSetTypeIdTag' if (tag == WireFormatLite::kMessageSetTypeIdTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:213:5: note: Taking true branch if (tag == WireFormatLite::kMessageSetTypeIdTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:216:37: note: 'ptr' is non-null GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:724:33: note: expanded from macro 'GOOGLE_PROTOBUF_PARSER_ASSERT' GOOGLE_PROTOBUF_ASSERT_RETURN(predicate, nullptr) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:717:9: note: expanded from macro 'GOOGLE_PROTOBUF_ASSERT_RETURN' if (!(predicate)) { \ ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:216:7: note: Taking false branch GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:724:3: note: expanded from macro 'GOOGLE_PROTOBUF_PARSER_ASSERT' GOOGLE_PROTOBUF_ASSERT_RETURN(predicate, nullptr) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:717:3: note: expanded from macro 'GOOGLE_PROTOBUF_ASSERT_RETURN' if (!(predicate)) { \ ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:218:11: note: 'payload_read' is true if (payload_read) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:218:7: note: Taking true branch if (payload_read) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:219:23: note: Calling default constructor for 'ExtensionInfo' ExtensionInfo extension; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:219:23: note: 4 uninitialized fields at the end of the constructor call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:385:12: warning: 1 uninitialized field at the end of the constructor call [clang-analyzer-optin.cplusplus.UninitializedObject] *start = InitFrom(std::forward(args)...); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:261:7: note: uninitialized field 'this->EpsCopyInputStream::size_' int size_; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1211:10: note: Calling 'ExtensionSet::ParseMessageSetItemTmpl' return ParseMessageSetItemTmpl(ptr, containing_type, ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:211:10: note: Assuming the condition is true while (!ctx->Done(&ptr)) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:211:3: note: Loop condition is true. Entering loop body while (!ctx->Done(&ptr)) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:213:9: note: Assuming 'tag' is not equal to 'kMessageSetTypeIdTag' if (tag == WireFormatLite::kMessageSetTypeIdTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:213:5: note: Taking false branch if (tag == WireFormatLite::kMessageSetTypeIdTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:246:16: note: Assuming 'tag' is equal to 'kMessageSetMessageTag' } else if (tag == WireFormatLite::kMessageSetMessageTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:246:12: note: Taking true branch } else if (tag == WireFormatLite::kMessageSetMessageTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:247:11: note: 'type_id' is equal to 0 if (type_id != 0) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:247:7: note: Taking false branch if (type_id != 0) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:254:9: note: Assuming 'ptr' is non-null GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:724:3: note: expanded from macro 'GOOGLE_PROTOBUF_PARSER_ASSERT' GOOGLE_PROTOBUF_ASSERT_RETURN(predicate, nullptr) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:717:7: note: expanded from macro 'GOOGLE_PROTOBUF_ASSERT_RETURN' if (!(predicate)) { \ ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:254:9: note: Taking false branch GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:724:3: note: expanded from macro 'GOOGLE_PROTOBUF_PARSER_ASSERT' GOOGLE_PROTOBUF_ASSERT_RETURN(predicate, nullptr) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:717:3: note: expanded from macro 'GOOGLE_PROTOBUF_ASSERT_RETURN' if (!(predicate)) { \ ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:256:9: note: Assuming 'ptr' is non-null GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:724:3: note: expanded from macro 'GOOGLE_PROTOBUF_PARSER_ASSERT' GOOGLE_PROTOBUF_ASSERT_RETURN(predicate, nullptr) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:717:7: note: expanded from macro 'GOOGLE_PROTOBUF_ASSERT_RETURN' if (!(predicate)) { \ ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:256:9: note: Taking false branch GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:724:3: note: expanded from macro 'GOOGLE_PROTOBUF_PARSER_ASSERT' GOOGLE_PROTOBUF_ASSERT_RETURN(predicate, nullptr) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:717:3: note: expanded from macro 'GOOGLE_PROTOBUF_ASSERT_RETURN' if (!(predicate)) { \ ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:211:3: note: Loop condition is true. Entering loop body while (!ctx->Done(&ptr)) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:213:9: note: Assuming 'tag' is equal to 'kMessageSetTypeIdTag' if (tag == WireFormatLite::kMessageSetTypeIdTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:213:5: note: Taking true branch if (tag == WireFormatLite::kMessageSetTypeIdTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:216:37: note: 'ptr' is non-null GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:724:33: note: expanded from macro 'GOOGLE_PROTOBUF_PARSER_ASSERT' GOOGLE_PROTOBUF_ASSERT_RETURN(predicate, nullptr) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:717:9: note: expanded from macro 'GOOGLE_PROTOBUF_ASSERT_RETURN' if (!(predicate)) { \ ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:216:7: note: Taking false branch GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:724:3: note: expanded from macro 'GOOGLE_PROTOBUF_PARSER_ASSERT' GOOGLE_PROTOBUF_ASSERT_RETURN(predicate, nullptr) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:717:3: note: expanded from macro 'GOOGLE_PROTOBUF_ASSERT_RETURN' if (!(predicate)) { \ ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:218:11: note: 'payload_read' is true if (payload_read) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:218:7: note: Taking true branch if (payload_read) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:221:9: note: Taking false branch if (!FindExtension(2, type_id, containing_type, ctx, &extension, ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:227:15: note: Assuming field 'is_repeated' is false extension.is_repeated ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:227:15: note: '?' condition is false /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:238:24: note: Calling constructor for 'ParseContext' ParseContext tmp_ctx(ctx->depth(), false, &p, payload); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:385:12: note: 1 uninitialized field at the end of the constructor call *start = InitFrom(std::forward(args)...); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:208:41: warning: unused parameter 'flat_capacity' [clang-diagnostic-unused-parameter] uint16 flat_capacity) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1181:17: warning: 4 uninitialized fields at the end of the constructor call [clang-analyzer-optin.cplusplus.UninitializedObject] ExtensionInfo extension; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:108:13: note: uninitialized field 'this->type' FieldType type; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:109:8: note: uninitialized field 'this->is_repeated' bool is_repeated; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:110:8: note: uninitialized field 'this->is_packed' bool is_packed; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:129:26: note: uninitialized pointer 'this->descriptor' const FieldDescriptor* descriptor; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1400:10: note: Calling 'ExtensionSet::ParseField' return ParseField(tag, input, &finder, &skipper); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1181:17: note: Calling default constructor for 'ExtensionInfo' ExtensionInfo extension; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1181:17: note: 4 uninitialized fields at the end of the constructor call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1198:17: warning: 4 uninitialized fields at the end of the constructor call [clang-analyzer-optin.cplusplus.UninitializedObject] ExtensionInfo extension; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:108:13: note: uninitialized field 'this->type' FieldType type; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:109:8: note: uninitialized field 'this->is_repeated' bool is_repeated; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:110:8: note: uninitialized field 'this->is_packed' bool is_packed; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:129:26: note: uninitialized pointer 'this->descriptor' const FieldDescriptor* descriptor; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1211:10: note: Calling 'ExtensionSet::ParseMessageSetItemTmpl' return ParseMessageSetItemTmpl(ptr, containing_type, ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:211:3: note: Loop condition is true. Entering loop body while (!ctx->Done(&ptr)) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:213:9: note: Assuming 'tag' is not equal to 'kMessageSetTypeIdTag' if (tag == WireFormatLite::kMessageSetTypeIdTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:213:5: note: Taking false branch if (tag == WireFormatLite::kMessageSetTypeIdTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:246:16: note: Assuming 'tag' is not equal to 'kMessageSetMessageTag' } else if (tag == WireFormatLite::kMessageSetMessageTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:246:12: note: Taking false branch } else if (tag == WireFormatLite::kMessageSetMessageTag) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:261:11: note: Assuming 'tag' is not equal to 0 if (tag == 0 || (tag & 7) == 4) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:261:11: note: Left side of '||' is false /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:261:23: note: Assuming the condition is false if (tag == 0 || (tag & 7) == 4) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:261:7: note: Taking false branch if (tag == 0 || (tag & 7) == 4) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h:265:13: note: Calling 'ExtensionSet::ParseField' ptr = ParseField(tag, ptr, containing_type, metadata, ctx); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1198:17: note: Calling default constructor for 'ExtensionInfo' ExtensionInfo extension; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1198:17: note: 4 uninitialized fields at the end of the constructor call In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:41, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:50, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:35: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ Finished release [optimized] target(s) in 1m 27s In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:35: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = std::_Rb_tree_iterator >; KeyValueFunctor = google::protobuf::internal::ExtensionSet::~ExtensionSet()::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:690:77: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::~ExtensionSet()::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:198:65: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] 683 | return std::move(func); | ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = google::protobuf::internal::ExtensionSet::KeyValue*; KeyValueFunctor = google::protobuf::internal::ExtensionSet::~ExtensionSet()::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:692:61: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::~ExtensionSet()::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:198:65: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = std::_Rb_tree_iterator >; KeyValueFunctor = google::protobuf::internal::ExtensionSet::NumExtensions() const::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:699:77: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) const [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::NumExtensions() const::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:241:4: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = const google::protobuf::internal::ExtensionSet::KeyValue*; KeyValueFunctor = google::protobuf::internal::ExtensionSet::NumExtensions() const::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:701:61: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) const [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::NumExtensions() const::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:241:4: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = std::_Rb_tree_iterator >; KeyValueFunctor = google::protobuf::internal::ExtensionSet::Clear()::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:690:77: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::Clear()::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:878:64: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = google::protobuf::internal::ExtensionSet::KeyValue*; KeyValueFunctor = google::protobuf::internal::ExtensionSet::Clear()::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:692:61: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::Clear()::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:878:64: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = std::_Rb_tree_iterator >; KeyValueFunctor = google::protobuf::internal::ExtensionSet::MergeFrom(const google::protobuf::internal::ExtensionSet&)::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:699:77: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) const [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::MergeFrom(const google::protobuf::internal::ExtensionSet&)::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:916:4: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = const google::protobuf::internal::ExtensionSet::KeyValue*; KeyValueFunctor = google::protobuf::internal::ExtensionSet::MergeFrom(const google::protobuf::internal::ExtensionSet&)::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:701:61: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) const [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::MergeFrom(const google::protobuf::internal::ExtensionSet&)::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:916:4: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = std::_Rb_tree_iterator >; KeyValueFunctor = google::protobuf::internal::ExtensionSet::InternalSerializeMessageSetWithCachedSizesToArray(google::protobuf::uint8*, google::protobuf::io::EpsCopyOutputStream*) const::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:699:77: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) const [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::InternalSerializeMessageSetWithCachedSizesToArray(google::protobuf::uint8*, google::protobuf::io::EpsCopyOutputStream*) const::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1485:4: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = const google::protobuf::internal::ExtensionSet::KeyValue*; KeyValueFunctor = google::protobuf::internal::ExtensionSet::InternalSerializeMessageSetWithCachedSizesToArray(google::protobuf::uint8*, google::protobuf::io::EpsCopyOutputStream*) const::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:701:61: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) const [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::InternalSerializeMessageSetWithCachedSizesToArray(google::protobuf::uint8*, google::protobuf::io::EpsCopyOutputStream*) const::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1485:4: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = std::_Rb_tree_iterator >; KeyValueFunctor = google::protobuf::internal::ExtensionSet::ByteSize() const::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:699:77: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) const [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::ByteSize() const::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1493:4: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = const google::protobuf::internal::ExtensionSet::KeyValue*; KeyValueFunctor = google::protobuf::internal::ExtensionSet::ByteSize() const::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:701:61: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) const [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::ByteSize() const::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:1493:4: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = std::_Rb_tree_iterator >; KeyValueFunctor = google::protobuf::internal::ExtensionSet::MessageSetByteSize() const::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:699:77: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) const [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::MessageSetByteSize() const::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:2137:4: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h: In instantiation of 'static KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(Iterator, Iterator, KeyValueFunctor) [with Iterator = const google::protobuf::internal::ExtensionSet::KeyValue*; KeyValueFunctor = google::protobuf::internal::ExtensionSet::MessageSetByteSize() const::]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:701:61: required from 'KeyValueFunctor google::protobuf::internal::ExtensionSet::ForEach(KeyValueFunctor) const [with KeyValueFunctor = google::protobuf::internal::ExtensionSet::MessageSetByteSize() const::]' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/extension_set.cc:2137:4: required from here /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: warning: redundant move in return statement [-Wredundant-move] /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h:683:26: note: remove 'std::move' call [ 42%] Built target tokenizers_c [ 43%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/singledocparser.cpp.o [ 43%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/stream.cpp.o /serve/cpp/third-party/llama2.so/run.cpp: In function 'void chat(Transformer*, Tokenizer*, Sampler*, char*, char*, int)': /serve/cpp/third-party/llama2.so/run.cpp:618:32: warning: 'next' may be used uninitialized in this function [-Wmaybe-uninitialized] 618 | float* logits = forward(transformer, token, pos); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ [ 43%] Linking CXX static library libllama2_so.a [ 43%] Built target llama2_so [ 44%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/tag.cpp.o [ 45%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/repeated_field.cc.o [ 45%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/status.cc.o [ 47%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/statusor.cc.o /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/repeated_field.cc:115:3: warning: Access to field 'allocated_size' results in a dereference of a null pointer (loaded from field 'rep_') [clang-analyzer-core.NullDereference] ++rep_->allocated_size; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/repeated_field.cc:109:7: note: Assuming field 'rep_' is equal to NULL if (rep_ != NULL && current_size_ < rep_->allocated_size) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/repeated_field.cc:109:20: note: Left side of '&&' is false if (rep_ != NULL && current_size_ < rep_->allocated_size) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/repeated_field.cc:112:8: note: Field 'rep_' is null if (!rep_ || rep_->allocated_size == total_size_) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/repeated_field.cc:112:13: note: Left side of '||' is true if (!rep_ || rep_->allocated_size == total_size_) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/repeated_field.cc:115:3: note: Access to field 'allocated_size' results in a dereference of a null pointer (loaded from field 'rep_') ++rep_->allocated_size; ^ [ 47%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringpiece.cc.o [ 48%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringprintf.cc.o /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:166:10: warning: 2nd function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage] return StringPrintf(format, ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:143:3: note: Assuming the condition is true GOOGLE_CHECK_LE(v.size(), kStringPrintfVectorMaxArgs) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:159:44: note: expanded from macro 'GOOGLE_CHECK_LE' #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B)) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:154:26: note: expanded from macro 'GOOGLE_CHECK' GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": " ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:151:5: note: expanded from macro 'GOOGLE_LOG_IF' !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:143:3: note: '?' condition is true GOOGLE_CHECK_LE(v.size(), kStringPrintfVectorMaxArgs) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:159:31: note: expanded from macro 'GOOGLE_CHECK_LE' #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B)) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:154:3: note: expanded from macro 'GOOGLE_CHECK' GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": " ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:151:3: note: expanded from macro 'GOOGLE_LOG_IF' !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:19: note: Assuming the condition is false for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:3: note: Loop condition is false. Execution continues on line 156 for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:156:26: note: Assuming the condition is false for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:156:3: note: Loop condition is false. Execution continues on line 166 for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:166:10: note: 2nd function call argument is an uninitialized value return StringPrintf(format, ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:166:10: warning: 3rd function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage] return StringPrintf(format, ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:143:3: note: Assuming the condition is true GOOGLE_CHECK_LE(v.size(), kStringPrintfVectorMaxArgs) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:159:44: note: expanded from macro 'GOOGLE_CHECK_LE' #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B)) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:154:26: note: expanded from macro 'GOOGLE_CHECK' GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": " ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:151:5: note: expanded from macro 'GOOGLE_LOG_IF' !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:143:3: note: '?' condition is true GOOGLE_CHECK_LE(v.size(), kStringPrintfVectorMaxArgs) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:159:31: note: expanded from macro 'GOOGLE_CHECK_LE' #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B)) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:154:3: note: expanded from macro 'GOOGLE_CHECK' GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": " ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:151:3: note: expanded from macro 'GOOGLE_LOG_IF' !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:19: note: Assuming the condition is true for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:3: note: Loop condition is true. Entering loop body for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:19: note: Assuming the condition is false for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:3: note: Loop condition is false. Execution continues on line 156 for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:156:26: note: Assuming the condition is false for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:156:3: note: Loop condition is false. Execution continues on line 166 for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:166:10: note: 3rd function call argument is an uninitialized value return StringPrintf(format, ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:166:10: warning: 4th function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage] return StringPrintf(format, ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:143:3: note: Assuming the condition is false GOOGLE_CHECK_LE(v.size(), kStringPrintfVectorMaxArgs) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:159:44: note: expanded from macro 'GOOGLE_CHECK_LE' #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B)) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:154:26: note: expanded from macro 'GOOGLE_CHECK' GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": " ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:151:5: note: expanded from macro 'GOOGLE_LOG_IF' !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:143:3: note: '?' condition is false GOOGLE_CHECK_LE(v.size(), kStringPrintfVectorMaxArgs) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:159:31: note: expanded from macro 'GOOGLE_CHECK_LE' #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B)) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:154:3: note: expanded from macro 'GOOGLE_CHECK' GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": " ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:151:3: note: expanded from macro 'GOOGLE_LOG_IF' !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:19: note: Assuming the condition is true for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:3: note: Loop condition is true. Entering loop body for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:19: note: Assuming the condition is true for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:3: note: Loop condition is true. Entering loop body for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:19: note: Assuming the condition is false for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:3: note: Loop condition is false. Execution continues on line 156 for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:156:26: note: Assuming the condition is false for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:156:3: note: Loop condition is false. Execution continues on line 166 for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:166:10: note: 4th function call argument is an uninitialized value return StringPrintf(format, ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:166:10: warning: 5th function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage] return StringPrintf(format, ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:143:3: note: Assuming the condition is true GOOGLE_CHECK_LE(v.size(), kStringPrintfVectorMaxArgs) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:159:44: note: expanded from macro 'GOOGLE_CHECK_LE' #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B)) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:154:26: note: expanded from macro 'GOOGLE_CHECK' GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": " ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:151:5: note: expanded from macro 'GOOGLE_LOG_IF' !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:143:3: note: '?' condition is true GOOGLE_CHECK_LE(v.size(), kStringPrintfVectorMaxArgs) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:159:31: note: expanded from macro 'GOOGLE_CHECK_LE' #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B)) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:154:3: note: expanded from macro 'GOOGLE_CHECK' GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": " ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/logging.h:151:3: note: expanded from macro 'GOOGLE_LOG_IF' !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:19: note: Assuming the condition is true for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:3: note: Loop condition is true. Entering loop body for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:19: note: Assuming the condition is true for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:3: note: Loop condition is true. Entering loop body for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:19: note: Assuming the condition is true for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:3: note: Loop condition is true. Entering loop body for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:19: note: Assuming the condition is false for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:153:3: note: Loop condition is false. Execution continues on line 156 for (int i = 0; i < v.size(); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:156:26: note: Assuming the condition is false for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:156:3: note: Loop condition is false. Execution continues on line 166 for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/stringprintf.cc:166:10: note: 5th function call argument is an uninitialized value return StringPrintf(format, ^ [ 48%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/structurally_valid.cc.o [ 49%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/strutil.cc.o [ 50%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/time.cc.o [ 50%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/wire_format_lite.cc.o [ 51%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream.cc.o [ 51%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl.cc.o [ 52%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl_lite.cc.o /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/zero_copy_stream_impl.cc:167:61: warning: unused parameter 'block_size' [clang-diagnostic-unused-parameter] FileOutputStream::FileOutputStream(int file_descriptor, int block_size) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/zero_copy_stream_impl.cc: In constructor 'google::protobuf::io::FileOutputStream::FileOutputStream(int, int)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/zero_copy_stream_impl.cc:167:61: warning: unused parameter 'block_size' [-Wunused-parameter] 167 | FileOutputStream::FileOutputStream(int file_descriptor, int block_size) | ~~~~^~~~~~~~~~ [ 52%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece.pb.cc.o [ 54%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece_model.pb.cc.o [ 54%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/bpe_model.cc.o /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/parse_context.cc:208:47: warning: unused parameter 'p' [clang-diagnostic-unused-parameter] return AppendSize(ptr, size, [](const char* p, int s) {}); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/parse_context.cc:208:54: warning: unused parameter 's' [clang-diagnostic-unused-parameter] return AppendSize(ptr, size, [](const char* p, int s) {}); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/parse_context.cc:252:24: warning: unused parameter 'p' [clang-diagnostic-unused-parameter] void byteswap<1>(void* p) {} ^ [ 54%] Linking CXX static library libyaml-cpp.a [ 54%] Built target yaml-cpp [ 55%] Building CXX object _deps/yaml-cpp-build/util/CMakeFiles/yaml-cpp-sandbox.dir/sandbox.cpp.o In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h:41, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/parse_context.cc:31: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/parse_context.cc: In lambda function: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/parse_context.cc:208:47: warning: unused parameter 'p' [-Wunused-parameter] 208 | return AppendSize(ptr, size, [](const char* p, int s) {}); | ~~~~~~~~~~~~^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/parse_context.cc:208:54: warning: unused parameter 's' [-Wunused-parameter] 208 | return AppendSize(ptr, size, [](const char* p, int s) {}); | ~~~~^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/parse_context.cc: In function 'void google::protobuf::internal::byteswap(void*) [with int = 1]': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/parse_context.cc:252:24: warning: unused parameter 'p' [-Wunused-parameter] 252 | void byteswap<1>(void* p) {} | ~~~~~~^ /serve/cpp/_build/_deps/yaml-cpp-src/util/sandbox.cpp:21:50: warning: unused parameter 'style' [clang-diagnostic-unused-parameter] YAML::EmitterStyle::value style) override {} ^ /serve/cpp/_build/_deps/yaml-cpp-src/util/sandbox.cpp:24:45: warning: unused parameter 'style' [clang-diagnostic-unused-parameter] YAML::EmitterStyle::value style) override {} ^ [ 56%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/char_model.cc.o /serve/cpp/_build/_deps/yaml-cpp-src/util/sandbox.cpp: In member function 'virtual void NullEventHandler::OnSequenceStart(const Mark&, const string&, NullEventHandler::anchor_t, YAML::EmitterStyle::value)': /serve/cpp/_build/_deps/yaml-cpp-src/util/sandbox.cpp:21:50: warning: unused parameter 'style' [-Wunused-parameter] 21 | YAML::EmitterStyle::value style) override {} | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/yaml-cpp-src/util/sandbox.cpp: In member function 'virtual void NullEventHandler::OnMapStart(const Mark&, const string&, NullEventHandler::anchor_t, YAML::EmitterStyle::value)': /serve/cpp/_build/_deps/yaml-cpp-src/util/sandbox.cpp:24:45: warning: unused parameter 'style' [-Wunused-parameter] 24 | YAML::EmitterStyle::value style) override {} | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [ 57%] Linking CXX executable sandbox [ 57%] Built target yaml-cpp-sandbox [ 58%] Building CXX object _deps/yaml-cpp-build/util/CMakeFiles/yaml-cpp-parse.dir/parse.cpp.o In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece_model.pb.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/char_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/char_model.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.cc:53:5: warning: 'const' type qualifier on return type has no effect [clang-diagnostic-ignored-qualifiers] const bool operator()(SymbolPair *h1, SymbolPair *h2) { ^~~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:28, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/char_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/char_model.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h: At global scope: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h:892:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 892 | const value_type values(std::size_t id) const { | ^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:31, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/char_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/char_model.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::util::StatusBuilder::StatusBuilder(sentencepiece::util::StatusCode, int)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:375:47: warning: unused parameter 'loc' [-Wunused-parameter] 375 | explicit StatusBuilder(StatusCode code, int loc) : code_(code) {} | ~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::ThreadPool::ThreadPool(int32)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:418:20: warning: unused parameter 'n' [-Wunused-parameter] 418 | ThreadPool(int32 n) {} | ~~~~~~^ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/char_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/char_model.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::NBestEncode(std::string_view, int) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:85:59: warning: unused parameter 'normalized' [-Wunused-parameter] 85 | virtual NBestEncodeResult NBestEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:86:45: warning: unused parameter 'nbest_size' [-Wunused-parameter] 86 | int nbest_size) const { | ~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::EncodeResult sentencepiece::ModelInterface::SampleEncode(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:91:55: warning: unused parameter 'normalized' [-Wunused-parameter] 91 | virtual EncodeResult SampleEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:92:43: warning: unused parameter 'alpha' [-Wunused-parameter] 92 | float alpha) const { | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::SampleEncodeAndScore(std::string_view, float, int, bool, bool) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:104:68: warning: unused parameter 'normalized' [-Wunused-parameter] 104 | virtual NBestEncodeResult SampleEncodeAndScore(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:56: warning: unused parameter 'alpha' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:67: warning: unused parameter 'samples' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~^~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:106:55: warning: unused parameter 'wor' [-Wunused-parameter] 106 | bool wor, | ~~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:107:55: warning: unused parameter 'include_best' [-Wunused-parameter] 107 | bool include_best) const { | ~~~~~^~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual float sentencepiece::ModelInterface::CalculateEntropy(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:114:52: warning: unused parameter 'normalized' [-Wunused-parameter] 114 | virtual float CalculateEntropy(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:115:40: warning: unused parameter 'alpha' [-Wunused-parameter] 115 | float alpha) const { | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/wire_format_lite.cc:528:9: warning: unused parameter 'size' [clang-diagnostic-unused-parameter] int size, const MessageLite& value, io::CodedOutputStream* output) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/wire_format_lite.cc:571:29: warning: unused parameter 'emit_stacktrace' [clang-diagnostic-unused-parameter] bool emit_stacktrace) { ^ [ 58%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/error.cc.o In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece_model.pb.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ [ 58%] Linking CXX executable parse [ 58%] Built target yaml-cpp-parse [ 59%] Building CXX object _deps/yaml-cpp-build/util/CMakeFiles/yaml-cpp-read.dir/read.cpp.o In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/wire_format_lite.h:48, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/wire_format_lite.cc:35: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:28, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h: At global scope: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h:892:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 892 | const value_type values(std::size_t id) const { | ^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/wire_format_lite.cc: In static member function 'static void google::protobuf::internal::WireFormatLite::WriteSubMessageMaybeToArray(int, const google::protobuf::MessageLite&, google::protobuf::io::CodedOutputStream*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/wire_format_lite.cc:528:9: warning: unused parameter 'size' [-Wunused-parameter] 528 | int size, const MessageLite& value, io::CodedOutputStream* output) { | ~~~~^~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/wire_format_lite.cc: In function 'void google::protobuf::internal::PrintUTF8ErrorLog(const char*, const char*, bool)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/wire_format_lite.cc:571:29: warning: unused parameter 'emit_stacktrace' [-Wunused-parameter] 571 | bool emit_stacktrace) { | ~~~~~^~~~~~~~~~~~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:31, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::util::StatusBuilder::StatusBuilder(sentencepiece::util::StatusCode, int)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:375:47: warning: unused parameter 'loc' [-Wunused-parameter] 375 | explicit StatusBuilder(StatusCode code, int loc) : code_(code) {} | ~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::ThreadPool::ThreadPool(int32)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:418:20: warning: unused parameter 'n' [-Wunused-parameter] 418 | ThreadPool(int32 n) {} | ~~~~~~^ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::NBestEncode(std::string_view, int) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:85:59: warning: unused parameter 'normalized' [-Wunused-parameter] 85 | virtual NBestEncodeResult NBestEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:86:45: warning: unused parameter 'nbest_size' [-Wunused-parameter] 86 | int nbest_size) const { | ~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::EncodeResult sentencepiece::ModelInterface::SampleEncode(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:91:55: warning: unused parameter 'normalized' [-Wunused-parameter] 91 | virtual EncodeResult SampleEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:92:43: warning: unused parameter 'alpha' [-Wunused-parameter] 92 | float alpha) const { | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::SampleEncodeAndScore(std::string_view, float, int, bool, bool) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:104:68: warning: unused parameter 'normalized' [-Wunused-parameter] 104 | virtual NBestEncodeResult SampleEncodeAndScore(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:56: warning: unused parameter 'alpha' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:67: warning: unused parameter 'samples' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~^~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:106:55: warning: unused parameter 'wor' [-Wunused-parameter] 106 | bool wor, | ~~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:107:55: warning: unused parameter 'include_best' [-Wunused-parameter] 107 | bool include_best) const { | ~~~~~^~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual float sentencepiece::ModelInterface::CalculateEntropy(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:114:52: warning: unused parameter 'normalized' [-Wunused-parameter] 114 | virtual float CalculateEntropy(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:115:40: warning: unused parameter 'alpha' [-Wunused-parameter] 115 | float alpha) const { | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.cc: In member function 'virtual std::vector, int> > sentencepiece::bpe::Model::SampleEncode(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.cc:53:5: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 53 | const bool operator()(SymbolPair *h1, SymbolPair *h2) { | ^~~~~ [ 60%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/filesystem.cc.o /serve/cpp/_build/_deps/yaml-cpp-src/util/read.cpp:23:50: warning: unused parameter 'style' [clang-diagnostic-unused-parameter] YAML::EmitterStyle::value style) override {} ^ /serve/cpp/_build/_deps/yaml-cpp-src/util/read.cpp:26:45: warning: unused parameter 'style' [clang-diagnostic-unused-parameter] YAML::EmitterStyle::value style) override {} ^ [ 62%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_factory.cc.o In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/error.cc:18: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/init.h: In function 'void sentencepiece::ParseCommandLineFlags(const char*, int*, char***, bool)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/init.h:31:47: warning: unused parameter 'usage' [-Wunused-parameter] 31 | inline void ParseCommandLineFlags(const char *usage, int *argc, char ***argv, | ~~~~~~~~~~~~^~~~~ [ 62%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_interface.cc.o /serve/cpp/_build/_deps/yaml-cpp-src/util/read.cpp: In member function 'virtual void NullEventHandler::OnSequenceStart(const Mark&, const string&, NullEventHandler::anchor_t, YAML::EmitterStyle::value)': /serve/cpp/_build/_deps/yaml-cpp-src/util/read.cpp:23:50: warning: unused parameter 'style' [-Wunused-parameter] 23 | YAML::EmitterStyle::value style) override {} | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /serve/cpp/_build/_deps/yaml-cpp-src/util/read.cpp: In member function 'virtual void NullEventHandler::OnMapStart(const Mark&, const string&, NullEventHandler::anchor_t, YAML::EmitterStyle::value)': /serve/cpp/_build/_deps/yaml-cpp-src/util/read.cpp:26:45: warning: unused parameter 'style' [-Wunused-parameter] 26 | YAML::EmitterStyle::value style) override {} | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [ 62%] Linking CXX executable read [ 62%] Built target yaml-cpp-read [ 63%] Building CXX object src/utils/CMakeFiles/ts_utils.dir/config.cc.o In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.cc:17: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.h: In constructor 'sentencepiece::filesystem::ReadableFile::ReadableFile(std::string_view, bool)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.h:33:43: warning: unused parameter 'filename' [-Wunused-parameter] 33 | explicit ReadableFile(absl::string_view filename, bool is_binary = false) {} | ~~~~~~~~~~~~~~~~~~^~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.h:33:58: warning: unused parameter 'is_binary' [-Wunused-parameter] 33 | explicit ReadableFile(absl::string_view filename, bool is_binary = false) {} | ~~~~~^~~~~~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.h: In constructor 'sentencepiece::filesystem::WritableFile::WritableFile(std::string_view, bool)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.h:44:43: warning: unused parameter 'filename' [-Wunused-parameter] 44 | explicit WritableFile(absl::string_view filename, bool is_binary = false) {} | ~~~~~~~~~~~~~~~~~~^~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.h:44:58: warning: unused parameter 'is_binary' [-Wunused-parameter] 44 | explicit WritableFile(absl::string_view filename, bool is_binary = false) {} | ~~~~~^~~~~~~~~~~~~~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.cc:19: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::util::StatusBuilder::StatusBuilder(sentencepiece::util::StatusCode, int)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:375:47: warning: unused parameter 'loc' [-Wunused-parameter] 375 | explicit StatusBuilder(StatusCode code, int loc) : code_(code) {} | ~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::ThreadPool::ThreadPool(int32)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:418:20: warning: unused parameter 'n' [-Wunused-parameter] 418 | ThreadPool(int32 n) {} | ~~~~~~^ [ 64%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/normalizer.cc.o In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece_model.pb.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_factory.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:92:14: warning: Called function pointer is null (null dereference) [clang-analyzer-core.CallAndMessage] return default_instance(); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece.pb.cc:740:3: note: Calling 'InternalMetadata::MergeFrom' _internal_metadata_.MergeFrom(from._internal_metadata_); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:120:9: note: Assuming the condition is true if (other.have_unknown_fields()) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:120:5: note: Taking true branch if (other.have_unknown_fields()) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:121:46: note: Passing null pointer value via 1st parameter 'default_instance' DoMergeFrom(other.unknown_fields(nullptr)); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:121:22: note: Calling 'InternalMetadata::unknown_fields' DoMergeFrom(other.unknown_fields(nullptr)); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:89:9: note: Assuming the condition is false if (PROTOBUF_PREDICT_FALSE(have_unknown_fields())) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/port_def.inc:247:35: note: expanded from macro 'PROTOBUF_PREDICT_FALSE' #define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0)) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:89:5: note: Taking false branch if (PROTOBUF_PREDICT_FALSE(have_unknown_fields())) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:92:14: note: Called function pointer is null (null dereference) return default_instance(); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:366:23: warning: Value stored to 'hex_start' during its initialization is never read [clang-analyzer-deadcode.DeadStores] const char *hex_start = p; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:366:23: note: Value stored to 'hex_start' during its initialization is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1250:5: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy] strcpy(buffer, "inf"); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1250:5: note: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1253:5: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy] strcpy(buffer, "-inf"); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1253:5: note: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1256:5: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy] strcpy(buffer, "nan"); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1256:5: note: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1260:7: warning: Value stored to 'snprintf_result' during its initialization is never read [clang-analyzer-deadcode.DeadStores] int snprintf_result = ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1260:7: note: Value stored to 'snprintf_result' during its initialization is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1275:9: warning: Value stored to 'snprintf_result' during its initialization is never read [clang-analyzer-deadcode.DeadStores] int snprintf_result = ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1275:9: note: Value stored to 'snprintf_result' during its initialization is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1368:5: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy] strcpy(buffer, "inf"); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1368:5: note: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1371:5: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy] strcpy(buffer, "-inf"); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1371:5: note: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1374:5: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy] strcpy(buffer, "nan"); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1374:5: note: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1378:7: warning: Value stored to 'snprintf_result' during its initialization is never read [clang-analyzer-deadcode.DeadStores] int snprintf_result = ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1378:7: note: Value stored to 'snprintf_result' during its initialization is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1387:9: warning: Value stored to 'snprintf_result' during its initialization is never read [clang-analyzer-deadcode.DeadStores] int snprintf_result = ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1387:9: note: Value stored to 'snprintf_result' during its initialization is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1476:9: warning: Value stored to 'out' during its initialization is never read [clang-analyzer-deadcode.DeadStores] char *out = Append2(begin, a, b); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1476:9: note: Value stored to 'out' during its initialization is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1486:3: warning: Value stored to 'out' is never read [clang-analyzer-deadcode.DeadStores] out = Append1(out, c); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1486:3: note: Value stored to 'out' is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1496:9: warning: Value stored to 'out' during its initialization is never read [clang-analyzer-deadcode.DeadStores] char *out = Append4(begin, a, b, c, d); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1496:9: note: Value stored to 'out' during its initialization is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1507:3: warning: Value stored to 'out' is never read [clang-analyzer-deadcode.DeadStores] out = Append1(out, e); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1507:3: note: Value stored to 'out' is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1519:3: warning: Value stored to 'out' is never read [clang-analyzer-deadcode.DeadStores] out = Append2(out, e, f); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1519:3: note: Value stored to 'out' is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1533:3: warning: Value stored to 'out' is never read [clang-analyzer-deadcode.DeadStores] out = Append1(out, g); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1533:3: note: Value stored to 'out' is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1546:3: warning: Value stored to 'out' is never read [clang-analyzer-deadcode.DeadStores] out = Append4(out, e, f, g, h); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1546:3: note: Value stored to 'out' is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1560:3: warning: Value stored to 'out' is never read [clang-analyzer-deadcode.DeadStores] out = Append1(out, i); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1560:3: note: Value stored to 'out' is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1584:9: warning: Value stored to 'out' during its initialization is never read [clang-analyzer-deadcode.DeadStores] char *out = Append2(begin + old_size, a, b); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1584:9: note: Value stored to 'out' during its initialization is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1597:3: warning: Value stored to 'out' is never read [clang-analyzer-deadcode.DeadStores] out = Append1(out, c); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1597:3: note: Value stored to 'out' is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1610:9: warning: Value stored to 'out' during its initialization is never read [clang-analyzer-deadcode.DeadStores] char *out = Append4(begin + old_size, a, b, c, d); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:1610:9: note: Value stored to 'out' during its initialization is never read /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:2137:14: warning: Although the value stored to 'szdest' is used in the enclosing expression, the value is never actually read from 'szdest' [clang-analyzer-deadcode.DeadStores] if ((szdest -= 2) < 0) return 0; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:2137:14: note: Although the value stored to 'szdest' is used in the enclosing expression, the value is never actually read from 'szdest' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:2156:14: warning: Although the value stored to 'szdest' is used in the enclosing expression, the value is never actually read from 'szdest' [clang-analyzer-deadcode.DeadStores] if ((szdest -= 1) < 0) return 0; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:2156:14: note: Although the value stored to 'szdest' is used in the enclosing expression, the value is never actually read from 'szdest' /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:2166:12: warning: Although the value stored to 'szdest' is used in the enclosing expression, the value is never actually read from 'szdest' [clang-analyzer-deadcode.DeadStores] if ((szdest -= 4) < 0) return 0; ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/protobuf-lite/strutil.cc:2166:12: note: Although the value stored to 'szdest' is used in the enclosing expression, the value is never actually read from 'szdest' In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:28, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_factory.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h: At global scope: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h:892:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 892 | const value_type values(std::size_t id) const { | ^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:31, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_factory.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::util::StatusBuilder::StatusBuilder(sentencepiece::util::StatusCode, int)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:375:47: warning: unused parameter 'loc' [-Wunused-parameter] 375 | explicit StatusBuilder(StatusCode code, int loc) : code_(code) {} | ~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::ThreadPool::ThreadPool(int32)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:418:20: warning: unused parameter 'n' [-Wunused-parameter] 418 | ThreadPool(int32 n) {} | ~~~~~~^ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/bpe_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_factory.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::NBestEncode(std::string_view, int) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:85:59: warning: unused parameter 'normalized' [-Wunused-parameter] 85 | virtual NBestEncodeResult NBestEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:86:45: warning: unused parameter 'nbest_size' [-Wunused-parameter] 86 | int nbest_size) const { | ~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::EncodeResult sentencepiece::ModelInterface::SampleEncode(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:91:55: warning: unused parameter 'normalized' [-Wunused-parameter] 91 | virtual EncodeResult SampleEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:92:43: warning: unused parameter 'alpha' [-Wunused-parameter] 92 | float alpha) const { | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::SampleEncodeAndScore(std::string_view, float, int, bool, bool) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:104:68: warning: unused parameter 'normalized' [-Wunused-parameter] 104 | virtual NBestEncodeResult SampleEncodeAndScore(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:56: warning: unused parameter 'alpha' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:67: warning: unused parameter 'samples' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~^~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:106:55: warning: unused parameter 'wor' [-Wunused-parameter] 106 | bool wor, | ~~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:107:55: warning: unused parameter 'include_best' [-Wunused-parameter] 107 | bool include_best) const { | ~~~~~^~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual float sentencepiece::ModelInterface::CalculateEntropy(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:114:52: warning: unused parameter 'normalized' [-Wunused-parameter] 114 | virtual float CalculateEntropy(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:115:40: warning: unused parameter 'alpha' [-Wunused-parameter] 115 | float alpha) const { | ~~~~~~^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece.pb.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece.pb.cc:4: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ [ 64%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/sentencepiece_processor.cc.o [ 65%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/unigram_model.cc.o [ 65%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/util.cc.o [ 65%] Building CXX object src/utils/CMakeFiles/ts_utils.dir/file_system.cc.o In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece_model.pb.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.cc:17: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:28, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.cc:17: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h: At global scope: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h:892:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 892 | const value_type values(std::size_t id) const { | ^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::util::StatusBuilder::StatusBuilder(sentencepiece::util::StatusCode, int)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:375:47: warning: unused parameter 'loc' [-Wunused-parameter] 375 | explicit StatusBuilder(StatusCode code, int loc) : code_(code) {} | ~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::ThreadPool::ThreadPool(int32)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:418:20: warning: unused parameter 'n' [-Wunused-parameter] 418 | ThreadPool(int32 n) {} | ~~~~~~^ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:31, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.cc:17: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::util::StatusBuilder::StatusBuilder(sentencepiece::util::StatusCode, int)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:375:47: warning: unused parameter 'loc' [-Wunused-parameter] 375 | explicit StatusBuilder(StatusCode code, int loc) : code_(code) {} | ~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::ThreadPool::ThreadPool(int32)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:418:20: warning: unused parameter 'n' [-Wunused-parameter] 418 | ThreadPool(int32 n) {} | ~~~~~~^ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.cc:17: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::NBestEncode(std::string_view, int) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:85:59: warning: unused parameter 'normalized' [-Wunused-parameter] 85 | virtual NBestEncodeResult NBestEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:86:45: warning: unused parameter 'nbest_size' [-Wunused-parameter] 86 | int nbest_size) const { | ~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::EncodeResult sentencepiece::ModelInterface::SampleEncode(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:91:55: warning: unused parameter 'normalized' [-Wunused-parameter] 91 | virtual EncodeResult SampleEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:92:43: warning: unused parameter 'alpha' [-Wunused-parameter] 92 | float alpha) const { | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::SampleEncodeAndScore(std::string_view, float, int, bool, bool) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:104:68: warning: unused parameter 'normalized' [-Wunused-parameter] 104 | virtual NBestEncodeResult SampleEncodeAndScore(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:56: warning: unused parameter 'alpha' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:67: warning: unused parameter 'samples' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~^~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:106:55: warning: unused parameter 'wor' [-Wunused-parameter] 106 | bool wor, | ~~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:107:55: warning: unused parameter 'include_best' [-Wunused-parameter] 107 | bool include_best) const { | ~~~~~^~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual float sentencepiece::ModelInterface::CalculateEntropy(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:114:52: warning: unused parameter 'normalized' [-Wunused-parameter] 114 | virtual float CalculateEntropy(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:115:40: warning: unused parameter 'alpha' [-Wunused-parameter] 115 | float alpha) const { | ~~~~~~^~~~~ [ 66%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/word_model.cc.o /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.cc:277:49: warning: unused parameter 'buffer' [clang-diagnostic-unused-parameter] absl::string_view *normalized, std::string *buffer) { ^ [ 66%] Building CXX object test/resources/examples/aot_inductor/bert_handler/tokenizers/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/absl/flags/flag.cc.o In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece_model.pb.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:28, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h: At global scope: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h:892:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 892 | const value_type values(std::size_t id) const { | ^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.cc:26: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::util::StatusBuilder::StatusBuilder(sentencepiece::util::StatusCode, int)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:375:47: warning: unused parameter 'loc' [-Wunused-parameter] 375 | explicit StatusBuilder(StatusCode code, int loc) : code_(code) {} | ~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::ThreadPool::ThreadPool(int32)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:418:20: warning: unused parameter 'n' [-Wunused-parameter] 418 | ThreadPool(int32 n) {} | ~~~~~~^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.cc: In static member function 'static sentencepiece::util::Status sentencepiece::normalizer::Normalizer::DecodePrecompiledCharsMap(std::string_view, std::string_view*, std::string_view*, std::string*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.cc:277:49: warning: unused parameter 'buffer' [-Wunused-parameter] 277 | absl::string_view *normalized, std::string *buffer) { | ~~~~~~~~~~~~~^~~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/word_model.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::util::StatusBuilder::StatusBuilder(sentencepiece::util::StatusCode, int)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:375:47: warning: unused parameter 'loc' [-Wunused-parameter] 375 | explicit StatusBuilder(StatusCode code, int loc) : code_(code) {} | ~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::ThreadPool::ThreadPool(int32)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:418:20: warning: unused parameter 'n' [-Wunused-parameter] 418 | ThreadPool(int32 n) {} | ~~~~~~^ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece_model.pb.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/word_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/word_model.cc:16: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:28, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/word_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/word_model.cc:16: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h: At global scope: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h:892:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 892 | const value_type values(std::size_t id) const { | ^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/word_model.h:18, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/word_model.cc:16: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::NBestEncode(std::string_view, int) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:85:59: warning: unused parameter 'normalized' [-Wunused-parameter] 85 | virtual NBestEncodeResult NBestEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:86:45: warning: unused parameter 'nbest_size' [-Wunused-parameter] 86 | int nbest_size) const { | ~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::EncodeResult sentencepiece::ModelInterface::SampleEncode(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:91:55: warning: unused parameter 'normalized' [-Wunused-parameter] 91 | virtual EncodeResult SampleEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:92:43: warning: unused parameter 'alpha' [-Wunused-parameter] 92 | float alpha) const { | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::SampleEncodeAndScore(std::string_view, float, int, bool, bool) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:104:68: warning: unused parameter 'normalized' [-Wunused-parameter] 104 | virtual NBestEncodeResult SampleEncodeAndScore(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:56: warning: unused parameter 'alpha' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:67: warning: unused parameter 'samples' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~^~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:106:55: warning: unused parameter 'wor' [-Wunused-parameter] 106 | bool wor, | ~~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:107:55: warning: unused parameter 'include_best' [-Wunused-parameter] 107 | bool include_best) const { | ~~~~~^~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual float sentencepiece::ModelInterface::CalculateEntropy(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:114:52: warning: unused parameter 'normalized' [-Wunused-parameter] 114 | virtual float CalculateEntropy(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:115:40: warning: unused parameter 'alpha' [-Wunused-parameter] 115 | float alpha) const { | ~~~~~~^~~~~ [ 67%] Building CXX object src/utils/CMakeFiles/ts_utils.dir/model_archive.cc.o [ 67%] Building CXX object src/utils/CMakeFiles/ts_utils.dir/logging.cc.o [ 68%] Building CXX object src/utils/CMakeFiles/ts_utils.dir/metrics/units.cc.o [ 68%] Building CXX object src/utils/CMakeFiles/ts_utils.dir/metrics/log_metric.cc.o In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/absl/flags/flag.cc:25: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::util::StatusBuilder::StatusBuilder(sentencepiece::util::StatusCode, int)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:375:47: warning: unused parameter 'loc' [-Wunused-parameter] 375 | explicit StatusBuilder(StatusCode code, int loc) : code_(code) {} | ~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::ThreadPool::ThreadPool(int32)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:418:20: warning: unused parameter 'n' [-Wunused-parameter] 418 | ThreadPool(int32 n) {} | ~~~~~~^ [ 70%] Building CXX object src/utils/CMakeFiles/ts_utils.dir/metrics/yaml_config.cc.o [ 70%] Building CXX object src/utils/CMakeFiles/ts_utils.dir/metrics/log_metrics_cache.cc.o [ 71%] Building CXX object src/utils/CMakeFiles/ts_utils.dir/metrics/registry.cc.o /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:92:14: warning: Called function pointer is null (null dereference) [clang-analyzer-core.CallAndMessage] return default_instance(); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece_model.pb.cc:3066:3: note: Calling 'InternalMetadata::MergeFrom' _internal_metadata_.MergeFrom(from._internal_metadata_); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:120:9: note: Assuming the condition is true if (other.have_unknown_fields()) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:120:5: note: Taking true branch if (other.have_unknown_fields()) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:121:46: note: Passing null pointer value via 1st parameter 'default_instance' DoMergeFrom(other.unknown_fields(nullptr)); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:121:22: note: Calling 'InternalMetadata::unknown_fields' DoMergeFrom(other.unknown_fields(nullptr)); ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:89:9: note: Assuming the condition is false if (PROTOBUF_PREDICT_FALSE(have_unknown_fields())) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/port_def.inc:247:35: note: expanded from macro 'PROTOBUF_PREDICT_FALSE' #define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0)) ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:89:5: note: Taking false branch if (PROTOBUF_PREDICT_FALSE(have_unknown_fields())) { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h:92:14: note: Called function pointer is null (null dereference) return default_instance(); ^ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece_model.pb.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece_model.pb.cc:4: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.cc:219:53: warning: unused parameter 'inv_theta' [clang-diagnostic-unused-parameter] std::vector Lattice::BackwardAlgorithm(float inv_theta) const { ^ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.cc:372:5: warning: 'const' type qualifier on return type has no effect [clang-diagnostic-ignored-qualifiers] const bool operator()(Hypothesis *h1, Hypothesis *h2) { ^~~~~~ [ 72%] Linking CXX shared library libts_utils.so In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece_model.pb.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:28, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h: At global scope: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h:892:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 892 | const value_type values(std::size_t id) const { | ^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:31, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::util::StatusBuilder::StatusBuilder(sentencepiece::util::StatusCode, int)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:375:47: warning: unused parameter 'loc' [-Wunused-parameter] 375 | explicit StatusBuilder(StatusCode code, int loc) : code_(code) {} | ~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::ThreadPool::ThreadPool(int32)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:418:20: warning: unused parameter 'n' [-Wunused-parameter] 418 | ThreadPool(int32 n) {} | ~~~~~~^ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.cc:15: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::NBestEncode(std::string_view, int) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:85:59: warning: unused parameter 'normalized' [-Wunused-parameter] 85 | virtual NBestEncodeResult NBestEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:86:45: warning: unused parameter 'nbest_size' [-Wunused-parameter] 86 | int nbest_size) const { | ~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::EncodeResult sentencepiece::ModelInterface::SampleEncode(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:91:55: warning: unused parameter 'normalized' [-Wunused-parameter] 91 | virtual EncodeResult SampleEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:92:43: warning: unused parameter 'alpha' [-Wunused-parameter] 92 | float alpha) const { | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::SampleEncodeAndScore(std::string_view, float, int, bool, bool) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:104:68: warning: unused parameter 'normalized' [-Wunused-parameter] 104 | virtual NBestEncodeResult SampleEncodeAndScore(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:56: warning: unused parameter 'alpha' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:67: warning: unused parameter 'samples' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~^~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:106:55: warning: unused parameter 'wor' [-Wunused-parameter] 106 | bool wor, | ~~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:107:55: warning: unused parameter 'include_best' [-Wunused-parameter] 107 | bool include_best) const { | ~~~~~^~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual float sentencepiece::ModelInterface::CalculateEntropy(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:114:52: warning: unused parameter 'normalized' [-Wunused-parameter] 114 | virtual float CalculateEntropy(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:115:40: warning: unused parameter 'alpha' [-Wunused-parameter] 115 | float alpha) const { | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.cc: In member function 'std::vector sentencepiece::unigram::Lattice::BackwardAlgorithm(float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.cc:219:53: warning: unused parameter 'inv_theta' [-Wunused-parameter] 219 | std::vector Lattice::BackwardAlgorithm(float inv_theta) const { | ~~~~~~^~~~~~~~~ [ 72%] Built target ts_utils [ 73%] Building CXX object src/backends/CMakeFiles/ts_backends_protocol.dir/protocol/otf_message.cc.o [ 73%] Building CXX object src/backends/CMakeFiles/ts_backends_protocol.dir/protocol/socket.cc.o /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.cc: In member function 'std::vector, float> > sentencepiece::unigram::Lattice::NBest(size_t, bool, float)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/unigram_model.cc:372:5: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 372 | const bool operator()(Hypothesis *h1, Hypothesis *h2) { | ^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/sentencepiece_processor.cc:22: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.h: In constructor 'sentencepiece::filesystem::ReadableFile::ReadableFile(std::string_view, bool)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.h:33:43: warning: unused parameter 'filename' [-Wunused-parameter] 33 | explicit ReadableFile(absl::string_view filename, bool is_binary = false) {} | ~~~~~~~~~~~~~~~~~~^~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.h:33:58: warning: unused parameter 'is_binary' [-Wunused-parameter] 33 | explicit ReadableFile(absl::string_view filename, bool is_binary = false) {} | ~~~~~^~~~~~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.h: In constructor 'sentencepiece::filesystem::WritableFile::WritableFile(std::string_view, bool)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.h:44:43: warning: unused parameter 'filename' [-Wunused-parameter] 44 | explicit WritableFile(absl::string_view filename, bool is_binary = false) {} | ~~~~~~~~~~~~~~~~~~^~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/filesystem.h:44:58: warning: unused parameter 'is_binary' [-Wunused-parameter] 44 | explicit WritableFile(absl::string_view filename, bool is_binary = false) {} | ~~~~~^~~~~~~~~~~~~~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/builtin_pb/sentencepiece_model.pb.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_factory.h:20, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/sentencepiece_processor.cc:23: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Swap(google::protobuf::internal::ArenaStringPtr*, const string*, google::protobuf::Arena*)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:306:53: warning: unused parameter 'default_value' [-Wunused-parameter] 306 | const std::string* default_value, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h:307:41: warning: unused parameter 'arena' [-Wunused-parameter] 307 | Arena* arena) { | ~~~~~~~^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/normalizer.h:28, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:25, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_factory.h:20, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/sentencepiece_processor.cc:23: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h: At global scope: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/third_party/darts_clone/darts.h:892:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 892 | const value_type values(std::size_t id) const { | ^~~~~ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:31, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_factory.h:20, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/sentencepiece_processor.cc:23: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::util::StatusBuilder::StatusBuilder(sentencepiece::util::StatusCode, int)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:375:47: warning: unused parameter 'loc' [-Wunused-parameter] 375 | explicit StatusBuilder(StatusCode code, int loc) : code_(code) {} | ~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h: In constructor 'sentencepiece::ThreadPool::ThreadPool(int32)': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/util.h:418:20: warning: unused parameter 'n' [-Wunused-parameter] 418 | ThreadPool(int32 n) {} | ~~~~~~^ In file included from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_factory.h:20, from /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/sentencepiece_processor.cc:23: /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::NBestEncode(std::string_view, int) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:85:59: warning: unused parameter 'normalized' [-Wunused-parameter] 85 | virtual NBestEncodeResult NBestEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:86:45: warning: unused parameter 'nbest_size' [-Wunused-parameter] 86 | int nbest_size) const { | ~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::EncodeResult sentencepiece::ModelInterface::SampleEncode(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:91:55: warning: unused parameter 'normalized' [-Wunused-parameter] 91 | virtual EncodeResult SampleEncode(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:92:43: warning: unused parameter 'alpha' [-Wunused-parameter] 92 | float alpha) const { | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual sentencepiece::NBestEncodeResult sentencepiece::ModelInterface::SampleEncodeAndScore(std::string_view, float, int, bool, bool) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:104:68: warning: unused parameter 'normalized' [-Wunused-parameter] 104 | virtual NBestEncodeResult SampleEncodeAndScore(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:56: warning: unused parameter 'alpha' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~~~^~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:105:67: warning: unused parameter 'samples' [-Wunused-parameter] 105 | float alpha, int samples, | ~~~~^~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:106:55: warning: unused parameter 'wor' [-Wunused-parameter] 106 | bool wor, | ~~~~~^~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:107:55: warning: unused parameter 'include_best' [-Wunused-parameter] 107 | bool include_best) const { | ~~~~~^~~~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h: In member function 'virtual float sentencepiece::ModelInterface::CalculateEntropy(std::string_view, float) const': /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:114:52: warning: unused parameter 'normalized' [-Wunused-parameter] 114 | virtual float CalculateEntropy(absl::string_view normalized, | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /serve/cpp/third-party/tokenizers-cpp/sentencepiece/src/model_interface.h:115:40: warning: unused parameter 'alpha' [-Wunused-parameter] 115 | float alpha) const { | ~~~~~~^~~~~ [ 74%] Linking CXX shared library libts_backends_protocol.so [ 74%] Built target ts_backends_protocol [ 74%] Building CXX object src/backends/CMakeFiles/ts_backends_core.dir/handler/base_handler.cc.o [ 75%] Building CXX object src/backends/CMakeFiles/ts_backends_core.dir/core/backend.cc.o [ 75%] Building CXX object src/backends/CMakeFiles/ts_backends_core.dir/core/model_instance.cc.o [ 77%] Building CXX object src/backends/CMakeFiles/ts_backends_core.dir/handler/torch_scripted_handler.cc.o [ 78%] Linking CXX static library libsentencepiece.a [ 78%] Built target sentencepiece-static [ 78%] Linking CXX static library libtokenizers_cpp.a [ 78%] Built target tokenizers_cpp /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1587:53: warning: statement should be inside braces [readability-braces-around-statements] if (this->vocab_only != other.vocab_only) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1588:50: warning: statement should be inside braces [readability-braces-around-statements] if (this->n_vocab != other.n_vocab) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1589:54: warning: statement should be inside braces [readability-braces-around-statements] if (this->n_ctx_train != other.n_ctx_train) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1590:49: warning: statement should be inside braces [readability-braces-around-statements] if (this->n_embd != other.n_embd) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1591:49: warning: statement should be inside braces [readability-braces-around-statements] if (this->n_head != other.n_head) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1592:52: warning: statement should be inside braces [readability-braces-around-statements] if (this->n_head_kv != other.n_head_kv) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1593:50: warning: statement should be inside braces [readability-braces-around-statements] if (this->n_layer != other.n_layer) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1594:48: warning: statement should be inside braces [readability-braces-around-statements] if (this->n_rot != other.n_rot) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1595:56: warning: statement should be inside braces [readability-braces-around-statements] if (this->n_embd_head_k != other.n_embd_head_k) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1596:56: warning: statement should be inside braces [readability-braces-around-statements] if (this->n_embd_head_v != other.n_embd_head_v) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1597:47: warning: statement should be inside braces [readability-braces-around-statements] if (this->n_ff != other.n_ff) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1598:51: warning: statement should be inside braces [readability-braces-around-statements] if (this->n_expert != other.n_expert) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1599:56: warning: statement should be inside braces [readability-braces-around-statements] if (this->n_expert_used != other.n_expert_used) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1601:59: warning: statement should be inside braces [readability-braces-around-statements] if (this->rope_finetuned != other.rope_finetuned) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1602:60: warning: statement should be inside braces [readability-braces-around-statements] if (this->n_yarn_orig_ctx != other.n_yarn_orig_ctx) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1606:96: warning: statement should be inside braces [readability-braces-around-statements] if (!is_float_close(this->f_norm_eps, other.f_norm_eps, EPSILON)) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1607:96: warning: statement should be inside braces [readability-braces-around-statements] if (!is_float_close(this->f_norm_rms_eps, other.f_norm_rms_eps, EPSILON)) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1608:96: warning: statement should be inside braces [readability-braces-around-statements] if (!is_float_close(this->rope_freq_base_train, other.rope_freq_base_train, EPSILON)) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:1609:96: warning: statement should be inside braces [readability-braces-around-statements] if (!is_float_close(this->rope_freq_scale_train, other.rope_freq_scale_train, EPSILON)) return true; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2127:16: warning: statement should be inside braces [readability-braces-around-statements] if (p0 < 0) p0 = 0; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2128:16: warning: statement should be inside braces [readability-braces-around-statements] if (p1 < 0) p1 = std::numeric_limits::max(); ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2141:45: warning: statement should be inside braces [readability-braces-around-statements] if (cache.cells[i].pos >= 0) cache.used--; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2144:44: warning: statement should be inside braces [readability-braces-around-statements] if (new_head == cache.size) new_head = i; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2150:57: warning: statement should be inside braces [readability-braces-around-statements] if (new_head != cache.size && new_head < cache.head) cache.head = new_head; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2159:16: warning: statement should be inside braces [readability-braces-around-statements] if (p0 < 0) p0 = 0; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2160:16: warning: statement should be inside braces [readability-braces-around-statements] if (p1 < 0) p1 = std::numeric_limits::max(); ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2176:41: warning: statement should be inside braces [readability-braces-around-statements] if (cache.cells[i].pos >= 0) cache.used--; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2179:40: warning: statement should be inside braces [readability-braces-around-statements] if (new_head == cache.size) new_head = i; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2187:57: warning: statement should be inside braces [readability-braces-around-statements] if (new_head != cache.size && new_head < cache.head) cache.head = new_head; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2198:16: warning: statement should be inside braces [readability-braces-around-statements] if (p0 < 0) p0 = 0; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2199:16: warning: statement should be inside braces [readability-braces-around-statements] if (p1 < 0) p1 = std::numeric_limits::max(); ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2208:52: warning: statement should be inside braces [readability-braces-around-statements] if (!cache.cells[i].seq_id.empty()) cache.used--; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2211:44: warning: statement should be inside braces [readability-braces-around-statements] if (new_head == cache.size) new_head = i; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2227:16: warning: statement should be inside braces [readability-braces-around-statements] if (p0 < 0) p0 = 0; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2228:16: warning: statement should be inside braces [readability-braces-around-statements] if (p1 < 0) p1 = std::numeric_limits::max(); ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2388:26: warning: Dereference of null pointer [clang-analyzer-core.NullDereference] target = override->bool_value; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2951:21: note: Assuming the condition is false for (int i = 0; i < gguf_get_n_kv(ctx); i++) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2951:5: note: Loop condition is false. Execution continues on line 2962 for (int i = 0; i < gguf_get_n_kv(ctx); i++) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2974:17: note: Assuming field 'n_expert' is <= 8 GGML_ASSERT(hparams.n_expert <= LLAMA_MAX_EXPERTS); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:15: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2974:5: note: Taking false branch GGML_ASSERT(hparams.n_expert <= LLAMA_MAX_EXPERTS); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:9: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2974:5: note: Loop condition is false. Exiting loop GGML_ASSERT(hparams.n_expert <= LLAMA_MAX_EXPERTS); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:257:5: note: expanded from macro 'GGML_ASSERT' do { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2975:17: note: Assuming field 'n_expert_used' is <= field 'n_expert' GGML_ASSERT(hparams.n_expert_used <= hparams.n_expert); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:15: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2975:5: note: Taking false branch GGML_ASSERT(hparams.n_expert_used <= hparams.n_expert); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:9: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2975:5: note: Loop condition is false. Exiting loop GGML_ASSERT(hparams.n_expert_used <= hparams.n_expert); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:257:5: note: expanded from macro 'GGML_ASSERT' do { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2976:9: note: Assuming field 'n_expert' is > 0 if (hparams.n_expert > 0) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2976:5: note: Taking true branch if (hparams.n_expert > 0) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2977:21: note: Assuming field 'n_expert_used' is > 0 GGML_ASSERT(hparams.n_expert_used > 0); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:15: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2977:9: note: Taking false branch GGML_ASSERT(hparams.n_expert_used > 0); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:9: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2977:9: note: Loop condition is false. Exiting loop GGML_ASSERT(hparams.n_expert_used > 0); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:257:5: note: expanded from macro 'GGML_ASSERT' do { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2987:5: note: Calling 'llama_model_loader::get_key' ml.get_key(LLM_KV_ROPE_SCALING_FINETUNED, rope_finetuned, false); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2656:16: note: Calling 'llama_model_loader::get_key' return get_key(llm_kv(kid), result, required); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2643:13: note: '?' condition is false it != kv_overrides.end() ? &it->second : nullptr; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2642:9: note: 'override' initialized to a null pointer value const struct llama_model_kv_override * override = ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2645:73: note: Passing null pointer value via 4th parameter 'override' const bool found = GGUFMeta::GKV::set(ctx_gguf, key, result, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2645:28: note: Calling 'GKV::set' const bool found = GGUFMeta::GKV::set(ctx_gguf, key, result, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2439:50: note: Passing null pointer value via 4th parameter 'override' return set(ctx, key.c_str(), target, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2439:20: note: Calling 'GKV::set' return set(ctx, key.c_str(), target, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2435:62: note: Passing null pointer value via 4th parameter 'override' return set(ctx, gguf_find_key(ctx, key), target, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2435:20: note: Calling 'GKV::set' return set(ctx, gguf_find_key(ctx, key), target, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2426:41: note: Passing null pointer value via 2nd parameter 'override' if (try_override(target, override)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2426:17: note: Calling 'GKV::try_override' if (try_override(target, override)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2387:17: note: Assuming the condition is true if (validate_override(LLAMA_KV_OVERRIDE_BOOL, override)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2387:13: note: Taking true branch if (validate_override(LLAMA_KV_OVERRIDE_BOOL, override)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2388:26: note: Dereference of null pointer target = override->bool_value; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2398:26: warning: Dereference of null pointer [clang-analyzer-core.NullDereference] target = override->int_value; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2951:21: note: Assuming the condition is false for (int i = 0; i < gguf_get_n_kv(ctx); i++) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2951:5: note: Loop condition is false. Execution continues on line 2962 for (int i = 0; i < gguf_get_n_kv(ctx); i++) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2966:5: note: Calling 'llama_model_loader::get_key' ml.get_key (LLM_KV_CONTEXT_LENGTH, hparams.n_ctx_train); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2656:16: note: Calling 'llama_model_loader::get_key' return get_key(llm_kv(kid), result, required); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2643:13: note: '?' condition is false it != kv_overrides.end() ? &it->second : nullptr; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2642:9: note: 'override' initialized to a null pointer value const struct llama_model_kv_override * override = ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2645:73: note: Passing null pointer value via 4th parameter 'override' const bool found = GGUFMeta::GKV::set(ctx_gguf, key, result, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2645:28: note: Calling 'GKV::set' const bool found = GGUFMeta::GKV::set(ctx_gguf, key, result, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2439:50: note: Passing null pointer value via 4th parameter 'override' return set(ctx, key.c_str(), target, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2439:20: note: Calling 'GKV::set' return set(ctx, key.c_str(), target, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2435:62: note: Passing null pointer value via 4th parameter 'override' return set(ctx, gguf_find_key(ctx, key), target, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2435:20: note: Calling 'GKV::set' return set(ctx, gguf_find_key(ctx, key), target, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2426:41: note: Passing null pointer value via 2nd parameter 'override' if (try_override(target, override)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2426:17: note: Calling 'GKV::try_override' if (try_override(target, override)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2397:17: note: Assuming the condition is true if (validate_override(LLAMA_KV_OVERRIDE_INT, override)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2397:13: note: Taking true branch if (validate_override(LLAMA_KV_OVERRIDE_INT, override)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2398:26: note: Dereference of null pointer target = override->int_value; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2408:26: warning: Dereference of null pointer [clang-analyzer-core.NullDereference] target = override->float_value; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2951:21: note: Assuming the condition is false for (int i = 0; i < gguf_get_n_kv(ctx); i++) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2951:5: note: Loop condition is false. Execution continues on line 2962 for (int i = 0; i < gguf_get_n_kv(ctx); i++) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2974:17: note: Assuming field 'n_expert' is <= 8 GGML_ASSERT(hparams.n_expert <= LLAMA_MAX_EXPERTS); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:15: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2974:5: note: Taking false branch GGML_ASSERT(hparams.n_expert <= LLAMA_MAX_EXPERTS); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:9: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2974:5: note: Loop condition is false. Exiting loop GGML_ASSERT(hparams.n_expert <= LLAMA_MAX_EXPERTS); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:257:5: note: expanded from macro 'GGML_ASSERT' do { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2975:17: note: Assuming field 'n_expert_used' is <= field 'n_expert' GGML_ASSERT(hparams.n_expert_used <= hparams.n_expert); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:15: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2975:5: note: Taking false branch GGML_ASSERT(hparams.n_expert_used <= hparams.n_expert); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:9: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2975:5: note: Loop condition is false. Exiting loop GGML_ASSERT(hparams.n_expert_used <= hparams.n_expert); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:257:5: note: expanded from macro 'GGML_ASSERT' do { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2976:9: note: Assuming field 'n_expert' is <= 0 if (hparams.n_expert > 0) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2976:5: note: Taking false branch if (hparams.n_expert > 0) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2979:21: note: Assuming field 'n_expert_used' is equal to 0 GGML_ASSERT(hparams.n_expert_used == 0); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:15: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2979:9: note: Taking false branch GGML_ASSERT(hparams.n_expert_used == 0); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:9: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2979:9: note: Loop condition is false. Exiting loop GGML_ASSERT(hparams.n_expert_used == 0); ^ /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:257:5: note: expanded from macro 'GGML_ASSERT' do { \ ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2995:5: note: Calling 'llama_model_loader::get_key' ml.get_key(LLM_KV_ROPE_FREQ_BASE, hparams.rope_freq_base_train, false); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2656:16: note: Calling 'llama_model_loader::get_key' return get_key(llm_kv(kid), result, required); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2643:13: note: '?' condition is false it != kv_overrides.end() ? &it->second : nullptr; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2642:9: note: 'override' initialized to a null pointer value const struct llama_model_kv_override * override = ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2645:73: note: Passing null pointer value via 4th parameter 'override' const bool found = GGUFMeta::GKV::set(ctx_gguf, key, result, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2645:28: note: Calling 'GKV::set' const bool found = GGUFMeta::GKV::set(ctx_gguf, key, result, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2439:50: note: Passing null pointer value via 4th parameter 'override' return set(ctx, key.c_str(), target, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2439:20: note: Calling 'GKV::set' return set(ctx, key.c_str(), target, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2435:62: note: Passing null pointer value via 4th parameter 'override' return set(ctx, gguf_find_key(ctx, key), target, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2435:20: note: Calling 'GKV::set' return set(ctx, gguf_find_key(ctx, key), target, override); ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2426:41: note: Passing null pointer value via 2nd parameter 'override' if (try_override(target, override)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2426:17: note: Calling 'GKV::try_override' if (try_override(target, override)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2407:17: note: Assuming the condition is true if (validate_override(LLAMA_KV_OVERRIDE_FLOAT, override)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2407:13: note: Taking true branch if (validate_override(LLAMA_KV_OVERRIDE_FLOAT, override)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:2408:26: note: Dereference of null pointer target = override->float_value; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:3341:29: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] GGML_ASSERT(codepoints_from_utf8(word).size() > 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !codepoints_from_utf8(word).empty() /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:15: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_vector.h:1004:7: note: method 'vector'::empty() defined here empty() const _GLIBCXX_NOEXCEPT ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:3386:21: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] GGML_ASSERT(codepoints_from_utf8(word).size() > 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !codepoints_from_utf8(word).empty() /serve/cpp/_build/_deps/llama.cpp-src/./ggml.h:258:15: note: expanded from macro 'GGML_ASSERT' if (!(x)) { \ ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_vector.h:1004:7: note: method 'vector'::empty() defined here empty() const _GLIBCXX_NOEXCEPT ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:4452:13: warning: multiple declarations in a single statement reduces readability [readability-isolate-declaration] size_t first, last; ^~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8437:30: warning: method 'bpe_gpt2_preprocess' can be made static [readability-convert-member-functions-to-static] std::vector bpe_gpt2_preprocess(const std::string & text) { ^ static /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8441:21: warning: redundant string initialization [readability-redundant-string-init] std::string token = ""; ^~~~~~~~~~ token /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8455:48: warning: statement should be inside braces [readability-braces-around-statements] for (size_t i = 0; i < cps.size(); ++i) ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8473:25: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] if (token.size()) { ^~~~~~~~~~~~ !token.empty() /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.h:1035:7: note: method 'basic_string, std::allocator >'::empty() defined here empty() const _GLIBCXX_NOEXCEPT ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8494:25: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] if (token.size()) { ^~~~~~~~~~~~ !token.empty() /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.h:1035:7: note: method 'basic_string, std::allocator >'::empty() defined here empty() const _GLIBCXX_NOEXCEPT ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8497:54: warning: string concatenation results in allocation of unnecessary temporary strings; consider using 'operator+=' or 'string::append()' instead [performance-inefficient-string-concatenation] token = utf_char + utf_char_next + utf_char_next_next; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8506:76: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] if (codepoint_type(utf_char) == CODEPOINT_TYPE_LETTER || (!token.size() && utf_char == " " && codepoint_type(utf_char_next) == CODEPOINT_TYPE_LETTER)) { ~^~~~~~~~~~~~ token.empty() /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.h:1035:7: note: method 'basic_string, std::allocator >'::empty() defined here empty() const _GLIBCXX_NOEXCEPT ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8510:80: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] else if (codepoint_type(utf_char) == CODEPOINT_TYPE_DIGIT || (!token.size() && utf_char == " " && codepoint_type(utf_char_next) == CODEPOINT_TYPE_DIGIT)) { ~^~~~~~~~~~~~ token.empty() /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.h:1035:7: note: method 'basic_string, std::allocator >'::empty() defined here empty() const _GLIBCXX_NOEXCEPT ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8516:23: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] (!token.size() && utf_char == " " && codepoint_type(utf_char_next) != CODEPOINT_TYPE_LETTER && codepoint_type(utf_char_next) != CODEPOINT_TYPE_DIGIT && codepoint_type(utf_char_next) != CODEPOINT_TYPE_WHITESPACE) ~^~~~~~~~~~~~ token.empty() /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.h:1035:7: note: method 'basic_string, std::allocator >'::empty() defined here empty() const _GLIBCXX_NOEXCEPT ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8530:93: warning: repeated branch in conditional chain [bugprone-branch-clone] if (collecting_letter && codepoint_type(utf_char) != CODEPOINT_TYPE_LETTER) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8532:18: note: end of the original } ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8533:98: note: clone 1 starts here else if (collecting_numeric && codepoint_type(utf_char) != CODEPOINT_TYPE_DIGIT) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8536:210: note: clone 2 starts here else if (collecting_special && (codepoint_type(utf_char) == CODEPOINT_TYPE_LETTER || codepoint_type(utf_char) == CODEPOINT_TYPE_DIGIT || codepoint_type(utf_char) == CODEPOINT_TYPE_WHITESPACE)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8539:176: note: clone 3 starts here else if (collecting_whitespace_lookahead && (codepoint_type(utf_char_next) == CODEPOINT_TYPE_LETTER || codepoint_type(utf_char_next) == CODEPOINT_TYPE_DIGIT)) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8544:17: warning: the 'empty' method should be used to check for emptiness instead of comparing to an empty object [readability-container-size-empty] if (utf_char_next == "") { ^~~~~~~~~~~~~~~~~~~ utf_char_next.empty() /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.h:1035:7: note: method 'basic_string, std::allocator >'::empty() defined here empty() const _GLIBCXX_NOEXCEPT ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8550:21: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] if (token.size()) { ^~~~~~~~~~~~ !token.empty() /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.h:1035:7: note: method 'basic_string, std::allocator >'::empty() defined here empty() const _GLIBCXX_NOEXCEPT ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8566:25: warning: redundant string initialization [readability-redundant-string-init] std::string encoded_token = ""; ^~~~~~~~~~~~~~~~~~ encoded_token /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8588:9: warning: 'auto *token_map' can be declared as 'const auto *token_map' [readability-qualified-auto] auto * token_map = &vocab.token_to_id; ^~~~~~ const auto * /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8598:17: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] if (word.size() == 0) { ^~~~~~~~~~~~~~~~ word.empty() /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.h:1035:7: note: method 'basic_string, std::allocator >'::empty() defined here empty() const _GLIBCXX_NOEXCEPT ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8648:21: warning: redundant string initialization [readability-redundant-string-init] std::string new_str = ""; ^~~~~~~~~~~~ new_str /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8676:27: warning: statement should be inside braces [readability-braces-around-statements] if (r > l) words.push_back(new_str.substr(l, (r - l))); ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8702:10: warning: method 'is_chinese_char' can be made static [readability-convert-member-functions-to-static] bool is_chinese_char(const std::string & str) { ^ static /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8746:17: warning: method 'strip_accents' can be made static [readability-convert-member-functions-to-static] std::string strip_accents(const std::string & input_string) { ^ static /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8833:17: warning: 'auto *raw_text' can be declared as 'const auto *raw_text' [readability-qualified-auto] auto * raw_text = &(fragment.raw_text); ^~~~~~ const auto * /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8846:52: warning: statement should be inside braces [readability-braces-around-statements] if (match == std::string::npos) break; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8849:102: warning: statement should be inside braces [readability-braces-around-statements] if (match + special_token.length() > raw_text_base_offset + raw_text_base_length) break; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8914:100: warning: the parameter 'raw_text' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param] static std::vector llama_tokenize_internal(const llama_vocab & vocab, std::string raw_text, bool bos, bool special) { ^ const & /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8933:17: warning: statement should be inside braces [readability-braces-around-statements] if (special) tokenizer_st_partition(vocab, fragment_buffer); ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:8949:33: warning: string concatenation results in allocation of unnecessary temporary strings; consider using 'operator+=' or 'string::append()' instead [performance-inefficient-string-concatenation] raw_text = " " + raw_text; // prefix with space if the first token is not special ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:9481:32: warning: statement should be inside braces [readability-braces-around-statements] if (nhave >= k) break; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:9484:13: warning: 'auto ptr' can be declared as 'auto *ptr' [readability-qualified-auto] auto ptr = tmp_tokens.data(); ^~~~~ auto * /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10518:81: warning: statement should be inside braces [readability-braces-around-statements] if (qs.model.hparams.n_gqa() >= 4 || qs.model.hparams.n_expert >= 4) new_type = GGML_TYPE_Q4_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10519:17: warning: statement should be inside braces [readability-braces-around-statements] else new_type = GGML_TYPE_Q2_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10523:49: warning: statement should be inside braces [readability-braces-around-statements] if (qs.i_ffn_down < qs.n_ffn_down/8) new_type = GGML_TYPE_Q2_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10527:51: warning: statement should be inside braces [readability-braces-around-statements] if (ftype == LLAMA_FTYPE_MOSTLY_IQ1_S) new_type = GGML_TYPE_IQ2_XXS; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10542:53: warning: statement should be inside braces [readability-braces-around-statements] else if (ftype == LLAMA_FTYPE_MOSTLY_Q3_K_L) new_type = GGML_TYPE_Q5_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10542:54: warning: repeated branch in conditional chain [bugprone-branch-clone] else if (ftype == LLAMA_FTYPE_MOSTLY_Q3_K_L) new_type = GGML_TYPE_Q5_K; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10542:79: note: end of the original else if (ftype == LLAMA_FTYPE_MOSTLY_Q3_K_L) new_type = GGML_TYPE_Q5_K; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10543:87: note: clone 1 starts here else if (ftype == LLAMA_FTYPE_MOSTLY_IQ4_NL && qs.model.hparams.n_gqa() >= 4) { ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10548:79: note: clone 2 starts here else if (ftype == LLAMA_FTYPE_MOSTLY_Q4_K_S && qs.i_attention_wv < 4) new_type = GGML_TYPE_Q5_K; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10547:69: warning: statement should be inside braces [readability-braces-around-statements] use_more_bits(qs.i_attention_wv, qs.n_attention_wv)) new_type = GGML_TYPE_Q6_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10547:70: warning: repeated branch in conditional chain [bugprone-branch-clone] use_more_bits(qs.i_attention_wv, qs.n_attention_wv)) new_type = GGML_TYPE_Q6_K; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10547:95: note: end of the original use_more_bits(qs.i_attention_wv, qs.n_attention_wv)) new_type = GGML_TYPE_Q6_K; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10550:106: note: clone 1 starts here (qs.i_attention_wv < qs.n_attention_wv/8 || qs.i_attention_wv >= 7*qs.n_attention_wv/8)) new_type = GGML_TYPE_Q6_K; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10548:78: warning: statement should be inside braces [readability-braces-around-statements] else if (ftype == LLAMA_FTYPE_MOSTLY_Q4_K_S && qs.i_attention_wv < 4) new_type = GGML_TYPE_Q5_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10550:105: warning: statement should be inside braces [readability-braces-around-statements] (qs.i_attention_wv < qs.n_attention_wv/8 || qs.i_attention_wv >= 7*qs.n_attention_wv/8)) new_type = GGML_TYPE_Q6_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10555:74: warning: statement should be inside braces [readability-braces-around-statements] if (new_type == GGML_TYPE_Q3_K || new_type == GGML_TYPE_Q4_K) new_type = GGML_TYPE_Q5_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10574:9: warning: multiple declarations in a single statement reduces readability [readability-isolate-declaration] int i_layer = info.first, n_layer = info.second; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10575:51: warning: statement should be inside braces [readability-braces-around-statements] if (ftype == LLAMA_FTYPE_MOSTLY_Q2_K) new_type = GGML_TYPE_Q3_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10577:37: warning: statement should be inside braces [readability-braces-around-statements] if (i_layer < n_layer/8) new_type = GGML_TYPE_Q4_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10595:53: warning: statement should be inside braces [readability-braces-around-statements] if (use_more_bits(i_layer, n_layer)) new_type = GGML_TYPE_Q6_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10599:37: warning: statement should be inside braces [readability-braces-around-statements] if (i_layer < n_layer/8) new_type = GGML_TYPE_Q5_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10601:88: warning: statement should be inside braces [readability-braces-around-statements] else if (ftype == LLAMA_FTYPE_MOSTLY_Q5_K_M && use_more_bits(i_layer, n_layer)) new_type = GGML_TYPE_Q6_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10622:61: warning: statement should be inside braces [readability-braces-around-statements] if (ftype == LLAMA_FTYPE_MOSTLY_Q2_K ) new_type = GGML_TYPE_Q3_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10622:62: warning: repeated branch in conditional chain [bugprone-branch-clone] if (ftype == LLAMA_FTYPE_MOSTLY_Q2_K ) new_type = GGML_TYPE_Q3_K; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10622:87: note: end of the original if (ftype == LLAMA_FTYPE_MOSTLY_Q2_K ) new_type = GGML_TYPE_Q3_K; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10623:63: note: clone 1 starts here else if (ftype == LLAMA_FTYPE_MOSTLY_IQ3_XXS) new_type = GGML_TYPE_Q3_K; ^ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10623:62: warning: statement should be inside braces [readability-braces-around-statements] else if (ftype == LLAMA_FTYPE_MOSTLY_IQ3_XXS) new_type = GGML_TYPE_Q3_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10624:61: warning: statement should be inside braces [readability-braces-around-statements] else if (ftype == LLAMA_FTYPE_MOSTLY_Q3_K_M) new_type = GGML_TYPE_Q4_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10625:61: warning: statement should be inside braces [readability-braces-around-statements] else if (ftype == LLAMA_FTYPE_MOSTLY_Q3_K_L) new_type = GGML_TYPE_Q5_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10628:52: warning: statement should be inside braces [readability-braces-around-statements] if (ftype == LLAMA_FTYPE_MOSTLY_Q3_K_L) new_type = GGML_TYPE_Q4_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10632:86: warning: statement should be inside braces [readability-braces-around-statements] if (ftype == LLAMA_FTYPE_MOSTLY_Q3_K_M || ftype == LLAMA_FTYPE_MOSTLY_Q3_K_L) new_type = GGML_TYPE_Q4_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10633:53: warning: statement should be inside braces [readability-braces-around-statements] else if (ftype == LLAMA_FTYPE_MOSTLY_Q4_K_M) new_type = GGML_TYPE_Q5_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10634:53: warning: statement should be inside braces [readability-braces-around-statements] else if (ftype == LLAMA_FTYPE_MOSTLY_Q5_K_M) new_type = GGML_TYPE_Q6_K; ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10638:9: warning: multiple declarations in a single statement reduces readability [readability-isolate-declaration] int i_layer = info.first, n_layer = info.second; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:10646:9: warning: multiple declarations in a single statement reduces readability [readability-isolate-declaration] int i_layer = info.first, n_layer = info.second; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12451:36: warning: pointer parameter 'embd' can be pointer to const [readability-non-const-parameter] float * embd, ^ const /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12513:21: warning: statement should be inside braces [readability-braces-around-statements] if (batch.token) free(batch.token); ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12514:20: warning: statement should be inside braces [readability-braces-around-statements] if (batch.embd) free(batch.embd); ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12515:19: warning: statement should be inside braces [readability-braces-around-statements] if (batch.pos) free(batch.pos); ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12516:24: warning: statement should be inside braces [readability-braces-around-statements] if (batch.n_seq_id) free(batch.n_seq_id); ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12523:22: warning: statement should be inside braces [readability-braces-around-statements] if (batch.logits) free(batch.logits); ^ { /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12650:15: warning: do not use 'else' after 'return' [readability-else-after-return] } else if (llama_is_user_defined_token(model->vocab, token)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12661:17: warning: the result from calling 'memcpy' is not null-terminated [bugprone-not-null-terminated-result] memcpy(buf, "\xe2\x96\x85", 3); ^ note: this fix will not be applied because it overlaps with another fix /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12685:15: warning: do not use 'else' after 'return' [readability-else-after-return] } else if (llama_is_user_defined_token(model->vocab, token)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12727:14: warning: 'auto message' can be declared as 'const auto *message' [readability-qualified-auto] for (auto message : chat) { ^~~~~ const auto * /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12746:14: warning: 'auto message' can be declared as 'const auto *message' [readability-qualified-auto] for (auto message : chat) { ^~~~~ const auto * /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12770:14: warning: 'auto message' can be declared as 'const auto *message' [readability-qualified-auto] for (auto message : chat) { ^~~~~ const auto * /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12778:14: warning: 'auto message' can be declared as 'const auto *message' [readability-qualified-auto] for (auto message : chat) { ^~~~~ const auto * /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12787:21: warning: redundant string initialization [readability-redundant-string-init] std::string system_prompt = ""; ^~~~~~~~~~~~~~~~~~ system_prompt /serve/cpp/_build/_deps/llama.cpp-src/llama.cpp:12788:14: warning: 'auto message' can be declared as 'const auto *message' [readability-qualified-auto] for (auto message : chat) { ^~~~~ const auto * [ 78%] Linking CXX static library libllama.a [ 78%] Built target llama [ 78%] Building CXX object _deps/llama.cpp-build/common/CMakeFiles/common.dir/common.cpp.o [ 79%] Building CXX object _deps/llama.cpp-build/common/CMakeFiles/common.dir/sampling.cpp.o [ 79%] Building CXX object _deps/llama.cpp-build/common/CMakeFiles/common.dir/console.cpp.o [ 80%] Building CXX object _deps/llama.cpp-build/common/CMakeFiles/common.dir/grammar-parser.cpp.o [ 81%] Building CXX object _deps/llama.cpp-build/common/CMakeFiles/common.dir/train.cpp.o [ 81%] Linking CXX shared library libts_backends_core.so [ 81%] Built target ts_backends_core [ 82%] Building CXX object test/resources/examples/mnist/mnist_handler/CMakeFiles/mnist_handler.dir/src/mnist_handler.cc.o [ 82%] Building CXX object src/backends/CMakeFiles/model_worker_socket.dir/process/model_worker_socket.cc.o [ 83%] Building CXX object test/resources/examples/aot_inductor/llama_handler/CMakeFiles/llama_so_handler.dir/src/llama_handler.cc.o [ 83%] Building CXX object test/resources/examples/babyllama/babyllama_handler/CMakeFiles/babyllama_handler.dir/src/baby_llama_handler.cc.o /serve/cpp/_build/_deps/llama.cpp-src/common/grammar-parser.cpp:299:13: warning: switch has 4 consecutive identical branches [bugprone-branch-clone] case LLAMA_GRETYPE_CHAR: return true; ^ /serve/cpp/_build/_deps/llama.cpp-src/common/grammar-parser.cpp:302:59: note: last of these clones ends here case LLAMA_GRETYPE_CHAR_RNG_UPPER: return true; ^ [ 85%] Building CXX object src/backends/CMakeFiles/model_worker_socket.dir/process/model_worker.cc.o [ 85%] Building CXX object test/resources/examples/aot_inductor/bert_handler/CMakeFiles/bert_handler.dir/src/bert_handler.cc.o /serve/cpp/_build/_deps/llama.cpp-src/common/./train.h:200:6: warning: function 'print_duration' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name] void print_duration(double milliseconds); ^ /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:387:6: note: the definition seen here void print_duration(double fmillis) { ^ /serve/cpp/_build/_deps/llama.cpp-src/common/./train.h:200:6: note: differing parameters are named here: ('milliseconds'), in definition: ('fmillis') void print_duration(double milliseconds); ^ ~~~~~~~~~~~~ fmillis /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:323:20: warning: statement should be inside braces [readability-braces-around-statements] if (count == 0) return rng_state; ^ { /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:347:89: warning: static member accessed through instance [readability-static-accessed-through-instance] shuffled_offs[i] = (size_t) ((sizes[idcs[i]] - 1) * ((double) rng() / (double) (rng.max()-1))); ^~~~ std::mt19937:: /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:739:10: warning: method 'seek' can be made const [readability-make-member-function-const] void seek(size_t offset, int whence) { ^ const /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:748:10: warning: method 'read_raw' can be made const [readability-make-member-function-const] void read_raw(void * ptr, size_t size) { ^ const /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:774:10: warning: method 'write_raw' can be made const [readability-make-member-function-const] void write_raw(const void * ptr, size_t size) { ^ const /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:859:9: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] if (sample_start.size() == 0) { ^~~~~~~~~~~~~~~~~~~~~~~~ sample_start.empty() /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.h:1035:7: note: method 'basic_string, std::allocator >'::empty() defined here empty() const _GLIBCXX_NOEXCEPT ^ /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:907:13: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] if (out_samples_begin.size() == 0) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ out_samples_begin.empty() /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/stl_vector.h:1004:7: note: method 'vector'::empty() defined here empty() const _GLIBCXX_NOEXCEPT ^ /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:1146:35: warning: pointer parameter 'idx' can be pointer to const [readability-non-const-parameter] int argc, char ** argv, int * idx, struct train_params_common * params, bool * invalid_param ^ const /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:1443:31: warning: casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead [bugprone-incorrect-roundings] int impr_plot = -(int)(1 + (opt->loss_before - opt->loss_after) * 10.0f + 0.5f); ^ /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:1444:27: warning: statement should be inside braces [readability-braces-around-statements] if (impr_plot > 0) impr_plot = 0; ^ { /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:1444:28: warning: Value stored to 'impr_plot' is never read [clang-analyzer-deadcode.DeadStores] if (impr_plot > 0) impr_plot = 0; ^ /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:1444:28: note: Value stored to 'impr_plot' is never read /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:1445:73: warning: statement should be inside braces [readability-braces-around-statements] if (std::isnan(opt->loss_before) || std::isnan(opt->loss_after)) impr_plot = 0; ^ { /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:1445:74: warning: Value stored to 'impr_plot' is never read [clang-analyzer-deadcode.DeadStores] if (std::isnan(opt->loss_before) || std::isnan(opt->loss_after)) impr_plot = 0; ^ /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:1445:74: note: Value stored to 'impr_plot' is never read /serve/cpp/_build/_deps/llama.cpp-src/common/train.cpp:1460:28: warning: casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead [bugprone-incorrect-roundings] int bar_len = (int)(1 + improvement*plot_scale + 0.5); ^ [ 86%] Building CXX object test/resources/examples/aot_inductor/resnet_handler/CMakeFiles/resnet_handler.dir/src/resnet_handler.cc.o /serve/cpp/_build/_deps/llama.cpp-src/common/common.cpp:142:6: warning: function 'gpt_params_parse_ex' exceeds recommended size/complexity thresholds [readability-function-size] bool gpt_params_parse_ex(int argc, char ** argv, gpt_params & params) { ^ /serve/cpp/_build/_deps/llama.cpp-src/common/common.cpp:142:6: note: 862 statements (threshold 800) /serve/cpp/_build/_deps/llama.cpp-src/common/common.cpp:299:13: warning: different indentation for 'if' and corresponding 'else' [readability-misleading-indentation] else if (value == "linear") { params.rope_scaling_type = LLAMA_ROPE_SCALING_LINEAR; } ^ /serve/cpp/_build/_deps/llama.cpp-src/common/common.cpp:300:13: warning: different indentation for 'if' and corresponding 'else' [readability-misleading-indentation] else if (value == "yarn") { params.rope_scaling_type = LLAMA_ROPE_SCALING_YARN; } ^ /serve/cpp/_build/_deps/llama.cpp-src/common/common.cpp:301:13: warning: different indentation for 'if' and corresponding 'else' [readability-misleading-indentation] else { invalid_param = true; break; } ^ /serve/cpp/_build/_deps/llama.cpp-src/common/common.cpp:679:47: warning: the 'empty' method should be used to check for emptiness instead of comparing to an empty object [readability-container-size-empty] /**/ if (value == "distribute" || value == "") { params.numa = GGML_NUMA_STRATEGY_DISTRIBUTE; } ^~~~~~~~~~~ value.empty() /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/basic_string.h:1035:7: note: method 'basic_string, std::allocator >'::empty() defined here empty() const _GLIBCXX_NOEXCEPT ^ /serve/cpp/_build/_deps/llama.cpp-src/common/common.cpp:680:13: warning: different indentation for 'if' and corresponding 'else' [readability-misleading-indentation] else if (value == "isolate") { params.numa = GGML_NUMA_STRATEGY_ISOLATE; } ^ /serve/cpp/_build/_deps/llama.cpp-src/common/common.cpp:681:13: warning: different indentation for 'if' and corresponding 'else' [readability-misleading-indentation] else if (value == "numactl") { params.numa = GGML_NUMA_STRATEGY_NUMACTL; } ^ /serve/cpp/_build/_deps/llama.cpp-src/common/common.cpp:682:13: warning: different indentation for 'if' and corresponding 'else' [readability-misleading-indentation] else { invalid_param = true; break; } ^ /serve/examples/cpp/aot_inductor/bert/src/bert_handler.cc:68:8: warning: Value stored to 'options' during its initialization is never read [clang-analyzer-deadcode.DeadStores] auto options = torch::TensorOptions().dtype(torch::kLong); ^ /serve/examples/cpp/aot_inductor/bert/src/bert_handler.cc:68:8: note: Value stored to 'options' during its initialization is never read /serve/examples/cpp/aot_inductor/bert/src/bert_handler.cc:68:8: warning: unused variable 'options' [clang-diagnostic-unused-variable] auto options = torch::TensorOptions().dtype(torch::kLong); ^ /serve/examples/cpp/aot_inductor/bert/src/bert_handler.cc:139:65: warning: unused parameter 'idx_to_req_id' [clang-diagnostic-unused-parameter] std::pair &> &idx_to_req_id, ^ /serve/examples/cpp/aot_inductor/bert/src/bert_handler.cc:140:58: warning: unused parameter 'response_batch' [clang-diagnostic-unused-parameter] std::shared_ptr &response_batch) { ^ /serve/examples/cpp/aot_inductor/bert/src/bert_handler.cc:157:1: warning: non-void function does not return a value in all control paths [clang-diagnostic-return-type] } ^ [ 86%] Linking CXX static library libcommon.a [ 86%] Built target common [ 87%] Building CXX object test/CMakeFiles/torchserve_cpp_test.dir/backends/otf_protocol_and_handler_test.cc.o /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc:75:37: warning: unused parameter 'device' [clang-diagnostic-unused-parameter] std::shared_ptr &device, ^ /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc:117:7: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy] std::strcpy(msgCStr.get(), msg.c_str()); ^ /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc:117:7: note: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc:154:27: warning: unused parameter 'model' [clang-diagnostic-unused-parameter] std::shared_ptr model, c10::IValue &inputs, ^ /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc:155:37: warning: unused parameter 'device' [clang-diagnostic-unused-parameter] std::shared_ptr &device, ^ /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc:156:65: warning: unused parameter 'idx_to_req_id' [clang-diagnostic-unused-parameter] std::pair &> &idx_to_req_id, ^ /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc:157:58: warning: unused parameter 'response_batch' [clang-diagnostic-unused-parameter] std::shared_ptr &response_batch) { ^ /serve/examples/cpp/babyllama/src/baby_llama_handler.cc:77:37: warning: unused parameter 'device' [clang-diagnostic-unused-parameter] std::shared_ptr &device, ^ /serve/examples/cpp/babyllama/src/baby_llama_handler.cc:119:7: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 [clang-analyzer-security.insecureAPI.strcpy] std::strcpy(msgCStr.get(), msg.c_str()); ^ /serve/examples/cpp/babyllama/src/baby_llama_handler.cc:119:7: note: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 /serve/examples/cpp/babyllama/src/baby_llama_handler.cc:156:27: warning: unused parameter 'model' [clang-diagnostic-unused-parameter] std::shared_ptr model, c10::IValue &inputs, ^ /serve/examples/cpp/babyllama/src/baby_llama_handler.cc:157:37: warning: unused parameter 'device' [clang-diagnostic-unused-parameter] std::shared_ptr &device, ^ /serve/examples/cpp/babyllama/src/baby_llama_handler.cc:158:65: warning: unused parameter 'idx_to_req_id' [clang-diagnostic-unused-parameter] std::pair &> &idx_to_req_id, ^ /serve/examples/cpp/babyllama/src/baby_llama_handler.cc:159:58: warning: unused parameter 'response_batch' [clang-diagnostic-unused-parameter] std::shared_ptr &response_batch) { ^ /serve/examples/cpp/aot_inductor/resnet/src/resnet_handler.cc:137:65: warning: unused parameter 'idx_to_req_id' [clang-diagnostic-unused-parameter] std::pair &> &idx_to_req_id, ^ /serve/examples/cpp/aot_inductor/resnet/src/resnet_handler.cc:138:58: warning: unused parameter 'response_batch' [clang-diagnostic-unused-parameter] std::shared_ptr &response_batch) { ^ /serve/examples/cpp/aot_inductor/bert/src/bert_handler.cc: In member function 'virtual c10::IValue bert::BertCppHandler::Preprocess(std::shared_ptr&, std::pair&, std::map >&>&, std::shared_ptr >&, std::shared_ptr, std::shared_ptr > >&)': /serve/examples/cpp/aot_inductor/bert/src/bert_handler.cc:68:8: warning: variable 'options' set but not used [-Wunused-but-set-variable] 68 | auto options = torch::TensorOptions().dtype(torch::kLong); | ^~~~~~~ /serve/examples/cpp/aot_inductor/bert/src/bert_handler.cc: In member function 'virtual c10::IValue bert::BertCppHandler::Inference(std::shared_ptr, c10::IValue&, std::shared_ptr&, std::pair&, std::map >&>&, std::shared_ptr, std::shared_ptr > >&)': /serve/examples/cpp/aot_inductor/bert/src/bert_handler.cc:139:65: warning: unused parameter 'idx_to_req_id' [-Wunused-parameter] 139 | std::pair &> &idx_to_req_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/examples/cpp/aot_inductor/bert/src/bert_handler.cc:140:58: warning: unused parameter 'response_batch' [-Wunused-parameter] 140 | std::shared_ptr &response_batch) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc: In member function 'virtual c10::IValue llm::LlamaHandler::Preprocess(std::shared_ptr&, std::pair&, std::map >&>&, std::shared_ptr >&, std::shared_ptr, std::shared_ptr > >&)': /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc:75:37: warning: unused parameter 'device' [-Wunused-parameter] 75 | std::shared_ptr &device, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc: In member function 'virtual c10::IValue llm::LlamaHandler::Inference(std::shared_ptr, c10::IValue&, std::shared_ptr&, std::pair&, std::map >&>&, std::shared_ptr, std::shared_ptr > >&)': /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc:154:27: warning: unused parameter 'model' [-Wunused-parameter] 154 | std::shared_ptr model, c10::IValue &inputs, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc:155:37: warning: unused parameter 'device' [-Wunused-parameter] 155 | std::shared_ptr &device, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc:156:65: warning: unused parameter 'idx_to_req_id' [-Wunused-parameter] 156 | std::pair &> &idx_to_req_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/examples/cpp/aot_inductor/llama2/src/llama_handler.cc:157:58: warning: unused parameter 'response_batch' [-Wunused-parameter] 157 | std::shared_ptr &response_batch) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /serve/examples/cpp/babyllama/src/baby_llama_handler.cc: In member function 'virtual c10::IValue llm::BabyLlamaHandler::Preprocess(std::shared_ptr&, std::pair&, std::map >&>&, std::shared_ptr >&, std::shared_ptr, std::shared_ptr > >&)': /serve/examples/cpp/babyllama/src/baby_llama_handler.cc:77:37: warning: unused parameter 'device' [-Wunused-parameter] 77 | std::shared_ptr &device, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ /serve/examples/cpp/babyllama/src/baby_llama_handler.cc: In member function 'virtual c10::IValue llm::BabyLlamaHandler::Inference(std::shared_ptr, c10::IValue&, std::shared_ptr&, std::pair&, std::map >&>&, std::shared_ptr, std::shared_ptr > >&)': /serve/examples/cpp/babyllama/src/baby_llama_handler.cc:156:27: warning: unused parameter 'model' [-Wunused-parameter] 156 | std::shared_ptr model, c10::IValue &inputs, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ /serve/examples/cpp/babyllama/src/baby_llama_handler.cc:157:37: warning: unused parameter 'device' [-Wunused-parameter] 157 | std::shared_ptr &device, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ /serve/examples/cpp/babyllama/src/baby_llama_handler.cc:158:65: warning: unused parameter 'idx_to_req_id' [-Wunused-parameter] 158 | std::pair &> &idx_to_req_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/examples/cpp/babyllama/src/baby_llama_handler.cc:159:58: warning: unused parameter 'response_batch' [-Wunused-parameter] 159 | std::shared_ptr &response_batch) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ [ 87%] Building CXX object test/CMakeFiles/torchserve_cpp_test.dir/backends/protocol/otf_message_test.cc.o [ 88%] Linking CXX shared library libmnist_handler.so /serve/examples/cpp/aot_inductor/bert/src/bert_handler.cc:141:22: warning: control reaches end of non-void function [-Wreturn-type] 141 | c10::InferenceMode mode; | ^~~~ [ 88%] Built target mnist_handler [ 89%] Building CXX object test/resources/examples/llamacpp/llamacpp_handler/CMakeFiles/llamacpp_handler.dir/src/llamacpp_handler.cc.o [ 90%] Linking CXX shared library libbert_handler.so In file included from /usr/include/string.h:495, from /usr/include/x86_64-linux-gnu/sys/un.h:37, from /serve/cpp/src/backends/process/model_worker.hh:6, from /serve/cpp/src/backends/process/model_worker.cc:1: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'void torchserve::SocketServer::Run()' at /serve/cpp/src/backends/process/model_worker.cc:70:17: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 108 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 90%] Linking CXX executable model_worker_socket /serve/examples/cpp/aot_inductor/resnet/src/resnet_handler.cc: In member function 'virtual c10::IValue resnet::ResnetCppHandler::Inference(std::shared_ptr, c10::IValue&, std::shared_ptr&, std::pair&, std::map >&>&, std::shared_ptr, std::shared_ptr > >&)': /serve/examples/cpp/aot_inductor/resnet/src/resnet_handler.cc:137:65: warning: unused parameter 'idx_to_req_id' [-Wunused-parameter] 137 | std::pair &> &idx_to_req_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/examples/cpp/aot_inductor/resnet/src/resnet_handler.cc:138:58: warning: unused parameter 'response_batch' [-Wunused-parameter] 138 | std::shared_ptr &response_batch) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ [ 90%] Built target model_worker_socket [ 91%] Building CXX object test/CMakeFiles/torchserve_cpp_test.dir/examples/examples_test.cc.o [ 91%] Built target bert_handler [ 93%] Building CXX object test/CMakeFiles/torchserve_cpp_test.dir/torch_scripted/torch_scripted_test.cc.o [ 94%] Linking CXX shared library libbabyllama_handler.so [ 94%] Linking CXX shared library libllama_so_handler.so [ 94%] Built target babyllama_handler [ 94%] Building CXX object test/CMakeFiles/torchserve_cpp_test.dir/utils/dl_loader_test.cc.o [ 94%] Built target llama_so_handler [ 95%] Building CXX object test/CMakeFiles/torchserve_cpp_test.dir/utils/logging_test.cc.o [ 95%] Building CXX object test/CMakeFiles/torchserve_cpp_test.dir/utils/metrics/log_metric_test.cc.o [ 96%] Building CXX object test/CMakeFiles/torchserve_cpp_test.dir/utils/metrics/log_metrics_cache_test.cc.o [ 96%] Linking CXX shared library libresnet_handler.so [ 96%] Built target resnet_handler [ 96%] Building CXX object test/CMakeFiles/torchserve_cpp_test.dir/utils/metrics/registry_test.cc.o /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:1608:3: warning: Potential leak of memory pointed to by 'matcher.buffer_.shared' [clang-analyzer-cplusplus.NewDeleteLeaks] } ^ /serve/cpp/test/utils/metrics/log_metrics_cache_test.cc:41:3: note: Control jumps to 'case 0:' at line 41 ASSERT_THAT(cache->GetMetric(MetricType::COUNTER, "CounterTsMetricExample"), ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:5433:3: note: expanded from macro 'ASSERT_THAT' ASSERT_PRED_FORMAT1( \ ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h:112:3: note: expanded from macro 'ASSERT_PRED_FORMAT1' GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_) ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h:100:3: note: expanded from macro 'GTEST_PRED_FORMAT1_' GTEST_ASSERT_(pred_format(#v1, v1), on_failure) ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h:78:3: note: expanded from macro 'GTEST_ASSERT_' GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h:637:3: note: expanded from macro 'GTEST_AMBIGUOUS_ELSE_BLOCKER_' switch (0) \ ^ /serve/cpp/test/utils/metrics/log_metrics_cache_test.cc:41:3: note: Calling 'PredicateFormatterFromMatcher::operator()' ASSERT_THAT(cache->GetMetric(MetricType::COUNTER, "CounterTsMetricExample"), ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:5434:7: note: expanded from macro 'ASSERT_THAT' ::testing::internal::MakePredicateFormatterFromMatcher(matcher), value) ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h:112:23: note: expanded from macro 'ASSERT_PRED_FORMAT1' GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_) ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h:100:17: note: expanded from macro 'GTEST_PRED_FORMAT1_' GTEST_ASSERT_(pred_format(#v1, v1), on_failure) ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h:79:52: note: expanded from macro 'GTEST_ASSERT_' if (const ::testing::AssertionResult gtest_ar = (expression)) \ ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:1587:39: note: Calling 'SafeMatcherCast' const Matcher matcher = SafeMatcherCast(matcher_); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:550:10: note: Calling 'MatcherCast>' return MatcherCast(matcher); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:512:10: note: Calling 'MatcherCastImpl::Cast' return internal::MatcherCastImpl::Cast(matcher); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:404:12: note: Calling constructor for 'Matcher' return Matcher(new Impl(source_matcher)); ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:508:9: note: Calling constructor for 'MatcherBase' : internal::MatcherBase(impl) {} ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:312:5: note: Calling 'MatcherBase::Init' Init(impl); ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:485:5: note: Calling 'ValuePolicy::Init' Policy::Init(*this, std::forward(m)); ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:474:26: note: Memory is allocated m.buffer_.shared = new Shared(std::unique_ptr(impl)); ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:485:5: note: Returned allocated memory Policy::Init(*this, std::forward(m)); ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:312:5: note: Returned allocated memory Init(impl); ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:508:9: note: Returning from constructor for 'MatcherBase' : internal::MatcherBase(impl) {} ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:404:12: note: Returning from constructor for 'Matcher' return Matcher(new Impl(source_matcher)); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:512:10: note: Returned allocated memory return internal::MatcherCastImpl::Cast(matcher); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:550:10: note: Returned allocated memory return MatcherCast(matcher); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:1587:39: note: Returned allocated memory const Matcher matcher = SafeMatcherCast(matcher_); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:1591:5: note: Taking true branch if (matcher.Matches(x)) { ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:1608:3: note: Potential leak of memory pointed to by 'matcher.buffer_.shared' } ^ /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:67:37: warning: unused parameter 'device' [clang-diagnostic-unused-parameter] std::shared_ptr& device, ^ /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:150:27: warning: unused parameter 'model' [clang-diagnostic-unused-parameter] std::shared_ptr model, c10::IValue& inputs, ^ /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:151:37: warning: unused parameter 'device' [clang-diagnostic-unused-parameter] std::shared_ptr& device, ^ /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:152:63: warning: unused parameter 'idx_to_req_id' [clang-diagnostic-unused-parameter] std::pair&>& idx_to_req_id, ^ /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:153:58: warning: unused parameter 'response_batch' [clang-diagnostic-unused-parameter] std::shared_ptr& response_batch) { ^ /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:178:13: warning: 'llama_eval' is deprecated: use llama_decode() instead [clang-diagnostic-deprecated-declarations] if (llama_eval(llama_ctx, tokens_list.data(), int(tokens_list.size()), ^ /serve/cpp/_build/_deps/llama.cpp-src/./llama.h:580:15: note: 'llama_eval' has been explicitly marked deprecated here LLAMA_API DEPRECATED(int llama_eval( ^ /serve/cpp/_build/_deps/llama.cpp-src/./llama.h:27:56: note: expanded from macro 'DEPRECATED' # define DEPRECATED(func, hint) func __attribute__((deprecated(hint))) ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h:988:3: warning: Potential leak of memory pointed to by field '_M_pi' [clang-analyzer-cplusplus.NewDeleteLeaks] } ^ /serve/cpp/test/backends/otf_protocol_and_handler_test.cc:12:3: note: Calling 'TypedExpectation::WillOnce' EXPECT_CALL(*client_socket, RetrieveBuffer(testing::_, testing::_)) ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h:2081:3: note: expanded from macro 'EXPECT_CALL' GMOCK_ON_CALL_IMPL_(obj, InternalExpectedAt, call) ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h:2073:3: note: expanded from macro 'GMOCK_ON_CALL_IMPL_' ((mock_expr).gmock_##call)(::testing::internal::GetWithoutMatchers(), \ ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h:986:9: note: Calling 'make_shared, testing::OnceAction>' std::make_shared>(std::move(once_action)), ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h:717:14: note: Calling 'allocate_shared, std::allocator >, testing::OnceAction>' return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(), ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h:701:14: note: Calling constructor for 'shared_ptr>' return shared_ptr<_Tp>(_Sp_alloc_shared_tag<_Alloc>{__a}, ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h:359:4: note: Calling constructor for '__shared_ptr, __gnu_cxx::_S_atomic>' : __shared_ptr<_Tp>(__tag, std::forward<_Args>(__args)...) ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h:1344:14: note: Calling constructor for '__shared_count<__gnu_cxx::_S_atomic>' : _M_ptr(), _M_refcount(_M_ptr, __tag, std::forward<_Args>(__args)...) ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h:677:19: note: Calling '__allocate_guarded, std::allocator >, __gnu_cxx::_S_atomic> >>' auto __guard = std::__allocate_guarded(__a2); ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/allocated_ptr.h:97:21: note: Calling 'allocator_traits::allocate' return { __a, std::allocator_traits<_Alloc>::allocate(__a, 1) }; ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/alloc_traits.h:443:16: note: Calling 'new_allocator::allocate' { return __a.allocate(__n); } ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/new_allocator.h:104:2: note: Taking false branch if (__n > this->max_size()) ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/new_allocator.h:108:2: note: Taking false branch if (alignof(_Tp) > __STDCPP_DEFAULT_NEW_ALIGNMENT__) ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/new_allocator.h:114:27: note: Memory is allocated return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp))); ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/alloc_traits.h:443:16: note: Returned allocated memory { return __a.allocate(__n); } ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/allocated_ptr.h:97:21: note: Returned allocated memory return { __a, std::allocator_traits<_Alloc>::allocate(__a, 1) }; ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h:677:19: note: Returned allocated memory auto __guard = std::__allocate_guarded(__a2); ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h:1344:14: note: Returning from constructor for '__shared_count<__gnu_cxx::_S_atomic>' : _M_ptr(), _M_refcount(_M_ptr, __tag, std::forward<_Args>(__args)...) ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h:359:4: note: Returning from constructor for '__shared_ptr, __gnu_cxx::_S_atomic>' : __shared_ptr<_Tp>(__tag, std::forward<_Args>(__args)...) ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h:701:14: note: Returning from constructor for 'shared_ptr>' return shared_ptr<_Tp>(_Sp_alloc_shared_tag<_Alloc>{__a}, ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h:717:14: note: Returned allocated memory return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(), ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h:986:9: note: Returned allocated memory std::make_shared>(std::move(once_action)), ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h:988:3: note: Potential leak of memory pointed to by field '_M_pi' } ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:1608:3: warning: Potential leak of memory pointed to by 'matcher.buffer_.shared' [clang-analyzer-cplusplus.NewDeleteLeaks] } ^ /serve/cpp/test/utils/metrics/registry_test.cc:28:3: note: Control jumps to 'case 0:' at line 28 ASSERT_THAT(MetricsRegistry::GetMetricsCacheInstance(), ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:5433:3: note: expanded from macro 'ASSERT_THAT' ASSERT_PRED_FORMAT1( \ ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h:112:3: note: expanded from macro 'ASSERT_PRED_FORMAT1' GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_) ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h:100:3: note: expanded from macro 'GTEST_PRED_FORMAT1_' GTEST_ASSERT_(pred_format(#v1, v1), on_failure) ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h:78:3: note: expanded from macro 'GTEST_ASSERT_' GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h:637:3: note: expanded from macro 'GTEST_AMBIGUOUS_ELSE_BLOCKER_' switch (0) \ ^ /serve/cpp/test/utils/metrics/registry_test.cc:28:3: note: Calling 'PredicateFormatterFromMatcher::operator()' ASSERT_THAT(MetricsRegistry::GetMetricsCacheInstance(), ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:5434:7: note: expanded from macro 'ASSERT_THAT' ::testing::internal::MakePredicateFormatterFromMatcher(matcher), value) ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h:112:23: note: expanded from macro 'ASSERT_PRED_FORMAT1' GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_) ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h:100:17: note: expanded from macro 'GTEST_PRED_FORMAT1_' GTEST_ASSERT_(pred_format(#v1, v1), on_failure) ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h:79:52: note: expanded from macro 'GTEST_ASSERT_' if (const ::testing::AssertionResult gtest_ar = (expression)) \ ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:1587:39: note: Calling 'SafeMatcherCast &, std::shared_ptr>' const Matcher matcher = SafeMatcherCast(matcher_); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:550:10: note: Calling 'MatcherCast &, testing::Matcher >>' return MatcherCast(matcher); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:512:10: note: Calling 'MatcherCastImpl::Cast' return internal::MatcherCastImpl::Cast(matcher); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:404:12: note: Calling constructor for 'Matcher &>' return Matcher(new Impl(source_matcher)); ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:508:9: note: Calling constructor for 'MatcherBase &>' : internal::MatcherBase(impl) {} ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:312:5: note: Calling 'MatcherBase::Init' Init(impl); ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:485:5: note: Calling 'ValuePolicy::Init' Policy::Init(*this, std::forward(m)); ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:474:26: note: Memory is allocated m.buffer_.shared = new Shared(std::unique_ptr(impl)); ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:485:5: note: Returned allocated memory Policy::Init(*this, std::forward(m)); ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:312:5: note: Returned allocated memory Init(impl); ^ /serve/cpp/_build/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h:508:9: note: Returning from constructor for 'MatcherBase &>' : internal::MatcherBase(impl) {} ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:404:12: note: Returning from constructor for 'Matcher &>' return Matcher(new Impl(source_matcher)); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:512:10: note: Returned allocated memory return internal::MatcherCastImpl::Cast(matcher); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:550:10: note: Returned allocated memory return MatcherCast(matcher); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:1587:39: note: Returned allocated memory const Matcher matcher = SafeMatcherCast(matcher_); ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:1591:5: note: Taking true branch if (matcher.Matches(x)) { ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:1608:3: note: Potential leak of memory pointed to by 'matcher.buffer_.shared' } ^ [ 97%] Building CXX object test/CMakeFiles/torchserve_cpp_test.dir/utils/metrics/units_test.cc.o [ 97%] Building CXX object test/CMakeFiles/torchserve_cpp_test.dir/utils/metrics/yaml_config_test.cc.o [ 98%] Building CXX object test/CMakeFiles/torchserve_cpp_test.dir/utils/model_archiver_test.cc.o /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc: In member function 'virtual c10::IValue llm::LlamaCppHandler::Preprocess(std::shared_ptr&, std::pair&, std::map >&>&, std::shared_ptr >&, std::shared_ptr, std::shared_ptr > >&)': /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:67:37: warning: unused parameter 'device' [-Wunused-parameter] 67 | std::shared_ptr& device, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc: In member function 'virtual c10::IValue llm::LlamaCppHandler::Inference(std::shared_ptr, c10::IValue&, std::shared_ptr&, std::pair&, std::map >&>&, std::shared_ptr, std::shared_ptr > >&)': /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:179:30: warning: 'int llama_eval(llama_context*, llama_token*, int32_t, int32_t)' is deprecated: use llama_decode() instead [-Wdeprecated-declarations] 179 | n_past)) { | ^ In file included from /serve/cpp/_build/_deps/llama.cpp-src/./common/common.h:5, from /serve/examples/cpp/llamacpp/src/llamacpp_handler.hh:6, from /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:1: /serve/cpp/_build/_deps/llama.cpp-src/./llama.h:580:30: note: declared here 580 | LLAMA_API DEPRECATED(int llama_eval( | ^~~~~~~~~~ /serve/cpp/_build/_deps/llama.cpp-src/./llama.h:27:36: note: in definition of macro 'DEPRECATED' 27 | # define DEPRECATED(func, hint) func __attribute__((deprecated(hint))) | ^~~~ /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:179:30: warning: 'int llama_eval(llama_context*, llama_token*, int32_t, int32_t)' is deprecated: use llama_decode() instead [-Wdeprecated-declarations] 179 | n_past)) { | ^ In file included from /serve/cpp/_build/_deps/llama.cpp-src/./common/common.h:5, from /serve/examples/cpp/llamacpp/src/llamacpp_handler.hh:6, from /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:1: /serve/cpp/_build/_deps/llama.cpp-src/./llama.h:580:30: note: declared here 580 | LLAMA_API DEPRECATED(int llama_eval( | ^~~~~~~~~~ /serve/cpp/_build/_deps/llama.cpp-src/./llama.h:27:36: note: in definition of macro 'DEPRECATED' 27 | # define DEPRECATED(func, hint) func __attribute__((deprecated(hint))) | ^~~~ /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:150:27: warning: unused parameter 'model' [-Wunused-parameter] 150 | std::shared_ptr model, c10::IValue& inputs, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:151:37: warning: unused parameter 'device' [-Wunused-parameter] 151 | std::shared_ptr& device, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:152:63: warning: unused parameter 'idx_to_req_id' [-Wunused-parameter] 152 | std::pair&>& idx_to_req_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /serve/examples/cpp/llamacpp/src/llamacpp_handler.cc:153:58: warning: unused parameter 'response_batch' [-Wunused-parameter] 153 | std::shared_ptr& response_batch) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h:988:3: warning: Potential leak of memory pointed to by field '_M_pi' [clang-analyzer-cplusplus.NewDeleteLeaks] } ^ /serve/cpp/test/backends/protocol/otf_message_test.cc:170:3: note: Calling 'TypedExpectation::WillOnce' EXPECT_CALL(*client_socket, RetrieveInt()) ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h:2081:3: note: expanded from macro 'EXPECT_CALL' GMOCK_ON_CALL_IMPL_(obj, InternalExpectedAt, call) ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h:2073:3: note: expanded from macro 'GMOCK_ON_CALL_IMPL_' ((mock_expr).gmock_##call)(::testing::internal::GetWithoutMatchers(), \ ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h:986:9: note: Calling 'make_shared, testing::OnceAction>' std::make_shared>(std::move(once_action)), ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h:717:14: note: Calling 'allocate_shared, std::allocator >, testing::OnceAction>' return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(), ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h:701:14: note: Calling constructor for 'shared_ptr>' return shared_ptr<_Tp>(_Sp_alloc_shared_tag<_Alloc>{__a}, ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h:359:4: note: Calling constructor for '__shared_ptr, __gnu_cxx::_S_atomic>' : __shared_ptr<_Tp>(__tag, std::forward<_Args>(__args)...) ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h:1344:14: note: Calling constructor for '__shared_count<__gnu_cxx::_S_atomic>' : _M_ptr(), _M_refcount(_M_ptr, __tag, std::forward<_Args>(__args)...) ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h:677:19: note: Calling '__allocate_guarded, std::allocator >, __gnu_cxx::_S_atomic> >>' auto __guard = std::__allocate_guarded(__a2); ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/allocated_ptr.h:97:21: note: Calling 'allocator_traits::allocate' return { __a, std::allocator_traits<_Alloc>::allocate(__a, 1) }; ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/alloc_traits.h:443:16: note: Calling 'new_allocator::allocate' { return __a.allocate(__n); } ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/new_allocator.h:104:2: note: Taking false branch if (__n > this->max_size()) ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/new_allocator.h:108:2: note: Taking false branch if (alignof(_Tp) > __STDCPP_DEFAULT_NEW_ALIGNMENT__) ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/ext/new_allocator.h:114:27: note: Memory is allocated return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp))); ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/alloc_traits.h:443:16: note: Returned allocated memory { return __a.allocate(__n); } ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/allocated_ptr.h:97:21: note: Returned allocated memory return { __a, std::allocator_traits<_Alloc>::allocate(__a, 1) }; ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h:677:19: note: Returned allocated memory auto __guard = std::__allocate_guarded(__a2); ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr_base.h:1344:14: note: Returning from constructor for '__shared_count<__gnu_cxx::_S_atomic>' : _M_ptr(), _M_refcount(_M_ptr, __tag, std::forward<_Args>(__args)...) ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h:359:4: note: Returning from constructor for '__shared_ptr, __gnu_cxx::_S_atomic>' : __shared_ptr<_Tp>(__tag, std::forward<_Args>(__args)...) ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h:701:14: note: Returning from constructor for 'shared_ptr>' return shared_ptr<_Tp>(_Sp_alloc_shared_tag<_Alloc>{__a}, ^ /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/shared_ptr.h:717:14: note: Returned allocated memory return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(), ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h:986:9: note: Returned allocated memory std::make_shared>(std::move(once_action)), ^ /serve/cpp/_build/_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h:988:3: note: Potential leak of memory pointed to by field '_M_pi' } ^ [ 98%] Linking CXX shared library libllamacpp_handler.so [ 98%] Built target llamacpp_handler [100%] Linking CXX executable torchserve_cpp_test [100%] Built target torchserve_cpp_test [100%] Running clang-format [100%] Built target format [ 1%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/directives.cpp.o [ 1%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/emitter.cpp.o [ 2%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/emitterutils.cpp.o [ 3%] Building CXX object _deps/yaml-cpp-build/CMakeFiles/yaml-cpp.dir/src/singledocparser.cpp.o [ 3%] Linking CXX static library libyaml-cpp.a [ 19%] Built target yaml-cpp [ 20%] Linking CXX executable sandbox [ 21%] Built target yaml-cpp-sandbox [ 21%] Linking CXX executable parse [ 22%] Built target yaml-cpp-parse [ 22%] Linking CXX executable read [ 24%] Built target yaml-cpp-read [ 25%] Linking CXX shared library libts_utils.so [ 31%] Built target ts_utils [ 32%] Built target foo [ 33%] Linking CXX shared library libts_backends_protocol.so [ 34%] Built target ts_backends_protocol [ 34%] Linking CXX shared library libts_backends_core.so [ 36%] Built target ts_backends_core [ 36%] Linking CXX executable model_worker_socket [ 37%] Built target model_worker_socket [ 39%] Built target llama2_c [ 40%] Linking CXX shared library libbabyllama_handler.so [ 40%] Built target babyllama_handler [ 41%] Built target build_info [ 43%] Built target ggml [ 44%] Built target llama [ 48%] Built target common [ 48%] Linking CXX shared library libllamacpp_handler.so [ 49%] Built target llamacpp_handler [ 50%] Built target ggml_static [ 51%] Linking CXX shared library libmnist_handler.so [ 52%] Built target mnist_handler [ 54%] Built target llama2_so [ 54%] Linking CXX shared library libllama_so_handler.so [ 55%] Built target llama_so_handler [ 81%] Built target sentencepiece-static [ 82%] Built target tokenizers_c [ 83%] Built target tokenizer_cpp_objs [ 83%] Built target tokenizers_cpp [ 85%] Linking CXX shared library libbert_handler.so [ 85%] Built target bert_handler [ 85%] Linking CXX shared library libresnet_handler.so [ 86%] Built target resnet_handler [ 87%] Built target gtest [ 88%] Built target gtest_main [ 89%] Built target gmock [ 90%] Built target gmock_main [ 91%] Linking CXX executable torchserve_cpp_test [100%] Built target torchserve_cpp_test Install the project... -- Install configuration: "Release" -- Installing: /serve/cpp/_build/libs/libts_utils.so -- Installing: /serve/cpp/_build/libs/libts_backends_protocol.so -- Set runtime path of "/serve/cpp/_build/libs/libts_backends_protocol.so" to "" -- Installing: /serve/cpp/_build/libs/libts_backends_core.so -- Set runtime path of "/serve/cpp/_build/libs/libts_backends_core.so" to "" -- Installing: /serve/cpp/_build/bin/model_worker_socket -- Set runtime path of "/serve/cpp/_build/bin/model_worker_socket" to "" -- Installing: /serve/cpp/_build/lib/cmake/Llama/LlamaConfig.cmake -- Installing: /serve/cpp/_build/lib/cmake/Llama/LlamaConfigVersion.cmake -- Installing: /serve/cpp/_build/include/ggml.h -- Installing: /serve/cpp/_build/include/ggml-alloc.h -- Installing: /serve/cpp/_build/include/ggml-backend.h -- Installing: /serve/cpp/_build/lib/libllama.a -- Installing: /serve/cpp/_build/include/llama.h -- Installing: /serve/cpp/_build/bin/convert.py -- Installing: /serve/cpp/_build/bin/convert-lora-to-ggml.py -- Up-to-date: /serve/cpp/_build/include -- Installing: /serve/cpp/_build/include/gmock -- Installing: /serve/cpp/_build/include/gmock/gmock-more-actions.h -- Installing: /serve/cpp/_build/include/gmock/gmock-matchers.h -- Installing: /serve/cpp/_build/include/gmock/gmock.h -- Installing: /serve/cpp/_build/include/gmock/gmock-cardinalities.h -- Installing: /serve/cpp/_build/include/gmock/gmock-function-mocker.h -- Installing: /serve/cpp/_build/include/gmock/gmock-nice-strict.h -- Installing: /serve/cpp/_build/include/gmock/gmock-spec-builders.h -- Installing: /serve/cpp/_build/include/gmock/internal -- Installing: /serve/cpp/_build/include/gmock/internal/gmock-pp.h -- Installing: /serve/cpp/_build/include/gmock/internal/gmock-port.h -- Installing: /serve/cpp/_build/include/gmock/internal/custom -- Installing: /serve/cpp/_build/include/gmock/internal/custom/gmock-matchers.h -- Installing: /serve/cpp/_build/include/gmock/internal/custom/gmock-generated-actions.h -- Installing: /serve/cpp/_build/include/gmock/internal/custom/gmock-port.h -- Installing: /serve/cpp/_build/include/gmock/internal/custom/README.md -- Installing: /serve/cpp/_build/include/gmock/internal/gmock-internal-utils.h -- Installing: /serve/cpp/_build/include/gmock/gmock-actions.h -- Installing: /serve/cpp/_build/include/gmock/gmock-more-matchers.h -- Installing: /serve/cpp/_build/lib/pkgconfig/gmock.pc -- Installing: /serve/cpp/_build/lib/pkgconfig/gmock_main.pc -- Installing: /serve/cpp/_build/lib/cmake/GTest/GTestTargets.cmake -- Installing: /serve/cpp/_build/lib/cmake/GTest/GTestTargets-release.cmake -- Installing: /serve/cpp/_build/lib/cmake/GTest/GTestConfigVersion.cmake -- Installing: /serve/cpp/_build/lib/cmake/GTest/GTestConfig.cmake -- Up-to-date: /serve/cpp/_build/include -- Installing: /serve/cpp/_build/include/gtest -- Installing: /serve/cpp/_build/include/gtest/gtest-message.h -- Installing: /serve/cpp/_build/include/gtest/gtest-death-test.h -- Installing: /serve/cpp/_build/include/gtest/gtest-assertion-result.h -- Installing: /serve/cpp/_build/include/gtest/gtest-typed-test.h -- Installing: /serve/cpp/_build/include/gtest/gtest-printers.h -- Installing: /serve/cpp/_build/include/gtest/gtest-matchers.h -- Installing: /serve/cpp/_build/include/gtest/gtest_prod.h -- Installing: /serve/cpp/_build/include/gtest/gtest_pred_impl.h -- Installing: /serve/cpp/_build/include/gtest/gtest.h -- Installing: /serve/cpp/_build/include/gtest/gtest-spi.h -- Installing: /serve/cpp/_build/include/gtest/gtest-param-test.h -- Installing: /serve/cpp/_build/include/gtest/internal -- Installing: /serve/cpp/_build/include/gtest/internal/gtest-param-util.h -- Installing: /serve/cpp/_build/include/gtest/internal/gtest-string.h -- Installing: /serve/cpp/_build/include/gtest/internal/gtest-port-arch.h -- Installing: /serve/cpp/_build/include/gtest/internal/gtest-type-util.h -- Installing: /serve/cpp/_build/include/gtest/internal/gtest-filepath.h -- Installing: /serve/cpp/_build/include/gtest/internal/custom -- Installing: /serve/cpp/_build/include/gtest/internal/custom/gtest-printers.h -- Installing: /serve/cpp/_build/include/gtest/internal/custom/gtest.h -- Installing: /serve/cpp/_build/include/gtest/internal/custom/gtest-port.h -- Installing: /serve/cpp/_build/include/gtest/internal/custom/README.md -- Installing: /serve/cpp/_build/include/gtest/internal/gtest-port.h -- Installing: /serve/cpp/_build/include/gtest/internal/gtest-death-test-internal.h -- Installing: /serve/cpp/_build/include/gtest/internal/gtest-internal.h -- Installing: /serve/cpp/_build/include/gtest/gtest-test-part.h -- Installing: /serve/cpp/_build/lib/pkgconfig/gtest.pc -- Installing: /serve/cpp/_build/lib/pkgconfig/gtest_main.pc torchserve_cpp build is complete. To run unit test: ./_build/test/torchserve_cpp_test  Running main() from /serve/cpp/_build/_deps/googletest-src/googletest/src/gtest_main.cc [==========] Running 49 tests from 11 test suites. [----------] Global test environment set-up. [----------] 1 test from BackendIntegTest [ RUN ] BackendIntegTest.TestOTFProtocolAndHandler I0309 01:22:35.068534 13443 log_metric.cc:92] [METRICS]HandlerTime.Milliseconds:71.387536|#ModelName:mnist_scripted_v2,Level:Model|#hostname:27cb03602315,1709947355,reqi I0309 01:22:35.068633 13443 log_metric.cc:92] [METRICS]PredictionTime.Milliseconds:71.387536|#ModelName:mnist_scripted_v2,Level:Model|#hostname:27cb03602315,1709947355,reqi [ OK ] BackendIntegTest.TestOTFProtocolAndHandler (102 ms) [----------] 1 test from BackendIntegTest (102 ms total) [----------] 8 tests from OTFMessageTest [ RUN ] OTFMessageTest.TestRetieveCmd [ OK ] OTFMessageTest.TestRetieveCmd (0 ms) [ RUN ] OTFMessageTest.TestEncodeLoadModelResponse [ OK ] OTFMessageTest.TestEncodeLoadModelResponse (0 ms) [ RUN ] OTFMessageTest.TestUTF8EncodeLoadModelResponse [ OK ] OTFMessageTest.TestUTF8EncodeLoadModelResponse (0 ms) [ RUN ] OTFMessageTest.TestRetrieveMsgLoadGpu [ OK ] OTFMessageTest.TestRetrieveMsgLoadGpu (0 ms) [ RUN ] OTFMessageTest.TestRetrieveMsgLoadNoGpu [ OK ] OTFMessageTest.TestRetrieveMsgLoadNoGpu (0 ms) [ RUN ] OTFMessageTest.TestEncodeSuccessInferenceResponse [ OK ] OTFMessageTest.TestEncodeSuccessInferenceResponse (0 ms) [ RUN ] OTFMessageTest.TestEncodeFailureInferenceResponse E0309 01:22:35.069952 13443 otf_message_test.cc:157] result_size: 120 [ OK ] OTFMessageTest.TestEncodeFailureInferenceResponse (0 ms) [ RUN ] OTFMessageTest.TestRetrieveInferenceMsg [ OK ] OTFMessageTest.TestRetrieveInferenceMsg (0 ms) [----------] 8 tests from OTFMessageTest (0 ms total) [----------] 11 tests from ModelPredictTest [ RUN ] ModelPredictTest.TestLoadPredictBabyLlamaHandler Total number of tokens generated: 332 Achieved tok per sec: 148.016 Generated String: Hello my name is The little girl, who was three years old, was playing in the garden. She saw a big, red tomato and wanted to pick it. She reached out her hand and grabbed it. Suddenly, a voice said, "Hey! That's my tomato!" The little girl looked up and saw a big, angry bird. She was scared and started to cry. The bird said, "That tomato is mine! I'm going to eat it!" The little girl was very scared and ran away. She was so sad that she didn't get to eat the tomato. The bird flew away and the little girl was left alone in the garden. She was very sad and cried all the way home. Generated String: Hello my name is The little girl, who was three years old, was playing in the garden. She saw a big, red tomato and wanted to pick it. She reached out her hand and grabbed it. Suddenly, a voice said, "Hey! That's my tomato!" The little girl looked up and saw a big, angry bird. She was scared and started to cry. The bird said, "That tomato is mine! I'm going to eat it!" The little girl was very scared and ran away. She was so sad that she didn't get to eat the tomato. The bird flew away and the little girl was left alone in the garden. She was very sad and cried all the way home. I0309 01:22:37.340965 13443 log_metric.cc:92] [METRICS]HandlerTime.Milliseconds:2265.611957|#ModelName:babyllama,Level:Model|#hostname:27cb03602315,1709947357,llm_ts_0,llm_ts_1 I0309 01:22:37.340991 13443 log_metric.cc:92] [METRICS]PredictionTime.Milliseconds:2265.611957|#ModelName:babyllama,Level:Model|#hostname:27cb03602315,1709947357,llm_ts_0,llm_ts_1 [ OK ] ModelPredictTest.TestLoadPredictBabyLlamaHandler (2274 ms) [ RUN ] ModelPredictTest.TestLoadPredictAotInductorLlamaHandler I0309 01:22:39.128142 13443 log_metric.cc:92] [METRICS]HandlerTime.Milliseconds:1778.253441|#ModelName:llama,Level:Model|#hostname:27cb03602315,1709947359,llm_ts_0,llm_ts_1 I0309 01:22:39.128198 13443 log_metric.cc:92] [METRICS]PredictionTime.Milliseconds:1778.253441|#ModelName:llama,Level:Model|#hostname:27cb03602315,1709947359,llm_ts_0,llm_ts_1 [ OK ] ModelPredictTest.TestLoadPredictAotInductorLlamaHandler (1788 ms) [ RUN ] ModelPredictTest.TestLoadPredictLlamaCppHandler /serve/cpp/test/examples/examples_test.cc:53: Skipped Skipping TestLoadPredictLlamaCppHandler because of missing file: _build/test/resources/examples/llamacpp/llamacpp_handler/llama-2-7b-chat.Q5_0.gguf [ SKIPPED ] ModelPredictTest.TestLoadPredictLlamaCppHandler (0 ms) [ RUN ] ModelPredictTest.TestLoadPredictAotInductorBertHandler I0309 01:22:39.291117 13443 bert_handler.cc:15] start LoadModel Error: CUDA driver error: file not found E0309 01:22:39.590697 13443 bert_handler.cc:153] run_func_( container_handle_, input_handles.data(), input_handles.size(), output_handles.data(), output_handles.size(), cuda_stream_handle, proxy_executor_handle) API call failed at ../torch/csrc/inductor/aoti_model_container_runner.cpp, line 51 E0309 01:22:39.590754 13443 base_handler.cc:51] Failed to handle this batch after: Preprocessing [ OK ] ModelPredictTest.TestLoadPredictAotInductorBertHandler (488 ms) [ RUN ] ModelPredictTest.TestLoadPredictAotInductorResnetHandler Error: CUDA driver error: file not found E0309 01:22:39.793260 13443 resnet_handler.cc:154] run_func_( container_handle_, input_handles.data(), input_handles.size(), output_handles.data(), output_handles.size(), cuda_stream_handle, proxy_executor_handle) API call failed at ../torch/csrc/inductor/aoti_model_container_runner.cpp, line 51 E0309 01:22:39.793397 13443 base_handler.cc:51] Failed to handle this batch after: Inference [ OK ] ModelPredictTest.TestLoadPredictAotInductorResnetHandler (178 ms) [ RUN ] ModelPredictTest.TestLoadPredictBaseHandler I0309 01:22:39.819657 13443 log_metric.cc:92] [METRICS]HandlerTime.Milliseconds:6.587239|#ModelName:mnist_scripted_v2,Level:Model|#hostname:27cb03602315,1709947359,mnist_ts_0,mnist_ts_1 I0309 01:22:39.819696 13443 log_metric.cc:92] [METRICS]PredictionTime.Milliseconds:6.587239|#ModelName:mnist_scripted_v2,Level:Model|#hostname:27cb03602315,1709947359,mnist_ts_0,mnist_ts_1 [ OK ] ModelPredictTest.TestLoadPredictBaseHandler (19 ms) [ RUN ] ModelPredictTest.TestLoadPredictMnistHandler I0309 01:22:39.836504 13443 log_metric.cc:92] [METRICS]HandlerTime.Milliseconds:5.713236|#ModelName:mnist_scripted_v2,Level:Model|#hostname:27cb03602315,1709947359,mnist_ts_0,mnist_ts_1 I0309 01:22:39.836549 13443 log_metric.cc:92] [METRICS]PredictionTime.Milliseconds:5.713236|#ModelName:mnist_scripted_v2,Level:Model|#hostname:27cb03602315,1709947359,mnist_ts_0,mnist_ts_1 [ OK ] ModelPredictTest.TestLoadPredictMnistHandler (16 ms) [ RUN ] ModelPredictTest.TestBackendInitWrongModelDir E0309 01:22:39.837230 13443 model_archive.cc:53] Failed to init Manifest from: _build/test/resources/examples/mnist/MAR-INF/MANIFEST.json [ OK ] ModelPredictTest.TestBackendInitWrongModelDir (0 ms) [ RUN ] ModelPredictTest.TestBackendInitWrongHandler [ OK ] ModelPredictTest.TestBackendInitWrongHandler (0 ms) [ RUN ] ModelPredictTest.TestLoadModelFailure E0309 01:22:39.843476 13443 torch_scripted_handler.cc:22] loading the model: mnist_scripted_v2, device id: -1, error: open file failed because of errno 2 on fopen: No such file or directory, file path: _build/test/resources/examples/mnist/wrong_model/mnist_script.pt [ OK ] ModelPredictTest.TestLoadModelFailure (5 ms) [ RUN ] ModelPredictTest.TestLoadPredictMnistHandlerFailure E0309 01:22:39.857685 13443 base_handler.cc:154] Failed to load tensor for request id: mnist_ts_0, c10 error: PytorchStreamReader failed reading zip archive: failed finding central directory E0309 01:22:39.861802 13443 base_handler.cc:154] Failed to load tensor for request id: mnist_ts_1, c10 error: PytorchStreamReader failed reading zip archive: failed finding central directory E0309 01:22:39.863461 13443 base_handler.cc:51] Failed to handle this batch after: Preprocessing [ OK ] ModelPredictTest.TestLoadPredictMnistHandlerFailure (20 ms) [----------] 11 tests from ModelPredictTest (4793 ms total) [----------] 1 test from DLLoaderTest [ RUN ] DLLoaderTest.TestGetInstance [ OK ] DLLoaderTest.TestGetInstance (0 ms) [----------] 1 test from DLLoaderTest (0 ms total) [----------] 3 tests from LoggingTest [ RUN ] LoggingTest.TestIncorrectLogInitialization [ OK ] LoggingTest.TestIncorrectLogInitialization (0 ms) [ RUN ] LoggingTest.TestJSONConfigLogInitialization [ OK ] LoggingTest.TestJSONConfigLogInitialization (0 ms) [ RUN ] LoggingTest.TestFileLogInitialization [ OK ] LoggingTest.TestFileLogInitialization (0 ms) [----------] 3 tests from LoggingTest (0 ms total) [----------] 6 tests from TSLogMetricTest [ RUN ] TSLogMetricTest.TestCounterMetric [ OK ] TSLogMetricTest.TestCounterMetric (0 ms) [ RUN ] TSLogMetricTest.TestGaugeMetric [ OK ] TSLogMetricTest.TestGaugeMetric (0 ms) [ RUN ] TSLogMetricTest.TestHistogramMetric [ OK ] TSLogMetricTest.TestHistogramMetric (0 ms) [ RUN ] TSLogMetricTest.TestTSLogMetricEmitWithRequestId [ OK ] TSLogMetricTest.TestTSLogMetricEmitWithRequestId (0 ms) [ RUN ] TSLogMetricTest.TestTSLogMetricEmitWithoutRequestId [ OK ] TSLogMetricTest.TestTSLogMetricEmitWithoutRequestId (0 ms) [ RUN ] TSLogMetricTest.TestTSLogMetricEmitWithIncorrectDimensionData [ OK ] TSLogMetricTest.TestTSLogMetricEmitWithIncorrectDimensionData (0 ms) [----------] 6 tests from TSLogMetricTest (3 ms total) [----------] 2 tests from TSLogMetricsCacheTest [ RUN ] TSLogMetricsCacheTest.TestInitialize [ OK ] TSLogMetricsCacheTest.TestInitialize (0 ms) [ RUN ] TSLogMetricsCacheTest.TestGetMetric I0309 01:22:39.869615 13443 log_metric.cc:89] [METRICS]GaugeTsMetricExample.Count:1.5|#model_name:model_name,host_name:host_name|#hostname:27cb03602315,1709947359 [ OK ] TSLogMetricsCacheTest.TestGetMetric (0 ms) [----------] 2 tests from TSLogMetricsCacheTest (0 ms total) [----------] 3 tests from RegistryTest [ RUN ] RegistryTest.TestValidConfigFile [ OK ] RegistryTest.TestValidConfigFile (0 ms) [ RUN ] RegistryTest.TestInvalidConfigFile [ OK ] RegistryTest.TestInvalidConfigFile (0 ms) [ RUN ] RegistryTest.TestReInitialize [ OK ] RegistryTest.TestReInitialize (0 ms) [----------] 3 tests from RegistryTest (0 ms total) [----------] 3 tests from UnitsTest [ RUN ] UnitsTest.TestGetExistingUnitMapping [ OK ] UnitsTest.TestGetExistingUnitMapping (0 ms) [ RUN ] UnitsTest.TestGetNonExistentUnitMapping [ OK ] UnitsTest.TestGetNonExistentUnitMapping (0 ms) [ RUN ] UnitsTest.TestGetEmptyUnitMapping [ OK ] UnitsTest.TestGetEmptyUnitMapping (0 ms) [----------] 3 tests from UnitsTest (0 ms total) [----------] 10 tests from YAMLConfigTest [ RUN ] YAMLConfigTest.TestLoadValidConfigFrontendContext [ OK ] YAMLConfigTest.TestLoadValidConfigFrontendContext (0 ms) [ RUN ] YAMLConfigTest.TestLoadValidConfigBackendContext [ OK ] YAMLConfigTest.TestLoadValidConfigBackendContext (0 ms) [ RUN ] YAMLConfigTest.TestLoadMinimalValidConfig [ OK ] YAMLConfigTest.TestLoadMinimalValidConfig (0 ms) [ RUN ] YAMLConfigTest.TestLoadInvalidConfigWithDuplicateDimension [ OK ] YAMLConfigTest.TestLoadInvalidConfigWithDuplicateDimension (0 ms) [ RUN ] YAMLConfigTest.TestLoadInvalidConfigWithEmptyDimension [ OK ] YAMLConfigTest.TestLoadInvalidConfigWithEmptyDimension (0 ms) [ RUN ] YAMLConfigTest.TestLoadInvalidConfigWithUndefinedDimension [ OK ] YAMLConfigTest.TestLoadInvalidConfigWithUndefinedDimension (0 ms) [ RUN ] YAMLConfigTest.TestLoadInvalidConfigWithDuplicateMetricDimension [ OK ] YAMLConfigTest.TestLoadInvalidConfigWithDuplicateMetricDimension (0 ms) [ RUN ] YAMLConfigTest.TestLoadInvalidConfigWithMissingMetricName E0309 01:22:39.872054 13443 yaml_config.cc:203] Configuration for a metric must consist of "name", "unit" and "dimensions" [ OK ] YAMLConfigTest.TestLoadInvalidConfigWithMissingMetricName (0 ms) [ RUN ] YAMLConfigTest.TestLoadInvalidConfigWithEmptyMetricName E0309 01:22:39.872292 13443 yaml_config.cc:215] Configuration for a metric must consist of a non-empty "name" [ OK ] YAMLConfigTest.TestLoadInvalidConfigWithEmptyMetricName (0 ms) [ RUN ] YAMLConfigTest.TestLoadInvalidConfigWithDuplicateMetricName [ OK ] YAMLConfigTest.TestLoadInvalidConfigWithDuplicateMetricName (0 ms) [----------] 10 tests from YAMLConfigTest (1 ms total) [----------] 1 test from ManifestTest [ RUN ] ManifestTest.TestInitialize [ OK ] ManifestTest.TestInitialize (0 ms) [----------] 1 test from ManifestTest (0 ms total) [----------] Global test environment tear-down [==========] 49 tests from 11 test suites ran. (4905 ms total) [ PASSED ] 48 tests. [ SKIPPED ] 1 test, listed below: [ SKIPPED ] ModelPredictTest.TestLoadPredictLlamaCppHandler