Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: windows-386-gce builder fails #11093

Closed
alexbrainman opened this issue Jun 6, 2015 · 2 comments
Closed

x/build: windows-386-gce builder fails #11093

alexbrainman opened this issue Jun 6, 2015 · 2 comments

Comments

@alexbrainman
Copy link
Member

Failed on windows-386-gce: https://storage.googleapis.com/go-build-log/9dfcb29e/windows-386-gce_8460a500.log
--- FAIL: TestStdcallAndCDeclCallbacks-2 (0.37s)
panic: Failed to load C:\Users\WINGOP1\AppData\Local\Temp\TestCDeclCallback250371298\test.dll: %1 is not a valid Win32 application. [recovered]
panic: Failed to load C:\Users\WINGOP
1\AppData\Local\Temp\TestCDeclCallback250371298\test.dll: %1 is not a valid Win32 application.

I suspect test.dll is not 386 dll, but is amd64 dll. This builder windows-386 should be using 386 gcc, but is using amd64 gcc instead. From build log:

Build log:
windows-386-gce at 9dfcb29e2fe255e7c22a264a56ee650d705e0557
:: Running C:\workdir\go\src\make.bat with args ["C:\\workdir\\go\\src\\make.bat"] and env ["GOBUILDEXIT=1" "=::=::\\" "ALLUSERSPROFILE=C:\\ProgramData" "APPDATA=C:\\Users\\wingopher\\AppData\\Roaming" "CommonProgramFiles=C:\\Program Files\\Common Files" "CommonProgramFiles(x86)=C:\\Program Files (x86)\\Common Files" "CommonProgramW6432=C:\\Program Files\\Common Files" "COMPUTERNAME=WINPREP2" "ComSpec=C:\\Windows\\system32\\cmd.exe" "FP_NO_HOST_CHECK=NO" "GOROOT_BOOTSTRAP=C:\\workdir\\go1.4" "HOMEDRIVE=C:" "HOMEPATH=\\Users\\wingopher" "LOCALAPPDATA=C:\\Users\\wingopher\\AppData\\Local" "LOGONSERVER=\\\\WINPREP2" "NUMBER_OF_PROCESSORS=2" "OS=Windows_NT" "PATH=C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Google\\Compute Engine\\sysprep\\;C:\\Program Files\\Google\\Compute Engine\\metadata_scripts\\;C:\\Program Files (x86)\\Git\\cmd;C:\\TDM-GCC-64\\bin" "PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC" "PROCESSOR_ARCHITECTURE=AMD64" "PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 63 Stepping 0, GenuineIntel" "PROCESSOR_LEVEL=6" "PROCESSOR_REVISION=3f00" "ProgramData=C:\\ProgramData" "ProgramFiles=C:\\Program Files" "ProgramFiles(x86)=C:\\Program Files (x86)" "ProgramW6432=C:\\Program Files" "PSModulePath=C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\" "PUBLIC=C:\\Users\\Public" "SESSIONNAME=Console" "SystemDrive=C:" "SystemRoot=C:\\Windows" "TEMP=C:\\Users\\WINGOP~1\\AppData\\Local\\Temp" "TMP=C:\\Users\\WINGOP~1\\AppData\\Local\\Temp" "USERDOMAIN=WINPREP2" "USERNAME=wingopher" "USERPROFILE=C:\\Users\\wingopher" "windir=C:\\Windows" "windows_tracing_flags=3" "windows_tracing_logfile=C:\\BVTBin\\Tests\\installpackage\\csilogfile.log" "WIX=C:\\Program Files (x86)\\Windows Installer XML v3.5\\" "WORKDIR=C:\\workdir" "GOARCH=386" "GOHOSTARCH=386"] in dir C:\workdir\go\src
##### Building Go bootstrap tool.

note C:\TDM-GCC-64\bin in the PATH. I suspect @bradfitz made mistake when changed builders code for sharding.

Alex

@minux minux changed the title x/build: widnows-386-gce builder fails x/build: windows-386-gce builder fails Jun 6, 2015
@bradfitz
Copy link
Contributor

bradfitz commented Jun 6, 2015

Yeah, I probably did. Thanks for the bug.

I'll look soon and retry all the builds in that column.

@bradfitz
Copy link
Contributor

bradfitz commented Jun 8, 2015

Fixed in pending CL https://go-review.googlesource.com/10750

@bradfitz bradfitz closed this as completed Jun 8, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants