Tons of "fixme:module:load_library" spam on clang/win goma bots |
|||
Issue descriptione.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?
,
Mar 31 2016
I seems to set wrong configuration, fixing...
,
Apr 2 2016
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?
,
Apr 4 2016
Yes, let me try.
,
Apr 4 2016
I have updated the config again.
,
Apr 13 2016
This looks much better now. Thanks much! |
|||
►
Sign in to add a comment |
|||
Comment 1 by yyanagisawa@chromium.org
, Mar 30 2016