New issue
Advanced search Search tips

Issue 715322 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows , Mac
Pri: 0
Type: Bug-Regression



Sign in to add a comment

Compile Failure on official.desktop.continuous builder -Win64 and Mac trunk

Project Member Reported by ligim...@chromium.org, Apr 25 2017

Issue description

Link to Builder
===============
https://uberchromegw.corp.google.com/i/official.desktop.continuous/builders/win64%20trunk/builds/15839

https://uberchromegw.corp.google.com/i/official.desktop.continuous/builders/mac%20trunk/builds/48712

Link to Log File
=================
https://uberchromegw.corp.google.com/i/official.desktop.continuous/builders/mac%20trunk/builds/48712/steps/compile/logs/stdio

Error Log
=========
FAILED: obj/ui/gfx/gfx/font_render_params.o 
export DEVELOPER_DIR=/b/build/slave/mac_trunk/build/src/build/mac_files/Xcode.app;  ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/ui/gfx/gfx/font_render_params.o.d -DGFX_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DGOOGLE_CHROME_BUILD -DCR_CLANG_REVISION=\"300839-1\" -DCR_XCODE_VERSION=0511 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DSK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS -DSK_SUPPORT_GPU=1 -DSK_BUILD_FOR_MAC -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -I../.. -Igen -I../../skia/config -I../../skia/ext -I../../third_party/skia/include/c -I../../third_party/skia/include/config -I../../third_party/skia/include/core -I../../third_party/skia/include/effects -I../../third_party/skia/include/images -I../../third_party/skia/include/lazy -I../../third_party/skia/include/pathops -I../../third_party/skia/include/pdf -I../../third_party/skia/include/pipe -I../../third_party/skia/include/ports -I../../third_party/skia/include/utils -I../../third_party/skia/include/gpu -I../../third_party/skia/src/gpu -I../../third_party/skia/src/sksl -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/ced/src -I../../third_party/zlib -I../../third_party/harfbuzz-ng/src -fno-strict-aliasing -fstack-protector -fcolor-diagnostics -arch x86_64 -Wall -Werror -Wextra -Wpartial-availability -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -Wno-undefined-var-template -Wno-nonportable-include-path -Wno-address-of-packed-member -Wno-unused-lambda-capture -Wno-user-defined-warnings -O2 -fno-omit-frame-pointer -gdwarf-2 -fno-standalone-debug -isysroot /b/build/slave/mac_trunk/build/src/build/mac_files/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -mmacosx-version-min=10.9 -fvisibility=hidden -Xclang -load -Xclang ../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.dylib -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-auto-raw-pointer -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -fvisibility-inlines-hidden -std=c++11 -stdlib=libc++ -fno-rtti -fno-exceptions -c ../../ui/gfx/font_render_params.cc -o obj/ui/gfx/gfx/font_render_params.o
In file included from ../../ui/gfx/font_render_params.cc:5:
../../ui/gfx/font_render_params.h:12:10: fatal error: 'device/vr/features.h' file not found
#include "device/vr/features

Looks like the failure in the frame work. Tagging with Infra and looping to 
chromium sheriff for further updates.

This failure is blocking our planned releases for tomorrow, please resolve ASAP.
 
that looks like a compile issue b/c device/vr/features.h is missing. I reverted the CL that broke that.

Looks like https://codereview.chromium.org/2840563004 landed again. I'm checking to see if it's causing the issue.
Looks like the build has the original CL that was breaking compile.

https://uberchromegw.corp.google.com/i/official.desktop.continuous/builders/win64%20trunk/builds/15841

has the revert and should fix compile
Status: Fixed (was: Untriaged)
Closing this issue since https://uberchromegw.corp.google.com/i/official.desktop.continuous/builders/win64%20trunk/builds/15841 is past the compile step which is where the error is from.

Builds 15842, 15843, and 15844 have all also made it past compile step.

Sign in to add a comment