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

Merge Variant and Variant_ #63543

Merged
merged 1 commit into from
Aug 15, 2019
Merged

Merge Variant and Variant_ #63543

merged 1 commit into from
Aug 15, 2019

Conversation

c410-f3r
Copy link
Contributor

Extracted from #63468.

@rust-highfive
Copy link
Collaborator

The job mingw-check of your PR failed (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-08-14T02:00:51.6427676Z ##[command]git remote add origin https://github.com/rust-lang/rust
2019-08-14T02:00:51.6621875Z ##[command]git config gc.auto 0
2019-08-14T02:00:51.6692485Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2019-08-14T02:00:51.6744631Z ##[command]git config --get-all http.proxy
2019-08-14T02:00:51.6915611Z ##[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/63543/merge:refs/remotes/pull/63543/merge
---
2019-08-14T02:01:27.9339723Z do so (now or later) by using -b with the checkout command again. Example:
2019-08-14T02:01:27.9340067Z 
2019-08-14T02:01:27.9340656Z   git checkout -b <new-branch-name>
2019-08-14T02:01:27.9341034Z 
2019-08-14T02:01:27.9341339Z HEAD is now at cc47b00c2 Merge 3672869691e9944d61559b697146f9d16651adab into 60960a260f7b5c695fd0717311d72ce62dd4eb43
2019-08-14T02:01:27.9505133Z ##[section]Starting: Collect CPU-usage statistics in the background
2019-08-14T02:01:27.9508459Z ==============================================================================
2019-08-14T02:01:27.9508519Z Task         : Bash
2019-08-14T02:01:27.9508583Z Description  : Run a Bash script on macOS, Linux, or Windows
---
2019-08-14T02:10:43.6579033Z    Compiling rand_chacha v0.1.0
2019-08-14T02:10:43.8280949Z    Compiling rand v0.6.1
2019-08-14T02:10:46.5837418Z     Checking tempfile v3.0.5
2019-08-14T02:10:47.1291831Z     Checking rustdoc v0.0.0 (/checkout/src/librustdoc)
2019-08-14T02:10:47.4798260Z error[E0252]: the name `Variant` is defined multiple times
2019-08-14T02:10:47.4798769Z     --> src/librustdoc/html/render.rs:3756:41
2019-08-14T02:10:47.4799047Z      |
2019-08-14T02:10:47.4804516Z 3756 |             use crate::clean::{Variant, Variant};
2019-08-14T02:10:47.4805179Z      |                                -------  ^^^^^^^ `Variant` reimported here
2019-08-14T02:10:47.4805555Z      |                                |
2019-08-14T02:10:47.4805932Z      |                                previous import of the type `Variant` here
2019-08-14T02:10:47.4806194Z      |
2019-08-14T02:10:47.4806568Z      = note: `Variant` must be defined only once in the type namespace of this block
2019-08-14T02:10:47.4806624Z 
2019-08-14T02:10:47.7096873Z error: unused import: `Variant`
2019-08-14T02:10:47.7097310Z     --> src/librustdoc/html/render.rs:3756:41
2019-08-14T02:10:47.7097616Z      |
2019-08-14T02:10:47.7098200Z 3756 |             use crate::clean::{Variant, Variant};
2019-08-14T02:10:47.7098881Z      |
2019-08-14T02:10:47.7099199Z      = note: `-D unused-imports` implied by `-D warnings`
2019-08-14T02:10:47.7099243Z 
2019-08-14T02:10:47.7099243Z 
2019-08-14T02:10:47.7099548Z error: the item `Variant` is imported redundantly
2019-08-14T02:10:47.7100107Z     --> src/librustdoc/html/render.rs:3756:41
2019-08-14T02:10:47.7100355Z      |
2019-08-14T02:10:47.7100703Z 3756 |             use crate::clean::{Variant, Variant};
2019-08-14T02:10:47.7101080Z      |                                -------  ^^^^^^^
2019-08-14T02:10:47.7101403Z      |                                |
2019-08-14T02:10:47.7101786Z      |                                the item `Variant` is already imported here
2019-08-14T02:10:47.7101831Z 
2019-08-14T02:10:49.2074195Z error[E0599]: no associated item named `Struct` found for type `clean::Variant` in the current scope
2019-08-14T02:10:49.2075530Z     --> src/librustdoc/fold.rs:61:30
2019-08-14T02:10:49.2076200Z      |
2019-08-14T02:10:49.2076879Z 61   |                     Variant::Struct(mut j) => {
2019-08-14T02:10:49.2077664Z      |                              ^^^^^^ associated item not found in `clean::Variant`
2019-08-14T02:10:49.2078918Z     ::: src/librustdoc/clean/mod.rs:3328:1
2019-08-14T02:10:49.2079502Z      |
2019-08-14T02:10:49.2080812Z 3328 | pub struct Variant {
2019-08-14T02:10:49.2080812Z 3328 | pub struct Variant {
2019-08-14T02:10:49.2081637Z      | ------------------ associated item `Struct` not found for this
2019-08-14T02:10:49.2081971Z 
2019-08-14T02:10:49.2137385Z error[E0599]: no associated item named `Struct` found for type `clean::Variant` in the current scope
2019-08-14T02:10:49.2138184Z     --> src/librustdoc/fold.rs:66:61
2019-08-14T02:10:49.2138842Z      |
2019-08-14T02:10:49.2139575Z 66   |                         VariantItem(Variant {kind: Variant::Struct(j), ..i2})
2019-08-14T02:10:49.2140828Z      |                                                             ^^^^^^ associated item not found in `clean::Variant`
2019-08-14T02:10:49.2142140Z     ::: src/librustdoc/clean/mod.rs:3328:1
2019-08-14T02:10:49.2142759Z      |
2019-08-14T02:10:49.2143464Z 3328 | pub struct Variant {
2019-08-14T02:10:49.2143464Z 3328 | pub struct Variant {
2019-08-14T02:10:49.2144191Z      | ------------------ associated item `Struct` not found for this
2019-08-14T02:10:49.2144499Z 
2019-08-14T02:10:50.0621403Z error[E0599]: no associated item named `CLike` found for type `clean::Variant` in the current scope
2019-08-14T02:10:50.0622821Z     --> src/librustdoc/html/render.rs:3686:45
2019-08-14T02:10:50.0623516Z      |
2019-08-14T02:10:50.0624296Z 3686 |                             clean::Variant::CLike => write!(w, "{}", name)?,
2019-08-14T02:10:50.0625092Z      |                                             ^^^^^ associated item not found in `clean::Variant`
2019-08-14T02:10:50.0626600Z     ::: src/librustdoc/clean/mod.rs:3328:1
2019-08-14T02:10:50.0627193Z      |
2019-08-14T02:10:50.0627858Z 3328 | pub struct Variant {
2019-08-14T02:10:50.0627858Z 3328 | pub struct Variant {
2019-08-14T02:10:50.0628577Z      | ------------------ associated item `CLike` not found for this
2019-08-14T02:10:50.0628894Z 
2019-08-14T02:10:50.0678757Z error[E0599]: no associated item named `Tuple` found for type `clean::Variant` in the current scope
2019-08-14T02:10:50.0679578Z     --> src/librustdoc/html/render.rs:3687:45
2019-08-14T02:10:50.0680282Z      |
2019-08-14T02:10:50.0681171Z 3687 |                             clean::Variant::Tuple(ref tys) => {
2019-08-14T02:10:50.0681966Z      |                                             ^^^^^ associated item not found in `clean::Variant`
2019-08-14T02:10:50.0683241Z     ::: src/librustdoc/clean/mod.rs:3328:1
2019-08-14T02:10:50.0683858Z      |
2019-08-14T02:10:50.0684503Z 3328 | pub struct Variant {
2019-08-14T02:10:50.0684503Z 3328 | pub struct Variant {
2019-08-14T02:10:50.0685198Z      | ------------------ associated item `Tuple` not found for this
2019-08-14T02:10:50.0685538Z 
2019-08-14T02:10:50.0741284Z error[E0599]: no associated item named `Struct` found for type `clean::Variant` in the current scope
2019-08-14T02:10:50.0742876Z     --> src/librustdoc/html/render.rs:3697:45
2019-08-14T02:10:50.0743463Z      |
2019-08-14T02:10:50.0744078Z 3697 |                             clean::Variant::Struct(ref s) => {
2019-08-14T02:10:50.0744725Z      |                                             ^^^^^^ associated item not found in `clean::Variant`
2019-08-14T02:10:50.0745719Z     ::: src/librustdoc/clean/mod.rs:3328:1
2019-08-14T02:10:50.0746206Z      |
2019-08-14T02:10:50.0746706Z 3328 | pub struct Variant {
2019-08-14T02:10:50.0746706Z 3328 | pub struct Variant {
2019-08-14T02:10:50.0747274Z      | ------------------ associated item `Struct` not found for this
2019-08-14T02:10:50.0747500Z 
2019-08-14T02:10:50.0971892Z error[E0599]: no associated item named `Tuple` found for type `clean::Variant` in the current scope
2019-08-14T02:10:50.0972553Z     --> src/librustdoc/html/render.rs:3741:40
2019-08-14T02:10:50.0973259Z      |
2019-08-14T02:10:50.0974143Z 3741 |                 if let clean::Variant::Tuple(ref tys) = var.kind {
2019-08-14T02:10:50.0974843Z      |                                        ^^^^^ associated item not found in `clean::Variant`
2019-08-14T02:10:50.0975807Z     ::: src/librustdoc/clean/mod.rs:3328:1
2019-08-14T02:10:50.0976484Z      |
2019-08-14T02:10:50.0976978Z 3328 | pub struct Variant {
2019-08-14T02:10:50.0976978Z 3328 | pub struct Variant {
2019-08-14T02:10:50.0977570Z      | ------------------ associated item `Tuple` not found for this
2019-08-14T02:10:50.0977761Z 
2019-08-14T02:10:50.1097339Z error[E0599]: no associated item named `Struct` found for type `clean::Variant` in the current scope
2019-08-14T02:10:50.1098051Z     --> src/librustdoc/html/render.rs:3758:32
2019-08-14T02:10:50.1098550Z      |
2019-08-14T02:10:50.1099093Z 3758 |                 kind: Variant::Struct(ref s)
2019-08-14T02:10:50.1099742Z      |                                ^^^^^^ associated item not found in `clean::Variant`
2019-08-14T02:10:50.1100937Z     ::: src/librustdoc/clean/mod.rs:3328:1
2019-08-14T02:10:50.1101404Z      |
2019-08-14T02:10:50.1101892Z 3328 | pub struct Variant {
2019-08-14T02:10:50.1101892Z 3328 | pub struct Variant {
2019-08-14T02:10:50.1102500Z      | ------------------ associated item `Struct` not found for this
2019-08-14T02:10:50.1102695Z 
2019-08-14T02:10:50.3971492Z error[E0599]: no associated item named `Struct` found for type `clean::Variant` in the current scope
2019-08-14T02:10:50.3972756Z     --> src/librustdoc/passes/mod.rs:233:39
2019-08-14T02:10:50.3973342Z      |
2019-08-14T02:10:50.3974538Z 233  |                 kind: clean::Variant::Struct(..),
2019-08-14T02:10:50.3975390Z      |                                       ^^^^^^ associated item not found in `clean::Variant`
2019-08-14T02:10:50.3977107Z     ::: src/librustdoc/clean/mod.rs:3328:1
2019-08-14T02:10:50.3977394Z      |
2019-08-14T02:10:50.3977725Z 3328 | pub struct Variant {
2019-08-14T02:10:50.3977725Z 3328 | pub struct Variant {
2019-08-14T02:10:50.3978156Z      | ------------------ associated item `Struct` not found for this
2019-08-14T02:10:50.3978209Z 
2019-08-14T02:10:50.5136685Z error[E0560]: struct `doctree::Variant<'_>` has no field named `stab`
2019-08-14T02:10:50.5137177Z    --> src/librustdoc/visit_ast.rs:136:17
2019-08-14T02:10:50.5137483Z     |
2019-08-14T02:10:50.5137840Z 136 |                 stab: self.stability(v.id),
2019-08-14T02:10:50.5138465Z     |                 ^^^^ `doctree::Variant<'_>` does not have this field
2019-08-14T02:10:50.5138828Z     |
2019-08-14T02:10:50.5139233Z     = note: available fields are: `name`, `id`, `attrs`, `def`, `whence`
2019-08-14T02:10:50.5139287Z 
2019-08-14T02:10:50.5205663Z error[E0599]: no method named `stability` found for type `&mut visit_ast::RustdocVisitor<'a, 'tcx>` in the current scope
2019-08-14T02:10:50.5206092Z    --> src/librustdoc/visit_ast.rs:136:28
2019-08-14T02:10:50.5206642Z     |
2019-08-14T02:10:50.5207009Z 136 |                 stab: self.stability(v.id),
2019-08-14T02:10:50.5207440Z 
2019-08-14T02:10:50.5207440Z 
2019-08-14T02:10:50.5207801Z error[E0560]: struct `doctree::Variant<'_>` has no field named `depr`
2019-08-14T02:10:50.5208134Z    --> src/librustdoc/visit_ast.rs:137:17
2019-08-14T02:10:50.5208447Z     |
2019-08-14T02:10:50.5208808Z 137 |                 depr: self.deprecation(v.id),
2019-08-14T02:10:50.5209233Z     |                 ^^^^ `doctree::Variant<'_>` does not have this field
2019-08-14T02:10:50.5209564Z     |
2019-08-14T02:10:50.5209930Z     = note: available fields are: `name`, `id`, `attrs`, `def`, `whence`
2019-08-14T02:10:50.5209976Z 
2019-08-14T02:10:50.5265700Z error[E0599]: no method named `deprecation` found for type `&mut visit_ast::RustdocVisitor<'a, 'tcx>` in the current scope
2019-08-14T02:10:50.5266116Z    --> src/librustdoc/visit_ast.rs:137:28
2019-08-14T02:10:50.5266417Z     |
2019-08-14T02:10:50.5266817Z 137 |                 depr: self.deprecation(v.id),
2019-08-14T02:10:50.5267226Z 
2019-08-14T02:10:50.6594536Z error: aborting due to 15 previous errors
2019-08-14T02:10:50.6594697Z 
2019-08-14T02:10:50.6595063Z Some errors have detailed explanations: E0252, E0560, E0599.
---
2019-08-14T02:10:50.7036640Z command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "check" "--target" "x86_64-unknown-linux-gnu" "-j" "2" "--release" "--color" "always" "--manifest-path" "/checkout/src/tools/rustdoc/Cargo.toml" "--message-format" "json"
2019-08-14T02:10:50.7036792Z expected success, got: exit code: 101
2019-08-14T02:10:50.7050004Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap check
2019-08-14T02:10:50.7050124Z Build completed unsuccessfully in 0:06:44
2019-08-14T02:10:52.8175674Z ##[error]Bash exited with code '1'.
2019-08-14T02:10:52.8219541Z ##[section]Starting: Checkout
2019-08-14T02:10:52.8222049Z ==============================================================================
2019-08-14T02:10:52.8222141Z Task         : Get sources
2019-08-14T02:10:52.8222198Z 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)

@petrochenkov
Copy link
Contributor

r=me with green CI (rustdoc needs fixing?)

@bors delegate+

@bors
Copy link
Contributor

bors commented Aug 14, 2019

✌️ @c410-f3r can now approve this pull request

@petrochenkov petrochenkov added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Aug 14, 2019
@rust-highfive
Copy link
Collaborator

The job mingw-check of your PR failed (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-08-14T09:34:18.3398765Z ##[command]git remote add origin https://github.com/rust-lang/rust
2019-08-14T09:34:18.3682397Z ##[command]git config gc.auto 0
2019-08-14T09:34:18.3767282Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2019-08-14T09:34:18.3816960Z ##[command]git config --get-all http.proxy
2019-08-14T09:34:18.3971620Z ##[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/63543/merge:refs/remotes/pull/63543/merge
---
2019-08-14T09:34:51.4929711Z do so (now or later) by using -b with the checkout command again. Example:
2019-08-14T09:34:51.4929786Z 
2019-08-14T09:34:51.4929991Z   git checkout -b <new-branch-name>
2019-08-14T09:34:51.4930021Z 
2019-08-14T09:34:51.4930065Z HEAD is now at ebb5d7bd5 Merge 0ebd7f0a3411b6aaea0d69a0b47501a4a8d7b5ef into 60960a260f7b5c695fd0717311d72ce62dd4eb43
2019-08-14T09:34:51.5114417Z ##[section]Starting: Collect CPU-usage statistics in the background
2019-08-14T09:34:51.5117171Z ==============================================================================
2019-08-14T09:34:51.5117244Z Task         : Bash
2019-08-14T09:34:51.5117286Z Description  : Run a Bash script on macOS, Linux, or Windows
---
2019-08-14T09:43:51.6186948Z    Compiling rand_pcg v0.1.1
2019-08-14T09:43:51.6960734Z    Compiling rand v0.6.1
2019-08-14T09:43:54.3943294Z     Checking tempfile v3.0.5
2019-08-14T09:43:54.9800988Z     Checking rustdoc v0.0.0 (/checkout/src/librustdoc)
2019-08-14T09:43:58.4087155Z error[E0560]: struct `doctree::Variant<'_>` has no field named `stab`
2019-08-14T09:43:58.4091027Z    --> src/librustdoc/visit_ast.rs:136:17
2019-08-14T09:43:58.4091629Z     |
2019-08-14T09:43:58.4092368Z 136 |                 stab: self.stability(v.id),
2019-08-14T09:43:58.4092932Z     |                 ^^^^ `doctree::Variant<'_>` does not have this field
2019-08-14T09:43:58.4093347Z     |
2019-08-14T09:43:58.4094178Z     = note: available fields are: `name`, `id`, `attrs`, `def`, `whence`
2019-08-14T09:43:58.4094364Z 
2019-08-14T09:43:58.4801581Z error[E0599]: no method named `stability` found for type `&mut visit_ast::RustdocVisitor<'a, 'tcx>` in the current scope
2019-08-14T09:43:58.4805306Z    --> src/librustdoc/visit_ast.rs:136:28
2019-08-14T09:43:58.4805978Z     |
2019-08-14T09:43:58.4806568Z 136 |                 stab: self.stability(v.id),
2019-08-14T09:43:58.4807152Z 
2019-08-14T09:43:58.4807152Z 
2019-08-14T09:43:58.4807617Z error[E0560]: struct `doctree::Variant<'_>` has no field named `depr`
2019-08-14T09:43:58.4808022Z    --> src/librustdoc/visit_ast.rs:137:17
2019-08-14T09:43:58.4808380Z     |
2019-08-14T09:43:58.4808804Z 137 |                 depr: self.deprecation(v.id),
2019-08-14T09:43:58.4809264Z     |                 ^^^^ `doctree::Variant<'_>` does not have this field
2019-08-14T09:43:58.4809609Z     |
2019-08-14T09:43:58.4810039Z     = note: available fields are: `name`, `id`, `attrs`, `def`, `whence`
2019-08-14T09:43:58.4810190Z 
2019-08-14T09:43:58.4855728Z error[E0599]: no method named `deprecation` found for type `&mut visit_ast::RustdocVisitor<'a, 'tcx>` in the current scope
2019-08-14T09:43:58.4861560Z    --> src/librustdoc/visit_ast.rs:137:28
2019-08-14T09:43:58.4862603Z     |
2019-08-14T09:43:58.4863209Z 137 |                 depr: self.deprecation(v.id),
2019-08-14T09:43:58.4863892Z 
2019-08-14T09:43:58.6442449Z error: aborting due to 4 previous errors
2019-08-14T09:43:58.6442563Z 
2019-08-14T09:43:58.6442842Z Some errors have detailed explanations: E0560, E0599.
---
2019-08-14T09:43:58.6906274Z command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "check" "--target" "x86_64-unknown-linux-gnu" "-j" "2" "--release" "--color" "always" "--manifest-path" "/checkout/src/tools/rustdoc/Cargo.toml" "--message-format" "json"
2019-08-14T09:43:58.6906410Z expected success, got: exit code: 101
2019-08-14T09:43:58.6919471Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap check
2019-08-14T09:43:58.6919781Z Build completed unsuccessfully in 0:06:35
2019-08-14T09:44:00.5490400Z ##[error]Bash exited with code '1'.
2019-08-14T09:44:00.5525359Z ##[section]Starting: Checkout
2019-08-14T09:44:00.5527255Z ==============================================================================
2019-08-14T09:44:00.5527308Z Task         : Get sources
2019-08-14T09:44:00.5527352Z 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)

@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-6.0 of your PR failed (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-08-14T12:34:30.8752658Z ##[command]git remote add origin https://github.com/rust-lang/rust
2019-08-14T12:34:30.8925587Z ##[command]git config gc.auto 0
2019-08-14T12:34:30.8990496Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2019-08-14T12:34:30.9064860Z ##[command]git config --get-all http.proxy
2019-08-14T12:34:30.9221365Z ##[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/63543/merge:refs/remotes/pull/63543/merge
---
2019-08-14T12:35:05.0712239Z do so (now or later) by using -b with the checkout command again. Example:
2019-08-14T12:35:05.0712310Z 
2019-08-14T12:35:05.0712526Z   git checkout -b <new-branch-name>
2019-08-14T12:35:05.0712556Z 
2019-08-14T12:35:05.0712604Z HEAD is now at 5b044b84a Merge 230ee8e6ffc5ca1a33ebc3e5550b5324eed06ff4 into c43d03a19f326f4a323569328cc501e86eb6d22e
2019-08-14T12:35:05.0858495Z ##[section]Starting: Collect CPU-usage statistics in the background
2019-08-14T12:35:05.0861478Z ==============================================================================
2019-08-14T12:35:05.0861538Z Task         : Bash
2019-08-14T12:35:05.0861584Z Description  : Run a Bash script on macOS, Linux, or Windows
---
2019-08-14T13:33:38.7335161Z .................................................................................................... 1400/8906
2019-08-14T13:33:44.8396725Z .................................................................................................... 1500/8906
2019-08-14T13:33:53.8699745Z ............................................................................................i....... 1600/8906
2019-08-14T13:34:01.6480551Z ........i........................................................................................... 1700/8906
2019-08-14T13:34:08.5559033Z ...................................................................................iiiii............ 1800/8906
2019-08-14T13:34:29.3599742Z .................................................................................................... 2000/8906
2019-08-14T13:34:31.6096264Z .................................................................................................... 2100/8906
2019-08-14T13:34:33.9676796Z .................................................................................................... 2200/8906
2019-08-14T13:34:40.8959914Z .................................................................................................... 2300/8906
---
2019-08-14T13:38:23.2120520Z .................................................................................................... 5300/8906
2019-08-14T13:38:30.7770718Z .................i.................................................................................. 5400/8906
2019-08-14T13:38:36.2506550Z .................................................................................................... 5500/8906
2019-08-14T13:38:48.3068686Z .................................................................................................... 5600/8906
2019-08-14T13:39:00.9621801Z ............ii...i..ii...........i.................................................................. 5700/8906
2019-08-14T13:39:16.1479710Z .................................................................................................... 5900/8906
2019-08-14T13:39:20.7266374Z .................................................................................................... 6000/8906
2019-08-14T13:39:20.7266374Z .................................................................................................... 6000/8906
2019-08-14T13:39:34.0009012Z .............i..ii.................................................................................. 6100/8906
2019-08-14T13:39:52.6930932Z ........................................................i........................................... 6300/8906
2019-08-14T13:39:54.6538384Z .................................................................................................... 6400/8906
2019-08-14T13:39:56.8586755Z ............................i....................................................................... 6500/8906
2019-08-14T13:40:00.8593837Z .................................................................................................... 6600/8906
---
2019-08-14T13:44:24.5528804Z  finished in 19.435
2019-08-14T13:44:24.5697066Z Check compiletest suite=codegen mode=codegen (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T13:44:25.1067574Z 
2019-08-14T13:44:25.1142625Z running 146 tests
2019-08-14T13:44:27.7730603Z i....iii......iii..iiii....i............................i..i................i....i.........ii.i.i..i 100/146
2019-08-14T13:44:29.5390204Z iii..............i.........iii.i......ii......
2019-08-14T13:44:29.5390780Z 
2019-08-14T13:44:29.5397099Z  finished in 4.970
2019-08-14T13:44:29.5576397Z Check compiletest suite=codegen-units mode=codegen-units (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T13:44:29.7080230Z 
---
2019-08-14T13:44:31.6382436Z  finished in 2.080
2019-08-14T13:44:31.6549115Z Check compiletest suite=assembly mode=assembly (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T13:44:31.8124198Z 
2019-08-14T13:44:31.8124365Z running 9 tests
2019-08-14T13:44:31.8125130Z iiiiiiiii
2019-08-14T13:44:31.8125604Z 
2019-08-14T13:44:31.8125667Z  finished in 0.157
2019-08-14T13:44:31.8283273Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T13:44:31.9862076Z 
---
2019-08-14T13:44:49.0124628Z  finished in 17.184
2019-08-14T13:44:49.0293671Z Check compiletest suite=debuginfo mode=debuginfo-gdb+lldb (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T13:44:49.1880528Z 
2019-08-14T13:44:49.1880674Z running 122 tests
2019-08-14T13:45:11.2138529Z .iiiii...i.....i..i...i..i.i.i..i.ii..i.i.....i..i....i..........iiii..........i...ii...i.......ii.i 100/122
2019-08-14T13:45:15.4970533Z .i.i......iii.i.....ii
2019-08-14T13:45:15.4972003Z 
2019-08-14T13:45:15.4977743Z  finished in 26.468
2019-08-14T13:45:15.4978789Z Uplifting stage1 rustc (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T13:45:15.4983455Z Copying stage2 rustc from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
---
2019-08-14T13:58:31.6050418Z 
2019-08-14T13:58:31.6051657Z    Doc-tests core
2019-08-14T13:58:35.4897200Z 
2019-08-14T13:58:35.4916604Z running 2380 tests
2019-08-14T13:58:47.6247591Z ......iiiii......................................................................................... 100/2380
2019-08-14T13:58:59.5208157Z .........................................................................ii......................... 200/2380
2019-08-14T13:59:27.5866370Z .................................................................................................... 400/2380
2019-08-14T13:59:27.5866370Z .................................................................................................... 400/2380
2019-08-14T13:59:38.3403516Z ..............................i..i.................iiii............................................. 500/2380
2019-08-14T14:00:00.0576575Z .................................................................................................... 700/2380
2019-08-14T14:00:11.4522922Z .................................................................................................... 800/2380
2019-08-14T14:00:22.6228357Z .................................................................................................... 900/2380
2019-08-14T14:00:33.9960801Z .................................................................................................... 1000/2380
---
2019-08-14T14:05:24.8971325Z ................................................. 300/762
2019-08-14T14:05:24.9022222Z .....thread '<unnamed>' panicked at 'explicit panic', src/libstd/io/stdio.rs:854:13
2019-08-14T14:05:24.9438891Z ............................................................................................... 400/762
2019-08-14T14:05:27.0043655Z .................................................................................................... 500/762
2019-08-14T14:05:27.0235961Z ...................thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', src/libcore/result.rs:1084:5
2019-08-14T14:05:27.0252091Z ....thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: "SendError(..)"', src/libcore/result.rs:1084:5
2019-08-14T14:05:27.0264912Z thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', .src/libcore/result.rs:1084:5
2019-08-14T14:05:27.0279729Z ......thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', src/libcore/result.rs:1084:5
2019-08-14T14:05:27.1864468Z ..........................................thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', src/libcore/result.rs:1084:5
2019-08-14T14:05:27.1897837Z ..........thread '<unnamed>' panicked at '.called `Result::unwrap()` on an `Err` value: RecvError', thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', src/libcore/result.rs:1084:5
2019-08-14T14:05:27.1915513Z .src/libcore/result.rs:1084:5
2019-08-14T14:05:29.2366886Z .....................thread '<unnamed>' panicked at 'explicit panic', src/libstd/sync/mutex.rs:629:13
2019-08-14T14:05:29.2368352Z .....thread '<unnamed>' panicked at 'test panic in inner thread to poison mutex', src/libstd/sync/mutex.rs:584:13
2019-08-14T14:05:29.2373379Z thread '<unnamed>' panicked at 'test panic in inner thread to poison mutex', src/libstd/sync/mutex.rs:561:13
2019-08-14T14:05:29.2373873Z thread '<unnamed>' panicked at 'explicit panic', src/libstd/sync/mutex.rs:689:13
---
2019-08-14T14:05:29.2430256Z ...thread '<unnamed>' panicked at 'test panic in inner thread to poison RwLock', src/libstd/sync/rwlock.rs:768:13
2019-08-14T14:05:29.2441332Z ..thread '<unnamed>' panicked at 'explicit panic', src/libstd/sync/rwlock.rs:705:13
2019-08-14T14:05:29.2445762Z ..thread '<unnamed>' panicked at 'explicit panic', src/libstd/sync/rwlock.rs:635:13
2019-08-14T14:05:29.2449561Z thread '<unnamed>' panicked at 'explicit panic', src/libstd/sync/rwlock.rs:646:13
2019-08-14T14:05:29.2453948Z thread '.<unnamed>' panicked at 'explicit panic', src/libstd/sync/rwlock.rs:611:13
2019-08-14T14:05:29.2458347Z .thread '<unnamed>' panicked at 'explicit panic', src/libstd/sync/rwlock.rs:623:13
2019-08-14T14:05:31.3070701Z ..........................thread '<unnamed>' panicked at 'What the answer to my lifetimes dilemma is?', src/libstd/sys_common/remutex.rs:233:13
2019-08-14T14:05:31.3193752Z .....................................thread '<unnamed>' panicked at 'explicit panic', src/libstd/thread/mod.rs:1535:13
2019-08-14T14:05:31.9258793Z .........thread '<unnamed>' panicked at 'Box<Any>', src/libstd/thread/mod.rs:1667:13
2019-08-14T14:05:31.9264563Z .thread '<unnamed>' panicked at 'owned string', src/libstd/thread/mod.rs:1653:13
2019-08-14T14:05:31.9270124Z .thread '<unnamed>' panicked at 'static string', src/libstd/thread/mod.rs:1639:13
---
2019-08-14T14:05:38.5295642Z 
2019-08-14T14:05:38.5296522Z running 991 tests
2019-08-14T14:06:01.1823574Z i................................................................................................... 100/991
2019-08-14T14:06:13.6092821Z .................................................................................................... 200/991
2019-08-14T14:06:21.8334364Z .................iii......i......i...i......i....................................................... 300/991
2019-08-14T14:06:26.5288481Z .................................................................................................... 400/991
2019-08-14T14:06:34.0676372Z ..................................i..i.................................ii........................... 500/991
2019-08-14T14:06:47.9229167Z .................................................................................................... 700/991
2019-08-14T14:06:47.9229167Z .................................................................................................... 700/991
2019-08-14T14:06:55.7275545Z .................iiii............................................................................... 800/991
2019-08-14T14:07:09.9261851Z .................................................................................................... 900/991
2019-08-14T14:07:17.1194073Z .......................................iiii................................................
2019-08-14T14:07:17.1194812Z 
2019-08-14T14:07:17.1380504Z  finished in 237.009
2019-08-14T14:07:17.1392048Z Testing unwind stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T14:07:17.3276494Z     Finished release [optimized] target(s) in 0.18s
---
2019-08-14T14:10:15.8481466Z 
2019-08-14T14:10:15.8553778Z  finished in 17.640
2019-08-14T14:10:15.8575835Z Testing syntax stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T14:10:16.0542556Z    Compiling syntax v0.0.0 (/checkout/src/libsyntax)
2019-08-14T14:10:22.0952628Z error[E0063]: missing field `span` in initializer of `ast::Variant`
2019-08-14T14:10:22.0953742Z   --> src/libsyntax/print/pprust/tests.rs:57:60
2019-08-14T14:10:22.0954211Z    |
2019-08-14T14:10:22.0954734Z 57 |         let var = source_map::respan(syntax_pos::DUMMY_SP, ast::Variant {
2019-08-14T14:10:22.0955562Z    |                                                            ^^^^^^^^^^^^ missing `span`
2019-08-14T14:10:22.1625059Z error[E0308]: mismatched types
2019-08-14T14:10:22.1625625Z   --> src/libsyntax/print/pprust/tests.rs:66:40
2019-08-14T14:10:22.1625982Z    |
2019-08-14T14:10:22.1625982Z    |
2019-08-14T14:10:22.1626357Z 66 |         let varstr = variant_to_string(&var);
2019-08-14T14:10:22.1626845Z    |                                        ^^^^ expected struct `ast::Variant`, found struct `source_map::Spanned`
2019-08-14T14:10:22.1627367Z    |
2019-08-14T14:10:22.1628338Z    = note: expected type `&ast::Variant`
2019-08-14T14:10:22.1628783Z               found type `&source_map::Spanned<ast::Variant>`
2019-08-14T14:10:22.7301227Z error: aborting due to 2 previous errors
2019-08-14T14:10:22.7301299Z 
2019-08-14T14:10:22.7301547Z Some errors have detailed explanations: E0063, E0308.
2019-08-14T14:10:22.7301768Z For more information about an error, try `rustc --explain E0063`.
2019-08-14T14:10:22.7301768Z For more information about an error, try `rustc --explain E0063`.
2019-08-14T14:10:22.8099319Z error: Could not compile `syntax`.
2019-08-14T14:10:22.8099487Z 
2019-08-14T14:10:22.8099775Z To learn more, run the command again with --verbose.
2019-08-14T14:10:22.8117141Z 
2019-08-14T14:10:22.8117456Z 
2019-08-14T14:10:22.8118176Z command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "test" "--target" "x86_64-unknown-linux-gnu" "-j" "2" "--release" "--locked" "--color" "always" "--features" "" "--manifest-path" "/checkout/src/rustc/Cargo.toml" "-p" "syntax" "--" "--quiet"
2019-08-14T14:10:22.8118575Z 
2019-08-14T14:10:22.8118601Z 
2019-08-14T14:10:22.8129929Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test
2019-08-14T14:10:22.8130041Z Build completed unsuccessfully in 1:29:23
2019-08-14T14:10:22.8130041Z Build completed unsuccessfully in 1:29:23
2019-08-14T14:10:22.8182760Z == clock drift check ==
2019-08-14T14:10:22.8198208Z   local time: Wed Aug 14 14:10:22 UTC 2019
2019-08-14T14:10:22.9819945Z   network time: Wed, 14 Aug 2019 14:10:22 GMT
2019-08-14T14:10:22.9820913Z == end clock drift check ==
2019-08-14T14:10:23.6352389Z ##[error]Bash exited with code '1'.
2019-08-14T14:10:23.6397269Z ##[section]Starting: Checkout
2019-08-14T14:10:23.6399372Z ==============================================================================
2019-08-14T14:10:23.6399441Z Task         : Get sources
2019-08-14T14:10:23.6399489Z 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)

@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-6.0 of your PR failed (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-08-14T16:06:17.2073827Z ##[command]git remote add origin https://github.com/rust-lang/rust
2019-08-14T16:06:18.0035406Z ##[command]git config gc.auto 0
2019-08-14T16:06:18.0041417Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2019-08-14T16:06:18.0043857Z ##[command]git config --get-all http.proxy
2019-08-14T16:06:18.0048620Z ##[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/63543/merge:refs/remotes/pull/63543/merge
---
2019-08-14T16:06:53.5884636Z do so (now or later) by using -b with the checkout command again. Example:
2019-08-14T16:06:53.5884907Z 
2019-08-14T16:06:53.5885341Z   git checkout -b <new-branch-name>
2019-08-14T16:06:53.5885572Z 
2019-08-14T16:06:53.5885805Z HEAD is now at 2f28ef1b6 Merge 412e7c98dfba4ef21091e850883c07a9e345c34f into c43d03a19f326f4a323569328cc501e86eb6d22e
2019-08-14T16:06:53.6046174Z ##[section]Starting: Collect CPU-usage statistics in the background
2019-08-14T16:06:53.6049355Z ==============================================================================
2019-08-14T16:06:53.6049415Z Task         : Bash
2019-08-14T16:06:53.6049483Z Description  : Run a Bash script on macOS, Linux, or Windows
---
2019-08-14T17:07:31.6937280Z .................................................................................................... 1400/8906
2019-08-14T17:07:38.1210727Z .................................................................................................... 1500/8906
2019-08-14T17:07:47.4094618Z ............................................................................................i....... 1600/8906
2019-08-14T17:07:55.3869486Z ........i........................................................................................... 1700/8906
2019-08-14T17:08:02.5167484Z ...................................................................................iiiii............ 1800/8906
2019-08-14T17:08:24.9361386Z .................................................................................................... 2000/8906
2019-08-14T17:08:26.3584330Z .................................................................................................... 2100/8906
2019-08-14T17:08:28.8691300Z .................................................................................................... 2200/8906
2019-08-14T17:08:36.1931946Z .................................................................................................... 2300/8906
---
2019-08-14T17:12:31.1277179Z .................................................................................................... 5300/8906
2019-08-14T17:12:39.0300572Z .................i.................................................................................. 5400/8906
2019-08-14T17:12:44.6453768Z .................................................................................................... 5500/8906
2019-08-14T17:12:56.8098805Z .................................................................................................... 5600/8906
2019-08-14T17:13:09.5642773Z ............ii...i..ii...........i.................................................................. 5700/8906
2019-08-14T17:13:26.2542222Z .................................................................................................... 5900/8906
2019-08-14T17:13:31.0137383Z .................................................................................................... 6000/8906
2019-08-14T17:13:31.0137383Z .................................................................................................... 6000/8906
2019-08-14T17:13:44.4424535Z .............i..ii.................................................................................. 6100/8906
2019-08-14T17:14:03.0632569Z ........................................................i........................................... 6300/8906
2019-08-14T17:14:05.2979898Z .................................................................................................... 6400/8906
2019-08-14T17:14:07.7759407Z ............................i....................................................................... 6500/8906
2019-08-14T17:14:12.1160104Z .................................................................................................... 6600/8906
---
2019-08-14T17:18:52.8581021Z  finished in 22.650
2019-08-14T17:18:52.8748836Z Check compiletest suite=codegen mode=codegen (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T17:18:53.0270783Z 
2019-08-14T17:18:53.0271025Z running 146 tests
2019-08-14T17:18:56.2260506Z i....iii......iii..iiii....i............................i..i................i....i.........ii.i.i..i 100/146
2019-08-14T17:18:58.0196755Z iii..............i.........iii.i......ii......
2019-08-14T17:18:58.0200048Z 
2019-08-14T17:18:58.0202140Z  finished in 5.144
2019-08-14T17:18:58.0388374Z Check compiletest suite=codegen-units mode=codegen-units (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T17:18:58.1904674Z 
---
2019-08-14T17:19:00.1632130Z  finished in 2.124
2019-08-14T17:19:00.1808981Z Check compiletest suite=assembly mode=assembly (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T17:19:00.3296937Z 
2019-08-14T17:19:00.3297222Z running 9 tests
2019-08-14T17:19:00.3297948Z iiiiiiiii
2019-08-14T17:19:00.3298266Z 
2019-08-14T17:19:00.3301684Z  finished in 0.148
2019-08-14T17:19:00.3464644Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T17:19:00.5031733Z 
---
2019-08-14T17:19:18.3785786Z  finished in 18.032
2019-08-14T17:19:18.3972374Z Check compiletest suite=debuginfo mode=debuginfo-gdb+lldb (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T17:19:18.5646407Z 
2019-08-14T17:19:18.5646984Z running 122 tests
2019-08-14T17:19:41.8738795Z .iiiii...i.....i..i...i..i.i.i..i.ii..i.i.....i..i....i..........iiii..........i...ii...i.......ii.i 100/122
2019-08-14T17:19:46.3459504Z .i.i......iii.i.....ii
2019-08-14T17:19:46.3460203Z 
2019-08-14T17:19:46.3463607Z  finished in 27.948
2019-08-14T17:19:46.3468799Z Uplifting stage1 rustc (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T17:19:46.3469071Z Copying stage2 rustc from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
---
2019-08-14T17:33:21.2591104Z 
2019-08-14T17:33:21.2592771Z    Doc-tests core
2019-08-14T17:33:25.4192970Z 
2019-08-14T17:33:25.4194717Z running 2380 tests
2019-08-14T17:33:38.2703225Z ......iiiii......................................................................................... 100/2380
2019-08-14T17:33:50.7974644Z .........................................................................ii......................... 200/2380
2019-08-14T17:34:20.4776220Z .................................................................................................... 400/2380
2019-08-14T17:34:20.4776220Z .................................................................................................... 400/2380
2019-08-14T17:34:31.7065154Z ..............................i..i.................iiii............................................. 500/2380
2019-08-14T17:34:55.4654349Z .................................................................................................... 700/2380
2019-08-14T17:35:07.1050005Z .................................................................................................... 800/2380
2019-08-14T17:35:18.8701440Z .................................................................................................... 900/2380
2019-08-14T17:35:30.9592970Z .................................................................................................... 1000/2380
---
2019-08-14T17:40:48.5084128Z 
2019-08-14T17:40:48.5086075Z running 991 tests
2019-08-14T17:41:11.4993288Z i................................................................................................... 100/991
2019-08-14T17:41:24.5204593Z .................................................................................................... 200/991
2019-08-14T17:41:33.2412834Z .................iii......i......i...i......i....................................................... 300/991
2019-08-14T17:41:38.2295655Z .................................................................................................... 400/991
2019-08-14T17:41:46.2193314Z ..................................i..i.................................ii........................... 500/991
2019-08-14T17:42:00.7952940Z .................................................................................................... 700/991
2019-08-14T17:42:00.7952940Z .................................................................................................... 700/991
2019-08-14T17:42:09.0725128Z .................iiii............................................................................... 800/991
2019-08-14T17:42:24.1289622Z .................................................................................................... 900/991
2019-08-14T17:42:32.0540852Z .......................................iiii................................................
2019-08-14T17:42:32.0545051Z 
2019-08-14T17:42:32.0747752Z  finished in 243.803
2019-08-14T17:42:32.0771898Z Testing unwind stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T17:42:32.2684672Z     Finished release [optimized] target(s) in 0.18s
---
2019-08-14T17:45:33.7460222Z 
2019-08-14T17:45:33.7537212Z  finished in 18.128
2019-08-14T17:45:33.7556726Z Testing syntax stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2019-08-14T17:45:33.9561329Z    Compiling syntax v0.0.0 (/checkout/src/libsyntax)
2019-08-14T17:45:34.0940406Z error: expected one of `.`, `;`, `?`, or an operator, found `let`
2019-08-14T17:45:34.0940705Z   --> src/libsyntax/print/pprust/tests.rs:67:9
2019-08-14T17:45:34.0941177Z 65 |         }
2019-08-14T17:45:34.0941462Z    |          - help: a semicolon may be missing here
2019-08-14T17:45:34.0941706Z 66 | 
2019-08-14T17:45:34.0941706Z 66 | 
2019-08-14T17:45:34.0942612Z 67 |         let varstr = variant_to_string(&var);
2019-08-14T17:45:34.0943230Z 
2019-08-14T17:45:40.9004199Z error: aborting due to previous error
2019-08-14T17:45:40.9005054Z 
2019-08-14T17:45:40.9796045Z error: Could not compile `syntax`.
2019-08-14T17:45:40.9796045Z error: Could not compile `syntax`.
2019-08-14T17:45:40.9796728Z 
2019-08-14T17:45:40.9797509Z To learn more, run the command again with --verbose.
2019-08-14T17:45:40.9814831Z 
2019-08-14T17:45:40.9815061Z 
2019-08-14T17:45:40.9816140Z command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "test" "--target" "x86_64-unknown-linux-gnu" "-j" "2" "--release" "--locked" "--color" "always" "--features" "" "--manifest-path" "/checkout/src/rustc/Cargo.toml" "-p" "syntax" "--" "--quiet"
2019-08-14T17:45:40.9816462Z 
2019-08-14T17:45:40.9816523Z 
2019-08-14T17:45:40.9828395Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test
2019-08-14T17:45:40.9828629Z Build completed unsuccessfully in 1:32:34
2019-08-14T17:45:40.9828629Z Build completed unsuccessfully in 1:32:34
2019-08-14T17:45:40.9882758Z == clock drift check ==
2019-08-14T17:45:40.9903597Z   local time: Wed Aug 14 17:45:40 UTC 2019
2019-08-14T17:45:41.2704206Z   network time: Wed, 14 Aug 2019 17:45:41 GMT
2019-08-14T17:45:41.2708589Z == end clock drift check ==
2019-08-14T17:45:41.8438026Z ##[error]Bash exited with code '1'.
2019-08-14T17:45:41.8496392Z ##[section]Starting: Checkout
2019-08-14T17:45:41.8499188Z ==============================================================================
2019-08-14T17:45:41.8499241Z Task         : Get sources
2019-08-14T17:45:41.8499302Z 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)

@c410-f3r
Copy link
Contributor Author

@bors r+

@bors
Copy link
Contributor

bors commented Aug 14, 2019

📌 Commit 6a42b0b has been approved by c410-f3r

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Aug 14, 2019
Centril added a commit to Centril/rust that referenced this pull request Aug 14, 2019
bors added a commit that referenced this pull request Aug 15, 2019
Rollup of 11 pull requests

Successful merges:

 - #62984 (Add lint for excess trailing semicolons)
 - #63075 (Miri: Check that a ptr is aligned and inbounds already when evaluating `*`)
 - #63490 (libsyntax: cleanup and refactor `pat.rs`)
 - #63507 (When needing type annotations in local bindings, account for impl Trait and closures)
 - #63509 (Point at the right enclosing scope when using `await` in non-async fn)
 - #63528 (syntax: Remove `DummyResult::expr_only`)
 - #63537 (expand: Unimplement `MutVisitor` on `MacroExpander`)
 - #63542 (Add NodeId for Arm, Field and FieldPat)
 - #63543 (Merge Variant and Variant_)
 - #63560 (move test that shouldn't be in test/run-pass/)
 - #63570 (Adjust tracking issues for `MaybeUninit<T>` gates)

Failed merges:

r? @ghost
@bors
Copy link
Contributor

bors commented Aug 15, 2019

☔ The latest upstream changes (presumably #63575) made this pull request unmergeable. Please resolve the merge conflicts.

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Aug 15, 2019
@bors bors merged commit 6a42b0b into rust-lang:master Aug 15, 2019
matthiaskrgr added a commit to matthiaskrgr/rust-clippy that referenced this pull request Aug 15, 2019
flip1995 added a commit to flip1995/rust-clippy that referenced this pull request Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants