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

submodules: update clippy from 1b89724b to e648adf0 #57756

Merged
merged 1 commit into from
Jan 21, 2019

Conversation

matthiaskrgr
Copy link
Member

Fixes clippy toolstate

Changes:

Catch up with `format_args` change
Fix bad `while_let_on_iterator` suggestion.
rustup https://github.com/rust-lang/rust/pull/57747
Fixing issues pointed out by dogfood tests.
Update to collect all the files then throw the error.
Adding a test for checking if test files are missing.
Remove bors.toml
add applicability to lint name suggestion

r? @oli-obk

@rust-highfive
Copy link
Collaborator

⚠️ 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 Jan 19, 2019
@oli-obk
Copy link
Contributor

oli-obk commented Jan 19, 2019

@bors r+ p=1

@bors
Copy link
Contributor

bors commented Jan 19, 2019

📌 Commit 2052b490b24e2893a4ad2dc7c010f1ad2be88190 has been approved by oli-obk

@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 Jan 19, 2019
@bors
Copy link
Contributor

bors commented Jan 19, 2019

⌛ Testing commit 2052b490b24e2893a4ad2dc7c010f1ad2be88190 with merge e611b49933090a8e217df5278db79da38740c745...

@bors
Copy link
Contributor

bors commented Jan 20, 2019

💔 Test failed - checks-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 Jan 20, 2019
@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-tools 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:20:24] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:20:24] 
[01:20:24] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:20:24] 
[01:20:24] note: compiler flags: -Z always-encode-mir -Z mir-emit-retag -Z mir-opt-level=0 -C opt-level=2 -C debug-assertions=y -C link-args=-Wl,-rpath,$ORIGIN/../lib --crate-type lib
[01:20:24] note: some of the compiler flags provided by cargo are hidden
[01:20:24] 
[01:20:24] [RUSTC-TIMING] clippy_lints test:false 8.659
[01:20:24] error: Could not compile `clippy_lints`.
---
[01:24:59] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:24:59] 
[01:24:59] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:24:59] 
[01:24:59] note: compiler flags: -Z always-encode-mir -Z mir-emit-retag -Z mir-opt-level=0 -C opt-level=2 -C debug-assertions=y -C link-args=-Wl,-rpath,$ORIGIN/../lib --crate-type lib
[01:24:59] note: some of the compiler flags provided by cargo are hidden
[01:24:59] 
[01:24:59] [RUSTC-TIMING] clippy_lints test:false 12.181
[01:24:59] error: Could not compile `clippy_lints`.
---
[01:32:13] Verifying status of rustfmt...
[01:32:13] Verifying status of clippy-driver...
[01:32:13] This PR updated 'src/tools/clippy', verifying if status is 'test-pass'...
[01:32:13] 
[01:32:13] ⚠️ We detected that this PR updated 'clippy-driver', but its tests failed.
[01:32:13] 
[01:32:13] If you do intend to update 'clippy-driver', please check the error messages above and
[01:32:13] commit another update.
[01:32:13] 
[01:32:13] If you do NOT intend to update 'clippy-driver', please ensure you did not accidentally
[01:32:13] change the submodule at 'src/tools/clippy'. You may ask your reviewer for the
[01:32:13] proper steps.
The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 3.
travis_time:start:0589d082
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
Sun Jan 20 01:32:00 UTC 2019
---
travis_time:end:312634f1:start=1547947921223721965,finish=1547947921230439909,duration=6717944
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:06ee4ac0
$ 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 --batch -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:10b269d0
travis_time:start:10b269d0
$ 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:070af196
$ 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)

Changes:
````
Fixing typo in CONTRIBUTING.md
Fix breakage due to rust-lang#57651
Run rustfmt
Fixed breakage due to rust-lang#57489
Fix breakage due to rust-lang#57755
Catch up with `format_args` change
Fix bad `while_let_on_iterator` suggestion.
rustup rust-lang#57747
Fixing issues pointed out by dogfood tests.
Update to collect all the files then throw the error.
Adding a test for checking if test files are missing.
Remove bors.toml
add applicability to lint name suggestion
````
@matthiaskrgr
Copy link
Member Author

update to latest clippy HEAD, should work again.

@oli-obk
Copy link
Contributor

oli-obk commented Jan 21, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Jan 21, 2019

📌 Commit 8c4a7a9 has been approved by oli-obk

@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 Jan 21, 2019
@bors
Copy link
Contributor

bors commented Jan 21, 2019

⌛ Testing commit 8c4a7a9 with merge 0974bdc...

bors added a commit that referenced this pull request Jan 21, 2019
submodules: update clippy from 1b89724 to e648adf

Fixes clippy toolstate

Changes:
````
Catch up with `format_args` change
Fix bad `while_let_on_iterator` suggestion.
rustup #57747
Fixing issues pointed out by dogfood tests.
Update to collect all the files then throw the error.
Adding a test for checking if test files are missing.
Remove bors.toml
add applicability to lint name suggestion
````

r? @oli-obk
@bors
Copy link
Contributor

bors commented Jan 21, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: oli-obk
Pushing 0974bdc to master...

@bors bors merged commit 8c4a7a9 into rust-lang:master Jan 21, 2019
@rust-highfive
Copy link
Collaborator

📣 Toolstate changed by #57756!

Tested on commit 0974bdc.
Direct link to PR: #57756

🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra).
🎉 clippy-driver on linux: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra).

rust-highfive added a commit to rust-lang-nursery/rust-toolstate that referenced this pull request Jan 21, 2019
Tested on commit rust-lang/rust@0974bdc.
Direct link to PR: <rust-lang/rust#57756>

🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra).
🎉 clippy-driver on linux: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra).
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.

4 participants