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, rls and miri #59810

Merged
merged 4 commits into from
Apr 10, 2019

Conversation

matthiaskrgr
Copy link
Member

Let's give this another try.
r? @Manishearth
cc @Xanewok

Changes:
````
Remove force-host and explain no-prefer-dynamic
Escape a single quote in single_char_pattern hint
cargo fmt
Re-add tmp feature to compiletest
Remove libtest from deps
Re-allow clippy::identity_conversion in compiletest
Use latest compiletest-rs
Revert tests/compile-test.rs to 61aa5c9
Fix ICE in suspicious_else_formatting
use a multispan for MANY_SINGLE_CHAR_NAMES
Add missing `// run-pass` annotations to ICE tests
Remove clippy_dev as dev-dependency
NFC: fix typos
rustup rust-lang#59657
Add TransmutingNull Lint * Late Lint pass, catches:   * One liner: 0 -> null -> transmute   * One liner: std:null() -> transmute   * Const (which resolves to null) -> transmute * UI Test case for Lint * Updated test for issue 3849, because now the lint that code generated is in Clippy. * Expanded `const.rs` miri-based Constant Folding code, to cover   raw pointers
Run rustfmt
Set level of identity_conversion FP to warn
Rustup to rust-lang#58805
rustup 41316f0
Updated source to match with recent rustc `master` toolchain changes
Fix dogfood error of question_mark lint fix
Fix question_mark lint+test
use `span_lint_and_sugg` in `explicit_counter_loop`
Fix some test failures
Hacky rustup
run cargo fmt
rustup rust-lang#59096
Change explicit_counter_loop's message to add parentheses if necessary
Change explicit_counter_loop's message to reflect original variable name
cargo fmt
Add rustfix tests for mistyped_literal_suffix lint
Move some `unreadable_literal` ui tests to correct file
Add implementation for the EarlyLintPass trait into the Adding Lints documentation.
Add rust-toolchain for clippy_dev
````
Changes:
````
Update src/fn_call.rs
Fix calloc test
Add calloc test
Tidy up calloc code
Update compiletest
Fix tagging order
Add `calloc`
rename MIRI_TARGET -> MIRI_COMPILETEST_TARGET to clarify that this affects compiletest only
compiletest can just propagate MIRI_SYSROOT from the outside
````
Changes:
````
Account for changed format range in a test
Adapt format integration test to use new range
Add unit tests for Rustfmt::calc_text_edits
Prefer saturating_sub
Return only partial text edits on formatting request
Redo errors in format.rs
Rephrase unstable features helper function
Work around Rustfmt bug
Adjust range-formatting test
Update Rustfmt to 1.2
Allow unstable features under "dev" channel
Updated clippy_lints in to rev c81e43b to fix build breaking
Fix lint pass API changes
Remove a redundant import
Bump Clippy
Add more helpful compiler messages when the features are improperly specified
Silence some flaky tests.
Update Cargo.
Rename read_analysis to decode_buf
Update Clippy
Fix pointer to pointer silliness
Add serde implementation to complement rustc-serialize
````
@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 Apr 9, 2019
@oli-obk
Copy link
Contributor

oli-obk commented Apr 9, 2019

@bors r+ p=1

@bors
Copy link
Contributor

bors commented Apr 9, 2019

📌 Commit beeeb43 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 Apr 9, 2019
@bors
Copy link
Contributor

bors commented Apr 9, 2019

⌛ Testing commit beeeb43 with merge b5b4f07afabcf3416315f9b27561bf1db83dbd36...

@Xanewok Xanewok mentioned this pull request Apr 9, 2019
@RalfJung RalfJung mentioned this pull request Apr 9, 2019
@bors
Copy link
Contributor

bors commented Apr 9, 2019

💔 Test failed - checks-travis

@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:42:32] test client_workspace_symbol ... ok
[01:42:32] test client_workspace_symbol_duplicates ... ok
[01:42:56] thread panicked while panicking. aborting.
[01:42:56] [2019-04-09T11:54:19Z ERROR rls::server] Can't read message
[01:42:56] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }', src/libcore/result.rs:997:5
[01:42:56] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:42:56] error: process didn't exit successfully: `/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools/x86_64-unknown-linux-gnu/release/deps/client-55bfb9e00fb32a17` (signal: 4, SIGILL: illegal instruction)
[01:42:56] 
[01:42:56] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "test" "--target" "x86_64-unknown-linux-gnu" "-j" "4" "--release" "--locked" "--color" "always" "--manifest-path" "/checkout/src/tools/rls/Cargo.toml" "--features" "rustc-workspace-hack/all-static" "--"
[01:42:56] expected success, got: exit code: 101
[01:42:56] 
---
[01:49:29] Verifying status of edition-guide...
[01:49:29] Verifying status of rls...
[01:49:29] This PR updated 'src/tools/rls', verifying if status is 'test-pass'...
[01:49:29] 
[01:49:29] ⚠️ We detected that this PR updated 'rls', but its tests failed.
[01:49:29] 
[01:49:29] If you do intend to update 'rls', please check the error messages above and
[01:49:29] commit another update.
[01:49:29] 
[01:49:29] If you do NOT intend to update 'rls', please ensure you did not accidentally
[01:49:29] change the submodule at 'src/tools/rls'. You may ask your reviewer for the
[01:49:29] proper steps.
The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 3.
travis_time:start:01341db9
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
Tue Apr  9 12:00:52 UTC 2019
---
travis_time:end:00eceeda:start=1554811254016056653,finish=1554811254023267689,duration=7211036
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:127ff910
$ 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:start:crashlog
obj/cores/core.4951.!checkout!obj!build!x86_64-unknown-linux-gnu!stage2-tools!x86_64-unknown-linux-gnu!release!deps!client-55bfb9e00fb32a17
warning: core file may not match specified executable file.
[New LWP 5929]
[New LWP 4951]
warning: Could not load shared library symbols for 7 libraries, e.g. /lib/x86_64-linux-gnu/libdl.so.2.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?
Core was generated by `/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools/x86_64-unknown-linux-'.
Program terminated with signal SIGILL, Illegal instruction.
#0  0x00007f24d09e5cb1 in std::panicking::rust_panic_with_hook::he4c91341f146d45a () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-50ca75b429a488fc.so
[Current thread is 1 (LWP 5929)]
#0  0x00007f24d09e5cb1 in std::panicking::rust_panic_with_hook::he4c91341f146d45a () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-50ca75b429a488fc.so
#1  0x00007f24d09e5992 in std::panicking::continue_panic_fmt::hf7b786636e224bb0 () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-50ca75b429a488fc.so
#2  0x00007f24d09e5876 in rust_begin_unwind () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-50ca75b429a488fc.so
#3  0x00007f24d0a0e2dd in core::panicking::panic_fmt::h4bee53922254e4d1 () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-50ca75b429a488fc.so
#4  0x000055d33d2c31e1 in core::result::unwrap_failed::hb416d32093a1d034 ()
#5  0x000055d33d2d4b04 in _$LT$client..support..client..RlsHandle$LT$T$GT$$u20$as$u20$core..ops..drop..Drop$GT$::drop::h01c11f67db77801d ()
#6  0x000055d33d276f4c in core::ptr::real_drop_in_place::hea7912cfef2fa405 ()
#7  0x000055d33d271794 in core::ops::function::FnOnce::call_once::hf4015ae577b672fb ()
#8  0x00007f24d0c8bbcf in _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h649d08e6466b5dbb () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f4db4b8ec8713e96.so
#9  0x00007f24d09f882a in __rust_maybe_catch_panic () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-50ca75b429a488fc.so
#10 0x00007f24d0ca642d in test::run_test::run_test_inner::_$u7b$$u7b$closure$u7d$$u7d$::he5e9e07d287e4a11 () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f4db4b8ec8713e96.so
#11 0x00007f24d0c7ca75 in std::sys_common::backtrace::__rust_begin_short_backtrace::h907f1686000f7f94 () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f4db4b8ec8713e96.so
#12 0x00007f24d0c81e45 in std::panicking::try::do_call::h1879f4554157ef23 () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f4db4b8ec8713e96.so
#13 0x00007f24d09f882a in __rust_maybe_catch_panic () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-50ca75b429a488fc.so
#14 0x00007f24d0c81c58 in std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hee2cef829524b12e () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f4db4b8ec8713e96.so
#15 0x00007f24d09c490f in _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h97acd38e76f30857 () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-50ca75b429a488fc.so
#16 0x00007f24d09f7400 in std::sys::unix::thread::Thread::new::thread_start::h6facc7f2cf9039eb () from ./checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-50ca75b429a488fc.so
#17 0x00007f24d05566ba in ?? ()
#18 0x0000000000000000 in ?? ()
travis_time:end:127ff910:start=1554811254029347645,finish=1554811254268456368,duration=239108723
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:11780593
travis_time:start:11780593
$ 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:128633f6
$ 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)

@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 Apr 9, 2019
@matthiaskrgr
Copy link
Member Author

[01:42:31] test client_use_statement_completion_doesnt_suggest_arguments ... ok
[01:42:31] test client_test_simple_workspace ... ok
[01:42:32] test client_workspace_symbol ... ok
[01:42:32] test client_workspace_symbol_duplicates ... ok
[01:42:56] thread panicked while panicking. aborting.
[01:42:56] [2019-04-09T11:54:19Z ERROR rls::server] Can't read message
[01:42:56] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }', src/libcore/result.rs:997:5
[01:42:56] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:42:56] error: process didn't exit successfully: `/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools/x86_64-unknown-linux-gnu/release/deps/client-55bfb9e00fb32a17` (signal: 4, SIGILL: illegal instruction)
[01:42:56]
[01:42:56]
[01:42:56] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "test" "--target" "x86_64-unknown-linux-gnu" "-j" "4" "--release" "--locked" "--color" "always" "--manifest-path" "/checkout/src/tools/rls/Cargo.toml" "--features" "rustc-workspace-hack/all-static" "--"
[01:42:56] expected success, got: exit code: 101
[01:42:56]
[01:42:56]
[01:42:56] [TIMING] Rls { stage: 2, host: "x86_64-unknown-linux-gnu" } -- 212.034
Building stage2 tool rustfmt (x86_64-unknown-linux-gnu)
[01:42:57]    Compiling rustfmt-nightly v1.2.0 (/checkout/src/tools/rustfmt)
[01:44:08] [RUSTC-TIMING] rustfmt_nightly test:false 70.169
[01:44:23] [RUSTC-TIMING] rustfmt_format_diff test:false 14.716
[01:44:32] [RUSTC-TIMING] cargo_fmt test:false 23.426
[01:44:33] [RUSTC-TIMING] git_rustfmt test:false 24.930
[01:44:36] [RUSTC-TIMING] rustfmt test:false 27.628

This didn't happen when I tested locally, hmm.

@oli-obk
Copy link
Contributor

oli-obk commented Apr 9, 2019

@bors retry

@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 Apr 9, 2019
@RalfJung
Copy link
Member

RalfJung commented Apr 9, 2019

Yeah, that's a spurious RLS error I have seen before. Is there an issue for it?

@matthiaskrgr
Copy link
Member Author

cc rust-lang/rls#1265

@Manishearth
Copy link
Member

@bors p=20

@bors
Copy link
Contributor

bors commented Apr 9, 2019

⌛ Testing commit beeeb43 with merge 98be8bd...

bors added a commit that referenced this pull request Apr 9, 2019
submodules: update clippy, rls and miri

Let's give this another try.
r? @Manishearth
cc @Xanewok
@bors
Copy link
Contributor

bors commented Apr 9, 2019

💔 Test failed - checks-travis

@matthiaskrgr
Copy link
Member Author

Merging manually is not an option, right? :/

@pietroalbini
Copy link
Member

Nope, release artifacts (also used for nightly) are uploaded after the build, and if we merge before all the builders finish we're going to miss macOS, which is unacceptable since it's a Tier 1 platform.

I'm going to stop retrying until Travis replies to me (pinged them again a few minutes ago) as we keep getting scheduled on the same builder. No point spamming y'all with all the retries.

@bors
Copy link
Contributor

bors commented Apr 10, 2019

💔 Test failed - checks-travis

@bors bors removed the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Apr 10, 2019
@rust-highfive
Copy link
Collaborator

The job dist-x86_64-apple 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.
voltdb
wry
zxing-cpp
==> Downloading https://homebrew.bintray.com/bottles/xz-5.2.4.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/e7/e7be50f4ee00e35887f3957263334eb3baba59e8c061919060f9259351be6880?__gda__=exp=1554884966~hmac=546efa885e62cb99340735f3e76f175383c24c8647d916daf43a1e04868a08ee&response-content-disposition=attachment%3Bfilename%3D%22xz-5.2.4.high_sierra.bottle.tar.gz%22&response-content-type=application%2Fgzip&requestInfo=U2FsdGVkX1-L8yLpPJ3ga7d63F4t0N10qvrlCNnN6aZbWcNAQ3JZVaNFuMxGONikbUGZXzwt4CvneUxvfD2fapM2GgJi2TZ8Izjq7k2P-Dfn7G0w-1A1IpIoNT57Bi-XCCKHoX3w7YynavRZXDjbbw&response-X-Checksum-Sha1=32dc0b28e61f32b40c20e2993418aa8cb6e746d5&response-X-Checksum-Sha2=e7be50f4ee00e35887f3957263334eb3baba59e8c061919060f9259351be6880
🍺  /usr/local/Cellar/xz/5.2.4: 92 files, 1MB
==> `brew cleanup` has not been run in 30 days, running now...
Removing: /Users/travis/Library/Caches/Homebrew/boost-1.66.0.high_sierra.bottle.tar.gz... (84.6MB)
Removing: /Users/travis/Library/Caches/Homebrew/carthage-0.28.0.high_sierra.bottle.tar.gz... (8.3MB)
---
Pruned 0 symbolic links and 5 directories from /usr/local
==> Installing dependencies for swig: pcre
==> Installing swig dependency: pcre
==> Downloading https://homebrew.bintray.com/bottles/pcre-8.43.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/03/0389911a93a88efd4a69b52dea8ecb872fdb55bcfff45d2f7313be5f79730861?__gda__=exp=1554884981~hmac=a22fac4ce406f85990e98448604877950f44962cb3db6179c9df19a23daa649a&response-content-disposition=attachment%3Bfilename%3D%22pcre-8.43.high_sierra.bottle.tar.gz%22&response-content-type=application%2Fgzip&requestInfo=U2FsdGVkX19EjpxcmcP0BRcdJi7Xcy5I-tbNDIqxVoaJv0pQ7v12whCFCJ_EO1BqCDo45MTLe0-y_mHa7YNZriMbObNXhK8fixq1TDE66jUj8eybXzC1rbkge9X7Iowje_sRM01yd8wX8DsXHnPCsw&response-X-Checksum-Sha1=c67d4b99bb245f0ea56b34118dd6325b06a7250c&response-X-Checksum-Sha2=0389911a93a88efd4a69b52dea8ecb872fdb55bcfff45d2f7313be5f79730861
🍺  /usr/local/Cellar/pcre/8.43: 204 files, 5.5MB
==> Installing swig
==> Downloading https://homebrew.bintray.com/bottles/swig-3.0.12.high_sierra.bottle.tar.gz
==> Downloading https://homebrew.bintray.com/bottles/swig-3.0.12.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/c0/c0e2656fd10d57281280d20ce8bf9a060cf8714f4283dd1dfde383b3688d9ed1?__gda__=exp=1554884985~hmac=4ee55a48cff3d78e97f914370c785a9b95ea6058754723f041d0f177e514ce7f&response-content-disposition=attachment%3Bfilename%3D%22swig-3.0.12.high_sierra.bottle.tar.gz%22&response-content-type=application%2Fgzip&requestInfo=U2FsdGVkX19YhIeuHeWv2L1MSXrsV2RjRrLdDvoKmOxfwhir2D3wcjdB_XR8VqydXGAHZ_0C53GudWFhKP1HG9ymYG83qjjUbPsd3RH7pOPcU1P6ZYc0EEkVLW9V2AU6lxwCljEcGODTV7eMlJnjTw&response-X-Checksum-Sha1=db6e6ed21965214d5f9fba1b180517bb2587ef59&response-X-Checksum-Sha2=c0e2656fd10d57281280d20ce8bf9a060cf8714f4283dd1dfde383b3688d9ed1
🍺  /usr/local/Cellar/swig/3.0.12: 755 files, 5.5MB
travis_time:end:044d0202:start=1554883873126165000,finish=1554884307013044000,duration=433886879000
travis_fold:end:install
travis_fold:start:before_script.1
---
[00:03:38]       Memory: 8 GB
[00:03:38]       Boot ROM Version: VMW71.00V.7581552.B64.1801142334
[00:03:38]       Apple ROM Info: [MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]Welcome to the Virtual Machine
[00:03:38]       SMC Version (system): 2.8f0
[00:03:38]       Serial Number (system): VMQrzDsBSO5K
[00:03:38] 
[00:03:38] hw.ncpu: 4
[00:03:38] hw.byteorder: 1234
[00:03:38] hw.memsize: 8589934592
---
[02:51:04]  skipping - compiler docs disabled
[02:51:04] Dist rustc stage2 (x86_64-apple-darwin)
[02:53:25] [TIMING] Rustc { compiler: Compiler { stage: 2, host: "x86_64-apple-darwin" } } -- 140.313
[02:53:25] Dist std stage2 (x86_64-apple-darwin -> x86_64-apple-darwin)
The job exceeded the maximum time limit for jobs, and has been terminated.

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)

@bors bors added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 10, 2019
@pietroalbini
Copy link
Member

@bors retry

@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 Apr 10, 2019
@bors
Copy link
Contributor

bors commented Apr 10, 2019

⌛ Testing commit beeeb43 with merge bf61ab559c56ca480dd7003afb3ccde33a3c2408...

@pietroalbini
Copy link
Member

@bors retry

@bors
Copy link
Contributor

bors commented Apr 10, 2019

⌛ Testing commit beeeb43 with merge ef662ae02b3753f9575a181e448ebfc57042431c...

@TimDiekmann
Copy link
Member

Currently, all four apple builds are more or less even in time. Both dist- builds are behind by 3 minutes. Looks promising :)

@pietroalbini
Copy link
Member

@bors retry

@bors
Copy link
Contributor

bors commented Apr 10, 2019

⌛ Testing commit beeeb43 with merge 96d700f...

bors added a commit that referenced this pull request Apr 10, 2019
submodules: update clippy, rls and miri

Let's give this another try.
r? @Manishearth
cc @Xanewok
@bors
Copy link
Contributor

bors commented Apr 10, 2019

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

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Apr 10, 2019
@bors bors merged commit beeeb43 into rust-lang:master Apr 10, 2019
@rust-highfive
Copy link
Collaborator

📣 Toolstate changed by #59810!

Tested on commit 96d700f.
Direct link to PR: #59810

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

rust-highfive added a commit to rust-lang-nursery/rust-toolstate that referenced this pull request Apr 10, 2019
Tested on commit rust-lang/rust@96d700f.
Direct link to PR: <rust-lang/rust#59810>

🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra).
🎉 clippy-driver on linux: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra).
🎉 rls on windows: build-fail → test-pass (cc @nrc @Xanewok, @rust-lang/infra).
🎉 rls on linux: build-fail → test-pass (cc @nrc @Xanewok, @rust-lang/infra).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. 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.

9 participants