INFO:2025-06-23T09:03:22Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD 1c78d8d9d7bc..092ef1da4594 main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 8 commits, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at 092ef1da4594 AMDGPU: Use reportFatalUsageError for unsupported disassembly error (#145264) INFO:2025-06-23T09:03:28Z:root:syncing... Deleted branch merge (was 1c78d8d9d7bc). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-06-23T09:03:29Z:root:building ninja: Entering directory `out/gn' [1/155] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteClientBase.o [2/155] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServer.o [3/155] OBJCXX obj/lldb/source/Host/macosx/objcxx/objcxx.Host.o ../../lldb/source/Host/macosx/objcxx/Host.mm:210:9: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] if (::mktemp(unix_socket_name) == NULL) { ^ ../../sysroot/MacOSX.sdk/usr/include/stdlib.h:210:1: note: 'mktemp' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead.") ^ ../../sysroot/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ ../../lldb/source/Host/macosx/objcxx/Host.mm:416:24: warning: 'LSFindApplicationForInfo' is deprecated: first deprecated in macOS 10.10 - Use LSCopyApplicationURLsForBundleIdentifier instead. [-Wdeprecated-declarations] long app_error = ::LSFindApplicationForInfo( ^ ../../sysroot/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfoDeprecated.h:765:1: note: 'LSFindApplicationForInfo' has been explicitly marked deprecated here LSFindApplicationForInfo( ^ ../../lldb/source/Host/macosx/objcxx/Host.mm:429:3: warning: 'LSApplicationParameters' is deprecated: first deprecated in macOS 10.10 - Use NSWorkspace instead. [-Wdeprecated-declarations] LSApplicationParameters app_params; ^ ../../sysroot/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSOpenDeprecated.h:153:3: note: 'LSApplicationParameters' has been explicitly marked deprecated here } LSApplicationParameters API_DEPRECATED("Use NSWorkspace instead.", macos(10.4,10.10) ) API_UNAVAILABLE( ios, tvos, watchos ); ^ ../../lldb/source/Host/macosx/objcxx/Host.mm:441:13: warning: 'LSOpenURLsWithRole' is deprecated: first deprecated in macOS 10.10 - Use NSWorkspace instead. [-Wdeprecated-declarations] error = ::LSOpenURLsWithRole( ^ ../../sysroot/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSOpenDeprecated.h:283:1: note: 'LSOpenURLsWithRole' has been explicitly marked deprecated here LSOpenURLsWithRole( ^ 4 warnings generated. [4/155] AR lib/liblldbHostMacOSXObjCXX.a [5/155] CXX obj/lldb/source/Commands/Commands.CommandObjectProtocolServer.o [6/155] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerCommon.o [7/155] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunication.o [8/155] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerPlatform.o [9/155] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteRegisterContext.o [10/155] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationClient.o [11/155] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.ProcessGDBRemoteLog.o [12/155] COPY ../../libcxx/include/__tree include/c++/v1/__tree [13/155] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerLLGS.o [14/155] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.ThreadGDBRemote.o [15/155] CXX obj/lldb/source/Host/common/Host.Host.o [16/155] CXX obj/lldb/source/Host/common/Host.Socket.o [17/155] CXX obj/lldb/source/Plugins/Platform/gdb-server/gdb-server.PlatformRemoteGDBServer.o [18/155] CXX obj/lldb/tools/lldb-server/lldb-server.lldb-platform.o [19/155] CXX obj/lldb/tools/lldb-server/lldb-server.lldb-gdbserver.o [20/155] CXX obj/lldb/source/Target/Target.Process.o [21/155] CXX obj/lldb/source/Host/common/Host.TCPSocket.o [22/155] CXX obj/lldb/source/Host/common/Host.UDPSocket.o [23/155] COPY ../../libcxx/include/map include/c++/v1/map [24/155] CXX obj/lldb/source/Plugins/Platform/Windows/Windows.PlatformWindows.o [25/155] CXX obj/lldb/source/Host/posix/Host.DomainSocket.o [26/155] CXX obj/lldb/source/Plugins/Platform/POSIX/POSIX.PlatformPOSIX.o [27/155] CXX obj/lldb/source/Initialization/Initialization.SystemInitializerCommon.o [28/155] CXX obj/lldb/source/Host/posix/Host.ConnectionFileDescriptorPosix.o [29/155] CXX obj/lldb/source/Host/common/Host.Editline.o [30/155] AR lib/liblldbHost.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (Host.Support.o) in output file used for input files: obj/lldb/source/Host/posix/Host.Support.o and: obj/lldb/source/Host/aix/Host.Support.o (due to use of basename, truncation, blank padding or duplicate input files) [31/155] CXX obj/lldb/source/Core/Core.ProtocolServer.o [32/155] CXX obj/lldb/source/Interpreter/Interpreter.ScriptInterpreter.o [33/155] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.ProcessGDBRemote.o [34/155] CXX obj/lldb/source/Core/Core.IOHandler.o [35/155] CXX obj/lldb/source/Core/Core.Debugger.o [36/155] AR lib/liblldbCore.a [37/155] AR lib/liblldbCommands.a [38/155] CXX obj/lldb/source/Interpreter/Interpreter.CommandInterpreter.o [39/155] AR lib/liblldbInterpreter.a [40/155] AR lib/liblldbTarget.a [41/155] AR lib/liblldbPluginPlatformGDB.a [42/155] AR lib/liblldbPluginPlatformWindows.a [43/155] AR lib/liblldbPluginPlatformPOSIX.a [44/155] AR lib/liblldbPluginProcessGDBRemote.a [45/155] AR lib/liblldbInitialization.a [46/155] CXX obj/llvm/lib/Target/X86/GISel/LLVMX86CodeGen.X86LegalizerInfo.o [47/155] AR lib/libLLVMX86CodeGen.a [48/155] LINK obj/llvm/unittests/MC/X86/X86MCTests [49/155] CXX obj/lldb/source/API/liblldb.SBCommunication.o [50/155] LINK obj/llvm/unittests/tools/llvm-mca/LLVMMCATests [51/155] LINK obj/llvm/unittests/tools/llvm-exegesis/X86/LLVMExegesisX86Tests [52/155] LINK obj/llvm/unittests/Target/X86/X86Tests [53/155] CXX obj/lldb/tools/lldb-dap/tool/lldb-dap.lldb-dap.o [54/155] LINK ./bin/llvm-dwarfutil [55/155] LINK ./bin/lldb-server [56/155] LINK obj/llvm/unittests/Target/TargetMachineCTests [57/155] LINK ./bin/llvm-split [58/155] CXX obj/llvm/lib/Target/AMDGPU/Disassembler/Disassembler.AMDGPUDisassembler.o [59/155] AR lib/libLLVMAMDGPUDisassembler.a [60/155] LINK obj/clang-tools-extra/clangd/unittests/xpc/ClangdXpcTests [61/155] LINK ./bin/dexp [62/155] LINK obj/clang/unittests/Tooling/Syntax/SyntaxTests [63/155] LINK obj/bolt/unittests/Core/CoreTests [64/155] LINK ./bin/llvm-bolt-heatmap [65/155] LINK ./bin/llvm-bolt [66/155] ACTION //bolt/tools/driver:llvm-boltdiff(//llvm/utils/gn/build/toolchain:unix) [67/155] ACTION //bolt/tools/driver:perf2bolt(//llvm/utils/gn/build/toolchain:unix) [68/155] LINK obj/clang/unittests/CrossTU/CrossTUTests [69/155] LINK ./bin/clangd-indexer [70/155] LINK ./bin/clangd [71/155] COPY_BUNDLE_DATA bin/clangd gen/clang-tools-extra/clangd/xpc/framework/clangd.xpc/Contents/MacOS/clangd [72/155] LINK obj/clang-tools-extra/clangd/unittests/ClangdTests [73/155] COPY_BUNDLE_DATA gen/clang-tools-extra/clangd/xpc/framework/clangd.xpc lib/ClangdXPC.framework/Versions/A/XPCServices/clangd.xpc [74/155] LINK ./bin/clangd-xpc-test-client [75/155] LINK ./bin/llvm-dwp [76/155] LINK obj/clang/unittests/Tooling/ToolingTests [77/155] LINK ./bin/clang-offload-packager [78/155] LINK ./bin/clang-scan-deps [79/155] LINK ./bin/clang-linker-wrapper [80/155] LINK ./bin/clang-nvlink-wrapper [81/155] AR lib/liblldb.a [82/155] LINK ./bin/clang-sycl-linker [83/155] LINK obj/clang/unittests/Driver/ClangDriverTests [84/155] LINK obj/clang/unittests/Interpreter/ExceptionTests/ClangReplInterpreterExceptionTests [85/155] SOLINK ./lib/libclang.dylib [86/155] LINK obj/clang/unittests/libclang/libclangTests [87/155] LINK obj/clang/unittests/libclang/CrashTests/libclangCrashTests [88/155] LINK ./bin/clang-check [89/155] LINK ./bin/clang-repl [90/155] LINK obj/clang/unittests/Interpreter/ClangReplInterpreterTests [91/155] LINK ./bin/llvm-cxxmap [92/155] LINK ./bin/llvm-cxxdump [93/155] LINK ./bin/llvm-debuginfo-analyzer [94/155] LINK obj/lld/unittests/AsLibAll/LLDAsLibAllTests [95/155] LINK ./bin/lld [96/155] ACTION //lld/tools/lld:ld.lld(//llvm/utils/gn/build/toolchain:unix) [97/155] LINK ./bin/c-index-test [98/155] ACTION //lld/tools/lld:ld64.lld(//llvm/utils/gn/build/toolchain:unix) [99/155] ACTION //lld/tools/lld:lld-link(//llvm/utils/gn/build/toolchain:unix) [100/155] ACTION //lld/tools/lld:wasm-ld(//llvm/utils/gn/build/toolchain:unix) [101/155] LINK ./bin/clang [102/155] LINK ./bin/llvm-exegesis [103/155] ACTION //clang/tools/driver:clang-cl(//llvm/utils/gn/build/toolchain:unix) [104/155] ACTION //clang/tools/driver:clang-cpp(//llvm/utils/gn/build/toolchain:unix) [105/155] ACTION //clang/tools/driver:clangxx(//llvm/utils/gn/build/toolchain:unix) [106/155] LINK obj/lld/unittests/AsLibELF/LLDAsLibELFTests [107/155] LINK ./bin/llvm-rtdyld [108/155] LINK ./bin/sancov [109/155] LINK ./bin/llvm-gsymutil [110/155] LINK ./bin/llvm-xray [111/155] LINK ./bin/lldb [112/155] LINK ./bin/llvm-profgen [113/155] LINK ./bin/lldb-test [114/155] LINK ./bin/lldb-dap [115/155] LINK ./bin/llvm-libtool-darwin [116/155] LINK ./bin/llvm-lipo [117/155] LINK ./bin/llvm-jitlink [118/155] LINK ./bin/llvm-reduce [119/155] LINK ./bin/llvm-mc [120/155] LINK ./bin/opt [121/155] LINK ./bin/llvm-ml [122/155] LINK ./bin/llvm-mca [123/155] LINK ./bin/llvm-objdump [124/155] ACTION //llvm/tools/llvm-ml:llvm-ml64(//llvm/utils/gn/build/toolchain:unix) [125/155] ACTION //llvm/tools/llvm-objdump:llvm-otool(//llvm/utils/gn/build/toolchain:unix) [126/155] LINK obj/llvm/unittests/CGData/CodeGenDataTests [127/155] LINK ./bin/llvm-lto [128/155] SOLINK ./lib/libLTO.dylib [129/155] LINK obj/llvm/unittests/DebugInfo/GSYM/DebugInfoGSYMTests [130/155] LINK ./bin/llvm-isel-fuzzer [131/155] LINK ./bin/llvm-opt-fuzzer [132/155] LINK ./bin/llvm-lto2 [133/155] LINK obj/llvm/unittests/ExecutionEngine/JITLink/JITLinkTests [134/155] LINK obj/llvm/unittests/MC/MCTests [135/155] LINK obj/llvm/unittests/MC/AMDGPU/AMDGPUMCTests [136/155] LINK obj/llvm/unittests/Passes/PassBuilderBindings/PassesBindingsTests [137/155] LINK obj/llvm/unittests/MI/MITests [138/155] LINK obj/llvm/unittests/MIR/MIRTests [139/155] LINK obj/llvm/unittests/DebugInfo/LogicalView/DebugInfoLogicalViewTests [140/155] LINK obj/llvm/unittests/CodeGen/GlobalISel/GlobalISelTests [141/155] ACTION //compiler-rt/test:lit_common_configured(//llvm/utils/gn/build/toolchain:stage2_unix) [142/155] ACTION //compiler-rt/test/asan:lit_site_cfg(//llvm/utils/gn/build/toolchain:stage2_unix) [143/155] ACTION //compiler-rt/test/lsan:asan_mode_cfg(//llvm/utils/gn/build/toolchain:stage2_unix) [144/155] LINK ./bin/llvm-ar [145/155] ACTION //llvm/tools/llvm-ar:llvm-dlltool(//llvm/utils/gn/build/toolchain:unix) [146/155] ACTION //llvm/tools/llvm-ar:llvm-lib(//llvm/utils/gn/build/toolchain:unix) [147/155] ACTION //llvm/tools/llvm-ar:llvm-ranlib(//llvm/utils/gn/build/toolchain:unix) [148/155] LINK ./bin/llvm-cfi-verify [149/155] LINK obj/llvm/unittests/tools/llvm-cfi-verify/CFIVerifyTests [150/155] LINK ./bin/llc [151/155] LINK ./bin/dsymutil [152/155] LINK obj/llvm/unittests/CodeGen/CodeGenTests [153/155] LINK ./bin/bugpoint [154/155] LINK obj/llvm/unittests/DebugInfo/DWARF/DebugInfoDWARFTests [155/155] LINK ./bin/llvm-c-test INFO:2025-06-23T09:04:19Z:root:analyze gn analyze output: { "compile_targets": [], "status": "Found dependency", "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" ] } gn analyze input: { "files": [ "//libcxx/include/__tree", "//libcxx/include/map", "//libcxx/test/libcxx/containers/associative/tree_key_value_traits.pass.cpp", "//libcxx/test/libcxx/mangled_names.pass.cpp", "//lldb/include/lldb/Host/Socket.h", "//lldb/include/lldb/Host/common/TCPSocket.h", "//lldb/include/lldb/Host/posix/DomainSocket.h", "//lldb/source/Host/common/Socket.cpp", "//lldb/source/Host/common/TCPSocket.cpp", "//lldb/source/Host/posix/DomainSocket.cpp", "//lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp", "//lldb/unittests/Core/CommunicationTest.cpp", "//lldb/unittests/Host/SocketTest.cpp", "//llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp", "//llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp", "//llvm/test/MC/Disassembler/AMDGPU/si-support.txt", "//mlir/include/mlir/Dialect/Tosa/IR/TosaTypesBase.td", "//mlir/include/mlir/Dialect/Utils/IndexingUtils.h", "//mlir/include/mlir/IR/BuiltinTypes.td", "//mlir/lib/Dialect/ArmSVE/Transforms/LowerContractionToSVEI8MMPattern.cpp", "//mlir/lib/Dialect/Utils/IndexingUtils.cpp", "//mlir/lib/IR/BuiltinTypes.cpp", "//mlir/test/Dialect/Tosa/invalid.mlir", "//mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir", "//mlir/test/Dialect/Vector/vector-transfer-flatten.mlir", "//mlir/unittests/IR/CMakeLists.txt", "//mlir/unittests/IR/MemrefLayoutTest.cpp" ], "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": [] } INFO:2025-06-23T09:04:20Z:root:testing INFO:2025-06-23T09:04:20Z:root:test check-clang ninja: Entering directory `out/gn' [0/1] 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:520: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/subst.py:126: note: Did not find cir-opt in /Users/thakis/src/llvm-project/out/gn/bin:/Users/thakis/src/llvm-project/out/gn/bin llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/util.py:476: 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:520: 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:520: 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:520: 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:520: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 21716 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 937.42s Total Discovered Tests: 47563 Skipped : 35 (0.07%) Unsupported : 291 (0.61%) Passed : 47203 (99.24%) Expectedly Failed: 34 (0.07%) INFO:2025-06-23T09:20:20Z: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) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang -- Testing: 1047 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 71.95s Total Discovered Tests: 1477 Unsupported : 3 (0.20%) Passed : 1473 (99.73%) Expectedly Failed: 1 (0.07%) INFO:2025-06-23T09:21:37Z: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) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang -- Testing: 101 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 24.01s Total Discovered Tests: 1379 Unsupported: 7 (0.51%) Passed : 1372 (99.49%) INFO:2025-06-23T09:22:04Z:root:test check-lld ninja: Entering directory `out/gn' [0/1] 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:520: 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:520: 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:520: 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:520: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3101 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 71.18s Total Discovered Tests: 3101 Unsupported : 25 (0.81%) Passed : 3075 (99.16%) Expectedly Failed: 1 (0.03%) INFO:2025-06-23T09:23:20Z:root:test check-llvm ninja: Entering directory `out/gn' [0/1] 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:520: 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:520: 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:520: 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:520: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 57774 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 1029.33s Total Discovered Tests: 66156 Skipped : 33 (0.05%) Unsupported : 2535 (3.83%) Passed : 63415 (95.86%) Passed With Retry: 1 (0.00%) Expectedly Failed: 172 (0.26%) INFO:2025-06-23T09:40:59Z:root:done