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

Fix pointing at arg for fulfillment errors in function calls #66700

Merged
merged 1 commit into from
Nov 28, 2019

Conversation

VirrageS
Copy link
Contributor

Closes: #66258

@rust-highfive
Copy link
Collaborator

r? @matthewjasper

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 24, 2019
@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-6.0 of your PR failed (pretty log, 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.
2019-11-24T13:42:51.0599714Z ##[command]git remote add origin https://github.com/rust-lang/rust
2019-11-24T13:42:51.0793426Z ##[command]git config gc.auto 0
2019-11-24T13:42:51.0838981Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2019-11-24T13:42:51.0888856Z ##[command]git config --get-all http.proxy
2019-11-24T13:42:51.1037988Z ##[command]git -c http.extraheader="AUTHORIZATION: basic ***" fetch --force --tags --prune --progress --no-recurse-submodules --depth=2 origin +refs/heads/*:refs/remotes/origin/* +refs/pull/66700/merge:refs/remotes/pull/66700/merge
---
2019-11-24T13:48:01.0915051Z   = note: `#[warn(unused_imports)]` on by default
2019-11-24T13:48:01.0915192Z 
2019-11-24T13:48:09.9446284Z     Finished release [optimized] target(s) in 1m 11s
2019-11-24T13:48:09.9529641Z tidy check
2019-11-24T13:48:10.1253835Z tidy error: /checkout/src/test/ui/unsized/unsized-fn-param.rs: too many trailing newlines (2)
2019-11-24T13:48:10.7141083Z tidy error: /checkout/src/librustc_typeck/check/mod.rs:3760: line longer than 100 chars
2019-11-24T13:48:10.7141208Z tidy error: /checkout/src/librustc_typeck/check/mod.rs:3792: line longer than 100 chars
2019-11-24T13:48:12.0061873Z some tidy checks failed
2019-11-24T13:48:12.0062587Z Found 485 error codes
2019-11-24T13:48:12.0062777Z Found 0 error codes with no tests
2019-11-24T13:48:12.0063082Z Done!
2019-11-24T13:48:12.0063082Z Done!
2019-11-24T13:48:12.0063211Z 
2019-11-24T13:48:12.0063313Z 
2019-11-24T13:48:12.0066097Z command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/tidy" "/checkout/src" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "--no-vendor"
2019-11-24T13:48:12.0067008Z 
2019-11-24T13:48:12.0067133Z 
2019-11-24T13:48:12.0067330Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test src/tools/tidy
2019-11-24T13:48:12.0067604Z Build completed unsuccessfully in 0:01:14
2019-11-24T13:48:12.0067604Z Build completed unsuccessfully in 0:01:14
2019-11-24T13:48:12.0109775Z == clock drift check ==
2019-11-24T13:48:12.0123604Z   local time: Sun Nov 24 13:48:12 UTC 2019
2019-11-24T13:48:12.3026133Z   network time: Sun, 24 Nov 2019 13:48:12 GMT
2019-11-24T13:48:12.3037320Z == end clock drift check ==
2019-11-24T13:48:13.6371622Z 
2019-11-24T13:48:13.6450038Z ##[error]Bash exited with code '1'.
2019-11-24T13:48:13.6483597Z ##[section]Starting: Checkout
2019-11-24T13:48:13.6485397Z ==============================================================================
2019-11-24T13:48:13.6485442Z Task         : Get sources
2019-11-24T13:48:13.6485498Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.

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)

@matthewjasper
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Nov 27, 2019

📌 Commit 6f70803 has been approved by matthewjasper

@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 Nov 27, 2019
tmandry added a commit to tmandry/rust that referenced this pull request Nov 27, 2019
Fix pointing at arg for fulfillment errors in function calls

Closes: rust-lang#66258
bors added a commit that referenced this pull request Nov 27, 2019
Rollup of 17 pull requests

Successful merges:

 - #64325 (Stabilize nested self receivers in 1.41.0)
 - #66222 (Use `eq_opaque_type_and_type` when type-checking closure signatures)
 - #66305 (Add by-value arrays to `improper_ctypes` lint)
 - #66399 (rustc_metadata: simplify the interactions between Lazy and Table.)
 - #66534 (Allow global references via ForeignItem and Item for the same symbol name during LLVM codegen)
 - #66700 (Fix pointing at arg for fulfillment errors in function calls)
 - #66704 (Intra doc enum variant field)
 - #66718 (Refactor `parse_enum_item` to use `parse_delim_comma_seq`)
 - #66722 (Handle non_exhaustive in borrow checking)
 - #66744 (Fix shrink_to panic documentation)
 - #66761 (Use LLVMDisposePassManager instead of raw delete in rustllvm)
 - #66769 (Add core::{f32,f64}::consts::TAU.)
 - #66774 (Clean up error codes)
 - #66777 (Put back tidy check on error codes)
 - #66797 (Fixes small typo in array docs r? @steveklabnik)
 - #66798 (Fix spelling typos)
 - #66800 (Combine similar tests for const match)

Failed merges:

r? @ghost
@bors bors merged commit 6f70803 into rust-lang:master Nov 28, 2019
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.

Confusing error message when calling f(AsRef<...>, &str) with (str, &str)
4 participants