Try bot win7_chromium_rel_ng consistently fails in "archive results for webkit_layout_tests."
https://ci.chromium.org/p/chromium/builders/luci.chromium.try/win7_chromium_rel_ng/133545
The log says:
linking C:\b\s\w\ir\kitchen-workdir\layout-test-results\virtual\off-main-thread-worker-script-fetch\external\wpt\referrer-policy\no-referrer-when-downgrade\meta-referrer\same-origin\http-http\worker-request\keep-origin-redirect\insecure-protocol.http-pretty-diff.html -> C:\b\s\w\ir\cache\chrome_staging\layout-test-results\virtual\off-main-thread-worker-script-fetch\external\wpt\referrer-policy\no-referrer-when-downgrade\meta-referrer\same-origin\http-http\worker-request\keep-origin-redirect\insecure-protocol.http-pretty-diff.html
Traceback (most recent call last):
File "C:\b\s\w\ir\kitchen-checkout\build\scripts\slave\chromium\archive_layout_test_results.py", line 206, in <module>
sys.exit(main())
File "C:\b\s\w\ir\kitchen-checkout\build\scripts\slave\chromium\archive_layout_test_results.py", line 202, in main
return archive_layout(args)
File "C:\b\s\w\ir\kitchen-checkout\build\scripts\slave\chromium\archive_layout_test_results.py", line 63, in archive_layout
args.results_dir)[1]
File "C:\b\s\w\ir\kitchen-checkout\build\scripts\common\chromium_utils.py", line 680, in MakeZip
CopyFileToDir(src_path, dest_dir, basename, link_ok=True)
File "C:\b\s\w\ir\kitchen-checkout\build\scripts\common\chromium_utils.py", line 591, in CopyFileToDir
WIN_LINK_FUNC(src_path, os.path.join(dest_dir, dest_fn))
File "C:\b\s\w\ir\kitchen-checkout\build\scripts\common\chromium_utils.py", line 67, in _WIN_LINK_FUNC
raise ctypes.WinError()
WindowsError: [Error 3] The system cannot find the path specified.
step returned non-zero exit code: 1
The path name length in the "linking" line are 259 characters, and 264 characters.
The latter exceeds MAX_PATH on Windows, that is 260.
Comment 1 by tkent@chromium.org
, Nov 20Summary: win7_chromium_rel_ng "WebKit Win10" consistently fail in archive results for webkit_layout_tests (was: win7_chromium_rel_ng consistently fails in archive results for webkit_layout_tests)