Issue metadata
Sign in to add a comment
|
Windows compile failures on chromium.perf |
||||||||||||||||||||||
Issue descriptionRevision range: 383892:383895 Link to buildbot status page: https://build.chromium.org/p/chromium.perf/builders/Win%20Builder/ https://build.chromium.org/p/chromium.perf/builders/Win%20x64%20Builder/ Perf does release official builds. Looks like the official builds are failing too: https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win wez, could it be https://codereview.chromium.org/1814423002? skobes, could it be https://codereview.chromium.org/1840693002 Output pasted: [20868/22093] CXX obj\chrome\browser\task_manager\browser_1.guest_information.obj [20869/22093] CXX obj\chrome\browser\search\browser_1.hotword_audio_history_handler.obj [20870/22093] CXX obj\chrome\browser\sync_file_system\drive_backend\browser_1.remote_to_local_syncer.obj [20871/22093] CXX obj\chrome\browser\sync_file_system\browser_1.sync_operation_type.obj FAILED: C:\b\depot_tools\python276_bin\python.exe gyp-win-tool link-with-manifests environment.x86 True chrome_child.dll "C:\b\depot_tools\python276_bin\python.exe gyp-win-tool link-wrapper environment.x86 False link.exe /nologo /IMPLIB:chrome_child.dll.lib /DLL /OUT:chrome_child.dll @chrome_child.dll.rsp" 2 mt.exe rc.exe "obj\chrome\chrome_child_dll.chrome_child.dll.intermediate.manifest" obj\chrome\chrome_child_dll.chrome_child.dll.generated.manifest obj\third_party\WebKit\Source\core\webcore_dom.lib : fatal error LNK1107: invalid or corrupt file: cannot read at 0x62A799C8 Final: Total time = 9.641s Traceback (most recent call last): File "gyp-win-tool", line 315, in <module> sys.exit(main(sys.argv[1:])) File "gyp-win-tool", line 29, in main exit_code = executor.Dispatch(args) File "gyp-win-tool", line 71, in Dispatch return getattr(self, method)(*args[1:]) File "gyp-win-tool", line 171, in ExecLinkWithManifests subprocess.check_call(ldcmd + add_to_ld) File "C:\b\depot_tools\python276_bin\lib\subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'C:\b\depot_tools\python276_bin\python.exe gyp-win-tool link-wrapper environment.x86 False link.exe /nologo /IMPLIB:chrome_child.dll.lib /DLL /OUT:chrome_child.dll @chrome_child.dll.rsp chrome_child.dll.manifest.res' returned non-zero exit status 1107 ninja: build stopped: subcommand failed.
,
Mar 30 2016
+brucedawson, shinyak: vs2015 issue?
,
Mar 30 2016
hmm, could be? Might be better to revert a skeptical patch to investigate.
,
Mar 30 2016
Speculatively reverting http://crrev.com/1814423002 https://codereview.chromium.org/1842563008/
,
Mar 30 2016
fixed after revering http://crrev.com/1814423002 I'm not sure this will be fixed after we migrated to vs2015 update 2.
,
Mar 30 2016
,
Mar 30 2016
This seems more like a spurious failure. Can we try a clobber build to see if that corrects it?
,
Mar 30 2016
Re #7: You're suggesting re-land, clobber & try again? SGTM; I'm unable to repro the failure locally.
,
Mar 30 2016
I was suggesting a clobber instead of a revert. I suspect that a re-land will go cleanly. We will see...
,
Mar 30 2016
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by skobes@chromium.org
, Mar 30 2016Owner: w...@chromium.org