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

Add error code explanation for E0224 #67944

Closed
wants to merge 2 commits into from
Closed

Conversation

chansuke
Copy link
Contributor

@chansuke chansuke commented Jan 6, 2020

Part of #61137

@rust-highfive
Copy link
Collaborator

Some changes occurred in diagnostic error codes

cc @GuillaumeGomez

@rust-highfive
Copy link
Collaborator

r? @eddyb

(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 Jan 6, 2020
@Dylan-DPC-zz
Copy link

r? @Dylan-DPC

@rust-highfive rust-highfive assigned Dylan-DPC-zz and unassigned eddyb Jan 6, 2020
@@ -0,0 +1,17 @@
This fails because you are using dynamically sized trait objects without Trait

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This fails because you are using dynamically sized trait objects without Trait
This fails because you are using dynamically sized trait objects without specifying a trait

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd reword it to (integrating @Dylan-DPC suggestion): "A dynamically sized trait was used without specifying a trait".

}
```

To solve the error please add at least one trait for `&dyn`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To solve the error please add at least one trait for `&dyn`
To solve this error, please add at least one trait for `&dyn`

@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-01-06T17:28:22.6731628Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-01-06T17:28:22.6936085Z ##[command]git config gc.auto 0
2020-01-06T17:28:22.7007377Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-01-06T17:28:22.7058760Z ##[command]git config --get-all http.proxy
2020-01-06T17:28:23.4010559Z ##[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/67944/merge:refs/remotes/pull/67944/merge
---
2020-01-06T18:21:13.1730435Z .................................................................................................... 1500/9477
2020-01-06T18:21:19.2513921Z .................................................................................................... 1600/9477
2020-01-06T18:21:24.2428305Z .................................................................................................... 1700/9477
2020-01-06T18:21:33.4389633Z .................................................................................................... 1800/9477
2020-01-06T18:21:41.2846059Z .i.................................................................................................. 1900/9477
2020-01-06T18:21:47.8208316Z .........................................................................................iiiii...... 2000/9477
2020-01-06T18:22:08.9328632Z .................................................................................................... 2200/9477
2020-01-06T18:22:11.1900818Z .................................................................................................... 2300/9477
2020-01-06T18:22:13.4721512Z .................................................................................................... 2400/9477
2020-01-06T18:22:19.3444755Z .................................................................................................... 2500/9477
---
2020-01-06T18:25:11.6282668Z .....................i...............i.............................................................. 4900/9477
2020-01-06T18:25:21.2583446Z .................................................................................................... 5000/9477
2020-01-06T18:25:27.0410565Z ..................................................................i................................. 5100/9477
2020-01-06T18:25:34.8007383Z .................................................................................................... 5200/9477
2020-01-06T18:25:42.1656907Z .................................ii.ii...........i.................................................. 5300/9477
2020-01-06T18:25:51.1057033Z .................................................................................................... 5500/9477
2020-01-06T18:26:00.5411325Z .................................................................................................... 5600/9477
2020-01-06T18:26:07.5983098Z .................i.................................................................................. 5700/9477
2020-01-06T18:26:13.4149498Z .................................................................................................... 5800/9477
2020-01-06T18:26:13.4149498Z .................................................................................................... 5800/9477
2020-01-06T18:26:24.3209675Z .................................................................................................... 5900/9477
2020-01-06T18:26:35.6133847Z .......ii...i..ii...........i....................................................................... 6000/9477
2020-01-06T18:26:52.4387130Z .................................................................................................... 6200/9477
2020-01-06T18:26:59.7154096Z .................................................................................................... 6300/9477
2020-01-06T18:26:59.7154096Z .................................................................................................... 6300/9477
2020-01-06T18:27:14.4007643Z ..................................i..ii............................................................. 6400/9477
2020-01-06T18:27:34.2215380Z .................................................................................................... 6600/9477
2020-01-06T18:27:36.1723325Z .........i.......................................................................................... 6700/9477
2020-01-06T18:27:38.2999323Z .................................................................................................... 6800/9477
2020-01-06T18:27:40.6727586Z .........i.......................................................................................... 6900/9477
---
2020-01-06T18:29:14.1330705Z .................................................................................................... 7500/9477
2020-01-06T18:29:18.0883382Z .................................................................................................... 7600/9477
2020-01-06T18:29:23.0902079Z .................................................................................................... 7700/9477
2020-01-06T18:29:33.3935706Z .................................................................................................... 7800/9477
2020-01-06T18:29:41.1939222Z .............................................iiii................................................... 7900/9477
2020-01-06T18:29:55.6414548Z .................................................................................................... 8100/9477
2020-01-06T18:30:02.0034350Z .................................................................................................... 8200/9477
2020-01-06T18:30:17.1755343Z .................................................................................................... 8300/9477
2020-01-06T18:30:24.5703171Z .................................................................................................... 8400/9477
---
2020-01-06T18:32:42.5403952Z  finished in 6.533
2020-01-06T18:32:42.5582791Z Check compiletest suite=codegen mode=codegen (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-01-06T18:32:42.7052635Z 
2020-01-06T18:32:42.7052753Z running 166 tests
2020-01-06T18:32:45.6280386Z iiii......i........ii..iiii...i....i...........i............i..i..................i....i............ 100/166
2020-01-06T18:32:47.7656241Z i.i.i...iii..iiiiiii.......................iii............ii......
2020-01-06T18:32:47.7657058Z 
2020-01-06T18:32:47.7660231Z  finished in 5.207
2020-01-06T18:32:47.7850145Z Check compiletest suite=codegen-units mode=codegen-units (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-01-06T18:32:47.9417067Z 
---
2020-01-06T18:32:49.8266888Z  finished in 2.042
2020-01-06T18:32:49.8454665Z Check compiletest suite=assembly mode=assembly (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-01-06T18:32:50.0004578Z 
2020-01-06T18:32:50.0007188Z running 9 tests
2020-01-06T18:32:50.0007879Z iiiiiiiii
2020-01-06T18:32:50.0008170Z 
2020-01-06T18:32:50.0008205Z  finished in 0.155
2020-01-06T18:32:50.0182674Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-01-06T18:32:50.1774043Z 
---
2020-01-06T18:33:09.0778791Z  finished in 19.059
2020-01-06T18:33:09.0967121Z Check compiletest suite=debuginfo mode=debuginfo-gdb+lldb (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-01-06T18:33:09.2508237Z 
2020-01-06T18:33:09.2508631Z running 124 tests
2020-01-06T18:33:32.0172661Z .iiiii..ii.....i..i...i..i.i.i..i..i..iii....ii.ii....ii..........iiii..........i.....i..ii.......ii 100/124
2020-01-06T18:33:35.9223211Z .i.iii.....iiiiii.....ii
2020-01-06T18:33:35.9223632Z 
2020-01-06T18:33:35.9228246Z  finished in 26.826
2020-01-06T18:33:35.9234373Z Uplifting stage1 rustc (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-01-06T18:33:35.9234828Z Copying stage2 rustc from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
---
2020-01-06T18:46:20.1102069Z 
2020-01-06T18:46:20.1103430Z    Doc-tests core
2020-01-06T18:46:24.7808911Z 
2020-01-06T18:46:24.7809138Z running 2440 tests
2020-01-06T18:46:33.5060005Z ......iiiii......................................................................................... 100/2440
2020-01-06T18:46:42.1020694Z ..................................................................................ii................ 200/2440
2020-01-06T18:47:02.2408404Z ................i................................................................................... 400/2440
2020-01-06T18:47:02.2408404Z ................i................................................................................... 400/2440
2020-01-06T18:47:11.3377699Z .................................................................i..i..................iiii......... 500/2440
2020-01-06T18:47:26.9214391Z .................................................................................................... 700/2440
2020-01-06T18:47:35.0924256Z .................................................................................................... 800/2440
2020-01-06T18:47:43.3462407Z .................................................................................................... 900/2440
2020-01-06T18:47:51.6128706Z .................................................................................................... 1000/2440
---
2020-01-06T18:51:21.7855871Z 
2020-01-06T18:51:21.7856036Z running 1002 tests
2020-01-06T18:51:40.2893187Z i................................................................................................... 100/1002
2020-01-06T18:51:48.8990600Z .................................................................................................... 200/1002
2020-01-06T18:51:55.7222523Z .................iii......i......i...i......i....................................................... 300/1002
2020-01-06T18:52:00.4547645Z .................................................................................................... 400/1002
2020-01-06T18:52:07.0718767Z .........................................i..i.....................................ii................ 500/1002
2020-01-06T18:52:19.6049539Z .................................................................................................... 700/1002
2020-01-06T18:52:19.6049539Z .................................................................................................... 700/1002
2020-01-06T18:52:26.0417781Z ............................iiii.................................................................... 800/1002
2020-01-06T18:52:39.6578663Z .................................................................................................... 900/1002
2020-01-06T18:52:46.3400265Z ..................................................iiii.............................................. 1000/1002
2020-01-06T18:52:47.3064335Z test result: ok. 982 passed; 0 failed; 20 ignored; 0 measured; 0 filtered out
2020-01-06T18:52:47.3137598Z 
2020-01-06T18:52:47.3138021Z  finished in 166.271
2020-01-06T18:52:47.3138784Z Testing term stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
---
2020-01-06T19:10:55.9533907Z ---- /checkout/obj/build/x86_64-unknown-linux-gnu/test/error-index.md - Rust_Compiler_Error_Index::E0224 (line 3877) stdout ----
2020-01-06T19:10:55.9533960Z error[E0412]: cannot find type `dyn` in this scope
2020-01-06T19:10:55.9534166Z  --> /checkout/obj/build/x86_64-unknown-linux-gnu/test/error-index.md:3879:14
2020-01-06T19:10:55.9534206Z   |
2020-01-06T19:10:55.9534258Z 3 |     let _x: &dyn = &0;
2020-01-06T19:10:55.9534321Z 
2020-01-06T19:10:55.9534355Z error: aborting due to previous error
2020-01-06T19:10:55.9534389Z 
2020-01-06T19:10:55.9534584Z For more information about this error, try `rustc --explain E0412`.
2020-01-06T19:10:55.9534584Z For more information about this error, try `rustc --explain E0412`.
2020-01-06T19:10:55.9534626Z Some expected error codes were not found: ["E0224"]
2020-01-06T19:10:55.9535187Z failures:
2020-01-06T19:10:55.9535521Z     /checkout/obj/build/x86_64-unknown-linux-gnu/test/error-index.md - Rust_Compiler_Error_Index::E0224 (line 3877)
2020-01-06T19:10:55.9535572Z 
2020-01-06T19:10:55.9535636Z test result: FAILED. 808 passed; 1 failed; 27 ignored; 0 measured; 0 filtered out
---
2020-01-06T19:10:55.9536222Z   local time: Mon Jan  6 19:10:55 UTC 2020
2020-01-06T19:10:56.2223935Z   network time: Mon, 06 Jan 2020 19:10:56 GMT
2020-01-06T19:10:56.2224057Z == end clock drift check ==
2020-01-06T19:10:56.9048601Z 
2020-01-06T19:10:56.9121962Z ##[error]Bash exited with code '1'.
2020-01-06T19:10:56.9161018Z ##[section]Starting: Checkout
2020-01-06T19:10:56.9162672Z ==============================================================================
2020-01-06T19:10:56.9162736Z Task         : Get sources
2020-01-06T19:10:56.9162779Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@JohnTitor JohnTitor added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 7, 2020
@JohnCSimon
Copy link
Member

Ping from triage:
@chansuke Can you please address the test failures and the change request from dylan-DPC?

@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-01-19T04:54:12.9340503Z ========================== Starting Command Output ===========================
2020-01-19T04:54:12.9343745Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/9985a17a-489c-4555-8946-2c584f8e93f1.sh
2020-01-19T04:54:12.9343935Z 
2020-01-19T04:54:12.9347079Z ##[section]Finishing: Disable git automatic line ending conversion
2020-01-19T04:54:12.9353550Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/67944/merge to s
2020-01-19T04:54:12.9355195Z Task         : Get sources
2020-01-19T04:54:12.9355227Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-01-19T04:54:12.9355259Z Version      : 1.0.0
2020-01-19T04:54:12.9355336Z Author       : Microsoft
---
2020-01-19T04:54:13.8560148Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-01-19T04:54:13.8588224Z ##[command]git config gc.auto 0
2020-01-19T04:54:13.8590992Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-01-19T04:54:13.8592952Z ##[command]git config --get-all http.proxy
2020-01-19T04:54:13.8600164Z ##[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/67944/merge:refs/remotes/pull/67944/merge
---
2020-01-19T05:52:07.3896331Z .................................................................................................... 1700/9538
2020-01-19T05:52:13.9412051Z .................................................................................................... 1800/9538
2020-01-19T05:52:25.9295369Z ...................i................................................................................ 1900/9538
2020-01-19T05:52:33.2507253Z .................................................................................................... 2000/9538
2020-01-19T05:52:49.4184976Z .........iiiii...................................................................................... 2100/9538
2020-01-19T05:52:59.0427876Z .................................................................................................... 2300/9538
2020-01-19T05:53:01.6740196Z .................................................................................................... 2400/9538
2020-01-19T05:53:07.4682020Z .................................................................................................... 2500/9538
2020-01-19T05:53:29.3433245Z .................................................................................................... 2600/9538
---
2020-01-19T05:56:17.3992118Z .....................................................i...............i.............................. 4900/9538
2020-01-19T05:56:25.6693432Z .................................................................................................... 5000/9538
2020-01-19T05:56:34.8925347Z ................................................................................................i... 5100/9538
2020-01-19T05:56:40.1609062Z .................................................................................................... 5200/9538
2020-01-19T05:56:51.4556155Z ....................................................................ii.ii...........i............... 5300/9538
2020-01-19T05:57:00.7633286Z .....i.............................................................................................. 5500/9538
2020-01-19T05:57:11.5464886Z .................................................................................................... 5600/9538
2020-01-19T05:57:18.2142645Z ......................................................i............................................. 5700/9538
2020-01-19T05:57:25.7564710Z .................................................................................................... 5800/9538
2020-01-19T05:57:25.7564710Z .................................................................................................... 5800/9538
2020-01-19T05:57:36.1695112Z .................................................................................................... 5900/9538
2020-01-19T05:57:43.3099942Z ............................................ii...i..ii...........i.................................. 6000/9538
2020-01-19T05:58:06.6339161Z .................................................................................................... 6200/9538
2020-01-19T05:58:15.2253517Z .................................................................................................... 6300/9538
2020-01-19T05:58:15.2253517Z .................................................................................................... 6300/9538
2020-01-19T05:58:25.2018093Z ........................................................................i..ii....................... 6400/9538
2020-01-19T05:58:55.5028198Z .................................................................................................... 6600/9538
2020-01-19T05:58:58.5385770Z ................................................i................................................... 6700/9538
2020-01-19T05:59:00.9450037Z .................................................................................................... 6800/9538
2020-01-19T05:59:03.3314162Z ...............................................i.................................................... 6900/9538
---
2020-01-19T06:00:47.2233135Z .................................................................................................... 7500/9538
2020-01-19T06:00:52.1823706Z .................................................................................................... 7600/9538
2020-01-19T06:00:58.0048387Z .................................................................................................... 7700/9538
2020-01-19T06:01:05.0588298Z .................................................................................................... 7800/9538
2020-01-19T06:01:16.3744927Z ..................................................................................................ii 7900/9538
2020-01-19T06:01:22.9022981Z iiiii............................................................................................... 8000/9538
2020-01-19T06:01:38.7813315Z .................................................................................................... 8200/9538
2020-01-19T06:01:51.3110027Z .................................................................................................... 8300/9538
2020-01-19T06:02:04.2117621Z .................................................................................................... 8400/9538
2020-01-19T06:02:10.4081240Z .................................................................................................... 8500/9538
---
2020-01-19T06:04:40.3227085Z  finished in 7.389
2020-01-19T06:04:40.3430583Z Check compiletest suite=codegen mode=codegen (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-01-19T06:04:40.5486640Z 
2020-01-19T06:04:40.5487060Z running 166 tests
2020-01-19T06:04:43.6720418Z iiii......i........ii..iiii...i....i...........i............i..i..................i....i............ 100/166
2020-01-19T06:04:46.0445748Z i.i.i...iii..iiiiiii.......................iii............ii......
2020-01-19T06:04:46.0448842Z 
2020-01-19T06:04:46.0449331Z  finished in 5.702
2020-01-19T06:04:46.0654823Z Check compiletest suite=codegen-units mode=codegen-units (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-01-19T06:04:46.2371236Z 
---
2020-01-19T06:04:48.2695523Z  finished in 2.204
2020-01-19T06:04:48.2918716Z Check compiletest suite=assembly mode=assembly (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-01-19T06:04:48.4689584Z 
2020-01-19T06:04:48.4691172Z running 9 tests
2020-01-19T06:04:48.4694236Z iiiiiiiii
2020-01-19T06:04:48.4695610Z 
2020-01-19T06:04:48.4696990Z  finished in 0.177
2020-01-19T06:04:48.4901113Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-01-19T06:04:48.6856144Z 
---
2020-01-19T06:05:10.0791660Z  finished in 21.589
2020-01-19T06:05:10.1025422Z Check compiletest suite=debuginfo mode=debuginfo-gdb+lldb (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-01-19T06:05:10.2972262Z 
2020-01-19T06:05:10.2972550Z running 116 tests
2020-01-19T06:05:36.6596212Z .iiiii..i.....i..i...i..i.i.i..i..i..ii....i.i....ii..........iiii..........i.....i..i.......ii.i.ii 100/116
2020-01-19T06:05:40.1847563Z .....iiii.....ii
2020-01-19T06:05:40.1848969Z 
2020-01-19T06:05:40.1850937Z  finished in 30.082
2020-01-19T06:05:40.1857838Z Uplifting stage1 rustc (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-01-19T06:05:40.1858542Z Copying stage2 rustc from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
---
2020-01-19T06:19:43.6421005Z 
2020-01-19T06:19:43.6426656Z    Doc-tests core
2020-01-19T06:19:48.4779493Z 
2020-01-19T06:19:48.4780592Z running 2443 tests
2020-01-19T06:19:58.2099971Z ......iiiii......................................................................................... 100/2443
2020-01-19T06:20:07.7099162Z ..................................................................................ii................ 200/2443
2020-01-19T06:20:30.3012772Z .................i.................................................................................. 400/2443
2020-01-19T06:20:30.3012772Z .................i.................................................................................. 400/2443
2020-01-19T06:20:40.3395619Z ..................................................................i..i..................iiii........ 500/2443
2020-01-19T06:20:57.5819772Z .................................................................................................... 700/2443
2020-01-19T06:21:06.9445944Z .................................................................................................... 800/2443
2020-01-19T06:21:15.8368281Z .................................................................................................... 900/2443
2020-01-19T06:21:24.7973199Z .................................................................................................... 1000/2443
---
2020-01-19T06:25:14.1526499Z 
2020-01-19T06:25:14.1526719Z running 1003 tests
2020-01-19T06:25:36.0519441Z i................................................................................................... 100/1003
2020-01-19T06:25:47.5000973Z .................................................................................................... 200/1003
2020-01-19T06:25:55.5578972Z ..................iii......i......i...i......i...................................................... 300/1003
2020-01-19T06:26:01.1966777Z .................................................................................................... 400/1003
2020-01-19T06:26:09.1305220Z ..........................................i..i.....................................ii............... 500/1003
2020-01-19T06:26:23.2433762Z .................................................................................................... 700/1003
2020-01-19T06:26:23.2433762Z .................................................................................................... 700/1003
2020-01-19T06:26:30.8893402Z .............................iiii................................................................... 800/1003
2020-01-19T06:26:46.7531909Z .................................................................................................... 900/1003
2020-01-19T06:26:54.8917574Z ...................................................iiii............................................. 1000/1003
2020-01-19T06:26:54.9939852Z test result: ok. 983 passed; 0 failed; 20 ignored; 0 measured; 0 filtered out
2020-01-19T06:26:54.9940204Z 
2020-01-19T06:26:55.0056251Z  finished in 188.218
2020-01-19T06:26:55.0072134Z Testing term stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
---
2020-01-19T06:46:35.4551659Z ---- /checkout/obj/build/x86_64-unknown-linux-gnu/test/error-index.md - Rust_Compiler_Error_Index::E0224 (line 3992) stdout ----
2020-01-19T06:46:35.4551732Z error[E0412]: cannot find type `dyn` in this scope
2020-01-19T06:46:35.4552136Z  --> /checkout/obj/build/x86_64-unknown-linux-gnu/test/error-index.md:3994:14
2020-01-19T06:46:35.4552185Z   |
2020-01-19T06:46:35.4552245Z 3 |     let _x: &dyn = &0;
2020-01-19T06:46:35.4552322Z 
2020-01-19T06:46:35.4552381Z error: aborting due to previous error
2020-01-19T06:46:35.4552409Z 
2020-01-19T06:46:35.4552732Z For more information about this error, try `rustc --explain E0412`.
2020-01-19T06:46:35.4552732Z For more information about this error, try `rustc --explain E0412`.
2020-01-19T06:46:35.4552795Z Some expected error codes were not found: ["E0224"]
2020-01-19T06:46:35.4552882Z failures:
2020-01-19T06:46:35.4553205Z     /checkout/obj/build/x86_64-unknown-linux-gnu/test/error-index.md - Rust_Compiler_Error_Index::E0224 (line 3992)
2020-01-19T06:46:35.4553243Z 
2020-01-19T06:46:35.4553310Z test result: FAILED. 821 passed; 1 failed; 27 ignored; 0 measured; 0 filtered out
---
2020-01-19T06:46:35.4553863Z   local time: Sun Jan 19 06:46:35 UTC 2020
2020-01-19T06:46:35.9824082Z   network time: Sun, 19 Jan 2020 06:46:35 GMT
2020-01-19T06:46:35.9824192Z == end clock drift check ==
2020-01-19T06:46:36.4173619Z 
2020-01-19T06:46:36.4265980Z ##[error]Bash exited with code '1'.
2020-01-19T06:46:36.4291659Z ##[section]Finishing: Run build
2020-01-19T06:46:36.4314457Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/67944/merge to s
2020-01-19T06:46:36.4317092Z Task         : Get sources
2020-01-19T06:46:36.4317139Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-01-19T06:46:36.4317210Z Version      : 1.0.0
2020-01-19T06:46:36.4317269Z Author       : Microsoft
2020-01-19T06:46:36.4317269Z Author       : Microsoft
2020-01-19T06:46:36.4317315Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2020-01-19T06:46:36.4317366Z ==============================================================================
2020-01-19T06:46:36.9051612Z Cleaning any cached credential from repository: rust-lang/rust (GitHub)
2020-01-19T06:46:36.9093529Z ##[section]Finishing: Checkout rust-lang/rust@refs/pull/67944/merge to s
2020-01-19T06:46:36.9216915Z Cleaning up task key
2020-01-19T06:46:36.9217763Z Start cleaning up orphan processes.
2020-01-19T06:46:36.9337827Z Terminate orphan process: pid (3757) (python)
2020-01-19T06:46:36.9639536Z ##[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 @TimNN. (Feature Requests)

@JohnCSimon
Copy link
Member

Pinging again from triage:
@chansuke - can you please post the status of this PR?

@joelpalmer
Copy link

Ping from Triage: Any updates @chansuke?

@Dylan-DPC-zz
Copy link

Hi @chansuke. I'm closing this due to inactivity. Feel free to reoopen it and ping me. Thanks

@Dylan-DPC-zz Dylan-DPC-zz added S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants