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 clippy #52515

Merged
merged 1 commit into from
Jul 19, 2018
Merged

Update clippy #52515

merged 1 commit into from
Jul 19, 2018

Conversation

Manishearth
Copy link
Member

Silences the warnings for now, will fix those over time.

@rust-highfive
Copy link
Collaborator

r? @alexcrichton

(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 19, 2018
@Manishearth
Copy link
Member Author

r? @kennytm

@kennytm
Copy link
Member

kennytm commented Jul 19, 2018

@bors r+ p=4

@bors
Copy link
Contributor

bors commented Jul 19, 2018

📌 Commit 6c06b01 has been approved by kennytm

@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
Copy link
Contributor

bors commented Jul 19, 2018

⌛ Testing commit 6c06b01 with merge 41bff8edb41b124272fb4037d043c4b98a1ea853...

@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
Copy link
Collaborator

The job dist-x86_64-linux of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
[01:06:37] [TIMING] Analysis { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } -- 2.534
[01:06:37] Dist src
[01:06:48] [TIMING] Src -- 11.134
[01:06:48] Create plain source tarball
[01:08:59] curl: (6) Couldn't resolve host 's3-us-west-1.amazonaws.com'
[01:10:51] curl: (6) Couldn't resolve host 's3-us-west-1.amazonaws.com'
[01:12:43] curl: (6) Couldn't resolve host 's3-us-west-1.amazonaws.com'
[01:12:43] thread 'main' panicked at 'failed to download openssl source: exit code: 6', bootstrap/native.rs:589:17
[01:12:43] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap dist --host x86_64-unknown-linux-gnu --target x86_64-unknown-linux-gnu
[01:12:43] Build completed unsuccessfully in 1:07:30
travis_time:end:060100c0:start=1531980959479563728,finish=1531985323281084576,duration=4363801520848

---
travis_time:end:0fd56ba0:start=1531985325561377875,finish=1531985325567960592,duration=6582717
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:01d74d68
$ ln -s . checkout && for CORE in obj/cores/core.*; do EXE=$(echo $CORE | sed 's|obj/cores/core\.[0-9]*\.!checkout!\(.*\)|\1|;y|!|/|'); if [ -f "$EXE" ]; then printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" "$CORE"; gdb -q -c "$CORE" "$EXE" -iex 'set auto-load off' -iex 'dir src/' -iex 'set sysroot .' -ex bt -ex q; echo travis_fold":"end:crashlog; fi; done || true
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:05bc4b9a
travis_time:start:05bc4b9a
$ cat ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
cat: ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers: No such file or directory
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:00656100
$ dmesg | grep -i kill

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@Manishearth
Copy link
Member Author

@bors retry

s3 ded

@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
Copy link
Contributor

bors commented Jul 19, 2018

⌛ Testing commit 6c06b01 with merge 5ba2184...

bors added a commit that referenced this pull request Jul 19, 2018
Update clippy

Silences the warnings for now, will fix those over time.
@bors
Copy link
Contributor

bors commented Jul 19, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: kennytm
Pushing 5ba2184 to master...

@bors bors merged commit 6c06b01 into rust-lang:master Jul 19, 2018
@rust-highfive
Copy link
Collaborator

📣 Toolstate changed by #52515!

Tested on commit 5ba2184.
Direct link to PR: #52515

🎉 clippy-driver on windows: build-fail → test-pass.
🎉 clippy-driver on linux: build-fail → test-pass.
🎉 rls on windows: build-fail → test-pass.
🎉 rls on linux: build-fail → test-pass.

rust-highfive added a commit to rust-lang-nursery/rust-toolstate that referenced this pull request Jul 19, 2018
Tested on commit rust-lang/rust@5ba2184.
Direct link to PR: <rust-lang/rust#52515>

🎉 clippy-driver on windows: build-fail → test-pass.
🎉 clippy-driver on linux: build-fail → test-pass.
🎉 rls on windows: build-fail → test-pass.
🎉 rls on linux: build-fail → test-pass.
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.

5 participants