New issue
Advanced search Search tips

Issue 779660 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 782128
Owner: ----
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug

Blocking:
issue 782128



Sign in to add a comment

Windows bots fail randomly during file generation

Project Member Reported by thestig@chromium.org, Oct 30 2017

Issue description

Comment 1 by chongz@chromium.org, Oct 30 2017

 Issue 779650  has been merged into this issue.
Components: Infra>Client>Chrome
Blocking: 782128
Labels: Infra
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< -------------------------

Mergedinto: 782128
Status: Duplicate (was: Untriaged)

Sign in to add a comment