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

Clippy Timing Out #471

Closed
JoshuaHall opened this issue Mar 12, 2019 · 2 comments
Closed

Clippy Timing Out #471

JoshuaHall opened this issue Mar 12, 2019 · 2 comments

Comments

@JoshuaHall
Copy link

JoshuaHall commented Mar 12, 2019

When I have run Clippy in the playground, it is timing out. It seems that it hasn't pre-checked any of the crates added by default so it is doing that and timing itself out. It's worked in the past for me so maybe something recently changed to cause this?

I tested this on the playground I was tinkering around in and then went to a new one in an incognito browser and had the same issue.

My output from Clippy:

    Checking iovec v0.1.2
    Checking num_cpus v1.10.0
    Checking net2 v0.2.33
    Checking time v0.1.42
    Checking memchr v2.2.0
    Checking rand v0.4.6
    Checking atty v0.2.11
    Checking filetime v0.2.4
    Checking xattr v0.2.2
    Checking thread-id v3.3.0
    Checking memmap v0.7.0
    Checking MacTypes-sys v2.1.0
    Checking termion v1.5.1
    Checking crossbeam-epoch v0.7.1
    Checking crossbeam-epoch v0.3.1
    Checking deflate v0.7.19
    Checking base64 v0.10.1
/root/entrypoint.sh: line 8:     7 Killed                  timeout --signal=KILL ${timeout} "$@"
@shepmaster
Copy link
Member

Duplicate of #469

@shepmaster shepmaster marked this as a duplicate of #469 Mar 12, 2019
@JoshuaHall
Copy link
Author

I don't know how I didn't see that, my bad 😃

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

No branches or pull requests

2 participants