INFO:2025-07-29T08:37:04Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 3b9ea7bbc5ef..9f00ab411a60 main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at 9f00ab411a60 [libc++] Add [[nodiscard]] to the vector accessor functions (#150615) INFO:2025-07-29T08:37:07Z:root:syncing... Deleted branch merge (was 3b9ea7bbc5ef). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-07-29T08:37:07Z:root:building ninja: Entering directory `out/gn' [1/41] COPY ../../libcxx/include/__vector/vector.h include/c++/v1/__vector/vector.h [2/41] COPY ../../libcxx/include/__vector/vector_bool.h include/c++/v1/__vector/vector_bool.h [3/41] CXX stage2_unix/obj/libcxx/src/cxx_static.bind.o [4/41] CXX stage2_unix/obj/libcxx/src/cxx_static.functional.o [5/41] CXX stage2_unix/obj/libcxx/src/cxx_shared.bind.o [6/41] CXX stage2_unix/obj/libcxx/src/cxx_shared.functional.o [7/41] CXX stage2_unix/obj/libcxx/src/cxx_static.vector.o [8/41] CXX stage2_unix/obj/libcxx/src/cxx_shared.vector.o [9/41] CXX stage2_unix/obj/libcxx/src/cxx_shared.random.o [10/41] CXX stage2_unix/obj/libcxx/src/cxx_static.random.o [11/41] CXX stage2_unix/obj/libcxx/src/cxx_static.atomic.o [12/41] CXX stage2_unix/obj/libcxx/src/cxx_shared.atomic.o [13/41] CXX stage2_unix/obj/libcxx/src/cxx_shared.random_shuffle.o [14/41] CXX stage2_unix/obj/libcxx/src/cxx_static.random_shuffle.o [15/41] CXX stage2_unix/obj/libcxx/src/cxx_static.thread.o [16/41] CXX stage2_unix/obj/libcxx/src/cxx_shared.thread.o [17/41] CXX stage2_unix/obj/libcxx/src/cxx_static.regex.o [18/41] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_shared.path.o [19/41] CXX stage2_unix/obj/libcxx/src/cxx_shared.regex.o [20/41] CXX stage2_unix/obj/libcxx/src/cxx_static.chrono.o [21/41] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_static.path.o [22/41] CXX stage2_unix/obj/libcxx/src/cxx_shared.chrono.o [23/41] CXX stage2_unix/obj/libcxx/src/experimental/cxx_experimental.chrono_exception.o [24/41] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_static.filesystem_clock.o [25/41] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_shared.filesystem_clock.o [26/41] CXX stage2_unix/obj/libcxx/src/experimental/cxx_experimental.tzdb_list.o [27/41] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_shared.directory_entry.o [28/41] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_static.directory_entry.o [29/41] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_shared.directory_iterator.o [30/41] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_static.directory_iterator.o [31/41] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_shared.operations.o [32/41] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_static.operations.o [33/41] CXX stage2_unix/obj/libcxx/src/experimental/cxx_experimental.tzdb.o [34/41] CXX stage2_unix/obj/libcxx/src/experimental/cxx_experimental.time_zone.o [35/41] AR lib/libc++experimental.a [36/41] CXX stage2_unix/obj/libcxx/src/cxx_shared.locale.o [37/41] CXX stage2_unix/obj/libcxx/src/cxx_static.locale.o [38/41] SOLINK lib/libc++.so.0 [39/41] AR lib/libc++.a [40/41] ACTION //libcxx/src:cxx_symlink(//llvm/utils/gn/build/toolchain:stage2_unix) [41/41] ACTION //libcxx/src:cxx_linker_script(//llvm/utils/gn/build/toolchain:stage2_unix) INFO:2025-07-29T08:37:17Z:root:analyze gn analyze output: { "compile_targets": [], "status": "No dependency", "test_targets": [] } gn analyze input: { "files": [ "//libcxx/include/__vector/vector.h", "//libcxx/include/__vector/vector_bool.h", "//libcxx/test/libcxx/diagnostics/vector.nodiscard.verify.cpp" ], "test_targets": [ "//clang-tools-extra/clangd/test:check-clangd", "//clang-tools-extra/test:check-clang-tools", "//clang/test:check-clang", "//compiler-rt/test/hwasan:check-hwasan", "//lld/test:check-lld", "//llvm/test:check-llvm" ], "additional_compile_targets": [] } running all tests due to change to blacklisted file INFO:2025-07-29T08:37:18Z:root:testing INFO:2025-07-29T08:37:18Z:root:test check-clang ninja: Entering directory `out/gn' [0/1] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/subst.py:126: note: Did not find cir-opt in /usr/local/google/home/thakis/src/llvm-project/out/gn/bin:/usr/local/google/home/thakis/src/llvm-project/out/gn/bin llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 23315 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 134.42s Total Discovered Tests: 47834 Skipped : 4 (0.01%) Unsupported : 337 (0.70%) Passed : 47462 (99.22%) Expectedly Failed: 31 (0.06%) INFO:2025-07-29T08:39:35Z:root:test check-clang-tools ninja: Entering directory `out/gn' [0/1] ACTION //clang-tools-extra/test:check-clang-tools(//llvm/utils/gn/build/toolchain:unix) -- Testing: 1245 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 8.63s Total Discovered Tests: 1488 Unsupported : 2 (0.13%) Passed : 1485 (99.80%) Expectedly Failed: 1 (0.07%) INFO:2025-07-29T08:39:44Z:root:test check-clangd ninja: Entering directory `out/gn' [0/1] ACTION //clang-tools-extra/clangd/test:check-clangd(//llvm/utils/gn/build/toolchain:unix) -- Testing: 173 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 4.51s Total Discovered Tests: 1409 Unsupported: 6 (0.43%) Passed : 1403 (99.57%) INFO:2025-07-29T08:39:50Z:root:test check-hwasan ninja: Entering directory `out/gn' [0/1] ACTION //compiler-rt/test/hwasan:check-hwasan(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/lib/x86_64-unknown-linux-gnu". This path was found by running ['/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang', '--target=x86_64-unknown-linux-gnu', '-print-runtime-dir']. -- Testing: 110 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 1 warning(s) in tests Testing Time: 8.03s Total Discovered Tests: 110 Unsupported : 37 (33.64%) Passed : 64 (58.18%) Expectedly Failed: 9 (8.18%) INFO:2025-07-29T08:39:58Z:root:test check-lld ninja: Entering directory `out/gn' [0/1] ACTION //lld/test:check-lld(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3128 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 12.02s Total Discovered Tests: 3128 Unsupported : 21 (0.67%) Passed : 3106 (99.30%) Expectedly Failed: 1 (0.03%) INFO:2025-07-29T08:40:11Z:root:test check-llvm ninja: Entering directory `out/gn' [0/1] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 60576 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 149.13s Total Discovered Tests: 67822 Skipped : 16 (0.02%) Unsupported : 2354 (3.47%) Passed : 65281 (96.25%) Expectedly Failed: 171 (0.25%) INFO:2025-07-29T08:42:45Z:root:done