Issue metadata
Sign in to add a comment
|
Windows bots fail randomly during file generation |
||||||||||||||||||||||||
Issue descriptionFlaky Windows bot failures from the last few days. This feels like bug 739282 again. 1) failed snapshot_blob.bin https://logs.chromium.org/v/?s=chromium%2Fbb%2Fchromium.chrome%2FGoogle_Chrome_Win%2F23262%2F%2B%2Frecipes%2Fsteps%2Fcompile%2F0%2Fstdout 2) brotli.exe failed https://logs.chromium.org/v/?s=chromium%2Fbb%2Fchromium.chrome%2FGoogle_Chrome_Win%2F23325%2F%2B%2Frecipes%2Fsteps%2Fcompile%2F0%2Fstdout https://logs.chromium.org/v/?s=chromium%2Fbb%2Fchromium.chrome%2FGoogle_Chrome_Win%2F23329%2F%2B%2Frecipes%2Fsteps%2Fcompile%2F0%2Fstdout 3) yasm failed https://logs.chromium.org/v/?s=chromium%2Fbb%2Fchromium%2FWin_x64%2F15994%2F%2B%2Frecipes%2Fsteps%2Fcompile%2F0%2Fstdout https://logs.chromium.org/v/?s=chromium%2Fbb%2Fchromium%2FWin_x64%2F16019%2F%2B%2Frecipes%2Fsteps%2Fcompile%2F0%2Fstdout 4) protoc failed https://logs.chromium.org/v/?s=chromium%2Fbb%2Fchromium%2FWin_x64%2F15922%2F%2B%2Frecipes%2Fsteps%2Fcompile%2F0%2Fstdout
,
Oct 30 2017
,
Nov 9 2017
,
Nov 9 2017
Failures described in this bug and 782128 shown below. There does not seem to be one common place in the code where the error occurs, it seems to be a sort of general "access denied" error (-1073741819 == 0xC0000005 == STATUS_ACCESS_VIOLATION). What if added support to build steps to retry once or twice on "access denied" errors? ------------------------- 8< ------------------------- [35209/43601] ACTION //v8:run_mksnapshot(//build/toolchain/win:win_clang_x86) FAILED: gen/v8/snapshot.cc snapshot_blob.bin C:/b/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../v8/tools/run.py ./mksnapshot --turbo_instruction_scheduling --startup_src gen/v8/snapshot.cc --random-seed 314159265 --startup_blob snapshot_blob.bin [5021/43613] ACTION //content/browser/devtools:compressed_protocol_json(//build/toolchain/win:win_clang_x86) FAILED: gen/blink/core/inspector/protocol.json.bro C:/b/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../build/gn_run_binary.py brotli.exe --force --no-copy-stat gen/blink/core/inspector/protocol.json -o gen/blink/core/inspector/protocol.json.bro brotli.exe failed with exit code -1073741819 [16265/56082] ACTION //third_party/boringssl:boringssl_asm_action(//build/toolchain/win:win_clang_x64) FAILED: obj/third_party/boringssl/boringssl_asm/aes128gcmsiv-x86_64.o C:/b/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../third_party/yasm/run_yasm.py ./yasm -fwin64 -m amd64 -I. -I../.. -Igen -o obj/third_party/boringssl/boringssl_asm/aes128gcmsiv-x86_64.o ../../third_party/boringssl/win-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.asm [15570/55995] ACTION //components/safe_browsing:webui_proto_gen(//build/toolchain/win:win_clang_x64) FAILED: gen/components/safe_browsing/proto/webui.pb.h gen/components/safe_browsing/proto/webui.pb.cc pyproto/components/safe_browsing/proto/webui_pb2.py C:/b/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../tools/protoc_wrapper/protoc_wrapper.py webui.proto --protoc ./protoc.exe --proto-in-dir ../../components/safe_browsing/proto --cc-out-dir gen/components/safe_browsing/proto --py-out-dir pyproto/components/safe_browsing/proto Protoc has returned non-zero status: -1073741819 . [4818/44007] ACTION //components/resources:compressed_about_credits(//build/toolchain/win:win_clang_x86) FAILED: gen/components/resources/about_credits.bro C:/b/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../build/gn_run_binary.py brotli.exe --force --no-copy-stat gen/components/resources/about_credits.html -o gen/components/resources/about_credits.bro brotli.exe failed with exit code -1073741819 ------------------------- 8< -------------------------
,
Nov 17 2017
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by chongz@chromium.org
, Oct 30 2017