https://bugs.winehq.org/show_bug.cgi?id=53513
Bug ID: 53513 Summary: wininet:ftp regularly gets timeouts Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: wininet Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
wininet:ftp regularly gets timeouts. The error happens in various places leading to somewhat different error message sequences:
ftp.c:302: Test failed: Expected ERROR_INTERNET_EXTENDED_ERROR, got 12002 ftp.c:373: 0 550 new_directory_deadbeef: Permission denied ftp.c:373: 0 550 non_existent_file_deadbeef: Operation not permitted ftp.c:478: Test failed: Expected ERROR_FTP_TRANSFER_IN_PROGRESS, got 12002 or ftp.c:263: Test failed: Expected FtpGetFileA to succeed ftp.c:264: Test failed: Local file should have been created ftp.c:282: Test failed: Expected ERROR_INTERNET_EXTENDED_ERROR, got 12002 ftp.c:373: 0 550 new_directory_deadbeef: Permission denied ftp.c:373: 0 550 non_existent_file_deadbeef: Operation not permitted ftp.c:878: Test failed: Expected ERROR_INTERNET_EXTENDED_ERROR, got 12002 ftp.c:886: Test failed: Expected ERROR_NO_MORE_FILES, got 12002 or ftp.c:801: Test failed: Expected FtpFindFirstFileA to pass ftp.c:806: Test failed: Expected FtpFindFirstFileA to fail ftp.c:807: Test failed: Expected ERROR_FTP_TRANSFER_IN_PROGRESS, got 0 ftp.c:864: Test failed: Expected ERROR_FTP_TRANSFER_IN_PROGRESS, got 12002
https://test.winehq.org/data/patterns.html#wininet:ftp
Where 12002 == ERROR_INTERNET_TIMEOUT.
These failures started some time between 2022-07-15 and 2022-07-29 and impact all Windows versions while the test did not change since 2022-03-09. So it is possible that this is a caused by a configuration change in server the test connects to: ftp.winehq.org & www.winehq.org.
https://bugs.winehq.org/show_bug.cgi?id=53513
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=53513
Dmitry Skvortsov (Iglu47) lvb.crd@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lvb.crd@protonmail.com
https://bugs.winehq.org/show_bug.cgi?id=53513
--- Comment #1 from Dmitry Skvortsov (Iglu47) lvb.crd@protonmail.com --- (In reply to François Gouget from comment #0)
These failures started some time between 2022-07-15 and 2022-07-29
a wild guess, could you check if reverting https://gitlab.winehq.org/wine/wine/-/merge_requests/384 helps?
https://bugs.winehq.org/show_bug.cgi?id=53513
--- Comment #2 from Dmitry Skvortsov (Iglu47) lvb.crd@protonmail.com --- (In reply to Dmitry Skvortsov (Iglu47) from comment #1)
(In reply to François Gouget from comment #0)
These failures started some time between 2022-07-15 and 2022-07-29
a wild guess, could you check if reverting https://gitlab.winehq.org/wine/wine/-/merge_requests/384 helps?
sorry, I still don't know if this is related, but instead reverting now there is a fix - https://gitlab.winehq.org/wine/wine/-/merge_requests/602
https://bugs.winehq.org/show_bug.cgi?id=53513
--- Comment #3 from François Gouget fgouget@codeweavers.com --- I'm seeing instances of the second failure mode post MR!602 (2022-08-19 w1064v1809-64), though with somewhat fewer failures, so this is not (entirely) fixed :-(