iOS compile is failing on master.tryserver.chromium.mac |
|||||
Issue descriptioncc pinkerton@, who I know works on Bling It appears that the iOS compile on master.tryserver.chromium.mac is reliably failing, blocking CLs from being submitted. https://codereview.chromium.org/2404883003/ is an example CL exhibiting the problem. Do you have any idea what might be happening?
,
Oct 12 2016
,
Oct 14 2016
,
Oct 14 2016
From the log, this looks like intermittent goma connectivity error: [1433/3549] OBJC ios_clang_arm64/obj/ios/third_party/ochamcrest/ochamcrest_arch_shared_library_sources/HCClassMatcher.o FAILED: ios_clang_arm64/obj/ios/third_party/ochamcrest/ochamcrest_arch_shared_library_sources/HCClassMatcher.o /b/build/slave/cache/cipd/goma/gomacc ../../third_party/llvm-build/Release+Asserts/bin/clang -MMD -MF ios_clang_arm64/obj/ios/third_party/ochamcrest/ochamcrest_arch_shared_library_sources/HCClassMatcher.o.d -DV8_DEPRECATION_WARNINGS -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -DCR_CLANG_REVISION=283753-1 -DCR_XCODE_VERSION=0800 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -I../.. -Iios_clang_arm64/gen -Igen/ios/third_party/ochamcrest/OCHamcrest.headers.hmap -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fcolor-diagnostics -arch arm64 -O0 -gdwarf-2 -isysroot /Applications/Xcode8.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk -stdlib=libc++ -miphoneos-version-min=9.0 -Xclang -load -Xclang ../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.dylib -Xclang -add-plugin -Xclang find-bad-constructs -Wheader-hygiene -Wstring-conversion -Werror -Wall -Wno-unused-variable -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-deprecated-register -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -Wno-shift-negative-value -Wno-undefined-var-template -Wno-nonportable-include-path -Wno-address-of-packed-member -fvisibility=default -F . -std=c99 -fobjc-arc -c ../../ios/third_party/ochamcrest/src/Source/Library/Object/HCClassMatcher.m -o ios_clang_arm64/obj/ios/third_party/ochamcrest/ochamcrest_arch_shared_library_sources/HCClassMatcher.o GOMA:clang compiling ../../ios/third_party/ochamcrest/src/Source/Library/Object/HCClassMatcher.m:*ERROR*: compiler_proxy:4374ms: reached max number of active fail fallbacks https://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/84062/steps/compile/logs/stdio
,
Oct 14 2016
This is fixed. Your failure was from before it was fixed. Sorry for the inconvenience. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 Deleted