-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add some more repos to cargotest #37149
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
@bors: r+ |
📌 Commit 4f71566 has been approved by |
sha: "378da8f7d78df6e3ff0b234063de50619b16648e", | ||
lock: None, | ||
} | ||
Test { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ewww tabs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh, how embarrassing... Looks like circumventing my editor's insistence on 80-char lines also impeded its automatically fixing those. My apologies.
4f71566
to
7d775e1
Compare
@bors: r+ |
📌 Commit 7d775e1 has been approved by |
⌛ Testing commit 7d775e1 with merge 5a54b72... |
💔 Test failed - auto-linux-64-cargotest |
repo: "https://github.com/jkcclemens/bins", | ||
sha: "378da8f7d78df6e3ff0b234063de50619b16648e", | ||
lock: None, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comma is missing here.
7d775e1
to
1e951ec
Compare
Sorry, I ought to have linted locally. Fixed missing comma and rebased onto current master branch. |
@bors r+ |
📌 Commit 1e951ec has been approved by |
⌛ Testing commit 1e951ec with merge d70463d... |
💔 Test failed - auto-linux-cross-opt |
@bors retry crates.io outage. |
⌛ Testing commit 1e951ec with merge fb54b2f... |
💔 Test failed - auto-win-msvc-64-cargotest |
ripgrep failed two tests (symlink_follow, symlink_nofollow) on Windows. |
cc @BurntSushi do you know of any tricks needed to get the ripgrep test suite passing on Windows? If it's too hard for the bots then we can perhaps just exclude the suite for now and add the other repos. |
@alexcrichton Oh interesting! Those tests pass on AppVeyor. However, there is at least one other test on Windows dealing with symlinks that I explicitly skip on Windows because it fails on AppVeyor for the same reason (permission error) I don't think I did any tricks though. I'd be OK skipping them in ripgrep proper, because symlinks on Windows are pretty janky anyway. Other ideas? |
I do recall there's some Windows permission to allow users to create symlinks, so maybe appveyor has that enabled by default? (our buildbots don't). But yeah if you want to skip these in the ripgrep test suite we could update to include that! |
For some reason, these work on AppVeyor but not in other build systems. Let's just disable them. See: rust-lang/rust#37149
OK, I disabled the tests, which should take effect in the next release. |
Awesome, thanks @BurntSushi! @edunham want to update git git repo for ripgrep and we can retry? |
💔 Test failed - status-travis |
… On Thu, Dec 29, 2016 at 11:34 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/187525618>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#37149 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95GU4AWrg12V6lT6bJI8WZkh0ypgeks5rNAswgaJpZM4KWMBB>
.
|
⌛ Testing commit a0f3c93 with merge 9c145c2... |
💔 Test failed - status-appveyor |
@bors: retry
* network error
…On Thu, Dec 29, 2016 at 2:19 PM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang/rust/build/1.0.1313>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#37149 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95JfHa1bygutKgHWw3lQjQiWiIh3Xks5rNDH_gaJpZM4KWMBB>
.
|
Add some more repos to cargotest From suggestions at https://users.rust-lang.org/t/what-stable-rust-applications-do-you-use-frequently/7618 This adds some applications which use stable Rust and come with their own lockfiles in their respective trees. ripgrep, xsv, and bins have 33 unique dependencies between them. I alphabetized the list by project name because that seems tidier. r? @brson
⌛ Testing commit a0f3c93 with merge 1ac816c... |
@bors: retry |
⌛ Testing commit a0f3c93 with merge 738e016... |
@bors: retry |
⌛ Testing commit a0f3c93 with merge b8af359... |
@bors: retry |
⌛ Testing commit a0f3c93 with merge 42d4de0... |
💔 Test failed - status-travis |
This was intended to land in rust-lang#37149 but I ended up backing it out to land the rollup (rust-lang#38697) last night as I was itching to do so. This morning though xsv has been fixed now (BurntSushi/xsv#53) so we should be able to add it!
cargotest: Add xsv to tested crates This was intended to land in #37149 but I ended up backing it out to land the rollup (#38697) last night as I was itching to do so. This morning though xsv has been fixed now (BurntSushi/xsv#53) so we should be able to add it!
From suggestions at https://users.rust-lang.org/t/what-stable-rust-applications-do-you-use-frequently/7618
This adds some applications which use stable Rust and come with their own lockfiles in their respective trees.
ripgrep, xsv, and bins have 33 unique dependencies between them.
I alphabetized the list by project name because that seems tidier.
r? @brson