gxyd wrote:
I'm not exactly sure if the failing *Build and Test Windows* is related to my
change:
```
call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
# See the comments above in the Linux job for why we define each of
# these environment variables.
bash -c "export SCCACHE_GCS_BUCKET=$CACHE_GCS_BUCKET; export
SCCACHE_GCS_RW_MODE=READ_WRITE; export SCCACHE_IDLE_TIMEOUT=0; mkdir artifacts;
SCCACHE_LOG=info SCCACHE_ERROR_LOG=$(pwd)/artifacts/sccache.log sccache
--start-server; .ci/monolithic-windows.sh \"$WINDOWS_PROJECTS\"
\"$WINDOWS_CHECK_TARGETS\" \"$WINDOWS_RUNTIMES\"
\"$WINDOWS_RUNTIMES_CHECK_TARGETS\""
shell: C:\Windows\system32\cmd.EXE /D /E:ON /V:OFF /S /C "CALL "{0}""
env:
GITHUB_TOKEN: ***
GITHUB_PR_NUMBER: 202015
WINDOWS_PROJECTS: clang;clang-tools-extra;llvm
WINDOWS_CHECK_TARGETS: check-clang-tools
WINDOWS_RUNTIMES:
WINDOWS_RUNTIMES_CHECK_TARGETS:
**********************************************************************
** Visual Studio 2022 Developer Command Prompt v17.14.33
** Copyright (c) 2025 Microsoft Corporation
**********************************************************************
'#' is not recognized as an internal or external command,
operable program or batch file.
'#' is not recognized as an internal or external command,
operable program or batch file.
sccache: Starting the server...
sccache: error: Timed out waiting for server startup
++ set -o pipefail
+++ git rev-parse --show-toplevel
++ MONOREPO_ROOT=C:/_work/llvm-project/llvm-project
++ BUILD_DIR=C:/_work/llvm-project/llvm-project/build
++ rm -rf C:/_work/llvm-project/llvm-project/build
++ sccache --zero-stats
sccache: error: Timed out waiting for server startup. Maybe the remote service
is unreachable?
Run with SCCACHE_LOG=debug SCCACHE_NO_DAEMON=1 to get more information
Error: Process completed with exit code 2.
```
seems unrelated to me.
https://github.com/llvm/llvm-project/pull/202015
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits