New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 891317 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

win32 builder flake due to missing 'url/mojom/origin.mojom.h'

Project Member Reported by smcgruer@chromium.org, Oct 2

Issue description

The win32 builder flaked on a mojom file missing; I suspect a missing dependency. Quite a wide cc since I don't know who is responsible for it.

https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/win32-rel/3683

  In file included from gen/chrome/common/client_hints.mojom-blink.cc:36:
  In file included from ../..\third_party/blink/renderer/platform/mojo/security_origin_struct_traits.h:11:
  ../..\url/mojom/origin_mojom_traits.h(11,10):  fatal error: 'url/mojom/origin.mojom.h' file not found
  #include "url/mojom/origin.mojom.h"
           ^~~~~~~~~~~~~~~~~~~~~~~~~~
  1 error generated.

tbansal@chromium.org, ryansturm@chromium.org - OWNERs for client_hints
dcheng@chromium.org, mkwst@chromium.org - two random picks from OWNERs for security_origin_struct_traits.h
 
I do not understand why the build error is flaky.

Also, from the output at https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8933767674874920544/+/steps/compile/0/stdout, it seems this is not specific to client hints. e.g., I also see another error message:

In file included from gen/url/mojom/url_test.mojom-blink.cc:35:
  In file included from ../..\third_party/blink/renderer/platform/mojo/security_origin_struct_traits.h:11:
  ../..\url/mojom/origin_mojom_traits.h(11,10):  fatal error: 'url/mojom/origin.mojom.h' file not found
  #include "url/mojom/origin.mojom.h"

and

In file included from gen/services/network/public/mojom/network_context.mojom-blink.cc:39:
  In file included from ../..\third_party/blink/renderer/platform/mojo/security_origin_struct_traits.h:11:
  ../..\url/mojom/origin_mojom_traits.h(11,10):  fatal error: 'url/mojom/origin.mojom.h' file not found
  #include "url/mojom/origin.mojom.h"
           ^~~~~~~~~~~~~~~~~~~~~~~~~~
This is a dupe of issue 891686 which is sadly internal-only. Keeping this open since it's the public-visible version of this bug. In the other bug we have determined the believed cause and nasko@ has been assigned to fix it.

Sign in to add a comment