INFO:2024-04-17T12:21:57Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD 631c5e818ef8..d57907d0b4f2 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 d57907d0b4f2 [libc++] Add missing iterator requirement checks in the PSTL (#88127) INFO:2024-04-17T12:21:59Z:root:syncing... Deleted branch merge (was 631c5e818ef8). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2024-04-17T12:22:00Z:root:building ninja: Entering directory `out/gn' [1/21] COPY ../../libcxx/include/__algorithm/pstl_copy.h include/c++/v1/__algorithm/pstl_copy.h [2/21] COPY ../../libcxx/include/__algorithm/pstl_count.h include/c++/v1/__algorithm/pstl_count.h [3/21] COPY ../../libcxx/include/__algorithm/pstl_find.h include/c++/v1/__algorithm/pstl_find.h [4/21] COPY ../../libcxx/include/__algorithm/pstl_transform.h include/c++/v1/__algorithm/pstl_transform.h [5/21] COPY ../../libcxx/include/__algorithm/pstl_any_all_none_of.h include/c++/v1/__algorithm/pstl_any_all_none_of.h [6/21] COPY ../../libcxx/include/__algorithm/pstl_equal.h include/c++/v1/__algorithm/pstl_equal.h [7/21] COPY ../../libcxx/include/__algorithm/pstl_fill.h include/c++/v1/__algorithm/pstl_fill.h [8/21] COPY ../../libcxx/include/__algorithm/pstl_for_each.h include/c++/v1/__algorithm/pstl_for_each.h [9/21] COPY ../../libcxx/include/__algorithm/pstl_sort.h include/c++/v1/__algorithm/pstl_sort.h [10/21] COPY ../../libcxx/include/__algorithm/pstl_stable_sort.h include/c++/v1/__algorithm/pstl_stable_sort.h [11/21] COPY ../../libcxx/include/__algorithm/pstl_is_partitioned.h include/c++/v1/__algorithm/pstl_is_partitioned.h [12/21] COPY ../../libcxx/include/__algorithm/pstl_replace.h include/c++/v1/__algorithm/pstl_replace.h [13/21] COPY ../../libcxx/include/__algorithm/pstl_generate.h include/c++/v1/__algorithm/pstl_generate.h [14/21] COPY ../../libcxx/include/__algorithm/pstl_move.h include/c++/v1/__algorithm/pstl_move.h [15/21] COPY ../../libcxx/include/__algorithm/pstl_rotate_copy.h include/c++/v1/__algorithm/pstl_rotate_copy.h [16/21] COPY ../../libcxx/include/__algorithm/pstl_merge.h include/c++/v1/__algorithm/pstl_merge.h [17/21] COPY ../../libcxx/include/__numeric/pstl_transform_reduce.h include/c++/v1/__numeric/pstl_transform_reduce.h [18/21] COPY ../../libcxx/include/__numeric/pstl_reduce.h include/c++/v1/__numeric/pstl_reduce.h [19/21] COPY ../../libcxx/include/__iterator/cpp17_iterator_concepts.h include/c++/v1/__iterator/cpp17_iterator_concepts.h [20/21] STAMP obj/libcxx/include/copy_headers.stamp [21/21] STAMP obj/clang/tools/driver/clang.inputdeps.stamp INFO:2024-04-17T12:22:00Z:root:analyze gn analyze output: { "compile_targets": [], "status": "Found dependency", "test_targets": [ "//clang-tools-extra/test:check-clang-tools", "//clang/test:check-clang" ] } gn analyze input: { "files": [ "//libcxx/include/__algorithm/pstl_any_all_none_of.h", "//libcxx/include/__algorithm/pstl_copy.h", "//libcxx/include/__algorithm/pstl_count.h", "//libcxx/include/__algorithm/pstl_equal.h", "//libcxx/include/__algorithm/pstl_fill.h", "//libcxx/include/__algorithm/pstl_find.h", "//libcxx/include/__algorithm/pstl_for_each.h", "//libcxx/include/__algorithm/pstl_generate.h", "//libcxx/include/__algorithm/pstl_is_partitioned.h", "//libcxx/include/__algorithm/pstl_merge.h", "//libcxx/include/__algorithm/pstl_move.h", "//libcxx/include/__algorithm/pstl_replace.h", "//libcxx/include/__algorithm/pstl_rotate_copy.h", "//libcxx/include/__algorithm/pstl_sort.h", "//libcxx/include/__algorithm/pstl_stable_sort.h", "//libcxx/include/__algorithm/pstl_transform.h", "//libcxx/include/__iterator/cpp17_iterator_concepts.h", "//libcxx/include/__numeric/pstl_reduce.h", "//libcxx/include/__numeric/pstl_transform_reduce.h", "//libcxx/test/libcxx/algorithms/cpp17_iterator_concepts.verify.cpp", "//libcxx/test/libcxx/algorithms/pstl.iterator-requirements.verify.cpp", "//libcxx/test/support/test_iterators.h" ], "test_targets": [ "//clang-tools-extra/clangd/test:check-clangd", "//clang-tools-extra/test:check-clang-tools", "//clang/test:check-clang", "//lld/test:check-lld", "//llvm/test:check-llvm" ], "additional_compile_targets": [] } running all tests due to change to blacklisted file INFO:2024-04-17T12:22:01Z:root:testing INFO:2024-04-17T12:22:01Z:root:test check-clang ninja: Entering directory `out/gn' [0/2] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/util.py:473: note: using SDKROOT: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk' llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using lld-link: /Users/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld64.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 19178 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 406.20s Total Discovered Tests: 37078 Skipped : 35 (0.09%) Unsupported : 101 (0.27%) Passed : 36909 (99.54%) Expectedly Failed: 33 (0.09%) INFO:2024-04-17T12:28:52Z:root:test check-clang-tools ninja: Entering directory `out/gn' [0/2] ACTION //clang-tools-extra/test:check-clang-tools(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang -- Testing: 918 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 40.74s Total Discovered Tests: 1342 Unsupported : 3 (0.22%) Passed : 1337 (99.63%) Expectedly Failed: 2 (0.15%) INFO:2024-04-17T12:29:34Z:root:test check-clangd ninja: Entering directory `out/gn' [0/2] ACTION //clang-tools-extra/clangd/test:check-clangd(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang -- Testing: 97 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 19.69s Total Discovered Tests: 1320 Unsupported: 7 (0.53%) Passed : 1313 (99.47%) INFO:2024-04-17T12:29:54Z:root:test check-lld ninja: Entering directory `out/gn' [0/2] ACTION //lld/test:check-lld(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using lld-link: /Users/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld64.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 2919 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 50.23s Total Discovered Tests: 2919 Unsupported : 23 (0.79%) Passed : 2895 (99.18%) Expectedly Failed: 1 (0.03%) INFO:2024-04-17T12:30:45Z:root:test check-llvm ninja: Entering directory `out/gn' [0/2] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using lld-link: /Users/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld64.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 52061 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 536.16s Total Discovered Tests: 59329 Skipped : 32 (0.05%) Unsupported : 1864 (3.14%) Passed : 57262 (96.52%) Expectedly Failed: 171 (0.29%) INFO:2024-04-17T12:39:55Z:root:done