[llvm] [llvm][HTTP] Apply WinHTTP timeout setting after WinHttpOpen (PR #188969)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 12 10:57:28 PDT 2026
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-nvptx64-nvidia-win` running on `as-builder-8` while building `llvm` at step 7 "test-build-unified-tree-check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/155/builds/21583
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-build-unified-tree-check-llvm) failure: test (failure)
******************** TEST 'LLVM :: tools/llvm-debuginfod-find/timeout.test' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 3
rm -rf C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\test\tools\llvm-debuginfod-find\Output\timeout.test.tmp
# executed command: rm -rf 'C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\test\tools\llvm-debuginfod-find\Output\timeout.test.tmp'
# RUN: at line 4
mkdir -p C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\test\tools\llvm-debuginfod-find\Output\timeout.test.tmp/debuginfod-cache
# executed command: mkdir -p 'C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\test\tools\llvm-debuginfod-find\Output\timeout.test.tmp/debuginfod-cache'
# RUN: at line 7
env DEBUGINFOD_TIMEOUT=1 env DEBUGINFOD_CACHE=C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\test\tools\llvm-debuginfod-find\Output\timeout.test.tmp/debuginfod-cache env DEBUGINFOD_HEADERS_FILE=C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\tools\llvm-debuginfod-find/Inputs/headers "C:\Python313\python.exe" C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\tools\llvm-debuginfod-find/Inputs/delay_req.py c:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\bin\llvm-debuginfod-find.exe --debuginfo 0 | c:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\bin\filecheck.exe C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\tools\llvm-debuginfod-find\timeout.test
# executed command: env DEBUGINFOD_TIMEOUT=1 env 'DEBUGINFOD_CACHE=C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\test\tools\llvm-debuginfod-find\Output\timeout.test.tmp/debuginfod-cache' env 'DEBUGINFOD_HEADERS_FILE=C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\tools\llvm-debuginfod-find/Inputs/headers' 'C:\Python313\python.exe' 'C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\tools\llvm-debuginfod-find/Inputs/delay_req.py' 'c:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\bin\llvm-debuginfod-find.exe' --debuginfo 0
# .---command stderr------------
# | 127.0.0.1 - - [12/Jul/2026 10:54:01] "GET /buildid/00/debuginfo HTTP/1.1" 501 -
# `-----------------------------
# executed command: 'c:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\bin\filecheck.exe' 'C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\tools\llvm-debuginfod-find\timeout.test'
# .---command stderr------------
# | C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\tools\llvm-debuginfod-find\timeout.test:12:8: error: CHECK: expected string not found in input
# | CHECK: Build ID 00: Timeout was reached
# | ^
# | <stdin>:1:1: note: scanning from here
# | warning: could not parse debuginfod header: C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\tools\llvm-debuginfod-find/Inputs/headers:3
# | ^
# | <stdin>:5:1: note: possible intended match here
# | Build ID 00: Failed to receive HTTP response
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\tools\llvm-debuginfod-find\timeout.test
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: warning: could not parse debuginfod header: C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\tools\llvm-debuginfod-find/Inputs/headers:3
# |
# | check:12'0 { search range start (exclusive)
# | check:12'1 error: no match found in search range
# | 2: warning: could not parse debuginfod header: C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\tools\llvm-debuginfod-find/Inputs/headers:4
# |
# | 3: warning: could not parse debuginfod header: C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\tools\llvm-debuginfod-find/Inputs/headers:5
# |
# | 4: warning: could not parse debuginfod header: C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\tools\llvm-debuginfod-find/Inputs/headers:6
# |
# | 5: Build ID 00: Failed to receive HTTP response
# |
# | check:12'2 ? possible intended match
# | 6:
...
```
</details>
https://github.com/llvm/llvm-project/pull/188969
More information about the llvm-commits
mailing list