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

rustbuild: Clean more on make clean #33991

Merged
merged 1 commit into from
Jun 4, 2016

Conversation

alexcrichton
Copy link
Member

Be sure to not use the old build cache for the bootstrap build system nor the
old caches of the compiler/cargo extractions (in case something went wrong).

Closes #33986

Be sure to not use the old build cache for the bootstrap build system nor the
old caches of the compiler/cargo extractions (in case something went wrong).

Closes rust-lang#33986
@rust-highfive
Copy link
Collaborator

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@aturon
Copy link
Member

aturon commented Jun 1, 2016

@bors: r+

@bors
Copy link
Contributor

bors commented Jun 1, 2016

📌 Commit ac19420 has been approved by aturon

@bors
Copy link
Contributor

bors commented Jun 2, 2016

⌛ Testing commit ac19420 with merge 6745297...

@bors
Copy link
Contributor

bors commented Jun 2, 2016

💔 Test failed - auto-win-gnu-32-opt-rustbuild

@alexcrichton
Copy link
Member Author

@bors: retry

cc @retep998, failing command line:

note: "gcc" "-Wl,--enable-long-section-names" "-fno-use-linker-plugin" "-Wl,--nxcompat" "-nostdlib" "-Wl,--large-address-aware" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2\\lib\\rustlib\\i686-pc-windows-gnu\\lib\\crt2.o" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2\\lib\\rustlib\\i686-pc-windows-gnu\\lib\\rsbegin.o" "-L" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2\\lib\\rustlib\\i686-pc-windows-gnu\\lib" "C:\\Users\\RUSTBU~1\\AppData\\Local\\Temp\\rustdoctest.BwMmbZ1jJDyY\\rust_out.0.o" "-o" "C:\\Users\\RUSTBU~1\\AppData\\Local\\Temp\\rustdoctest.BwMmbZ1jJDyY\\rust_out.exe" "-Wl,--gc-sections" "-nodefaultlibs" "-L" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2-std\\i686-pc-windows-gnu\\release\\deps" "-L" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2-std\\i686-pc-windows-gnu\\release" "-L" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2-std\\i686-pc-windows-gnu\\release\\build\\alloc_jemalloc-251d3635b190c547\\out/lib" "-L" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2-std\\i686-pc-windows-gnu\\release\\build\\std-b6c7401b64554a8e\\out/.libs" "-L" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2\\lib\\rustlib\\i686-pc-windows-gnu\\lib" "-Wl,-Bstatic" "-Wl,-Bdynamic" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2-std\\i686-pc-windows-gnu\\release\\deps\\libstd-9155338590fead51.rlib" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2\\lib\\rustlib\\i686-pc-windows-gnu\\lib\\libcollections-42c2372e64b992cb.rlib" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2-std\\i686-pc-windows-gnu\\release\\deps\\libpanic_unwind-3d50b641895f0f51.rlib" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2-std\\i686-pc-windows-gnu\\release\\deps\\librustc_unicode-f78262cffb9aaffc.rlib" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2-std\\i686-pc-windows-gnu\\release\\deps\\libunwind-e0c4676abffd20e8.rlib" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2-std\\i686-pc-windows-gnu\\release\\deps\\librand-a5ad246e2bda752b.rlib" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2-std\\i686-pc-windows-gnu\\release\\deps\\liblibc-7f852771f3f101ed.rlib" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2-std\\i686-pc-windows-gnu\\release\\deps\\liballoc-c48ed75dbdecc32f.rlib" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2\\lib\\rustlib\\i686-pc-windows-gnu\\lib\\liballoc_system-654c6d3f5f8e32c4.rlib" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2-std\\i686-pc-windows-gnu\\release\\deps\\libcore-59d138fb210ee147.rlib" "-l" "advapi32" "-l" "ws2_32" "-l" "userenv" "-l" "shell32" "-l" "gcc_eh" "-l" "gcc_eh" "-l" "compiler-rt" "-lmingwex" "-lmingw32" "-lgcc" "-lmsvcrt" "-luser32" "-lkernel32" "C:\\bot\\slave\\auto-win-gnu-32-opt-rustbuild\\build\\obj\\build\\i686-pc-windows-gnu\\stage2\\lib\\rustlib\\i686-pc-windows-gnu\\lib\\rsend.o"

That's unfortunately only 3600 characters long, not anywhere near the 32KB

@retep998
Copy link
Member

retep998 commented Jun 2, 2016

I'm at a loss for what the problem is then, unless it is an argument to CreateProcess other than the command itself, or maybe something being called inside Command::spawn.

@bors
Copy link
Contributor

bors commented Jun 3, 2016

⌛ Testing commit ac19420 with merge 974aedc...

@bors
Copy link
Contributor

bors commented Jun 3, 2016

💔 Test failed - auto-win-gnu-32-opt-rustbuild

@alexcrichton
Copy link
Member Author

@bors: retry

On Fri, Jun 3, 2016 at 5:22 PM, bors notifications@github.com wrote:

💔 Test failed - auto-win-gnu-32-opt-rustbuild
http://buildbot.rust-lang.org/builders/auto-win-gnu-32-opt-rustbuild/builds/1345


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#33991 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AAD95ODpcUsm6GrKPfnFnMNlud9xX7Yrks5qIEbRgaJpZM4Iq680
.

@bors
Copy link
Contributor

bors commented Jun 4, 2016

⌛ Testing commit ac19420 with merge 4fb1458...

bors added a commit that referenced this pull request Jun 4, 2016
rustbuild: Clean more on `make clean`

Be sure to not use the old build cache for the bootstrap build system nor the
old caches of the compiler/cargo extractions (in case something went wrong).

Closes #33986
@bors bors merged commit ac19420 into rust-lang:master Jun 4, 2016
@alexcrichton alexcrichton deleted the rustbuild-more-clean branch June 28, 2016 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants