Closed
Bug 1963044
Opened 18 days ago
Closed 17 days ago
TLS Fuzzer sometimes fails to fetch dependencies
Categories
(NSS :: Test, defect, P3)
NSS
Test
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: djackson, Assigned: djackson)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
[task 2025-04-28T12:41:17.778Z] + echo 'Copy '\''main'\'' from '\''https://github.com/benjaminp/six'\'' to '\''six'\'''
[task 2025-04-28T12:41:17.778Z] Copy 'main' from 'https://github.com/benjaminp/six' to 'six'
[task 2025-04-28T12:41:17.778Z] + '[' -f six/.git-copy ']'
[task 2025-04-28T12:41:17.778Z] + rm -rf six
[task 2025-04-28T12:41:17.779Z] + git init -q six
[task 2025-04-28T12:41:17.781Z] + git -C six fetch -q --depth=1 https://github.com/benjaminp/six main
[task 2025-04-28T12:41:21.500Z] error: RPC failed; curl 16 Error in the HTTP2 framing layer
[task 2025-04-28T12:41:21.500Z] fatal: the remote end hung up unexpectedly
which leads to various tests failing:
[task 2025-04-28T12:41:26.580Z] test-tls13-conversation.py:stderr:ModuleNotFoundError: No module named 'six'
[task 2025-04-28T12:41:26.580Z] ERROR:__main__:test-tls13-conversation.py:failure:0.04s:1
Assignee | ||
Comment 1•18 days ago
|
||
Assignee | ||
Comment 2•17 days ago
|
||
Status: NEW → RESOLVED
Closed: 17 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•