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

address some FIXME whose associated issues were marked as closed #56962

Merged
merged 16 commits into from
Dec 25, 2018

Conversation

nivkner
Copy link
Contributor

@nivkner nivkner commented Dec 18, 2018

part of #44366

@rust-highfive
Copy link
Collaborator

r? @pnkfelix

(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 Dec 18, 2018
@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-6.0 of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
travis_time:end:0007891a:start=1545171189780722977,finish=1545171244851088695,duration=55070365718
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout

Encrypted environment variables have been removed for security reasons.
See https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions
$ export SCCACHE_BUCKET=rust-lang-ci-sccache2
$ export SCCACHE_REGION=us-west-1
Setting environment variables from .travis.yml
$ export IMAGE=x86_64-gnu-llvm-6.0
---
[01:01:29] .................................................................................................... 500/5184
[01:01:33] ..............................i..................................................................... 600/5184
[01:01:36] .................................................................................................... 700/5184
[01:01:42] .................................................................................................... 800/5184
[01:01:46] .....i....F.FF.F.....i.............................................................................. 900/5184
[01:01:50] .............................iiiii.................................................................. 1000/5184
[01:01:55] .................................................................................................... 1200/5184
[01:01:57] .................................................................................................... 1300/5184
[01:02:00] .................................................................................................... 1400/5184
[01:02:02] .................................................................................................... 1500/5184
---
[01:03:17] ........................................ii.......................................................... 3600/5184
[01:03:19] ..........................................................i......................................... 3700/5184
[01:03:20] .................................................................................................... 3800/5184
[01:03:21] ..............i..................................................................................... 3900/5184
[01:03:24] ..................................................................................................FF 4000/5184
[01:03:27] .FFFF.F.FFFFFFF.F..FF..FFFFFFFFFFFFFF..FFFFFF.FFFFF...FFF.F....F.................................... 4100/5184
[01:03:34] .................................................................................................... 4300/5184
[01:03:34] .................................................................................................... 4300/5184
[01:03:37] ...................................................i.......................................F........ 4400/5184
[01:03:43] ........................................................F...F....................................... 4500/5184
[01:03:49] .................................................................................................... 4700/5184
[01:03:53] .................................................................................................... 4800/5184
[01:03:57] .................................................................................................... 4900/5184
[01:04:00] .................................................................................................... 5000/5184
[01:04:00] .................................................................................................... 5000/5184
[01:04:04] .......................i............................................................
[01:04:04] failures:
[01:04:04] 
[01:04:04] ---- [ui] ui/custom-derive/derive-in-mod.rs stdout ----
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/custom-derive/derive-in-mod/auxiliary" "-Crpath" "-O" "-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/ui/custom-derive/derive-in-mod/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"unused variable: `input`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs","byte_start":728,"byte_end":733,"line_start":26,"line_end":26,"column_start":19,"column_end":24,"is_primary":true,"text":[{"text":"pub fn derive_bar(input: TokenStream) -> TokenStream {","highlight_start":19,"highlight_end":24}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"#[warn(unused_variables)] on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"consider using `_input` instead","code":null,"level":"help","spans":[{"file_name":"/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs","byte_start":728,"byte_end":733,"line_start":26,"line_end":26,"column_start":19,"column_end":24,"is_primary":true,"text":[{"text":"pub fn derive_bar(input: TokenStream) -> TokenStream {","highlight_start":19,"highlight_end":24}],"label":null,"suggested_replacement":"_input","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"warning: unused variable: `input`\n  --> /checkout/src/test/ui/custom-derive/auxiliary/plugin.rs:26:19\n   |\nLL | pub fn derive_bar(input: TokenStream) -> TokenStream {\n   |                   ^^^^^ help: consider using `_input` instead\n   |\n   = note: #[warn(unused_variables)] on by default\n\n"}
[01:04:04] {"message":"unused variable: `input`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs","byte_start":863,"byte_end":868,"line_start":31,"line_end":31,"column_start":20,"column_end":25,"is_primary":true,"text":[{"text":"pub fn with_helper(input: TokenStream) -> TokenStream {","highlight_start":20,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_input` instead","code":null,"level":"help","spans":[{"file_name":"/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs","byte_start":863,"byte_end":868,"line_start":31,"line_end":31,"column_start":20,"column_end":25,"is_primary":true,"text":[{"text":"pub fn with_helper(input: TokenStream) -> TokenStream {","highlight_start":20,"highlight_end":25}],"label":null,"suggested_replacement":"_input","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"warning: unused variable: `input`\n  --> /checkout/src/test/ui/custom-derive/auxiliary/plugin.rs:31:20\n   |\nLL | pub fn with_helper(input: TokenStream) -> TokenStream {\n   |                    ^^^^^ help: consider using `_input` instead\n\n"}
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/custom-derive/derive-in-mod.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/custom-derive/derive-in-mod.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] note: Run with `RUST_BACKTRACE=1` for a backtrace.
[01:04:04] 
[01:04:04] ---- [ui] ui/custom-derive/helper-attr-blocked-by-import-ambig.rs stdout ----
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/custom-derive/helper-attr-blocked-by-import-ambig/auxiliary" "-Crpath" "-O" "-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/ui/custom-derive/helper-attr-blocked-by-import-ambig/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"unused variable: `input`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs","byte_start":728,"byte_end":733,"line_start":26,"line_end":26,"column_start":19,"column_end":24,"is_primary":true,"text":[{"text":"pub fn derive_bar(input: TokenStream) -> TokenStream {","highlight_start":19,"highlight_end":24}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"#[warn(unused_variables)] on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"consider using `_input` instead","code":null,"level":"help","spans":[{"file_name":"/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs","byte_start":728,"byte_end":733,"line_start":26,"line_end":26,"column_start":19,"column_end":24,"is_primary":true,"text":[{"text":"pub fn derive_bar(input: TokenStream) -> TokenStream {","highlight_start":19,"highlight_end":24}],"label":null,"suggested_replacement":"_input","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"warning: unused variable: `input`\n  --> /checkout/src/test/ui/custom-derive/auxiliary/plugin.rs:26:19\n   |\nLL | pub fn derive_bar(input: TokenStream) -> TokenStream {\n   |                   ^^^^^ help: consider using `_input` instead\n   |\n   = note: #[warn(unused_variables)] on by default\n\n"}
[01:04:04] {"message":"unused variable: `input`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs","byte_start":863,"byte_end":868,"line_start":31,"line_end":31,"column_start":20,"column_end":25,"is_primary":true,"text":[{"text":"pub fn with_helper(input: TokenStream) -> TokenStream {","highlight_start":20,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_input` instead","code":null,"level":"help","spans":[{"file_name":"/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs","byte_start":863,"byte_end":868,"line_start":31,"line_end":31,"column_start":20,"column_end":25,"is_primary":true,"text":[{"text":"pub fn with_helper(input: TokenStream) -> TokenStream {","highlight_start":20,"highlight_end":25}],"label":null,"suggested_replacement":"_input","suggestion_applicability":"i] ui/custom-derive/helper-attr-blocked-by-import-ambig.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] ---- [ui] ui/custom-derive/helper-attr-blocked-by-import.rs stdout ----
[01:04:04] 
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/custom-derive/helper-attr-blocked-by-import/auxiliary" "-Crpath" "-O" "-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/ui/custom-derive/helper-attr-blocked-by-import/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"unused variable: `input`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs","byte_start":728,"byte_end":733,"line_start":26,"line_end":26,"column_start":19,"column_end":24,"is_primary":true,"text":[{"text":"pub fn derive_bar(input: TokenStream) -> TokenStream {","highlight_start":19,"highlight_end":24}],"label":null,"suggested_replacement":nuame":"/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs","byte_start":863,"byte_end":868,"line_start":31,"line_end":31,"column_start":20,"column_end":25,"is_primary":true,"text":[{"text":"pub fn with_helper(input: TokenStream) -> TokenStream {","highlight_start":20,"highlight_end":25}],"label":null,"suggested_replacement":"_input","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"warning: unused variable: `input`\n  --> /checkout/src/test/ui/custom-derive/auxiliary/plugin.rs:31:20\n   |\nLL | pub fn with_helper(input: TokenStream) -> TokenStream {\n   |                    ^^^^^ help: consider using `_input` instead\n\n"}
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] 
[01:04:04] note: we would appreciate a bug reporxt":[{"text":"pub fn with_helper(input: TokenStream) -> TokenStream {","highlight_start":20,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_input` instead","code":null,"level":"help","spans":[{"file_name":"/checkout/src/test/ui/custom-derive/auxiliary/plugin.rs","byte_start":863,"byte_end":868,"line_start":31,"line_end":31,"column_start":20,"column_end":25,"is_primary":true,"text":[{"text":"pub fn with_helper(input: TokenStream) -> TokenStream {","highlight_start":20,"highlight_end":25}],"label":null,"suggested_replacement":"_input","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"warning: unused variable: `input`\n  --> /checkout/src/test/ui/custom-derive/auxiliary/plugin.rs:31:20\n   |\nLL | pub fn with_helper(input: TokenStream) -> TokenStream {\n   |                    ^^^^^ help: consider using `_input` instead\n\n"}
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[instead\n   |\n   = note: #[warn(unused_variables)] on by default\n\n"}
[01:04:04] {"message":"unused variable: `input`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"/checkout/src/test/ui/proc-macro/auxiliary/builtin-attrs.rs","byte_start":967,"byte_end":972,"line_start":35,"line_end":35,"column_start":30,"column_end":35,"is_primary":true,"text":[{"text":"pub fn bench(_: TokenStream, input: TokenStream) -> TokenStream {","highlight_start":30,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_input` instead","code":null,"level":"help","spans":[{"file_name":"/checkout/src/test/ui/proc-macro/auxiliary/builtin-attrs.rs","byte_start":967,"byte_end":972,"line_start":35,"line_end":35,"column_start":30,"column_end":35,"is_primary":true,"text":[{"text":"pub fn bench(_: TokenStream, input: TokenStream) -> TokenStream {","highlight_start":30,"highlight_end":35}],"label":null,"suggested_replacement":"_input","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"warning: unused variable: `input`\n  --> /checkout/src/test/ui/proc-macro/auxiliary/builtin-attrs.rs:35:30\n   |\nLL | pub fn bench(_: TokenStream, input: TokenStream) -> TokenStream {\n   |                              ^^^^^ help: consider using `_input` instead\n\n"}
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/proc-macro/ambiguous-builtin-attrs-test.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/proc-macro/ambiguous-builtin-attrs-test.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [ui] ui/proc-macro/ambiguous-builtin-attrs.rs stdout ----
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/builtin-attrs.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/builtin-attrs.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/ambiguous-builtin-attrs/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/ambiguous-builtin-attrs/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"unused variable: `input`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"/checkout/src/test/ui/proc-macro/auxiliary/builtin-attrs.rs","byte_start":838,"byte_end":843,"line_start":30,"line_end":30,"column_start":29,"column_end":34,"is_primary":true,"text":[{"text":"pub fn test(_: TokenStream, input: TokenStream) -> TokenStream {","highlight_start":29,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"#[warn(unused_variables)] on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"consider using `_input` instead","code":null,"level":"help","spans":[{"file_name":"/checkout/src/test/ui/proc-macro/auxiliary/builtin-attrs.rs","byte_start":838,"byte_end":843,"line_start":30,"line_end":30,"column_start":29,"column_end":34,"is_primary":true,"text":[{"text":"pub fn test(_: TokenStream, input: TokenStream) -> TokenStream {","highlight_start":29,"highlight_end":34}],"label":null,"suggested_replacement":"_input","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"warning: unused variable: `input`\n  --> /checkout/src/test/ui/proc-macro/auxiliary/builtin-attrs.rs:30:29\n   |\nLL | pub fn test(_: TokenStream, input: TokenStream) -> TokenStream {\n   |                             ^^^^^ help: consider using `_input` instead\n   |\n   = note: #[warn(unused_variables)] on by default\n\n"}
[01:04:04] {"message":"unused variable: `input`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"/checkout/src/test/ui/proc-macro/auxiliary/builtin-attrs.rs","byte_start":967,"byte_end":972,"line_start":35,"line_end":35,"column_start":30,"column_end":35,"is_primary":true,"text":[{"text":"pub fn bench(_: TokenStream, input: TokenStream) -> TokenStream {","highlight_start":30,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_input` instead","code":null,"level":"help","spans":[{"file_name":"/checkout/src/test/ui/proc-macro/auxiliary/builtin-attrs.rs","byte_start":967,"byte_end":972,"line_start":35,"line_end":35,"column_start":30,"column_end":35,"is_primary":true,"text":[{"text":"pub fn bench(_: TokenStream, input: TokenStream) -> TokenStream {","highlight_start":30,"highlight_end":35}],"label":null,"suggested_replacement":"_input","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"warning: unused variable: `input`\n  --> /checkout/src/test/ui/proc-macro/auxiliary/builtin-attrs.rs:35:30\n   |\nLL | pub fn bench(_: TokenStream, input: TokenStream) -> TokenStream {\n   |                              ^^^^^ help: consider using `_input` instead\n\n"}
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/proc-macro/ambiguous-builtin-attrs.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/proc-macro/ambiguous-builtin-attrs.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [ui] ui/proc-macro/attribute-order-restricted.rs stdout ----
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/attr_proc_macro.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/attr_proc_macro.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/attribute-order-restricted/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/attribute-order-restricted/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/proc-macro/attribute-order-restricted.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/proc-macro/attribute-order-restricted.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [ui] ui/proc-macro/attr-invalid-exprs.rs stdout ----
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/attr-stmt-expr.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/attr-stmt-expr.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/attr-invalid-exprs/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/attr-invalid-exprs/auxt.rs:3252:9
[01:04:04] ---- [ui] ui/proc-macro/attr-stmt-expr.rs stdout ----
[01:04:04] 
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/attr-stmt-expr.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/attr-stmt-expr.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/attr-stmt-expr/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/attr-stmt-expr/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display -------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/proc-macro/attribute-with-error.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/proc-macro/attribute-with-error.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [],"children":[],"rendered":null},{"message":"consider using `_body` instead","code":null,"level":"help","spans":[{"file_name":"/checkout/src/test/ui/proc-macro/auxiliary/attribute-spans-preserved.rs","byte_start":1012,"byte_end":1016,"line_start":32,"line_end":32,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":"    let body = tokens.next().unwrap();","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":"_body","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"warning: unused variable: `body`\n  --> /checkout/src/test/ui/proc-macro/auxiliary/attribute-spans-preserved.rs:32:9\n   |\nLL |     let body = tokens.next().unwrap();\n   |         ^^^^ help: consider using `_body` instead\n   |\n   = note: #[warn(unused_variables)] on by default\n\n"}
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to prev----------------------------------------
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/proc-macro/derive-helper-shadowed.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/proc-macro/derive-helper-shadowed.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [ui] ui/proc-macro/derive-bad.rs stdout ----
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/proc-macro/derive-bad.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/proc-macro/derive-bad.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [ui] ui/proc-macro/attributes-included.rs stdout ----
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/attributes-included.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/attributes-included.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/attributes-included/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/attributes-included/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"src/l":282,"byte_end":287,"line_start":15,"line_end":15,"column_start":15,"column_end":20,"is_primary":true,"text":[{"text":"pub fn derive(input: TokenStream) -> TokenStream {","highlight_start":15,"highlight_end":20}],"label":null,"suggested_replacement":"_input","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"warning: unused variable: `input`\n  --> /checkout/src/test/ui/proc-macro/auxiliary/derive-helper-shadowing.rs:15:15\n   |\nLL | pub fn derive(input: TokenStream) -> TokenStream {\n   |               ^^^^^ help: consider using `_input` instead\n   |\n   = note: #[warn(unused_variables)] on by default\n\n"}
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://githubr.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/proc-macro/derive-still-gated.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/proc-macro/derive-still-gated.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [ui] ui/proc-macro/edition-imports-2018.rs stdout ----
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/edition-imports-2015.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/edition-imports-2015.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/edition-imports-2018/auxiliary" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--edition=2015" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/edition-imports-2018/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/proc-macro/edition-imports-2018.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/proc-macro/edition-imports-2018.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [ui] ui/proc-macro/expand-to-unstable-2.rs stdout ----
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/derive-unstable-2.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/derive-unstable-2.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/expand-to-unstable-2/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/expand-to-unstable-2/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/proc-macro/expand-to-unstable-2.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/proc-macro/expand-to-unstable-2.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [ui] ui/proc-macro/expand-to-unstable.rs stdout ----
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/derive-unstable.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/derive-unstable.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/expand-to-unstable/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/expand-to-unstable/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/proc-macro/expand-to-unstable.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/proc-macro/expand-to-unstable.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [ui] ui/proc-macro/import.rs stdout ----
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/derive-a.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/derive-a.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/import/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/import/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"unused variable: `input`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"/checkout/src/test/ui/proc-macro/auxiliary/derive-a.rs","byte_start":630,"byte_end":635,"line_start":21,"line_end":21,"column_start":17,"column_end":22,"is_primary":true,"text":[{"text":"pub fn derive_a(input: TokenStream) -> TokenStream {","highlight_start":17,"highlight_end":22}],"label"` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/proc-macro/import.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/proc-macro/import.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [ui] ui/proc-macro/generate-mod.rs stdout ----
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/generate-mod.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/generate-mod.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/generate-mod/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/generate-mod/auxiliary"
[01:04:04] -------------------lid-punct-ident-1.rs stdout ----
[01:04:04] 
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/invalid-punct-ident.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/invalid-punct-ident.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/invalid-punct-ident-1/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/invalid-punct-ident-1/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message-----------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/proc-macro/invalid-punct-ident-2.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/proc-macro/invalid-punct-ident-2.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [ui] ui/proc-macro/invalidaborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[01:04:04] note: the compiler unexpectedly panicked. this is a bug.
[01:04:04] 
[01:04:04] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:04:04] 
[01:04:04] 
[01:04:04] note: rustc 1.33.0-dev running on x86_64-unknown-linux-gnu
[01:04:04] 
[01:04:04] note: compiler flags: -Z ui-testing -Z unstable-options -C rpath
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] thread '[ui] ui/proc-macro/invalid-punct-ident-3.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] thread '[ui] ui/proc-macro/invalid-punct-ident-3.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [ui] ui/proc-macro/invalid-punct-ident-4.rs stdout ----
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/invalid-punct-ident.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/invalid-punct-ident.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/invalid-punct-ident-4/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/invalid-punct-ident-4/auxiliary"
[01:04:04] ----------------------------------/tools/compiletest/src/runtest.rs:3252:9
[01:04:04] 
[01:04:04] ---- [ui] ui/proc-macro/issue-38586.rs stdout ----
[01:04:04] 
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/issue_38586.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/issue_38586.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/issue-38586/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/issue-38586/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variab
[01:04:04] 
[01:04:04] 
[01:04:04] error: auxiliary build of "/checkout/src/test/ui/proc-macro/auxiliary/issue-41211.rs" failed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/issue-41211.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/issue-41211/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/issue-41211/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
[01:04:04] {"message":"src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])","code":null,"level":"error: internal compiler error","spans":[],"children":[],"rendered":"error: internal compiler error: src/librustc_mir/monomorphize/collector.rs:757: Cannot create local mono-item for DefId(10/0:523 ~ proc_macro[c6f4]::bridge[0]::client[0]::{{impl}}[13]::get[0])\n\n"}
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:04:04] {"message":"aborting due to previous error","code":null,"level":"error","spansed to compile: 
[01:04:04] status: exit code: 101
[01:04:04] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/proc-macro/auxiliary/issue-53481.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/proc-macro/issue-53481/auxiliary" "-Crpath" "-O" "-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/ui/proc-macro/issue-53481/auxiliary"
[01:04:04] ------------------------------------------
[01:04:04] 
[01:04:04] ------------------------------------------
[01:04:04] stderr:
[01:04:04] stderr:
[01:04:04] ------------------------------------------
---
[01:04:04] test result: FAILED. 5107 passed; 54 failed; 23 ignored; 0 measured; 0 filtered out
[01:04:04] 
[01:04:04] 
[01:04:04] 
[01:04:04] 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/ui" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "ui" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-6.0/bin/FileCheck" "--host-rustcflags" "-Crpath -O -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--target-rustcflags" "-Crpath -O -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" "6.0.0\n" "--system-llvm" "--cc" "" "--cxx" "" "--cflags" "" "--llvtstrap-tools/x86_64-unknown-linux-gnu
118652 ./obj/build/x86_64-unknown-linux-gnu/stage0-bootstrap-tools/x86_64-unknown-linux-gnu/release/deps
115344 ./src/llvm/test/CodeGen
111164 ./obj/build/x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends
107420 ./src/tools/lldb
---
travis_time:end:08e9e50a:start=1545175100727303400,finish=1545175100731844488,duration=4541088
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:1a826de4
$ ln -s . checkout && for CORE in obj/cores/core.*; do EXE=$(echo $CORE | sed 's|obj/cores/core\.[0-9]*\.!checkout!\(.*\)|\1|;y|!|/|'); if [ -f "$EXE" ]; then printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" "$CORE"; gdb --batch -q -c "$CORE" "$EXE" -iex 'set

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

@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-6.0 of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
travis_time:end:05ec0e04:start=1545239389174483581,finish=1545239514800454956,duration=125625971375
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout

Encrypted environment variables have been removed for security reasons.
See https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions
$ export SCCACHE_BUCKET=rust-lang-ci-sccache2
$ export SCCACHE_REGION=us-west-1
Setting environment variables from .travis.yml
$ export IMAGE=x86_64-gnu-llvm-6.0
---
[00:43:35] running 5188 tests
[00:43:38] .................................................................................................... 100/5188
[00:43:40] .................................................................................................... 200/5188
[00:43:43] .................................................................................................... 300/5188
[00:43:46] .F.F................................................................................................ 400/5188
[00:43:49] .....FF.FF................................F.F....................................................... 500/5188
[00:43:52] ..............................i..................................................................... 600/5188
[00:43:55] ............................................................................F...F................... 700/5188
[00:44:00] ..............F....................................................F..............................FF 800/5188
[00:44:05] .....i..........F....i...F.......F...FF..................................................F.......... 900/5188
[00:44:07] .............................iiiii.................................................................. 1000/5188
[00:44:10] .......................................F............................................................ 1100/5188
[00:44:15] .................................................................................................... 1300/5188
[00:44:17] .................................................................................................... 1400/5188
[00:44:19] .................................................................................................... 1500/5188
[00:44:22] F..............................i.................................................................... 1600/5188
[00:44:22] F..............................i.................................................................... 1600/5188
[00:44:25] i...................................................F.F.FF.......F.....................FF........... 1700/5188
[00:44:28] ........................................................................F........................... 1800/5188
[00:44:31] ...F................................................................................................ 1900/5188
[00:44:34] ...........................................i.................................................F...... 2000/5188
[00:44:38] ...................................F................................................................ 2100/5188
[00:44:45] .................................................................................................... 2300/5188
[00:44:49] .................................................................................................... 2400/5188
[00:44:52] .................................................................................................... 2500/5188
[00:44:55] .................................................................................................... 2600/5188
[00:44:55] .................................................................................................... 2600/5188
[00:44:59] ...F........................FFFFF.F...............................................................FF 2700/5188
[00:45:03] ............................................FF....F..............F.................................. 2800/5188
[00:45:05] .................................................................................................... 2900/5188
[00:45:09] ............................................F....................................................... 3000/5188
[00:45:12] ......................F.....................................................................i....... 3100/5188
[00:45:18] .......................................................ii..i..ii.................................... 3300/5188
[00:45:18] .......................................................ii..i..ii.................................... 3300/5188
[00:45:21] ..F..........FF.............................................F.............F..F...................... 3400/5188
[00:45:25] .........F.....................F.......F....................................................FF...... 3500/5188
[00:45:28] .....F..................................ii........................................F................. 3600/5188
[00:45:30] .................................................................................................... 3800/5188
[00:45:32] ..............i..................................................................................... 3900/5188
[00:45:32] ..............i..................................................................................... 3900/5188
[00:45:34] .........................FF......................................................................... 4000/5188
[00:45:46] .................................................................................................... 4200/5188
[00:45:49] .................................................................................................... 4300/5188
[00:45:49] .................................................................................................... 4300/5188
[00:45:53] .........................................F..........i.....................F......................... 4400/5188
[00:45:58] .........F....F.................FFF..........FF...FF...................................F............ 4500/5188
[00:46:01] ...................F................................................................................ 4600/5188
[00:46:04] ........................F........................................................................... 4700/5188
[00:46:07] ......................................................F............................................. 4800/5188
[00:46:11] ...........................FFFFF.F....F............................................................. 4900/5188
- [ui] ui/borrowck/issue-51348-multi-ref-mut-in-guard.rs stdout ----
- [ui] ui/borrowck/issue-51348-multi-ref-mut-in-guard.rs stdout ----
[00:46:18] thread '[ui] ui/borrowck/issue-51348-multi-ref-mut-in-guard.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/borrowck/issue-52967-edition-2018-needs-two-phase-borrows.rs#ast stdout ----
[00:46:18] ---- [ui] ui/borrowck/issue-52967-edition-2018-needs-two-phase-borrows.rs#ast stdout ----
[00:46:18] thread '[ui] ui/borrowck/issue-52967-edition-2018-needs-two-phase-borrows.rs#ast' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/borrowck/issue-52967-edition-2018-needs-two-phase-borrows.rs#edition stdout ----
[00:46:18] ---- [ui] ui/borrowck/issue-52967-edition-2018-needs-two-phase-borrows.rs#edition stdout ----
[00:46:18] thread '[ui] ui/borrowck/issue-52967-edition-2018-needs-two-phase-borrows.rs#edition' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/borrowck/issue-52967-edition-2018-needs-two-phase-borrows.rs#zflags stdout ----
[00:46:18] ---- [ui] ui/borrowck/issue-52967-edition-2018-needs-two-phase-borrows.rs#zflags stdout ----
[00:46:18] thread '[ui] ui/borrowck/issue-52967-edition-2018-needs-two-phase-borrows.rs#zflags' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/borrowck/two-phase-method-receivers.rs stdout ----
[00:46:18] ---- [ui] ui/borrowck/two-phase-method-receivers.rs stdout ----
[00:46:18] thread '[ui] ui/borrowck/two-phase-method-receivers.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/borrowck/two-phase-multiple-activations.rs stdout ----
[00:46:18] ---- [ui] ui/borrowck/two-phase-multiple-activations.rs stdout ----
[00:46:18] thread '[ui] ui/borrowck/two-phase-multiple-activations.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/consts/const-eval/const_transmute.rs stdout ----
[00:46:18] ---- [ui] ui/consts/const-eval/const_transmute.rs stdout ----
[00:46:18] thread '[ui] ui/consl-header-lifetime-elision/path-underscore.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/impl-header-lifetime-elision/ref-underscore.rs stdout ----
[00:46:18] ---- [ui] ui/impl-header-lifetime-elision/ref-underscore.rs stdout ----
[00:46:18] thread '[ui] ui/impl-header-lifetime-elision/ref-underscore.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/impl-header-lifetime-elision/trait-underscore.rs stdout ----
[00:46:18] ---- [ui] ui/impl-header-lifetime-elision/trait-underscore.rs stdout ----
[00:46:18] thread '[ui] ui/impl-header-lifetime-elision/trait-underscore.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/impl-trait/closure-calling-parent-fn.rs stdout ----
[00:46:18] ---- [ui] ui/impl-trait/closure-calling-parent-fn.rs stdout ----
[00:46:18] thread '[ui] ui/impl-trait/closure-calling-parent-fn.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/impl-trait/region-escape-via-bound-contravariant-closure.rs stdout ----
[00:46:18] ---- [ui] ui/impl-trait/region-escape-via-bound-contravariant-closure.rs stdout ----
[00:46:18] thread '[ui] ui/impl-trait/region-escape-via-bound-contravariant-closure.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/impl-trait/region-escape-via-bound-contravariant.rs stdout ----
[00:46:18] ---- [ui] ui/impl-trait/region-escape-via-bound-contravariant.rs stdout ----
[00:46:18] thread '[ui] ui/impl-trait/region-escape-via-bound-contravariant.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/inference/inference_unstable.rs stdout ----
[00:46:18] ---- [ui] ui/inference/inference_unstable.rs stdout ----
[00:46:18] thread '[ui] ui/inference/inference_unstable.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/issue-55846.rs stdout ----
[00:46:18]nll stdout ----
[00:46:18]nll stdout ----
[00:46:18] thread '[ui] ui/nll/issue-48070.rs#nll' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/nll/issue-55288.rs stdout ----
[00:46:18] ---- [ui] ui/nll/issue-55288.rs stdout ----
[00:46:18] thread '[ui] ui/nll/issue-55288.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/nll/normalization-bounds.rs stdout ----
[00:46:18] ---- [ui] ui/nll/normalization-bounds.rs stdout ----
[00:46:18] thread '[ui] ui/nll/normalization-bounds.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/nll/promotable-mutable-zst-doesnt-conflict.rs stdout ----
[00:46:18] ---- [ui] ui/nll/promotable-mutable-zst-doesnt-conflict.rs stdout ----
[00:46:18] thread '[ui] ui/nll/promotable-mutable-zst-doesnt-conflict.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/nll/user-annotations/issue-55241.rs stdout ----
[00:46:18] ---- [ui] ui/nll/user-annotations/issue-55241.rs stdout ----
[00:46:18] thread '[ui] ui/nll/user-annotations/issue-55241.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/nll/user-annotations/issue-55219.rs stdout ----
[00:46:18] ---- [ui] ui/nll/user-annotations/issue-55219.rs stdout ----
[00:46:18] thread '[ui] ui/nll/user-annotations/issue-55219.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/nll/user-annotations/normalize-self-ty.rs stdout ----
[00:46:18] ---- [ui] ui/nll/user-annotations/normalize-self-ty.rs stdout ----
[00:46:18] thread '[ui] ui/nll/user-annotations/normalize-self-ty.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/obsolete-in-place/bad.rs#good stdout ----
[00:46:18] ---- [ui] ui/obsolete-in-place/bad.rs#good stdout ----
[00:46:18] thread '[ui] ui/obsolete-in-place/bad.rs#good' panicked at 'assertion failed: index < len', src/liballoc/vec index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/trivial-bounds/trivial-bounds-inconsistent-well-formed.rs stdout ----
[00:46:18] ---- [ui] ui/trivial-bounds/trivial-bounds-inconsistent-well-formed.rs stdout ----
[00:46:18] thread '[ui] ui/trivial-bounds/trivial-bounds-inconsistent-well-formed.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/trivial-bounds/trivial-bounds-inconsistent.rs stdout ----
[00:46:18] ---- [ui] ui/trivial-bounds/trivial-bounds-inconsistent.rs stdout ----
[00:46:18] thread '[ui] ui/trivial-bounds/trivial-bounds-inconsistent.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] ---- [ui] ui/trivial-bounds/trivial-bounds-object.rs stdout ----
[00:46:18] ---- [ui] ui/trivial-bounds/trivial-bounds-object.rs stdout ----
[00:46:18] thread '[ui] ui/trivial-bounds/trivial-bounds-object.rs' panicked at 'assertion failed: index < len', src/liballoc/vec.rs:894:9
[00:46:18] 
[00:46:18] failures:
[00:46:18]     [ui] ui/borrowck/borrowck-migrate-to-nll.rs#edition
[00:46:18]     [ui] ui/borrowck/borrowck-migrate-to-nll.rs#zflag
---
184720 ./obj/build/x86_64-unknown-linux-gnu/test/ui
160388 ./obj/build/bootstrap/debug/incremental
153272 ./src/tools/clang
144288 ./obj/build/bootstrap/debug/incremental/bootstrap-2x7szixskz2uj
144284 ./obj/build/bootstrap/debug/incremental/bootstrap-2x7szixskz2uj/s-f7qpbbrtfk-1m21f50-3g9jcdhvsk79m
137604 ./obj/build/x86_64-unknown-linux-gnu/stage1-rustc
128880 ./obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu
128876 ./obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release
126488 ./obj/build/x86_64-unknown-linux-gnu/st

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)

@@ -58,7 +58,7 @@ const EXCEPTION_PATHS: &[&str] = &[
"src/rtstartup", // Not sure what to do about this. magic stuff for mingw

// temporary exceptions
"src/libstd/lib.rs", // FIXME(#44217)
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 be curious to know if the original intention was that "src/libstd/lib.rs" would eventuallyi not be on this list, but #44217 was blocking that. In which case, what is the intention now...?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

right now tidy complains about sgx specific cfg_attr in here.

@pnkfelix
Copy link
Member

This seems fine. I think its going to collide with PR #55937. But we'll see which one lands first.

@pnkfelix pnkfelix closed this Dec 21, 2018
@pnkfelix pnkfelix reopened this Dec 21, 2018
@pnkfelix
Copy link
Member

(hit the wrong button!)

@pnkfelix
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Dec 21, 2018

📌 Commit 7894717 has been approved by pnkfelix

@bors bors removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 21, 2018
@kennytm
Copy link
Member

kennytm commented Dec 22, 2018

@bors r- rollup-

The commit cc568e7 failed in #57063 (comment). This has forgotten to update the line numbers in src/test/ui/borrowck/borrowck-describe-lvalue.ast.nll.stderr.

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 22, 2018
@nivkner
Copy link
Contributor Author

nivkner commented Dec 22, 2018

updated the file based on the changes to src/test/ui/borrowck/borrowck-describe-lvalue.mir.stderr but ./x.py test --bless doesn't change that file by itself so I don't know if that is correct, not to mention that the CI here didn't fail on the missing changes. how do I check that?

@kennytm
Copy link
Member

kennytm commented Dec 23, 2018

@nivkner You need to set [rust] test-compare-mode to true in config.toml to bless it.

@kennytm kennytm added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 23, 2018
@@ -1348,7 +1346,7 @@ impl<'a> SourceCollector<'a> {
cur.push(component);
fs::create_dir_all(&cur).unwrap();
root_path.push_str("../");
href.push_str(component);
href.push_str(&component.to_string_lossy());
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not .to_str().unwrap() (as before in clean_srcpath)? It will only be a dead link if replacement characters are inserted.

Copy link
Contributor Author

@nivkner nivkner Dec 23, 2018

Choose a reason for hiding this comment

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

because I saw the same thing being done a few lines below so I assumed that was expected outcome.
also the intent of the FIXME was not failing when non-utf8 paths are encountered (so panicking here would have the same result), I am not sure it necessarily means the resulting link has to work.

@kennytm
Copy link
Member

kennytm commented Dec 24, 2018

@bors r=pnkfelix

@bors
Copy link
Contributor

bors commented Dec 24, 2018

📌 Commit e32c63e has been approved by pnkfelix

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 24, 2018
@bors
Copy link
Contributor

bors commented Dec 25, 2018

⌛ Testing commit e32c63e with merge 400df515ff224480dce1eb82047267cf90b35bda...

@bors
Copy link
Contributor

bors commented Dec 25, 2018

💔 Test failed - status-travis

@rust-highfive
Copy link
Collaborator

The job armhf-gnu of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
[00:33:31] [RUSTC-TIMING] syntax_ext test:false 55.446
[00:42:59] [RUSTC-TIMING] rustc test:false 623.899
[00:42:59]    Compiling rustc_mir v0.0.0 (/checkout/src/librustc_mir)
[00:42:59]    Compiling rustc_typeck v0.0.0 (/checkout/src/librustc_typeck)
No output has been received in the last 30m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
The build has been terminated

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

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 25, 2018
@kennytm
Copy link
Member

kennytm commented Dec 25, 2018

@bors retry

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 25, 2018
@bors
Copy link
Contributor

bors commented Dec 25, 2018

⌛ Testing commit e32c63e with merge 27a25df...

bors added a commit that referenced this pull request Dec 25, 2018
address some FIXME whose associated issues were marked as closed

part of #44366
@bors
Copy link
Contributor

bors commented Dec 25, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: pnkfelix
Pushing 27a25df to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants