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

Update Cargo and stdsimd submodules #52429

Merged
merged 1 commit into from
Jul 19, 2018
Merged

Conversation

alexcrichton
Copy link
Member

@alexcrichton alexcrichton commented Jul 16, 2018

Update Cargo to bring in some bug fixes and such, and update stdsimd to...

@rust-highfive
Copy link
Collaborator

r? @aturon

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

@rust-highfive
Copy link
Collaborator

warning Warning warning

  • These commits modify submodules.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 16, 2018
@alexcrichton
Copy link
Member Author

r? @Mark-Simulacrum

@Mark-Simulacrum
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Jul 16, 2018

📌 Commit 73256645055fa96f70b807bc5d2887be44c8699e has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 16, 2018
@RalfJung
Copy link
Member

Would you mind updating the submodule again to include rust-lang/cargo#5710 ? :D

@alexcrichton
Copy link
Member Author

@bors: r=Mark-SImulacrum

done!

@bors
Copy link
Contributor

bors commented Jul 17, 2018

📌 Commit 797c2d02515c52587776a7857949b1d449243b28 has been approved by Mark-SImulacrum

@RalfJung
Copy link
Member

Thanks :)

@bors

This comment has been minimized.

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 17, 2018
@alexcrichton
Copy link
Member Author

@bors: r=Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Jul 17, 2018

📌 Commit 0d86556610886818dbb8e3cb9ec58a4845d0083f has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jul 17, 2018
@rust-highfive

This comment has been minimized.

@bors

This comment has been minimized.

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 18, 2018
@kennytm
Copy link
Member

kennytm commented Jul 18, 2018

duplicate artfacts found when compiling a tool, this typically means that something was recompiled because a transitive dependency has different features activated than in a previous build:
the following dependencies are duplicated although they have the same features enabled:
  backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)
    `clippy-driver` ("C:\\projects\\rust\\build\\x86_64-pc-windows-gnu\\stage2-tools\\x86_64-pc-windows-gnu\\release\\deps\\libbacktrace-7dc4ef752c85274e.rlib")
    `cargo` ("C:\\projects\\rust\\build\\x86_64-pc-windows-gnu\\stage2-tools\\x86_64-pc-windows-gnu\\release\\deps\\libbacktrace-ab50bab4d87e7bbe.rlib")
the following dependencies have different features:
  winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)
    `clippy-driver` additionally enabled features {} at "C:\\projects\\rust\\build\\x86_64-pc-windows-gnu\\stage2-tools\\x86_64-pc-windows-gnu\\release\\deps\\libwinapi-b494f3abb913a03b.rlib"
    `cargo` additionally enabled features {"userenv"} at "C:\\projects\\rust\\build\\x86_64-pc-windows-gnu\\stage2-tools\\x86_64-pc-windows-gnu\\release\\deps\\libwinapi-e648ff91915e2746.rlib"
thread 'main' panicked at 'tools should not compile multiple copies of the same crate', 

cargo added "userenv" feature to winapi. needs to update clippy and RLS.

@kennytm kennytm added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 18, 2018
@alexcrichton
Copy link
Member Author

@bors: r=Mark-Simulacrum

@pitdicker correct, the stdsimd update got merged in with #52433

@bors
Copy link
Contributor

bors commented Jul 18, 2018

📌 Commit 52d7ee8 has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jul 18, 2018
@kennytm
Copy link
Member

kennytm commented Jul 18, 2018

@alexcrichton #52433 doesn't contain stdsimd, I've excluded it from the rollup due to #52433 (comment).

@bors
Copy link
Contributor

bors commented Jul 19, 2018

⌛ Testing commit 52d7ee8 with merge 142c06582fa6e3af10440fd2180a340566dd5802...

@bors
Copy link
Contributor

bors commented Jul 19, 2018

💔 Test failed - status-travis

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 19, 2018
@rust-highfive

This comment has been minimized.

@kennytm
Copy link
Member

kennytm commented Jul 19, 2018

@bors retry #50887 (hopefully the last one)

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 19, 2018
bors added a commit that referenced this pull request Jul 19, 2018
Update Cargo and stdsimd submodules

Update Cargo to bring in some bug fixes and such, and update `stdsimd` to...

Closes #52403
@bors
Copy link
Contributor

bors commented Jul 19, 2018

⌛ Testing commit 52d7ee8 with merge 0fc4501...

@alexcrichton
Copy link
Member Author

@kennytm aha thanks for the heads up! I'll send a future PR for stdsimd in that case

@bors
Copy link
Contributor

bors commented Jul 19, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: Mark-Simulacrum
Pushing 0fc4501 to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants