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

Have the per-query caches store the results on arenas #70674

Merged
merged 9 commits into from
May 1, 2020

Conversation

cjgillot
Copy link
Contributor

@cjgillot cjgillot commented Apr 1, 2020

This PR leverages the cache for each query to serve as storage area for the query results.

It introduces a new cache ArenaCache, which moves the result to an arena,
and only stores the reference in the hash map.
This allows to remove a sizeable part of the usage of the global TyCtxt arena.

I only migrated queries that already used arenas before.

@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 Apr 1, 2020
@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-7 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.
2020-04-01T21:50:40.9342976Z ========================== Starting Command Output ===========================
2020-04-01T21:50:40.9346021Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/610e7f80-0c8f-43d7-a689-7d2067122c76.sh
2020-04-01T21:50:40.9346301Z 
2020-04-01T21:50:40.9351139Z ##[section]Finishing: Disable git automatic line ending conversion
2020-04-01T21:50:40.9370001Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/70674/merge to s
2020-04-01T21:50:40.9373047Z Task         : Get sources
2020-04-01T21:50:40.9373516Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-04-01T21:50:40.9373801Z Version      : 1.0.0
2020-04-01T21:50:40.9373987Z Author       : Microsoft
---
2020-04-01T21:50:41.9511777Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-04-01T21:50:41.9518859Z ##[command]git config gc.auto 0
2020-04-01T21:50:41.9524822Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-04-01T21:50:41.9529402Z ##[command]git config --get-all http.proxy
2020-04-01T21:50:41.9539381Z ##[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/70674/merge:refs/remotes/pull/70674/merge
---
2020-04-01T21:52:28.5013773Z Looks like docker image is the same as before, not uploading
2020-04-01T21:52:36.4641582Z [CI_JOB_NAME=x86_64-gnu-llvm-7]
2020-04-01T21:52:36.4884632Z [CI_JOB_NAME=x86_64-gnu-llvm-7]
2020-04-01T21:52:36.4912551Z == clock drift check ==
2020-04-01T21:52:36.4921348Z   local time: Wed Apr  1 21:52:36 UTC 2020
2020-04-01T21:52:36.7846205Z   network time: Wed, 01 Apr 2020 21:52:36 GMT
2020-04-01T21:52:36.7872619Z Starting sccache server...
2020-04-01T21:52:36.8705576Z configure: processing command line
2020-04-01T21:52:36.8709082Z configure: 
2020-04-01T21:52:36.8711492Z configure: rust.dist-src        := False
---
2020-04-01T21:57:22.0983695Z    Compiling rustc_feature v0.0.0 (/checkout/src/librustc_feature)
2020-04-01T21:57:23.4074737Z    Compiling fmt_macros v0.0.0 (/checkout/src/libfmt_macros)
2020-04-01T21:57:24.7907011Z    Compiling rustc_ast_pretty v0.0.0 (/checkout/src/librustc_ast_pretty)
2020-04-01T21:57:26.1918765Z    Compiling rustc_hir v0.0.0 (/checkout/src/librustc_hir)
2020-04-01T21:57:33.8310096Z    Compiling rustc_query_system v0.0.0 (/checkout/src/librustc_query_system)
2020-04-01T21:57:37.0290317Z    Compiling rustc_hir_pretty v0.0.0 (/checkout/src/librustc_hir_pretty)
2020-04-01T21:57:41.2906819Z    Compiling rustc_attr v0.0.0 (/checkout/src/librustc_attr)
2020-04-01T21:57:45.2709651Z    Compiling rustc_parse v0.0.0 (/checkout/src/librustc_parse)
2020-04-01T21:57:52.2750116Z    Compiling rustc_ast_lowering v0.0.0 (/checkout/src/librustc_ast_lowering)
---
2020-04-01T22:18:32.1731424Z    Compiling rustc_feature v0.0.0 (/checkout/src/librustc_feature)
2020-04-01T22:18:33.8506005Z    Compiling fmt_macros v0.0.0 (/checkout/src/libfmt_macros)
2020-04-01T22:18:35.7145892Z    Compiling rustc_ast_pretty v0.0.0 (/checkout/src/librustc_ast_pretty)
2020-04-01T22:18:38.6599804Z    Compiling rustc_hir v0.0.0 (/checkout/src/librustc_hir)
2020-04-01T22:18:47.4822860Z    Compiling rustc_query_system v0.0.0 (/checkout/src/librustc_query_system)
2020-04-01T22:18:51.9549604Z    Compiling rustc_hir_pretty v0.0.0 (/checkout/src/librustc_hir_pretty)
2020-04-01T22:18:57.2490144Z    Compiling rustc_attr v0.0.0 (/checkout/src/librustc_attr)
2020-04-01T22:19:02.3825823Z    Compiling rustc_parse v0.0.0 (/checkout/src/librustc_parse)
2020-04-01T22:19:11.3711082Z    Compiling rustc_ast_lowering v0.0.0 (/checkout/src/librustc_ast_lowering)
2020-04-01T22:19:11.3711082Z    Compiling rustc_ast_lowering v0.0.0 (/checkout/src/librustc_ast_lowering)
2020-04-01T22:19:46.0010961Z error: unnecessary parentheses around type
2020-04-01T22:19:46.0011631Z     --> src/librustc_middle/query/mod.rs:106:20
2020-04-01T22:19:46.0012141Z      |
2020-04-01T22:19:46.0012735Z 38   | / rustc_queries! {
2020-04-01T22:19:46.0013626Z 39   | |     Other {
2020-04-01T22:19:46.0014515Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.0015437Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.0016092Z ...    |
2020-04-01T22:19:46.0016788Z 106  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.0018624Z ...    |
2020-04-01T22:19:46.0019245Z 1290 | |     }
2020-04-01T22:19:46.0019918Z 1291 | | }
2020-04-01T22:19:46.0019918Z 1291 | | }
2020-04-01T22:19:46.0020663Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.0021240Z      | 
2020-04-01T22:19:46.0021784Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.0022278Z      |
2020-04-01T22:19:46.0022904Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.0024422Z      |
2020-04-01T22:19:46.0025008Z      = note: `-D unused-parens` implied by `-D warnings`
2020-04-01T22:19:46.0025311Z 
2020-04-01T22:19:46.0092398Z error: unnecessary parentheses around type
2020-04-01T22:19:46.0092398Z error: unnecessary parentheses around type
2020-04-01T22:19:46.0093085Z     --> src/librustc_middle/query/mod.rs:106:20
2020-04-01T22:19:46.0093734Z      |
2020-04-01T22:19:46.0094395Z 38   | / rustc_queries! {
2020-04-01T22:19:46.0095163Z 39   | |     Other {
2020-04-01T22:19:46.0096121Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.0097414Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.0098119Z ...    |
2020-04-01T22:19:46.0098889Z 106  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.0100870Z ...    |
2020-04-01T22:19:46.0101559Z 1290 | |     }
2020-04-01T22:19:46.0102370Z 1291 | | }
2020-04-01T22:19:46.0102370Z 1291 | | }
2020-04-01T22:19:46.0103117Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.0103728Z      | 
2020-04-01T22:19:46.0104216Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.0104645Z      |
2020-04-01T22:19:46.0105175Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.0106292Z 
2020-04-01T22:19:46.0170992Z error: unnecessary parentheses around type
2020-04-01T22:19:46.0171650Z     --> src/librustc_middle/query/mod.rs:139:20
2020-04-01T22:19:46.0172145Z      |
2020-04-01T22:19:46.0172145Z      |
2020-04-01T22:19:46.0172755Z 38   | / rustc_queries! {
2020-04-01T22:19:46.0173564Z 39   | |     Other {
2020-04-01T22:19:46.0174458Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.0175381Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.0176017Z ...    |
2020-04-01T22:19:46.0176733Z 139  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.0178584Z ...    |
2020-04-01T22:19:46.0179190Z 1290 | |     }
2020-04-01T22:19:46.0179856Z 1291 | | }
2020-04-01T22:19:46.0179856Z 1291 | | }
2020-04-01T22:19:46.0180619Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.0181181Z      | 
2020-04-01T22:19:46.0181741Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.0182376Z      |
2020-04-01T22:19:46.0183045Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.0184344Z 
2020-04-01T22:19:46.0249264Z error: unnecessary parentheses around type
2020-04-01T22:19:46.0249972Z     --> src/librustc_middle/query/mod.rs:162:20
2020-04-01T22:19:46.0250502Z      |
2020-04-01T22:19:46.0250502Z      |
2020-04-01T22:19:46.0251159Z 38   | / rustc_queries! {
2020-04-01T22:19:46.0251929Z 39   | |     Other {
2020-04-01T22:19:46.0252899Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.0254010Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.0254698Z ...    |
2020-04-01T22:19:46.0255470Z 162  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.0257445Z ...    |
2020-04-01T22:19:46.0258102Z 1290 | |     }
2020-04-01T22:19:46.0258829Z 1291 | | }
2020-04-01T22:19:46.0258829Z 1291 | | }
2020-04-01T22:19:46.0259661Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.0260266Z      | 
2020-04-01T22:19:46.0260866Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.0261399Z      |
2020-04-01T22:19:46.0262059Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.0263435Z 
2020-04-01T22:19:46.0351305Z error: unnecessary parentheses around type
2020-04-01T22:19:46.0352583Z     --> src/librustc_middle/query/mod.rs:177:20
2020-04-01T22:19:46.0353534Z      |
2020-04-01T22:19:46.0353534Z      |
2020-04-01T22:19:46.0354703Z 38   | / rustc_queries! {
2020-04-01T22:19:46.0356080Z 39   | |     Other {
2020-04-01T22:19:46.0357764Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.0359564Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.0360795Z ...    |
2020-04-01T22:19:46.0362166Z 177  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.0366533Z ...    |
2020-04-01T22:19:46.0367742Z 1290 | |     }
2020-04-01T22:19:46.0369034Z 1291 | | }
2020-04-01T22:19:46.0369034Z 1291 | | }
2020-04-01T22:19:46.0370495Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.0371577Z      | 
2020-04-01T22:19:46.0372645Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.0374280Z      |
2020-04-01T22:19:46.0375477Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.0377941Z 
2020-04-01T22:19:46.0461194Z error: unnecessary parentheses around type
2020-04-01T22:19:46.0461902Z     --> src/librustc_middle/query/mod.rs:186:20
2020-04-01T22:19:46.0462432Z      |
2020-04-01T22:19:46.0462432Z      |
2020-04-01T22:19:46.0463094Z 38   | / rustc_queries! {
2020-04-01T22:19:46.0463866Z 39   | |     Other {
2020-04-01T22:19:46.0464915Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.0465853Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.0466489Z ...    |
2020-04-01T22:19:46.0467204Z 186  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.0469037Z ...    |
2020-04-01T22:19:46.0469642Z 1290 | |     }
2020-04-01T22:19:46.0470317Z 1291 | | }
2020-04-01T22:19:46.0470317Z 1291 | | }
2020-04-01T22:19:46.0471076Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.0471638Z      | 
2020-04-01T22:19:46.0472193Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.0472691Z      |
2020-04-01T22:19:46.0473300Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.0474581Z 
2020-04-01T22:19:46.0537381Z error: unnecessary parentheses around type
2020-04-01T22:19:46.0538167Z     --> src/librustc_middle/query/mod.rs:195:20
2020-04-01T22:19:46.0538673Z      |
2020-04-01T22:19:46.0538673Z      |
2020-04-01T22:19:46.0539281Z 38   | / rustc_queries! {
2020-04-01T22:19:46.0539995Z 39   | |     Other {
2020-04-01T22:19:46.0540864Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.0541805Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.0542441Z ...    |
2020-04-01T22:19:46.0543160Z 195  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.0544996Z ...    |
2020-04-01T22:19:46.0545601Z 1290 | |     }
2020-04-01T22:19:46.0546265Z 1291 | | }
2020-04-01T22:19:46.0546265Z 1291 | | }
2020-04-01T22:19:46.0547028Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.0547585Z      | 
2020-04-01T22:19:46.0548145Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.0548644Z      |
2020-04-01T22:19:46.0549259Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.0550537Z 
2020-04-01T22:19:46.0617312Z error: unnecessary parentheses around type
2020-04-01T22:19:46.0618015Z     --> src/librustc_middle/query/mod.rs:202:20
2020-04-01T22:19:46.0618545Z      |
2020-04-01T22:19:46.0618545Z      |
2020-04-01T22:19:46.0619201Z 38   | / rustc_queries! {
2020-04-01T22:19:46.0619974Z 39   | |     Other {
2020-04-01T22:19:46.0620934Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.0621947Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.0622636Z ...    |
2020-04-01T22:19:46.0623408Z 202  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.0625390Z ...    |
2020-04-01T22:19:46.0626045Z 1290 | |     }
2020-04-01T22:19:46.0626980Z 1291 | | }
2020-04-01T22:19:46.0626980Z 1291 | | }
2020-04-01T22:19:46.0627819Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.0628424Z      | 
2020-04-01T22:19:46.0629023Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.0629558Z      |
2020-04-01T22:19:46.0630216Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.0631600Z 
2020-04-01T22:19:46.0699881Z error: unnecessary parentheses around type
2020-04-01T22:19:46.0700550Z     --> src/librustc_middle/query/mod.rs:215:20
2020-04-01T22:19:46.0701082Z      |
2020-04-01T22:19:46.0701082Z      |
2020-04-01T22:19:46.0701694Z 38   | / rustc_queries! {
2020-04-01T22:19:46.0702626Z 39   | |     Other {
2020-04-01T22:19:46.0703568Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.0704586Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.0705275Z ...    |
2020-04-01T22:19:46.0706058Z 215  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.0708038Z ...    |
2020-04-01T22:19:46.0708643Z 1290 | |     }
2020-04-01T22:19:46.0709312Z 1291 | | }
2020-04-01T22:19:46.0709312Z 1291 | | }
2020-04-01T22:19:46.0710073Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.0710633Z      | 
2020-04-01T22:19:46.0711194Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.0711690Z      |
2020-04-01T22:19:46.0712302Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.0714050Z 
2020-04-01T22:19:46.0786749Z error: unnecessary parentheses around type
2020-04-01T22:19:46.0787414Z     --> src/librustc_middle/query/mod.rs:264:20
2020-04-01T22:19:46.0787901Z      |
2020-04-01T22:19:46.0787901Z      |
2020-04-01T22:19:46.0788510Z 38   | / rustc_queries! {
2020-04-01T22:19:46.0789221Z 39   | |     Other {
2020-04-01T22:19:46.0790288Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.0792437Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.0793084Z ...    |
2020-04-01T22:19:46.0793801Z 264  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.0795815Z ...    |
2020-04-01T22:19:46.0796585Z 1290 | |     }
2020-04-01T22:19:46.0797263Z 1291 | | }
2020-04-01T22:19:46.0797263Z 1291 | | }
2020-04-01T22:19:46.0798248Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.0798855Z      | 
2020-04-01T22:19:46.0799460Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.0800038Z      |
2020-04-01T22:19:46.0800702Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.0802086Z 
2020-04-01T22:19:46.0873985Z error: unnecessary parentheses around type
2020-04-01T22:19:46.0874695Z     --> src/librustc_middle/query/mod.rs:303:20
2020-04-01T22:19:46.0875250Z      |
2020-04-01T22:19:46.0875250Z      |
2020-04-01T22:19:46.0875895Z 38   | / rustc_queries! {
2020-04-01T22:19:46.0876665Z 39   | |     Other {
2020-04-01T22:19:46.0877626Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.0878621Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.0879328Z ...    |
2020-04-01T22:19:46.0880092Z 303  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.0882074Z ...    |
2020-04-01T22:19:46.0882728Z 1290 | |     }
2020-04-01T22:19:46.0883569Z 1291 | | }
2020-04-01T22:19:46.0883569Z 1291 | | }
2020-04-01T22:19:46.0884313Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.0884889Z      | 
2020-04-01T22:19:46.0885601Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.0886156Z      |
2020-04-01T22:19:46.0886797Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.0888069Z 
2020-04-01T22:19:46.0951567Z error: unnecessary parentheses around type
2020-04-01T22:19:46.0952380Z     --> src/librustc_middle/query/mod.rs:306:20
2020-04-01T22:19:46.0952930Z      |
2020-04-01T22:19:46.0952930Z      |
2020-04-01T22:19:46.0953574Z 38   | / rustc_queries! {
2020-04-01T22:19:46.0954356Z 39   | |     Other {
2020-04-01T22:19:46.0955319Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.0956319Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.0957022Z ...    |
2020-04-01T22:19:46.0957775Z 306  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.0959749Z ...    |
2020-04-01T22:19:46.0960405Z 1290 | |     }
2020-04-01T22:19:46.0961145Z 1291 | | }
2020-04-01T22:19:46.0961145Z 1291 | | }
2020-04-01T22:19:46.0961951Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.0962571Z      | 
2020-04-01T22:19:46.0963160Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.0963693Z      |
2020-04-01T22:19:46.0964463Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.0965883Z 
2020-04-01T22:19:46.1031787Z error: unnecessary parentheses around type
2020-04-01T22:19:46.1058051Z     --> src/librustc_middle/query/mod.rs:369:20
2020-04-01T22:19:46.1058675Z      |
2020-04-01T22:19:46.1058675Z      |
2020-04-01T22:19:46.1059320Z 38   | / rustc_queries! {
2020-04-01T22:19:46.1060091Z 39   | |     Other {
2020-04-01T22:19:46.1061057Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.1062052Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.1062924Z ...    |
2020-04-01T22:19:46.1063774Z 369  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.1065794Z ...    |
2020-04-01T22:19:46.1066401Z 1290 | |     }
2020-04-01T22:19:46.1067085Z 1291 | | }
2020-04-01T22:19:46.1067085Z 1291 | | }
2020-04-01T22:19:46.1067832Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.1068611Z      | 
2020-04-01T22:19:46.1069471Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.1070013Z      |
2020-04-01T22:19:46.1070693Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.1072059Z 
2020-04-01T22:19:46.1116102Z error: unnecessary parentheses around type
2020-04-01T22:19:46.1116771Z     --> src/librustc_middle/query/mod.rs:381:20
2020-04-01T22:19:46.1117293Z      |
2020-04-01T22:19:46.1117293Z      |
2020-04-01T22:19:46.1117884Z 38   | / rustc_queries! {
2020-04-01T22:19:46.1118627Z 39   | |     Other {
2020-04-01T22:19:46.1119505Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.1120430Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.1121089Z ...    |
2020-04-01T22:19:46.1121787Z 381  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.1123624Z ...    |
2020-04-01T22:19:46.1124237Z 1290 | |     }
2020-04-01T22:19:46.1124926Z 1291 | | }
2020-04-01T22:19:46.1124926Z 1291 | | }
2020-04-01T22:19:46.1125673Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.1126255Z      | 
2020-04-01T22:19:46.1126799Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.1127297Z      |
2020-04-01T22:19:46.1127929Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.1129350Z 
2020-04-01T22:19:46.1197278Z error: unnecessary parentheses around type
2020-04-01T22:19:46.1198032Z     --> src/librustc_middle/query/mod.rs:395:20
2020-04-01T22:19:46.1198585Z      |
2020-04-01T22:19:46.1198585Z      |
2020-04-01T22:19:46.1199228Z 38   | / rustc_queries! {
2020-04-01T22:19:46.1200013Z 39   | |     Other {
2020-04-01T22:19:46.1201005Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.1201928Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.1202593Z ...    |
2020-04-01T22:19:46.1203293Z 395  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.1205128Z ...    |
2020-04-01T22:19:46.1205734Z 1290 | |     }
2020-04-01T22:19:46.1206618Z 1291 | | }
2020-04-01T22:19:46.1206618Z 1291 | | }
2020-04-01T22:19:46.1207423Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.1208052Z      | 
2020-04-01T22:19:46.1208642Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.1209178Z      |
2020-04-01T22:19:46.1209854Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.1211232Z 
2020-04-01T22:19:46.1286112Z error: unnecessary parentheses around type
2020-04-01T22:19:46.1286869Z     --> src/librustc_middle/query/mod.rs:520:20
2020-04-01T22:19:46.1287425Z      |
2020-04-01T22:19:46.1287425Z      |
2020-04-01T22:19:46.1288065Z 38   | / rustc_queries! {
2020-04-01T22:19:46.1288874Z 39   | |     Other {
2020-04-01T22:19:46.1289820Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.1290817Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.1291527Z ...    |
2020-04-01T22:19:46.1292280Z 520  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.1294560Z ...    |
2020-04-01T22:19:46.1295292Z 1290 | |     }
2020-04-01T22:19:46.1296180Z 1291 | | }
2020-04-01T22:19:46.1296180Z 1291 | | }
2020-04-01T22:19:46.1296930Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.1297507Z      | 
2020-04-01T22:19:46.1298051Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.1298545Z      |
2020-04-01T22:19:46.1299172Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.1300461Z 
2020-04-01T22:19:46.1367552Z error: unnecessary parentheses around type
2020-04-01T22:19:46.1368279Z     --> src/librustc_middle/query/mod.rs:536:20
2020-04-01T22:19:46.1368836Z      |
2020-04-01T22:19:46.1368836Z      |
2020-04-01T22:19:46.1369477Z 38   | / rustc_queries! {
2020-04-01T22:19:46.1370268Z 39   | |     Other {
2020-04-01T22:19:46.1371211Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.1372229Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.1372925Z ...    |
2020-04-01T22:19:46.1373787Z 536  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.1375765Z ...    |
2020-04-01T22:19:46.1376525Z 1290 | |     }
2020-04-01T22:19:46.1377194Z 1291 | | }
2020-04-01T22:19:46.1377194Z 1291 | | }
2020-04-01T22:19:46.1377938Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.1378521Z      | 
2020-04-01T22:19:46.1379071Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.1379584Z      |
2020-04-01T22:19:46.1380196Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.1381473Z 
2020-04-01T22:19:46.1448134Z error: unnecessary parentheses around type
2020-04-01T22:19:46.1448810Z     --> src/librustc_middle/query/mod.rs:638:20
2020-04-01T22:19:46.1449426Z      |
2020-04-01T22:19:46.1449426Z      |
2020-04-01T22:19:46.1449942Z 38   | / rustc_queries! {
2020-04-01T22:19:46.1450786Z 39   | |     Other {
2020-04-01T22:19:46.1451561Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.1452811Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.1453698Z ...    |
2020-04-01T22:19:46.1454456Z 638  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.1456442Z ...    |
2020-04-01T22:19:46.1457120Z 1290 | |     }
2020-04-01T22:19:46.1457847Z 1291 | | }
2020-04-01T22:19:46.1457847Z 1291 | | }
2020-04-01T22:19:46.1458656Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.1459286Z      | 
2020-04-01T22:19:46.1459873Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.1460427Z      |
2020-04-01T22:19:46.1461090Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.1462491Z 
2020-04-01T22:19:46.1531326Z error: unnecessary parentheses around type
2020-04-01T22:19:46.1533873Z     --> src/librustc_middle/query/mod.rs:713:20
2020-04-01T22:19:46.1534541Z      |
2020-04-01T22:19:46.1534541Z      |
2020-04-01T22:19:46.1535134Z 38   | / rustc_queries! {
2020-04-01T22:19:46.1535864Z 39   | |     Other {
2020-04-01T22:19:46.1536736Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.1537679Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.1538334Z ...    |
2020-04-01T22:19:46.1539031Z 713  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.1541085Z ...    |
2020-04-01T22:19:46.1541756Z 1290 | |     }
2020-04-01T22:19:46.1542477Z 1291 | | }
2020-04-01T22:19:46.1542477Z 1291 | | }
2020-04-01T22:19:46.1543281Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.1544084Z      | 
2020-04-01T22:19:46.1544731Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.1545298Z      |
2020-04-01T22:19:46.1545957Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.1547336Z 
2020-04-01T22:19:46.1614821Z error: unnecessary parentheses around type
2020-04-01T22:19:46.1615813Z     --> src/librustc_middle/query/mod.rs:717:20
2020-04-01T22:19:46.1616371Z      |
2020-04-01T22:19:46.1616371Z      |
2020-04-01T22:19:46.1617023Z 38   | / rustc_queries! {
2020-04-01T22:19:46.1617813Z 39   | |     Other {
2020-04-01T22:19:46.1618756Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.1619771Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.1620537Z ...    |
2020-04-01T22:19:46.1621239Z 717  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.1623321Z ...    |
2020-04-01T22:19:46.1623993Z 1290 | |     }
2020-04-01T22:19:46.1624712Z 1291 | | }
2020-04-01T22:19:46.1624712Z 1291 | | }
2020-04-01T22:19:46.1625520Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.1626143Z      | 
2020-04-01T22:19:46.1626727Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.1627277Z      |
2020-04-01T22:19:46.1627934Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.1629326Z 
2020-04-01T22:19:46.1707475Z error: unnecessary parentheses around type
2020-04-01T22:19:46.1708234Z     --> src/librustc_middle/query/mod.rs:854:20
2020-04-01T22:19:46.1708768Z      |
2020-04-01T22:19:46.1708768Z      |
2020-04-01T22:19:46.1709410Z 38   | / rustc_queries! {
2020-04-01T22:19:46.1710200Z 39   | |     Other {
2020-04-01T22:19:46.1711141Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.1712316Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.1713068Z ...    |
2020-04-01T22:19:46.1713835Z 854  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.1715811Z ...    |
2020-04-01T22:19:46.1716483Z 1290 | |     }
2020-04-01T22:19:46.1717204Z 1291 | | }
2020-04-01T22:19:46.1717204Z 1291 | | }
2020-04-01T22:19:46.1718009Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.1718645Z      | 
2020-04-01T22:19:46.1719237Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.1719788Z      |
2020-04-01T22:19:46.1720450Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.1721836Z 
2020-04-01T22:19:46.1809316Z error: unnecessary parentheses around type
2020-04-01T22:19:46.1816081Z     --> src/librustc_middle/query/mod.rs:871:20
2020-04-01T22:19:46.1816636Z      |
2020-04-01T22:19:46.1816636Z      |
2020-04-01T22:19:46.1817293Z 38   | / rustc_queries! {
2020-04-01T22:19:46.1818085Z 39   | |     Other {
2020-04-01T22:19:46.1819030Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.1820044Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.1820842Z ...    |
2020-04-01T22:19:46.1821541Z 871  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.1823380Z ...    |
2020-04-01T22:19:46.1824003Z 1290 | |     }
2020-04-01T22:19:46.1824672Z 1291 | | }
2020-04-01T22:19:46.1824672Z 1291 | | }
2020-04-01T22:19:46.1825433Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.1825995Z      | 
2020-04-01T22:19:46.1826539Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.1827050Z      |
2020-04-01T22:19:46.1827661Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.1829153Z 
2020-04-01T22:19:46.1891083Z error: unnecessary parentheses around type
2020-04-01T22:19:46.1891787Z     --> src/librustc_middle/query/mod.rs:957:20
2020-04-01T22:19:46.1892280Z      |
2020-04-01T22:19:46.1892280Z      |
2020-04-01T22:19:46.1892873Z 38   | / rustc_queries! {
2020-04-01T22:19:46.1893795Z 39   | |     Other {
2020-04-01T22:19:46.1894676Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.1895860Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.1896554Z ...    |
2020-04-01T22:19:46.1897309Z 957  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.1899291Z ...    |
2020-04-01T22:19:46.1899962Z 1290 | |     }
2020-04-01T22:19:46.1900683Z 1291 | | }
2020-04-01T22:19:46.1900683Z 1291 | | }
2020-04-01T22:19:46.1901509Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.1902127Z      | 
2020-04-01T22:19:46.1902716Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.1903272Z      |
2020-04-01T22:19:46.1903931Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.1905318Z 
2020-04-01T22:19:46.1966802Z error: unnecessary parentheses around type
2020-04-01T22:19:46.1967507Z     --> src/librustc_middle/query/mod.rs:976:20
2020-04-01T22:19:46.1968084Z      |
2020-04-01T22:19:46.1968084Z      |
2020-04-01T22:19:46.1968733Z 38   | / rustc_queries! {
2020-04-01T22:19:46.1969503Z 39   | |     Other {
2020-04-01T22:19:46.1970703Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.1971847Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.1972692Z ...    |
2020-04-01T22:19:46.1973706Z 976  | |             storage(ArenaCacheSelector<'tcx>)
2020-04-01T22:19:46.1976182Z ...    |
2020-04-01T22:19:46.1976982Z 1290 | |     }
2020-04-01T22:19:46.1977838Z 1291 | | }
2020-04-01T22:19:46.1977838Z 1291 | | }
2020-04-01T22:19:46.1978787Z      | |_- in this expansion of `rustc_query_append!`
2020-04-01T22:19:46.1979518Z      | 
2020-04-01T22:19:46.1980253Z     ::: src/librustc_middle/ty/query/mod.rs:104:1
2020-04-01T22:19:46.1980911Z      |
2020-04-01T22:19:46.1981695Z 104  |   rustc_query_append! { [define_queries!][<'tcx>] }
2020-04-01T22:19:46.1983331Z 
2020-04-01T22:19:46.2053764Z error: unnecessary parentheses around type
2020-04-01T22:19:46.2054468Z     --> src/librustc_middle/query/mod.rs:1010:20
2020-04-01T22:19:46.2055000Z      |
2020-04-01T22:19:46.2055000Z      |
2020-04-01T22:19:46.2055657Z 38   | / rustc_queries! {
2020-04-01T22:19:46.2056423Z 39   | |     Other {
2020-04-01T22:19:46.2057382Z 40   | |         query trigger_delay_span_bug(key: DefId) -> () {
2020-04-01T22:19:46.2058398Z 41   | |             desc { "trigger a delay span bug" }
2020-04-01T22:19:46.2059356Z ...    |
---
2020-04-01T22:19:57.7549114Z expected success, got: exit code: 101
2020-04-01T22:19:57.7562506Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test --exclude src/tools/tidy
2020-04-01T22:19:57.7563128Z Build completed unsuccessfully in 0:25:49
2020-04-01T22:19:57.7621446Z == clock drift check ==
2020-04-01T22:19:57.7640225Z   local time: Wed Apr  1 22:19:57 UTC 2020
2020-04-01T22:19:58.0540172Z   network time: Wed, 01 Apr 2020 22:19:58 GMT
2020-04-01T22:19:58.6716475Z 
2020-04-01T22:19:58.6716475Z 
2020-04-01T22:19:58.6779971Z ##[error]Bash exited with code '1'.
2020-04-01T22:19:58.6798918Z ##[section]Finishing: Run build
2020-04-01T22:19:58.6851969Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/70674/merge to s
2020-04-01T22:19:58.6857824Z Task         : Get sources
2020-04-01T22:19:58.6858204Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-04-01T22:19:58.6858548Z Version      : 1.0.0
2020-04-01T22:19:58.6858783Z Author       : Microsoft
2020-04-01T22:19:58.6858783Z Author       : Microsoft
2020-04-01T22:19:58.6859170Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2020-04-01T22:19:58.6859588Z ==============================================================================
2020-04-01T22:19:59.0010512Z Cleaning any cached credential from repository: rust-lang/rust (GitHub)
2020-04-01T22:19:59.0063387Z ##[section]Finishing: Checkout rust-lang/rust@refs/pull/70674/merge to s
2020-04-01T22:19:59.0147900Z Cleaning up task key
2020-04-01T22:19:59.0149149Z Start cleaning up orphan processes.
2020-04-01T22:19:59.0356514Z Terminate orphan process: pid (3493) (python)
2020-04-01T22:19:59.0523862Z ##[section]Finishing: Finalize Job

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 @rust-lang/infra. (Feature Requests)

@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-7 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.
2020-04-02T08:45:01.3188962Z ========================== Starting Command Output ===========================
2020-04-02T08:45:01.3191398Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/04833375-2f7d-4467-a83e-65b9667e2c8b.sh
2020-04-02T08:45:01.3191697Z 
2020-04-02T08:45:01.3195874Z ##[section]Finishing: Disable git automatic line ending conversion
2020-04-02T08:45:01.3214541Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/70674/merge to s
2020-04-02T08:45:01.3217277Z Task         : Get sources
2020-04-02T08:45:01.3217526Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-04-02T08:45:01.3217766Z Version      : 1.0.0
2020-04-02T08:45:01.3217942Z Author       : Microsoft
---
2020-04-02T08:45:02.1377946Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-04-02T08:45:02.1383281Z ##[command]git config gc.auto 0
2020-04-02T08:45:02.1387162Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-04-02T08:45:02.1390475Z ##[command]git config --get-all http.proxy
2020-04-02T08:45:02.1396408Z ##[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/70674/merge:refs/remotes/pull/70674/merge
---
2020-04-02T08:47:34.8649531Z Looks like docker image is the same as before, not uploading
2020-04-02T08:47:42.5066944Z [CI_JOB_NAME=x86_64-gnu-llvm-7]
2020-04-02T08:47:42.5289164Z [CI_JOB_NAME=x86_64-gnu-llvm-7]
2020-04-02T08:47:42.5318378Z == clock drift check ==
2020-04-02T08:47:42.5327724Z   local time: Thu Apr  2 08:47:42 UTC 2020
2020-04-02T08:47:42.8241922Z   network time: Thu, 02 Apr 2020 08:47:42 GMT
2020-04-02T08:47:42.8277053Z Starting sccache server...
2020-04-02T08:47:42.9118457Z configure: processing command line
2020-04-02T08:47:42.9118903Z configure: 
2020-04-02T08:47:42.9122169Z configure: rust.dist-src        := False
---
2020-04-02T08:52:22.1708637Z    Compiling rustc_feature v0.0.0 (/checkout/src/librustc_feature)
2020-04-02T08:52:23.5080745Z    Compiling fmt_macros v0.0.0 (/checkout/src/libfmt_macros)
2020-04-02T08:52:24.8465423Z    Compiling rustc_ast_pretty v0.0.0 (/checkout/src/librustc_ast_pretty)
2020-04-02T08:52:24.9438019Z    Compiling rustc_hir v0.0.0 (/checkout/src/librustc_hir)
2020-04-02T08:52:33.8480544Z    Compiling rustc_query_system v0.0.0 (/checkout/src/librustc_query_system)
2020-04-02T08:52:35.4013008Z    Compiling rustc_hir_pretty v0.0.0 (/checkout/src/librustc_hir_pretty)
2020-04-02T08:52:39.4007908Z    Compiling rustc_attr v0.0.0 (/checkout/src/librustc_attr)
2020-04-02T08:52:43.0268473Z    Compiling rustc_parse v0.0.0 (/checkout/src/librustc_parse)
2020-04-02T08:52:51.9742330Z    Compiling rustc_ast_lowering v0.0.0 (/checkout/src/librustc_ast_lowering)
---
2020-04-02T09:13:23.3671568Z    Compiling rustc_feature v0.0.0 (/checkout/src/librustc_feature)
2020-04-02T09:13:24.9033395Z    Compiling fmt_macros v0.0.0 (/checkout/src/libfmt_macros)
2020-04-02T09:13:26.6547193Z    Compiling rustc_ast_pretty v0.0.0 (/checkout/src/librustc_ast_pretty)
2020-04-02T09:13:28.8102839Z    Compiling rustc_hir v0.0.0 (/checkout/src/librustc_hir)
2020-04-02T09:13:38.0144781Z    Compiling rustc_query_system v0.0.0 (/checkout/src/librustc_query_system)
2020-04-02T09:13:40.9826971Z    Compiling rustc_hir_pretty v0.0.0 (/checkout/src/librustc_hir_pretty)
2020-04-02T09:13:45.7662203Z    Compiling rustc_attr v0.0.0 (/checkout/src/librustc_attr)
2020-04-02T09:13:50.6262783Z    Compiling rustc_parse v0.0.0 (/checkout/src/librustc_parse)
2020-04-02T09:14:00.0874902Z    Compiling rustc_ast_lowering v0.0.0 (/checkout/src/librustc_ast_lowering)
---
2020-04-02T09:37:54.7954172Z .................................................................................................... 1700/9868
2020-04-02T09:37:58.4978743Z .................................................................................................... 1800/9868
2020-04-02T09:38:06.5775125Z ...............................................................................................i.... 1900/9868
2020-04-02T09:38:13.6374707Z .................................................................................................... 2000/9868
2020-04-02T09:38:19.5541172Z .....................................................................................iiiii.......... 2100/9868
2020-04-02T09:38:39.0996303Z .................................................................................................... 2300/9868
2020-04-02T09:38:41.1440571Z .................................................................................................... 2400/9868
2020-04-02T09:38:43.2748275Z .................................................................................................... 2500/9868
2020-04-02T09:38:48.8442042Z .................................................................................................... 2600/9868
---
2020-04-02T09:41:28.4093568Z ...........................................................i...............i........................ 5000/9868
2020-04-02T09:41:35.1440479Z .................................................................................................... 5100/9868
2020-04-02T09:41:42.3202221Z .................................................................................................... 5200/9868
2020-04-02T09:41:46.8479176Z ....i............................................................................................... 5300/9868
2020-04-02T09:41:56.2327329Z ..........................................................................................ii.ii..... 5400/9868
2020-04-02T09:41:59.8964796Z ...i...i............................................................................................ 5500/9868
2020-04-02T09:42:07.8769180Z ...................................i................................................................ 5700/9868
2020-04-02T09:42:17.2543862Z .......................................................ii....................................i...... 5800/9868
2020-04-02T09:42:23.9348398Z .................................................................................................... 5900/9868
2020-04-02T09:42:28.2935543Z .................................................................................................... 6000/9868
2020-04-02T09:42:28.2935543Z .................................................................................................... 6000/9868
2020-04-02T09:42:36.7884151Z .......................................................................................ii...i..ii... 6100/9868
2020-04-02T09:42:55.7461015Z .................................................................................................... 6300/9868
2020-04-02T09:43:03.2637413Z .................................................................................................... 6400/9868
2020-04-02T09:43:05.7545022Z .................................................................................................... 6500/9868
2020-04-02T09:43:05.7545022Z .................................................................................................... 6500/9868
2020-04-02T09:43:17.7666048Z .................i..ii.............................................................................. 6600/9868
2020-04-02T09:43:36.0247299Z .................................................................................................... 6800/9868
2020-04-02T09:43:37.9065247Z .................i.................................................................................. 6900/9868
2020-04-02T09:43:39.8688454Z .................................................................................................... 7000/9868
2020-04-02T09:43:41.9138943Z ........................................................i........................................... 7100/9868
---
2020-04-02T09:45:11.8922937Z .................................................................................................... 7800/9868
2020-04-02T09:45:16.6030783Z .................................................................................................... 7900/9868
2020-04-02T09:45:21.7041153Z .................................................................................................... 8000/9868
2020-04-02T09:45:29.0959756Z ..................i................................................................................. 8100/9868
2020-04-02T09:45:37.1524807Z ...................................................................iiiiiiiiii.i..................... 8200/9868
2020-04-02T09:45:51.5654573Z ...........i......i................................................................................. 8400/9868
2020-04-02T09:45:55.9080065Z .................................................................................................... 8500/9868
2020-04-02T09:46:06.3682094Z .................................................................................................... 8600/9868
2020-04-02T09:46:17.3728375Z .................................................................................................... 8700/9868
---
2020-04-02T09:48:29.9489232Z Suite("src/test/codegen") not skipped for "bootstrap::test::Codegen" -- not in ["src/tools/tidy"]
2020-04-02T09:48:29.9670538Z Check compiletest suite=codegen mode=codegen (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-04-02T09:48:30.1636801Z 
2020-04-02T09:48:30.1638514Z running 183 tests
2020-04-02T09:48:32.5977164Z iiii......i............ii.i..iiii....i....i...........i............i..i..................i....i..... 100/183
2020-04-02T09:48:34.8688314Z .......i.i.i...iii..iiiiiiiiiiiiiiii.......................iii.............ii......
2020-04-02T09:48:34.8692138Z 
2020-04-02T09:48:34.8692574Z  finished in 4.902
2020-04-02T09:48:34.8700352Z Suite("src/test/codegen-units") not skipped for "bootstrap::test::CodegenUnits" -- not in ["src/tools/tidy"]
2020-04-02T09:48:34.8866254Z Check compiletest suite=codegen-units mode=codegen-units (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
---
2020-04-02T09:48:36.8089182Z Suite("src/test/assembly") not skipped for "bootstrap::test::Assembly" -- not in ["src/tools/tidy"]
2020-04-02T09:48:36.8266302Z Check compiletest suite=assembly mode=assembly (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-04-02T09:48:36.9664767Z 
2020-04-02T09:48:36.9666175Z running 9 tests
2020-04-02T09:48:36.9667296Z iiiiiiiii
2020-04-02T09:48:36.9668394Z 
2020-04-02T09:48:36.9672987Z  finished in 0.139
2020-04-02T09:48:36.9678694Z Suite("src/test/incremental") not skipped for "bootstrap::test::Incremental" -- not in ["src/tools/tidy"]
2020-04-02T09:48:36.9874694Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-04-02T09:48:36.9874694Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-04-02T09:48:37.1739455Z 
2020-04-02T09:48:37.1739953Z running 117 tests
2020-04-02T09:48:48.4219654Z F.FFFFFFFFFFFFF.F.....F.F.FFFF.FFFF.FFFFFFFFFFFFFFFFFFFFFFFFFFF.F.FF...FF.FFFFFFFF.FFFF.FFFFFF..FFFF 100/117
2020-04-02T09:48:50.0404432Z FFFFFFFFFFFFFFFFF
2020-04-02T09:48:50.0445345Z 
2020-04-02T09:48:50.0447110Z ---- [incremental] incremental/add_private_fn_at_krate_root_cc/struct_point.rs stdout ----
2020-04-02T09:48:50.0464678Z 
2020-04-02T09:48:50.0464678Z 
2020-04-02T09:48:50.0546485Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/add_private_fn_at_krate_root_cc/auxiliary/point.rs" failed to compile: 
2020-04-02T09:48:50.0562051Z status: exit code: 101
2020-04-02T09:48:50.0564922Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/add_private_fn_at_krate_root_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/auxiliary"
2020-04-02T09:48:50.0566917Z ------------------------------------------
2020-04-02T09:48:50.0567103Z 
2020-04-02T09:48:50.0567449Z ------------------------------------------
2020-04-02T09:48:50.0567643Z stderr:
2020-04-02T09:48:50.0567643Z stderr:
2020-04-02T09:48:50.0568011Z ------------------------------------------
2020-04-02T09:48:50.0569261Z thread 'rustc' panicked at 'missing specialization: `<rustc_middle::ty::query::on_disk_cache::CacheDecoder as SpecializedDecoder<&std::collections::hash::set::HashSet<rustc_span::def_id::DefId, core::hash::BuildHasherDefault<rustc_hash::FxHasher>>>>::specialized_decode` not overridden', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0570406Z 
2020-04-02T09:48:50.0570613Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0570798Z 
2020-04-02T09:48:50.0571019Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0571019Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0571209Z 
2020-04-02T09:48:50.0571915Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0572663Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0572902Z 
2020-04-02T09:48:50.0572902Z 
2020-04-02T09:48:50.0573851Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-04-02T09:48:50.0574397Z 
2020-04-02T09:48:50.0575288Z ------------------------------------------
2020-04-02T09:48:50.0575457Z 
2020-04-02T09:48:50.0575568Z 
2020-04-02T09:48:50.0575568Z 
2020-04-02T09:48:50.0576089Z ---- [incremental] incremental/change_add_field/struct_point.rs stdout ----
2020-04-02T09:48:50.0576308Z 
2020-04-02T09:48:50.0576743Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-04-02T09:48:50.0577055Z status: exit code: 101
2020-04-02T09:48:50.0579906Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_add_field/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point/auxiliary"
2020-04-02T09:48:50.0582047Z ------------------------------------------
2020-04-02T09:48:50.0582232Z 
2020-04-02T09:48:50.0582574Z ------------------------------------------
2020-04-02T09:48:50.0582765Z stderr:
2020-04-02T09:48:50.0582765Z stderr:
2020-04-02T09:48:50.0583130Z ------------------------------------------
2020-04-02T09:48:50.0592367Z thread 'rustc' panicked at 'missing specialization: `<rustc_middle::ty::query::on_disk_cache::CacheDecoder as SpecializedDecoder<&std::collections::hash::set::HashSet<rustc_span::def_id::DefId, core::hash::BuildHasherDefault<rustc_hash::FxHasher>>>>::specialized_decode` not overridden', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0602989Z 
2020-04-02T09:48:50.0603216Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0603420Z 
2020-04-02T09:48:50.0603665Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0603665Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0603870Z 
2020-04-02T09:48:50.0604706Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0605681Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0605943Z 
2020-04-02T09:48:50.0605943Z 
2020-04-02T09:48:50.0606876Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-04-02T09:48:50.0607436Z 
2020-04-02T09:48:50.0607786Z ------------------------------------------
2020-04-02T09:48:50.0607953Z 
2020-04-02T09:48:50.0608044Z 
2020-04-02T09:48:50.0608044Z 
2020-04-02T09:48:50.0608478Z ---- [incremental] incremental/callee_caller_cross_crate/b.rs stdout ----
2020-04-02T09:48:50.0608821Z 
2020-04-02T09:48:50.0609188Z error in revision `rpass2`: auxiliary build of "/checkout/src/test/incremental/callee_caller_cross_crate/auxiliary/a.rs" failed to compile: 
2020-04-02T09:48:50.0609617Z status: exit code: 101
2020-04-02T09:48:50.0612105Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/callee_caller_cross_crate/auxiliary/a.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/callee_caller_cross_crate/b/b.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/callee_caller_cross_crate/b/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/callee_caller_cross_crate/b/auxiliary"
2020-04-02T09:48:50.0613995Z ------------------------------------------
2020-04-02T09:48:50.0614180Z 
2020-04-02T09:48:50.0614520Z ------------------------------------------
2020-04-02T09:48:50.0614712Z stderr:
2020-04-02T09:48:50.0614712Z stderr:
2020-04-02T09:48:50.0615203Z ------------------------------------------
2020-04-02T09:48:50.0616441Z thread 'rustc' panicked at 'missing specialization: `<rustc_middle::ty::query::on_disk_cache::CacheDecoder as SpecializedDecoder<&std::collections::hash::set::HashSet<rustc_span::def_id::DefId, core::hash::BuildHasherDefault<rustc_hash::FxHasher>>>>::specialized_decode` not overridden', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0617948Z 
2020-04-02T09:48:50.0618153Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0618338Z 
2020-04-02T09:48:50.0618561Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0618561Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0618749Z 
2020-04-02T09:48:50.0619342Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0620080Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0620319Z 
2020-04-02T09:48:50.0620319Z 
2020-04-02T09:48:50.0621179Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-04-02T09:48:50.0621741Z 
2020-04-02T09:48:50.0622095Z ------------------------------------------
2020-04-02T09:48:50.0622260Z 
2020-04-02T09:48:50.0622353Z 
2020-04-02T09:48:50.0622353Z 
2020-04-02T09:48:50.0622776Z ---- [incremental] incremental/change_crate_dep_kind.rs stdout ----
2020-04-02T09:48:50.0622983Z 
2020-04-02T09:48:50.0623762Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-04-02T09:48:50.0624076Z status: exit code: 101
2020-04-02T09:48:50.0626799Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_crate_dep_kind.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind/change_crate_dep_kind.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-Cpanic=unwind" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind/auxiliary"
2020-04-02T09:48:50.0628724Z ------------------------------------------
2020-04-02T09:48:50.0628902Z 
2020-04-02T09:48:50.0629288Z ------------------------------------------
2020-04-02T09:48:50.0629495Z stderr:
2020-04-02T09:48:50.0629495Z stderr:
2020-04-02T09:48:50.0629873Z ------------------------------------------
2020-04-02T09:48:50.0631215Z thread 'rustc' panicked at 'missing specialization: `<rustc_middle::ty::query::on_disk_cache::CacheDecoder as SpecializedDecoder<&std::collections::hash::set::HashSet<rustc_span::def_id::DefId, core::hash::BuildHasherDefault<rustc_hash::FxHasher>>>>::specialized_decode` not overridden', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0632574Z 
2020-04-02T09:48:50.0632802Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0632999Z 
2020-04-02T09:48:50.0633225Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0633225Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0633446Z 
2020-04-02T09:48:50.0634065Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0634859Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0635117Z 
2020-04-02T09:48:50.0635117Z 
2020-04-02T09:48:50.0635994Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 -C panic=unwind
2020-04-02T09:48:50.0636610Z 
2020-04-02T09:48:50.0636976Z ------------------------------------------
2020-04-02T09:48:50.0637152Z 
2020-04-02T09:48:50.0637251Z 
2020-04-02T09:48:50.0637251Z 
2020-04-02T09:48:50.0637708Z ---- [incremental] incremental/change_crate_order/main.rs stdout ----
2020-04-02T09:48:50.0638015Z 
2020-04-02T09:48:50.0638443Z error in revision `rpass2`: auxiliary build of "/checkout/src/test/incremental/change_crate_order/auxiliary/a.rs" failed to compile: 
2020-04-02T09:48:50.0639152Z status: exit code: 101
2020-04-02T09:48:50.0643089Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_crate_order/auxiliary/a.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/main.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/auxiliary"
2020-04-02T09:48:50.0645132Z ------------------------------------------
2020-04-02T09:48:50.0645311Z 
2020-04-02T09:48:50.0645699Z ------------------------------------------
2020-04-02T09:48:50.0645908Z stderr:
2020-04-02T09:48:50.0645908Z stderr:
2020-04-02T09:48:50.0646283Z ------------------------------------------
2020-04-02T09:48:50.0647626Z thread 'rustc' panicked at 'missing specialization: `<rustc_middle::ty::query::on_disk_cache::CacheDecoder as SpecializedDecoder<&std::collections::hash::set::HashSet<rustc_span::def_id::DefId, core::hash::BuildHasherDefault<rustc_hash::FxHasher>>>>::specialized_decode` not overridden', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0648853Z 
2020-04-02T09:48:50.0649072Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0649273Z 
2020-04-02T09:48:50.0649502Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0649502Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0649723Z 
2020-04-02T09:48:50.0650343Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0651136Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0651394Z 
2020-04-02T09:48:50.0651394Z 
2020-04-02T09:48:50.0652197Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-04-02T09:48:50.0652782Z 
2020-04-02T09:48:50.0653147Z ------------------------------------------
2020-04-02T09:48:50.0653324Z 
2020-04-02T09:48:50.0653424Z 
2020-04-02T09:48:50.0653424Z 
2020-04-02T09:48:50.0653893Z ---- [incremental] incremental/change_name_of_static_in_fn.rs stdout ----
2020-04-02T09:48:50.0654126Z 
2020-04-02T09:48:50.0654344Z error in revision `rpass2`: compilation failed!
2020-04-02T09:48:50.0654631Z status: exit code: 101
2020-04-02T09:48:50.0657317Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_name_of_static_in_fn.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/change_name_of_static_in_fn.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/auxiliary"
2020-04-02T09:48:50.0659315Z ------------------------------------------
2020-04-02T09:48:50.0659482Z 
2020-04-02T09:48:50.0659960Z ------------------------------------------
2020-04-02T09:48:50.0660152Z stderr:
2020-04-02T09:48:50.0660152Z stderr:
2020-04-02T09:48:50.0660553Z ------------------------------------------
2020-04-02T09:48:50.0661805Z thread 'rustc' panicked at 'missing specialization: `<rustc_middle::ty::query::on_disk_cache::CacheDecoder as SpecializedDecoder<&std::collections::hash::set::HashSet<rustc_span::def_id::DefId, core::hash::BuildHasherDefault<rustc_hash::FxHasher>>>>::specialized_decode` not overridden', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0662944Z 
2020-04-02T09:48:50.0663148Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0663504Z 
2020-04-02T09:48:50.0663705Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0663705Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0663902Z 
2020-04-02T09:48:50.0664472Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0665189Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0665421Z 
2020-04-02T09:48:50.0665421Z 
2020-04-02T09:48:50.0666098Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-04-02T09:48:50.0666610Z 
2020-04-02T09:48:50.0666949Z ------------------------------------------
2020-04-02T09:48:50.0667111Z 
2020-04-02T09:48:50.0667204Z 
2020-04-02T09:48:50.0667204Z 
2020-04-02T09:48:50.0667765Z ---- [incremental] incremental/change_implementation_cross_crate/main.rs stdout ----
2020-04-02T09:48:50.0667969Z 
2020-04-02T09:48:50.0668301Z error in revision `rpass2`: auxiliary build of "/checkout/src/test/incremental/change_implementation_cross_crate/auxiliary/a.rs" failed to compile: 
2020-04-02T09:48:50.0668667Z status: exit code: 101
2020-04-02T09:48:50.0670827Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_implementation_cross_crate/auxiliary/a.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_implementation_cross_crate/main/main.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_implementation_cross_crate/main/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_implementation_cross_crate/main/auxiliary"
2020-04-02T09:48:50.0672498Z ------------------------------------------
2020-04-02T09:48:50.0672641Z 
2020-04-02T09:48:50.0672952Z ------------------------------------------
2020-04-02T09:48:50.0673123Z stderr:
2020-04-02T09:48:50.0673123Z stderr:
2020-04-02T09:48:50.0673425Z ------------------------------------------
2020-04-02T09:48:50.0674054Z thread 'rustc' panicked at 'found unstable fingerprints for adt_def(std[ce3e]::time[0]::Instant[0])', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0674954Z 
2020-04-02T09:48:50.0675173Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0675359Z 
2020-04-02T09:48:50.0675562Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0675562Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0675748Z 
2020-04-02T09:48:50.0676317Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0677029Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0677285Z 
2020-04-02T09:48:50.0677285Z 
2020-04-02T09:48:50.0678026Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-04-02T09:48:50.0678677Z 
2020-04-02T09:48:50.0679025Z ------------------------------------------
2020-04-02T09:48:50.0679188Z 
2020-04-02T09:48:50.0679280Z 
2020-04-02T09:48:50.0679280Z 
2020-04-02T09:48:50.0679717Z ---- [incremental] incremental/change_private_fn/struct_point.rs stdout ----
2020-04-02T09:48:50.0679939Z 
2020-04-02T09:48:50.0680367Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-04-02T09:48:50.0680659Z status: exit code: 101
2020-04-02T09:48:50.0683255Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_fn/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point/auxiliary"
2020-04-02T09:48:50.0685263Z ------------------------------------------
2020-04-02T09:48:50.0685442Z 
2020-04-02T09:48:50.0685821Z ------------------------------------------
2020-04-02T09:48:50.0686028Z stderr:
2020-04-02T09:48:50.0686028Z stderr:
2020-04-02T09:48:50.0686401Z ------------------------------------------
2020-04-02T09:48:50.0687161Z thread 'rustc' panicked at 'found unstable fingerprints for adt_def(core[94f6]::pin[0]::Pin[0])', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0687959Z 
2020-04-02T09:48:50.0688192Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0688394Z 
2020-04-02T09:48:50.0688617Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0688617Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0688818Z 
2020-04-02T09:48:50.0689432Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0690435Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0690694Z 
2020-04-02T09:48:50.0690694Z 
2020-04-02T09:48:50.0691575Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-04-02T09:48:50.0692107Z 
2020-04-02T09:48:50.0692460Z ------------------------------------------
2020-04-02T09:48:50.0692622Z 
2020-04-02T09:48:50.0692713Z 
2020-04-02T09:48:50.0692713Z 
2020-04-02T09:48:50.0693140Z ---- [incremental] incremental/change_private_fn_cc/struct_point.rs stdout ----
2020-04-02T09:48:50.0693385Z 
2020-04-02T09:48:50.0693754Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/change_private_fn_cc/auxiliary/point.rs" failed to compile: 
2020-04-02T09:48:50.0694346Z status: exit code: 101
2020-04-02T09:48:50.0697198Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_fn_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/auxiliary"
2020-04-02T09:48:50.0699205Z ------------------------------------------
2020-04-02T09:48:50.0699370Z 
2020-04-02T09:48:50.0699724Z ------------------------------------------
2020-04-02T09:48:50.0699914Z stderr:
2020-04-02T09:48:50.0699914Z stderr:
2020-04-02T09:48:50.0700261Z ------------------------------------------
2020-04-02T09:48:50.0700950Z thread 'rustc' panicked at 'found unstable fingerprints for adt_def(core[94f6]::pin[0]::Pin[0])', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0701701Z 
2020-04-02T09:48:50.0701903Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0702104Z 
2020-04-02T09:48:50.0702309Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0702309Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0702498Z 
2020-04-02T09:48:50.0703081Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0704036Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0704278Z 
2020-04-02T09:48:50.0704278Z 
2020-04-02T09:48:50.0705038Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-04-02T09:48:50.0705566Z 
2020-04-02T09:48:50.0705918Z ------------------------------------------
2020-04-02T09:48:50.0706079Z 
2020-04-02T09:48:50.0706171Z 
2020-04-02T09:48:50.0706171Z 
2020-04-02T09:48:50.0706613Z ---- [incremental] incremental/change_private_impl_method/struct_point.rs stdout ----
2020-04-02T09:48:50.0706867Z 
2020-04-02T09:48:50.0707507Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-04-02T09:48:50.0707801Z status: exit code: 101
2020-04-02T09:48:50.0710684Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_impl_method/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point/auxiliary"
2020-04-02T09:48:50.0712622Z ------------------------------------------
2020-04-02T09:48:50.0712788Z 
2020-04-02T09:48:50.0713131Z ------------------------------------------
2020-04-02T09:48:50.0713340Z stderr:
2020-04-02T09:48:50.0713340Z stderr:
2020-04-02T09:48:50.0713692Z ------------------------------------------
2020-04-02T09:48:50.0714389Z thread 'rustc' panicked at 'found unstable fingerprints for adt_def(alloc[db9d]::sync[0]::Weak[0])', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0715143Z 
2020-04-02T09:48:50.0715346Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0715549Z 
2020-04-02T09:48:50.0715756Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0715756Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0715944Z 
2020-04-02T09:48:50.0716518Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0717236Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0717477Z 
2020-04-02T09:48:50.0717477Z 
2020-04-02T09:48:50.0718383Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-04-02T09:48:50.0718962Z 
2020-04-02T09:48:50.0719328Z ------------------------------------------
2020-04-02T09:48:50.0719493Z 
2020-04-02T09:48:50.0719585Z 
2020-04-02T09:48:50.0719585Z 
2020-04-02T09:48:50.0720043Z ---- [incremental] incremental/change_pub_inherent_method_body/struct_point.rs stdout ----
2020-04-02T09:48:50.0720286Z 
2020-04-02T09:48:50.0720732Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-04-02T09:48:50.0721024Z status: exit code: 101
2020-04-02T09:48:50.0723543Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_pub_inherent_method_body/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point/auxiliary"
2020-04-02T09:48:50.0725503Z ------------------------------------------
2020-04-02T09:48:50.0725666Z 
2020-04-02T09:48:50.0726002Z ------------------------------------------
2020-04-02T09:48:50.0726212Z stderr:
2020-04-02T09:48:50.0726212Z stderr:
2020-04-02T09:48:50.0726560Z ------------------------------------------
2020-04-02T09:48:50.0727250Z thread 'rustc' panicked at 'found unstable fingerprints for adt_def(alloc[db9d]::sync[0]::Weak[0])', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0728020Z 
2020-04-02T09:48:50.0728222Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0728421Z 
2020-04-02T09:48:50.0728626Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0728626Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0728813Z 
2020-04-02T09:48:50.0729383Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0730153Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0730360Z 
2020-04-02T09:48:50.0730360Z 
2020-04-02T09:48:50.0731021Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-04-02T09:48:50.0731484Z 
2020-04-02T09:48:50.0731968Z ------------------------------------------
2020-04-02T09:48:50.0732151Z 
2020-04-02T09:48:50.0732243Z 
2020-04-02T09:48:50.0732243Z 
2020-04-02T09:48:50.0732699Z ---- [incremental] incremental/change_private_impl_method_cc/struct_point.rs stdout ----
2020-04-02T09:48:50.0732938Z 
2020-04-02T09:48:50.0733336Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/change_private_impl_method_cc/auxiliary/point.rs" failed to compile: 
2020-04-02T09:48:50.0733758Z status: exit code: 101
2020-04-02T09:48:50.0736417Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_impl_method_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/auxiliary"
2020-04-02T09:48:50.0738160Z ------------------------------------------
2020-04-02T09:48:50.0738303Z 
2020-04-02T09:48:50.0738596Z ------------------------------------------
2020-04-02T09:48:50.0738779Z stderr:
2020-04-02T09:48:50.0738779Z stderr:
2020-04-02T09:48:50.0739079Z ------------------------------------------
2020-04-02T09:48:50.0739682Z thread 'rustc' panicked at 'found unstable fingerprints for adt_def(alloc[db9d]::sync[0]::Weak[0])', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0740344Z 
2020-04-02T09:48:50.0740520Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0740685Z 
2020-04-02T09:48:50.0740881Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0740881Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0741045Z 
2020-04-02T09:48:50.0741541Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0742162Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0742371Z 
2020-04-02T09:48:50.0742371Z 
2020-04-02T09:48:50.0743028Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-04-02T09:48:50.0743636Z 
2020-04-02T09:48:50.0743935Z ------------------------------------------
2020-04-02T09:48:50.0744087Z 
2020-04-02T09:48:50.0744163Z 
2020-04-02T09:48:50.0744163Z 
2020-04-02T09:48:50.0744548Z ---- [incremental] incremental/change_pub_inherent_method_sig/struct_point.rs stdout ----
2020-04-02T09:48:50.0744751Z 
2020-04-02T09:48:50.0745138Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-04-02T09:48:50.0745396Z status: exit code: 101
2020-04-02T09:48:50.0747789Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_pub_inherent_method_sig/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point/auxiliary"
2020-04-02T09:48:50.0749715Z ------------------------------------------
2020-04-02T09:48:50.0749880Z 
2020-04-02T09:48:50.0750216Z ------------------------------------------
2020-04-02T09:48:50.0750426Z stderr:
2020-04-02T09:48:50.0750426Z stderr:
2020-04-02T09:48:50.0750950Z ------------------------------------------
2020-04-02T09:48:50.0751705Z thread 'rustc' panicked at 'found unstable fingerprints for adt_def(core[94f6]::cell[0]::RefMut[0])', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0752518Z 
2020-04-02T09:48:50.0752737Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0752938Z 
2020-04-02T09:48:50.0753175Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0753175Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0753377Z 
2020-04-02T09:48:50.0753972Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0754913Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0755174Z 
2020-04-02T09:48:50.0755174Z 
2020-04-02T09:48:50.0755994Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-04-02T09:48:50.0756558Z 
2020-04-02T09:48:50.0756923Z ------------------------------------------
2020-04-02T09:48:50.0757115Z 
2020-04-02T09:48:50.0757215Z 
2020-04-02T09:48:50.0757215Z 
2020-04-02T09:48:50.0757662Z ---- [incremental] incremental/change_symbol_export_status.rs stdout ----
2020-04-02T09:48:50.0757895Z 
2020-04-02T09:48:50.0758127Z error in revision `rpass2`: compilation failed!
2020-04-02T09:48:50.0758392Z status: exit code: 101
2020-04-02T09:48:50.0760961Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_symbol_export_status.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_symbol_export_status/change_symbol_export_status.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_symbol_export_status/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Zquery-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_symbol_export_status/auxiliary"
2020-04-02T09:48:50.0762852Z ------------------------------------------
2020-04-02T09:48:50.0762995Z 
2020-04-02T09:48:50.0763288Z ------------------------------------------
2020-04-02T09:48:50.0763455Z stderr:
2020-04-02T09:48:50.0763455Z stderr:
2020-04-02T09:48:50.0763770Z ------------------------------------------
2020-04-02T09:48:50.0764854Z thread 'rustc' panicked at 'missing specialization: `<rustc_middle::ty::query::on_disk_cache::CacheDecoder as SpecializedDecoder<&std::collections::hash::set::HashSet<rustc_span::def_id::DefId, core::hash::BuildHasherDefault<rustc_hash::FxHasher>>>>::specialized_decode` not overridden', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0765843Z 
2020-04-02T09:48:50.0766022Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0766299Z 
2020-04-02T09:48:50.0766467Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0766467Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0766606Z 
2020-04-02T09:48:50.0767023Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0767572Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0767752Z 
2020-04-02T09:48:50.0767752Z 
2020-04-02T09:48:50.0768528Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-04-02T09:48:50.0768991Z 
2020-04-02T09:48:50.0769286Z ------------------------------------------
2020-04-02T09:48:50.0769443Z 
2020-04-02T09:48:50.0769524Z 
2020-04-02T09:48:50.0769524Z 
2020-04-02T09:48:50.0769861Z ---- [incremental] incremental/commandline-args.rs stdout ----
2020-04-02T09:48:50.0770034Z 
2020-04-02T09:48:50.0770221Z error in revision `rpass3`: compilation failed!
2020-04-02T09:48:50.0770436Z status: exit code: 101
2020-04-02T09:48:50.0772438Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/commandline-args.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass3" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/commandline-args.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-C" "debuginfo=2" "--verbose" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/auxiliary"
2020-04-02T09:48:50.0774035Z ------------------------------------------
2020-04-02T09:48:50.0774194Z 
2020-04-02T09:48:50.0774487Z ------------------------------------------
2020-04-02T09:48:50.0774653Z stderr:
2020-04-02T09:48:50.0774653Z stderr:
2020-04-02T09:48:50.0774968Z ------------------------------------------
2020-04-02T09:48:50.0776031Z thread 'rustc' panicked at 'missing specialization: `<rustc_middle::ty::query::on_disk_cache::CacheDecoder as SpecializedDecoder<&std::collections::hash::set::HashSet<rustc_span::def_id::DefId, core::hash::BuildHasherDefault<rustc_hash::FxHasher>>>>::specialized_decode` not overridden', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0777023Z 
2020-04-02T09:48:50.0777198Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0777359Z 
2020-04-02T09:48:50.0777551Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0777551Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0777715Z 
2020-04-02T09:48:50.0778199Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0778838Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0779045Z 
2020-04-02T09:48:50.0779045Z 
2020-04-02T09:48:50.0779690Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=2
2020-04-02T09:48:50.0780167Z 
2020-04-02T09:48:50.0780458Z ------------------------------------------
2020-04-02T09:48:50.0780599Z 
2020-04-02T09:48:50.0780694Z 
2020-04-02T09:48:50.0780694Z 
2020-04-02T09:48:50.0781038Z ---- [incremental] incremental/crate_hash_reorder.rs stdout ----
2020-04-02T09:48:50.0781213Z 
2020-04-02T09:48:50.0781388Z error in revision `rpass2`: compilation failed!
2020-04-02T09:48:50.0781618Z status: exit code: 101
2020-04-02T09:48:50.0783756Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/crate_hash_reorder.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/crate_hash_reorder.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/auxiliary"
2020-04-02T09:48:50.0785336Z ------------------------------------------
2020-04-02T09:48:50.0785495Z 
2020-04-02T09:48:50.0785790Z ------------------------------------------
2020-04-02T09:48:50.0785956Z stderr:
2020-04-02T09:48:50.0785956Z stderr:
2020-04-02T09:48:50.0786257Z ------------------------------------------
2020-04-02T09:48:50.0787343Z thread 'rustc' panicked at 'missing specialization: `<rustc_middle::ty::query::on_disk_cache::CacheDecoder as SpecializedDecoder<&std::collections::hash::set::HashSet<rustc_span::def_id::DefId, core::hash::BuildHasherDefault<rustc_hash::FxHasher>>>>::specialized_decode` not overridden', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0788593Z 
2020-04-02T09:48:50.0788795Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0789041Z 
2020-04-02T09:48:50.0789307Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0789307Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0789496Z 
2020-04-02T09:48:50.0790064Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0790995Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0791477Z 
2020-04-02T09:48:50.0791477Z 
2020-04-02T09:48:50.0792297Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-04-02T09:48:50.0792889Z 
2020-04-02T09:48:50.0793252Z ------------------------------------------
2020-04-02T09:48:50.0793429Z 
2020-04-02T09:48:50.0793529Z 
2020-04-02T09:48:50.0793529Z 
2020-04-02T09:48:50.0793951Z ---- [incremental] incremental/dirty_clean.rs stdout ----
2020-04-02T09:48:50.0794155Z 
2020-04-02T09:48:50.0794948Z error in revision `cfail2`: Error: expected failure status (Some(1)) but received status Some(101).
2020-04-02T09:48:50.0795485Z status: exit code: 101
2020-04-02T09:48:50.0797849Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/dirty_clean.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean/dirty_clean.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean/auxiliary"
2020-04-02T09:48:50.0799732Z ------------------------------------------
2020-04-02T09:48:50.0799916Z 
2020-04-02T09:48:50.0800306Z ------------------------------------------
2020-04-02T09:48:50.0800515Z stderr:
2020-04-02T09:48:50.0800515Z stderr:
2020-04-02T09:48:50.0800887Z ------------------------------------------
2020-04-02T09:48:50.0802229Z thread 'rustc' panicked at 'missing specialization: `<rustc_middle::ty::query::on_disk_cache::CacheDecoder as SpecializedDecoder<&std::collections::hash::set::HashSet<rustc_span::def_id::DefId, core::hash::BuildHasherDefault<rustc_hash::FxHasher>>>>::specialized_decode` not overridden', /checkout/src/libstd/macros.rs:16:9
2020-04-02T09:48:50.0803453Z 
2020-04-02T09:48:50.0803672Z error: internal compiler error: unexpected panic
2020-04-02T09:48:50.0803872Z 
2020-04-02T09:48:50.0804094Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0804094Z note: the compiler unexpectedly panicked. this is a bug.
2020-04-02T09:48:50.0804313Z 
2020-04-02T09:48:50.0804915Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-04-02T09:48:50.0805718Z note: rustc 1.44.0-nightly (0c64dde1f 2020-04-02) running on x86_64-unknown-linux-gnu
2020-04-02T09:48:50.0805978Z 
2020-04-02T09:48:50.0805978Z 
2020-04-02T09:48:50.0806781Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-04-02T09:48:50.0807397Z 
2020-04-02T09:48:50.0807692Z ------------------------------------------
2020-04-02T09:48:50.0807835Z 
2020-04-02T09:48:50.0807915Z 
2020-04-02T09:48:50.0807915Z 
2020-04-02T09:48:50.0808289Z ---- [incremental] incremental/extern_static/issue-49153.rs stdout ----
2020-04-02T09:48:50.0808473Z 
2020-04-02T09:48:50.0808649Z error in revision `rpass2`: compilation failed!
2020-04-02T09:48:50.0808861Z status: exit code: 101
2020-04-02T09:48:50.0810866Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/extern_static/issue-49153.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/issue-49153.inc" "-Z" "incremental-verify-ich" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/auxiliary"
2020-04-02T09:48:50.0812468Z ------------------------------------------
2020-04-02T09:48:50.0812612Z 
2020-04-02T09:48:50.0812920Z ------------------------------------------
---
2020-04-02T09:48:50.1935979Z 
2020-04-02T09:48:50.1936482Z thread 'main' panicked at 'Some tests failed', src/tools/compiletest/src/main.rs:348:22
2020-04-02T09:48:50.1936749Z 
2020-04-02T09:48:50.1936848Z 
2020-04-02T09:48:50.1940878Z command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--src-base" "/checkout/src/test/incremental" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "incremental" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-7/bin/FileCheck" "--nodejs" "/usr/bin/node" "--host-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--target-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--docck-python" "/usr/bin/python2.7" "--lldb-python" "/usr/bin/python2.7" "--gdb" "/usr/bin/gdb" "--quiet" "--llvm-version" "7.0.0" "--system-llvm" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
2020-04-02T09:48:50.1943776Z 
2020-04-02T09:48:50.1943874Z 
2020-04-02T09:48:50.1944360Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test --exclude src/tools/tidy
2020-04-02T09:48:50.1944717Z Build completed unsuccessfully in 0:59:44
2020-04-02T09:48:50.1944717Z Build completed unsuccessfully in 0:59:44
2020-04-02T09:48:50.1945066Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-04-02T09:48:50.1945497Z == clock drift check ==
2020-04-02T09:48:50.1945703Z   local time: Thu Apr  2 09:48:50 UTC 2020
2020-04-02T09:48:50.1945971Z   network time: Thu, 02 Apr 2020 09:48:50 GMT
2020-04-02T09:48:53.0360543Z 
2020-04-02T09:48:53.0360543Z 
2020-04-02T09:48:53.0392187Z ##[error]Bash exited with code '1'.
2020-04-02T09:48:53.0403220Z ##[section]Finishing: Run build
2020-04-02T09:48:53.0449549Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/70674/merge to s
2020-04-02T09:48:53.0455699Z Task         : Get sources
2020-04-02T09:48:53.0456058Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-04-02T09:48:53.0456385Z Version      : 1.0.0
2020-04-02T09:48:53.0456629Z Author       : Microsoft
2020-04-02T09:48:53.0456629Z Author       : Microsoft
2020-04-02T09:48:53.0456998Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2020-04-02T09:48:53.0457419Z ==============================================================================
2020-04-02T09:48:53.3340135Z Cleaning any cached credential from repository: rust-lang/rust (GitHub)
2020-04-02T09:48:53.3381973Z ##[section]Finishing: Checkout rust-lang/rust@refs/pull/70674/merge to s
2020-04-02T09:48:53.3462687Z Cleaning up task key
2020-04-02T09:48:53.3464181Z Start cleaning up orphan processes.
2020-04-02T09:48:53.3640576Z Terminate orphan process: pid (3532) (python)
2020-04-02T09:48:53.3807252Z ##[section]Finishing: Finalize Job

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 @rust-lang/infra. (Feature Requests)

@bors
Copy link
Contributor

bors commented Apr 2, 2020

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

@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-7 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.
2020-04-03T08:25:00.4289031Z ========================== Starting Command Output ===========================
2020-04-03T08:25:00.4291689Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/25e66082-5477-43a9-8af3-2986931c9d5b.sh
2020-04-03T08:25:00.4291968Z 
2020-04-03T08:25:00.4295647Z ##[section]Finishing: Disable git automatic line ending conversion
2020-04-03T08:25:00.4314156Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/70674/merge to s
2020-04-03T08:25:00.4317315Z Task         : Get sources
2020-04-03T08:25:00.4317621Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-04-03T08:25:00.4317937Z Version      : 1.0.0
2020-04-03T08:25:00.4318136Z Author       : Microsoft
---
2020-04-03T08:25:01.4295120Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-04-03T08:25:01.4300436Z ##[command]git config gc.auto 0
2020-04-03T08:25:01.4303735Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-04-03T08:25:01.4306777Z ##[command]git config --get-all http.proxy
2020-04-03T08:25:01.4312241Z ##[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/70674/merge:refs/remotes/pull/70674/merge
---
2020-04-03T08:27:31.0430402Z Looks like docker image is the same as before, not uploading
2020-04-03T08:27:38.6224256Z [CI_JOB_NAME=x86_64-gnu-llvm-7]
2020-04-03T08:27:38.6461291Z [CI_JOB_NAME=x86_64-gnu-llvm-7]
2020-04-03T08:27:38.6484574Z == clock drift check ==
2020-04-03T08:27:38.6492444Z   local time: Fri Apr  3 08:27:38 UTC 2020
2020-04-03T08:27:38.9846729Z   network time: Fri, 03 Apr 2020 08:27:38 GMT
2020-04-03T08:27:38.9870650Z Starting sccache server...
2020-04-03T08:27:39.0605033Z configure: processing command line
2020-04-03T08:27:39.0606063Z configure: 
2020-04-03T08:27:39.0607603Z configure: rust.dist-src        := False
---
2020-04-03T08:32:13.5052022Z    Compiling rustc_feature v0.0.0 (/checkout/src/librustc_feature)
2020-04-03T08:32:14.7880262Z    Compiling fmt_macros v0.0.0 (/checkout/src/libfmt_macros)
2020-04-03T08:32:16.2326087Z    Compiling rustc_ast_pretty v0.0.0 (/checkout/src/librustc_ast_pretty)
2020-04-03T08:32:16.8472642Z    Compiling rustc_hir v0.0.0 (/checkout/src/librustc_hir)
2020-04-03T08:32:25.0510139Z    Compiling rustc_query_system v0.0.0 (/checkout/src/librustc_query_system)
2020-04-03T08:32:26.5294454Z    Compiling rustc_hir_pretty v0.0.0 (/checkout/src/librustc_hir_pretty)
2020-04-03T08:32:30.5018739Z    Compiling rustc_attr v0.0.0 (/checkout/src/librustc_attr)
2020-04-03T08:32:34.0045743Z    Compiling rustc_parse v0.0.0 (/checkout/src/librustc_parse)
2020-04-03T08:32:43.0804503Z    Compiling rustc_ast_lowering v0.0.0 (/checkout/src/librustc_ast_lowering)
---
2020-04-03T08:53:13.9429435Z    Compiling rustc_feature v0.0.0 (/checkout/src/librustc_feature)
2020-04-03T08:53:15.5220799Z    Compiling fmt_macros v0.0.0 (/checkout/src/libfmt_macros)
2020-04-03T08:53:17.3375686Z    Compiling rustc_ast_pretty v0.0.0 (/checkout/src/librustc_ast_pretty)
2020-04-03T08:53:19.5099044Z    Compiling rustc_hir v0.0.0 (/checkout/src/librustc_hir)
2020-04-03T08:53:28.6647917Z    Compiling rustc_query_system v0.0.0 (/checkout/src/librustc_query_system)
2020-04-03T08:53:32.4242151Z    Compiling rustc_hir_pretty v0.0.0 (/checkout/src/librustc_hir_pretty)
2020-04-03T08:53:37.2913304Z    Compiling rustc_attr v0.0.0 (/checkout/src/librustc_attr)
2020-04-03T08:53:42.1436022Z    Compiling rustc_parse v0.0.0 (/checkout/src/librustc_parse)
2020-04-03T08:53:50.7644274Z    Compiling rustc_ast_lowering v0.0.0 (/checkout/src/librustc_ast_lowering)
---
2020-04-03T09:18:05.1986412Z .................................................................................................... 1700/9870
2020-04-03T09:18:08.8919745Z .................................................................................................... 1800/9870
2020-04-03T09:18:17.0647539Z ...............................................................................................i.... 1900/9870
2020-04-03T09:18:24.0745019Z .................................................................................................... 2000/9870
2020-04-03T09:18:30.1928328Z .....................................................................................iiiii.......... 2100/9870
2020-04-03T09:18:49.4834952Z .................................................................................................... 2300/9870
2020-04-03T09:18:51.5391098Z .................................................................................................... 2400/9870
2020-04-03T09:18:53.6745677Z .................................................................................................... 2500/9870
2020-04-03T09:18:59.4533015Z .................................................................................................... 2600/9870
---
2020-04-03T09:21:43.6145888Z ...........................................................i...............i........................ 5000/9870
2020-04-03T09:21:50.3905586Z .................................................................................................... 5100/9870
2020-04-03T09:21:57.4655403Z .................................................................................................... 5200/9870
2020-04-03T09:22:02.0812591Z ....i............................................................................................... 5300/9870
2020-04-03T09:22:12.1993965Z ..........................................................................................ii.ii..... 5400/9870
2020-04-03T09:22:16.4193591Z ...i...i............................................................................................ 5500/9870
2020-04-03T09:22:25.2321373Z ...................................i................................................................ 5700/9870
2020-04-03T09:22:34.6939096Z .......................................................ii....................................i...... 5800/9870
2020-04-03T09:22:41.6723618Z .................................................................................................... 5900/9870
2020-04-03T09:22:46.3085707Z .................................................................................................... 6000/9870
2020-04-03T09:22:46.3085707Z .................................................................................................... 6000/9870
2020-04-03T09:22:55.0246393Z .......................................................................................ii...i..ii... 6100/9870
2020-04-03T09:23:14.8551787Z .................................................................................................... 6300/9870
2020-04-03T09:23:20.6623997Z .................................................................................................... 6400/9870
2020-04-03T09:23:23.3702150Z .................................................................................................... 6500/9870
2020-04-03T09:23:23.3702150Z .................................................................................................... 6500/9870
2020-04-03T09:23:34.9702504Z .................i..ii.............................................................................. 6600/9870
2020-04-03T09:23:53.6037734Z .................................................................................................... 6800/9870
2020-04-03T09:23:55.3778323Z .................i.................................................................................. 6900/9870
2020-04-03T09:23:57.3040030Z .................................................................................................... 7000/9870
2020-04-03T09:23:59.3202656Z ........................................................i........................................... 7100/9870
---
2020-04-03T09:25:30.9456919Z .................................................................................................... 7800/9870
2020-04-03T09:25:35.2664250Z .................................................................................................... 7900/9870
2020-04-03T09:25:40.9015649Z .................................................................................................... 8000/9870
2020-04-03T09:25:48.5926722Z ....................i............................................................................... 8100/9870
2020-04-03T09:25:56.2245552Z .....................................................................iiiiiiiiii.i................... 8200/9870
2020-04-03T09:26:11.1445200Z .............i......i............................................................................... 8400/9870
2020-04-03T09:26:15.7343545Z .................................................................................................... 8500/9870
2020-04-03T09:26:26.0252576Z .................................................................................................... 8600/9870
2020-04-03T09:26:36.7199501Z .................................................................................................... 8700/9870
---
2020-04-03T09:28:50.3565295Z Suite("src/test/codegen") not skipped for "bootstrap::test::Codegen" -- not in ["src/tools/tidy"]
2020-04-03T09:28:50.3756029Z Check compiletest suite=codegen mode=codegen (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-04-03T09:28:50.5713164Z 
2020-04-03T09:28:50.5714355Z running 183 tests
2020-04-03T09:28:53.1276806Z iiii......i............ii.i..iiii....i....i...........i............i..i..................i....i..... 100/183
2020-04-03T09:28:55.5338074Z .......i.i.i...iii..iiiiiiiiiiiiiiii.......................iii.............ii......
2020-04-03T09:28:55.5342110Z 
2020-04-03T09:28:55.5344786Z  finished in 5.158
2020-04-03T09:28:55.5355777Z Suite("src/test/codegen-units") not skipped for "bootstrap::test::CodegenUnits" -- not in ["src/tools/tidy"]
2020-04-03T09:28:55.5535956Z Check compiletest suite=codegen-units mode=codegen-units (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
---
2020-04-03T09:28:57.4615005Z  not skipped for "bootstrap::test::Assembly" -- not in ["src/tools/tidy"]
2020-04-03T09:28:57.4803533Z Check compiletest suite=assembly mode=assembly (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-04-03T09:28:57.6289525Z 
2020-04-03T09:28:57.6290217Z running 9 tests
2020-04-03T09:28:57.6294025Z iiiiiiiii
2020-04-03T09:28:57.6295320Z 
2020-04-03T09:28:57.6300497Z  finished in 0.149
2020-04-03T09:28:57.6305303Z Suite("src/test/incremental") not skipped for "bootstrap::test::Incremental" -- not in ["src/tools/tidy"]
2020-04-03T09:28:57.6494846Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
---
2020-04-03T09:29:16.4474739Z Suite("src/test/debuginfo") not skipped for "bootstrap::test::Debuginfo" -- not in ["src/tools/tidy"]
2020-04-03T09:29:16.4690309Z Check compiletest suite=debuginfo mode=debuginfo (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-04-03T09:29:16.6403650Z 
2020-04-03T09:29:16.6404003Z running 115 tests
2020-04-03T09:29:29.4224584Z iiiii..i.....i..i...i..i.i.i..i..i..ii....i.i....ii..........iiii.........i.....i..i.......ii.i.ii.. 100/115
2020-04-03T09:29:31.0324308Z ...iiii.....ii.
2020-04-03T09:29:31.0325713Z 
2020-04-03T09:29:31.0330466Z  finished in 14.564
2020-04-03T09:29:31.0336258Z Suite("src/test/ui-fulldeps") not skipped for "bootstrap::test::UiFullDeps" -- not in ["src/tools/tidy"]
2020-04-03T09:29:31.0339081Z Uplifting stage1 rustc (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
---
2020-04-03T09:41:01.8699304Z 
2020-04-03T09:41:01.8704324Z    Doc-tests core
2020-04-03T09:41:05.7686926Z 
2020-04-03T09:41:05.7687818Z running 2489 tests
2020-04-03T09:41:13.7710731Z ......iiiii......................................................................................... 100/2489
2020-04-03T09:41:21.5769776Z .....................................................................................ii............. 200/2489
2020-04-03T09:41:39.6180837Z ....................i............................................................................... 400/2489
2020-04-03T09:41:39.6180837Z ....................i............................................................................... 400/2489
2020-04-03T09:41:48.0961094Z ..........................................................................i..i..................iiii 500/2489
2020-04-03T09:42:01.8738349Z .................................................................................................... 700/2489
2020-04-03T09:42:09.1795315Z .................................................................................................... 800/2489
2020-04-03T09:42:16.8893188Z .................................................................................................... 900/2489
2020-04-03T09:42:24.8830385Z .................................................................................................... 1000/2489
---
2020-04-03T09:45:38.9544140Z 
2020-04-03T09:45:38.9544724Z running 1018 tests
2020-04-03T09:45:55.4010782Z i................................................................................................... 100/1018
2020-04-03T09:46:05.4685340Z .................................................................................................... 200/1018
2020-04-03T09:46:12.7333725Z ..................iii......i......i...i......i...................................................... 300/1018
2020-04-03T09:46:23.0495339Z ..................................................i....i......................................ii.... 500/1018
2020-04-03T09:46:30.0823272Z .................................................................................................... 600/1018
2020-04-03T09:46:34.5454932Z .................................................................................................... 700/1018
2020-04-03T09:46:34.5454932Z .................................................................................................... 700/1018
2020-04-03T09:46:41.0178788Z ............................................iiii.................................................... 800/1018
2020-04-03T09:46:53.8698618Z .................................................................................................... 900/1018
2020-04-03T09:46:59.7325657Z ..................................................................iiii.............................. 1000/1018
2020-04-03T09:47:00.8570769Z test result: ok. 998 passed; 0 failed; 20 ignored; 0 measured; 0 filtered out
2020-04-03T09:47:00.8571034Z 
2020-04-03T09:47:00.8673334Z  finished in 155.478
2020-04-03T09:47:00.8677294Z Set({"src/libterm"}) not skipped for "bootstrap::test::Crate" -- not in ["src/tools/tidy"]
---
2020-04-03T09:49:54.9138400Z 
2020-04-03T09:49:54.9138865Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
2020-04-03T09:49:54.9139384Z 
2020-04-03T09:49:54.9198799Z  finished in 0.950
2020-04-03T09:49:54.9200500Z Set({"/checkout/src/librustc_query_system"}) not skipped for "bootstrap::test::CrateLibrustc" -- not in ["src/tools/tidy"]
2020-04-03T09:49:54.9221710Z Testing rustc_query_system stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-04-03T09:49:55.1002743Z    Compiling rustc_query_system v0.0.0 (/checkout/src/librustc_query_system)
2020-04-03T09:49:56.1419643Z      Running build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_query_system-6f3dda2037ca248c
2020-04-03T09:49:56.1450422Z 
2020-04-03T09:49:56.1453039Z running 0 tests
2020-04-03T09:49:56.1453174Z 
---
2020-04-03T10:02:56.9303784Z Set({"/checkout/src/librustc_parse"}) not skipped for "bootstrap::doc::Rustc" -- not in ["src/tools/tidy"]
2020-04-03T10:02:56.9304400Z Set({"/checkout/src/librustc_passes"}) not skipped for "bootstrap::doc::Rustc" -- not in ["src/tools/tidy"]
2020-04-03T10:02:56.9305041Z Set({"/checkout/src/librustc_plugin_impl"}) not skipped for "bootstrap::doc::Rustc" -- not in ["src/tools/tidy"]
2020-04-03T10:02:56.9305666Z Set({"/checkout/src/librustc_privacy"}) not skipped for "bootstrap::doc::Rustc" -- not in ["src/tools/tidy"]
2020-04-03T10:02:56.9306295Z Set({"/checkout/src/librustc_query_system"}) not skipped for "bootstrap::doc::Rustc" -- not in ["src/tools/tidy"]
2020-04-03T10:02:56.9307563Z Set({"/checkout/src/librustc_save_analysis"}) not skipped for "bootstrap::doc::Rustc" -- not in ["src/tools/tidy"]
2020-04-03T10:02:56.9308201Z Set({"/checkout/src/librustc_session"}) not skipped for "bootstrap::doc::Rustc" -- not in ["src/tools/tidy"]
2020-04-03T10:02:56.9308999Z Set({"/checkout/src/librustc_span"}) not skipped for "bootstrap::doc::Rustc" -- not in ["src/tools/tidy"]
2020-04-03T10:02:56.9309723Z Set({"/checkout/src/librustc_symbol_mangling"}) not skipped for "bootstrap::doc::Rustc" -- not in ["src/tools/tidy"]
---
2020-04-03T10:03:52.1594590Z Suite("src/test/run-make-fulldeps") not skipped for "bootstrap::test::RunMakeFullDeps" -- not in ["src/tools/tidy"]
2020-04-03T10:03:52.1920048Z Check compiletest suite=run-make-fulldeps mode=run-make (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-04-03T10:03:52.3802196Z 
2020-04-03T10:03:52.3802645Z running 209 tests
2020-04-03T10:04:20.2531699Z ......................i...ii...................................F...................................i 100/209
2020-04-03T10:04:57.5265919Z .......................................iiiiii......i..............iii............................... 200/209
2020-04-03T10:04:58.8731842Z failures:
2020-04-03T10:04:58.8734913Z 
2020-04-03T10:04:58.8737087Z ---- [run-make] run-make-fulldeps/hotplug_codegen_backend stdout ----
2020-04-03T10:04:58.8737599Z 
2020-04-03T10:04:58.8737599Z 
2020-04-03T10:04:58.8738237Z error: make failed
2020-04-03T10:04:58.8738758Z status: exit code: 2
2020-04-03T10:04:58.8739325Z command: "make"
2020-04-03T10:04:58.8739774Z stdout:
2020-04-03T10:04:58.8741247Z ------------------------------------------
2020-04-03T10:04:58.8741966Z /bin/echo || exit 0 # This test requires /bin/echo to exist
2020-04-03T10:04:58.8743245Z 
2020-04-03T10:04:58.8748847Z LD_LIBRARY_PATH="/checkout/obj/build/x86_64-unknown-linux-gnu/test/run-make-fulldeps/hotplug_codegen_backend/hotplug_codegen_backend:/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib:/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-bootstrap-tools/x86_64-unknown-linux-gnu/release/deps:/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/lib" '/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc' --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/test/run-make-fulldeps/hotplug_codegen_backend/hotplug_codegen_backend -L /checkout/obj/build/x86_64-unknown-linux-gnu/test/run-make-fulldeps/hotplug_codegen_backend/hotplug_codegen_backend  the_backend.rs --crate-name the_backend --crate-type dylib \
2020-04-03T10:04:58.8750907Z  -o /checkout/obj/build/x86_64-unknown-linux-gnu/test/run-make-fulldeps/hotplug_codegen_backend/hotplug_codegen_backend/the_backend.dylib
2020-04-03T10:04:58.8751477Z Makefile:6: recipe for target 'all' failed
2020-04-03T10:04:58.8751997Z ------------------------------------------
2020-04-03T10:04:58.8752185Z stderr:
2020-04-03T10:04:58.8752524Z ------------------------------------------
2020-04-03T10:04:58.8752524Z ------------------------------------------
2020-04-03T10:04:58.8755885Z warning: ignoring --out-dir flag due to -o flag
2020-04-03T10:04:58.8756232Z error[E0308]: mismatched types
2020-04-03T10:04:58.8756867Z   --> the_backend.rs:57:13
2020-04-03T10:04:58.8757040Z    |
2020-04-03T10:04:58.8757040Z    |
2020-04-03T10:04:58.8757530Z 57 |             tcx.arena.alloc(Default::default()) // Just a dummy
2020-04-03T10:04:58.8758221Z    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::collections::HashMap`, found `&mut _`
2020-04-03T10:04:58.8759512Z    = note:         expected struct `std::collections::HashMap<std::string::String, std::option::Option<rustc_span::Symbol>, std::hash::BuildHasherDefault<rustc_data_structures::fx::FxHasher>>`
2020-04-03T10:04:58.8760718Z            found mutable reference `&mut _`
2020-04-03T10:04:58.8760902Z 
2020-04-03T10:04:58.8762009Z error: aborting due to previous error
2020-04-03T10:04:58.8762009Z error: aborting due to previous error
2020-04-03T10:04:58.8762302Z 
2020-04-03T10:04:58.8762833Z For more information about this error, try `rustc --explain E0308`.
2020-04-03T10:04:58.8763223Z make: *** [all] Error 1
2020-04-03T10:04:58.8763748Z ------------------------------------------
2020-04-03T10:04:58.8763920Z 
2020-04-03T10:04:58.8764017Z 
2020-04-03T10:04:58.8764148Z 
---
2020-04-03T10:04:58.8766172Z thread 'main' panicked at 'Some tests failed', src/tools/compiletest/src/main.rs:348:22
2020-04-03T10:04:58.8766590Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-04-03T10:04:58.8766825Z 
2020-04-03T10:04:58.8766939Z 
2020-04-03T10:04:58.8780877Z command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--rustdoc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustdoc" "--src-base" "/checkout/src/test/run-make-fulldeps" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/run-make-fulldeps" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "run-make" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-7/bin/FileCheck" "--nodejs" "/usr/bin/node" "--host-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--target-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--docck-python" "/usr/bin/python2.7" "--lldb-python" "/usr/bin/python2.7" "--gdb" "/usr/bin/gdb" "--quiet" "--llvm-version" "7.0.0" "--system-llvm" "--cc" "cc" "--cxx" "c++" "--cflags" "-ffunction-sections -fdata-sections -fPIC -m64" "--llvm-components" "aarch64 aarch64asmparser aarch64asmprinter aarch64codegen aarch64desc aarch64disassembler aarch64info aarch64utils aggressiveinstcombine all all-targets amdgpu amdgpuasmparser amdgpuasmprinter amdgpucodegen amdgpudesc amdgpudisassembler amdgpuinfo amdgpuutils analysis arm armasmparser armasmprinter armcodegen armdesc armdisassembler arminfo armutils asmparser asmprinter avr avrasmparser avrasmprinter avrcodegen avrdesc avrdisassembler avrinfo binaryformat bitreader bitwriter bpf bpfasmparser bpfasmprinter bpfcodegen bpfdesc bpfdisassembler bpfinfo codegen core coroutines coverage debuginfocodeview debuginfodwarf debuginfomsf debuginfopdb demangle dlltooldriver engine executionengine fuzzmutate globalisel hexagon hexagonasmparser hexagoncodegen hexagondesc hexagondisassembler hexagoninfo instcombine instrumentation interpreter ipo irreader lanai lanaiasmparser lanaiasmprinter lanaicodegen lanaidesc lanaidisassembler lanaiinfo libdriver lineeditor linker lto mc mcdisassembler mcjit mcparser mips mipsasmparser mipsasmprinter mipscodegen mipsdesc mipsdisassembler mipsinfo mirparser msp430 msp430asmprinter msp430codegen msp430desc msp430info native nativecodegen nvptx nvptxasmprinter nvptxcodegen nvptxdesc nvptxinfo objcarcopts object objectyaml option orcjit passes perfjitevents powerpc powerpcasmparser powerpcasmprinter powerpccodegen powerpcdesc powerpcdisassembler powerpcinfo profiledata runtimedyld scalaropts selectiondag sparc sparcasmparser sparcasmprinter sparccodegen sparcdesc sparcdisassembler sparcinfo support symbolize systemz systemzasmparser systemzasmprinter systemzcodegen systemzdesc systemzdisassembler systemzinfo tablegen target transformutils vectorize webassembly webassemblyasmparser webassemblyasmprinter webassemblycodegen webassemblydesc webassemblydisassembler webassemblyinfo windowsmanifest x86 x86asmparser x86asmprinter x86codegen x86desc x86disassembler x86info x86utils xcore xcoreasmprinter xcorecodegen xcoredesc xcoredisassembler xcoreinfo" "--ar" "ar" "--llvm-bin-dir" "/usr/lib/llvm-7/bin" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
2020-04-03T10:04:58.8787895Z 
2020-04-03T10:04:58.8787998Z 
2020-04-03T10:04:58.8788636Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test --exclude src/tools/tidy
2020-04-03T10:04:58.8789025Z Build completed unsuccessfully in 1:35:58
2020-04-03T10:04:58.8789025Z Build completed unsuccessfully in 1:35:58
2020-04-03T10:04:58.8849064Z == clock drift check ==
2020-04-03T10:04:58.8867694Z   local time: Fri Apr  3 10:04:58 UTC 2020
2020-04-03T10:04:59.1713135Z   network time: Fri, 03 Apr 2020 10:04:59 GMT
2020-04-03T10:05:01.0599752Z 
2020-04-03T10:05:01.0599752Z 
2020-04-03T10:05:01.0694118Z ##[error]Bash exited with code '1'.
2020-04-03T10:05:01.0707476Z ##[section]Finishing: Run build
2020-04-03T10:05:01.0755737Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/70674/merge to s
2020-04-03T10:05:01.0760936Z Task         : Get sources
2020-04-03T10:05:01.0761287Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-04-03T10:05:01.0761620Z Version      : 1.0.0
2020-04-03T10:05:01.0761844Z Author       : Microsoft
2020-04-03T10:05:01.0761844Z Author       : Microsoft
2020-04-03T10:05:01.0762204Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2020-04-03T10:05:01.0762626Z ==============================================================================
2020-04-03T10:05:01.4284754Z Cleaning any cached credential from repository: rust-lang/rust (GitHub)
2020-04-03T10:05:01.4338302Z ##[section]Finishing: Checkout rust-lang/rust@refs/pull/70674/merge to s
2020-04-03T10:05:01.4423279Z Cleaning up task key
2020-04-03T10:05:01.4424543Z Start cleaning up orphan processes.
2020-04-03T10:05:01.4658905Z Terminate orphan process: pid (4548) (python)
2020-04-03T10:05:01.4904386Z ##[section]Finishing: Finalize Job

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 @rust-lang/infra. (Feature Requests)

@cjgillot cjgillot changed the title Store query results on arenas and stop cloning them Have the per-query caches store the results on arenas Apr 3, 2020
@matthewjasper
Copy link
Contributor

@bors try @rust-timer queue

@rust-timer
Copy link
Collaborator

Awaiting bors try build completion

@bors
Copy link
Contributor

bors commented Apr 4, 2020

⌛ Trying commit c9f013d922cee0d0fefa70bac5de4d8427ad7340 with merge 5645cd25e3c73522f0b1ab615facc32c8537f062...

@bors
Copy link
Contributor

bors commented Apr 4, 2020

☀️ Try build successful - checks-azure
Build commit: 5645cd25e3c73522f0b1ab615facc32c8537f062 (5645cd25e3c73522f0b1ab615facc32c8537f062)

@rust-timer
Copy link
Collaborator

Queued 5645cd25e3c73522f0b1ab615facc32c8537f062 with parent 1b521f5, future comparison URL.

@matthewjasper
Copy link
Contributor

This appears to be a slight perf regression.

@cjgillot
Copy link
Contributor Author

cjgillot commented Apr 5, 2020

Indeed, and I have no idea why.

@joelpalmer joelpalmer added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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-review Status: Awaiting review from the assignee but also interested parties. labels Apr 14, 2020
@Dylan-DPC-zz
Copy link

@cjgillot any updates on this?

@bors
Copy link
Contributor

bors commented Apr 23, 2020

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

@bors
Copy link
Contributor

bors commented Apr 24, 2020

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

@bors
Copy link
Contributor

bors commented Apr 28, 2020

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

@cjgillot
Copy link
Contributor Author

Rebased. Can I get another perf run?

@matthewjasper
Copy link
Contributor

@bors try @rust-timer queue

@rust-timer
Copy link
Collaborator

Awaiting bors try build completion

@bors
Copy link
Contributor

bors commented Apr 28, 2020

⌛ Trying commit d7d2185 with merge 040acbcab104f84b25bd6be13b98182374fff2ab...

@bors
Copy link
Contributor

bors commented Apr 28, 2020

☀️ Try build successful - checks-azure
Build commit: 040acbcab104f84b25bd6be13b98182374fff2ab (040acbcab104f84b25bd6be13b98182374fff2ab)

@rust-timer
Copy link
Collaborator

Queued 040acbcab104f84b25bd6be13b98182374fff2ab with parent fb5615a, future comparison URL.

@rust-timer
Copy link
Collaborator

Finished benchmarking try commit 040acbcab104f84b25bd6be13b98182374fff2ab, comparison URL.

@cjgillot
Copy link
Contributor Author

Perf is neutral.

@matthewjasper
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Apr 30, 2020

📌 Commit d7d2185 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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Apr 30, 2020
@bors
Copy link
Contributor

bors commented May 1, 2020

⌛ Testing commit d7d2185 with merge e94eaa6...

@bors
Copy link
Contributor

bors commented May 1, 2020

☀️ Test successful - checks-azure
Approved by: matthewjasper
Pushing e94eaa6 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label May 1, 2020
@bors bors merged commit e94eaa6 into rust-lang:master May 1, 2020
@cjgillot cjgillot deleted the query-arena-all branch May 1, 2020 08:26
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 8, 2023
Remove QueryStorage::store_nocache

This method was added in rust-lang#70674 but it doesn't seem to serve any purpose.
RalfJung pushed a commit to RalfJung/miri that referenced this pull request Feb 9, 2023
Remove QueryStorage::store_nocache

This method was added in rust-lang/rust#70674 but it doesn't seem to serve any purpose.
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.

None yet

7 participants