New issue
Advanced search Search tips

Issue 598955 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 599186
Owner:
Closed: Mar 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: ----



Sign in to add a comment

Windows compile failures on chromium.perf

Project Member Reported by sullivan@chromium.org, Mar 30 2016

Issue description

Revision 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.


 

Comment 1 by skobes@chromium.org, Mar 30 2016

Cc: -w...@chromium.org
Owner: w...@chromium.org
I don't think it's http://crrev.com/1840693002.

http://crrev.com/1814423002 seems more likely since it's specifically targetting Windows official builds.

Comment 2 by ukai@chromium.org, Mar 30 2016

Cc: shinyak@chromium.org brucedaw...@chromium.org
+brucedawson, shinyak:  vs2015 issue?
hmm, could be? Might be better to revert a skeptical patch to investigate.

fixed after revering http://crrev.com/1814423002

I'm not sure this will be fixed after we migrated to vs2015 update 2.

Comment 6 by w...@chromium.org, Mar 30 2016

Status: Assigned (was: Untriaged)
This seems more like a spurious failure. Can we try a clobber build to see if that corrects it?

Comment 8 by w...@chromium.org, Mar 30 2016

Re #7: You're suggesting re-land, clobber & try again? SGTM; I'm unable to repro the failure locally.
I was suggesting a clobber instead of a revert. I suspect that a re-land will go cleanly. We will see...

Comment 10 by w...@chromium.org, Mar 30 2016

Mergedinto: 599186
Status: Duplicate (was: Assigned)

Sign in to add a comment