New issue
Advanced search Search tips

Issue 598849 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug

Blocking:
issue 82385
issue 440500



Sign in to add a comment

Tons of "fixme:module:load_library" spam on clang/win goma bots

Project Member Reported by thakis@chromium.org, Mar 29 2016

Issue description

e.g. https://build.chromium.org/p/tryserver.chromium.win/builders/win_clang_x64_dbg/builds/3059/steps/compile%20%28with%20patch%29/logs/stdio

[1886/32777] CXX obj/content/test/web_ui_test_mojo_bindings_cpp_sources/web_ui_test_mojo_bindings.mojom.obj
fixme:module:load_library L"api-ms-win-core-synch-l1-2-0" unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library L"kernel32" unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library L"api-ms-win-core-fibers-l1-1-1" unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library L"advapi32" unsupported flag(s) used (flags: 0x00000800)
fixme:advapi:EventRegister {5eec90ab-c022-44b2-a5dd-fd716a222a15}, 0x142a8f7a8, 0x1438b8aa0, 0x1438b8ac0
fixme:module:load_library L"api-ms-win-core-synch-l1-2-0" unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library L"kernel32" unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library L"api-ms-win-core-fibers-l1-1-1" unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library L"api-ms-win-core-localization-l1-2-1" unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library L"api-ms-win-core-synch-l1-2-0" unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library L"kernel32" unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library L"api-ms-win-core-fibers-l1-1-1" unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library L"advapi32" unsupported flag(s) used (flags: 0x00000800)



Looks like wine can't handle the MS2015 runtime libs quite yet.

Since things seem to work except for the noise, I suppose we should filter them out in goma somewhere?
 
Owner: yyanagisawa@chromium.org
Yes, we have a configuration for that.
I seems to set wrong configuration, fixing...
It looks like all the fixme:module:load_library lines are now gone -- thanks much! The clang/win bots now have usable compile output again (before they took really long to load).

Now that this is gone, it can be seen that there are also a few lines looking like

fixme:advapi:EventRegister {5eec90ab-c022-44b2-a5dd-fd716a222a15}, 0x142b5a1a8, 0x14398c9c0, 0x14398c9e0

(see e.g. https://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/1520/steps/compile%20%28with%20patch%29/logs/stdio)

While these are much less frequent than the load_library lines, they're still somewhat distracting. Is it possible to suppress those as well?
Yes, let me try.
Status: Started (was: Untriaged)
I have updated the config again.

Comment 6 by thakis@chromium.org, Apr 13 2016

Status: Fixed (was: Started)
This looks much better now. Thanks much!

Sign in to add a comment