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

Make dep node indices persistent between sessions #62038

Closed
wants to merge 1 commit into from

Conversation

Zoxc
Copy link
Contributor

@Zoxc Zoxc commented Jun 21, 2019

This makes marking dep nodes green faster (and lock free in the case with no diagnostics). This change is split out from #60035.

Unlike #60035 this makes loading the dep graph slower because it loads 2 copies of the dep graph, one immutable and one mutable.

Based on #61845.

@rust-highfive
Copy link
Collaborator

r? @zackmdavis

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

@rust-highfive
Copy link
Collaborator

⚠️ Warning ⚠️

  • These commits modify submodules.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 21, 2019
@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:02af8f28:start=1561155629675043354,finish=1561155632237822597,duration=2562779243
$ 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
$ export GCP_CACHE_BUCKET=rust-lang-ci-cache
$ export AWS_ACCESS_KEY_ID=AKIA46X5W6CZEJZ6XT55
---
[00:07:41]    Compiling syntax_pos v0.0.0 (/checkout/src/libsyntax_pos)
[00:07:45]    Compiling rustc_errors v0.0.0 (/checkout/src/librustc_errors)
[00:07:45]    Compiling fmt_macros v0.0.0 (/checkout/src/libfmt_macros)
[00:08:57]    Compiling syntax_ext v0.0.0 (/checkout/src/libsyntax_ext)
[00:09:11] error[E0599]: no method named `is_none` found for type `dep_graph::graph::DepNodeState` in the current scope
[00:09:11]    --> src/librustc/dep_graph/graph.rs:792:59
[00:09:11] 59  | pub enum DepNodeState {
[00:09:11]     | --------------------- method `is_none` not found for this
[00:09:11] ...
[00:09:11] ...
[00:09:11] 792 |             debug_assert!(data.colors.get(dep_node_index).is_none());
[00:09:11] 
[00:09:29] error: aborting due to previous error
[00:09:29] 
[00:09:29] For more information about this error, try `rustc --explain E0599`.
---
travis_time:end:04bf8e98:start=1561156214333698866,finish=1561156214338742184,duration=5043318
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:15e54686
$ 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 auto-load off' -iex 'dir src/' -iex 'set sysroot .' -ex bt -ex q; echo travis_fold":"end:crashlog; fi; done || true
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:09b9d842
travis_time:start:09b9d842
$ cat ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
cat: ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers: No such file or directory
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:07039368
$ dmesg | grep -i kill

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)

Cargo.lock Outdated Show resolved Hide resolved
@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:0150b445:start=1561162379948371095,finish=1561162382207479340,duration=2259108245
$ 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
$ export GCP_CACHE_BUCKET=rust-lang-ci-cache
$ export AWS_ACCESS_KEY_ID=AKIA46X5W6CZEJZ6XT55
---
travis_time:start:test_assembly
Check compiletest suite=assembly mode=assembly (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
[01:06:40] 
[01:06:40] running 9 tests
[01:06:40] iiiiiiiii
[01:06:40] 
[01:06:40]  finished in 0.150
[01:06:40] travis_fold:end:test_assembly


[01:06:40] travis_time:end:test_assembly:start=1561166393677918645,finish=1561166393828453727,duration=150535082

[01:06:40] travis_fold:start:test_incremental
travis_time:start:test_incremental
Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
[01:06:40] 
[01:06:40] running 104 tests
[01:06:50] F.FFFFFFFFFFFFFFFFFFFFF.FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF.FFF.FFF..FFFFFFFFFFFFFFFFFF..FFFFFFFFFFFFFFF 100/104
[01:06:50] FFFF
[01:06:50] 
[01:06:50] ---- [incremental] incremental/change_add_field/struct_point.rs stdout ----
[01:06:50] 
[01:06:50] 
[01:06:50] error in revision `cfail2`: test compilation failed although it shouldn't!
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_add_field/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/add_private_fn_at_krate_root_cc/struct_point.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/add_private_fn_at_krate_root_cc/auxiliary/point.rs" failed to compile: 
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/add_private_fn_at_krate_root_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/callee_caller_cross_crate/b.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `rpass2`: auxiliary build of "/checkout/src/test/incremental/callee_caller_cross_crate/auxiliary/a.rs" failed to compile: 
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/callee_caller_cross_crate/auxiliary/a.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/callee_caller_cross_crate/b/b.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/callee_caller_cross_crate/b/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/callee_caller_cross_crate/b/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/change_crate_dep_kind.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `cfail2`: test compilation failed although it shouldn't!
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_crate_dep_kind.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind/change_crate_dep_kind.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-Cpanic=unwind" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 -C panic=unwind
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/change_name_of_static_in_fn.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `rpass2`: compilation failed!
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_name_of_static_in_fn.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/change_name_of_static_in_fn.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/change_private_fn/struct_point.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `cfail2`: test compilation failed although it shouldn't!
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_fn/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/change_crate_order/main.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `rpass2`: auxiliary build of "/checkout/src/test/incremental/change_crate_order/auxiliary/a.rs" failed to compile: 
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_crate_order/auxiliary/a.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/main.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/change_private_impl_method/struct_point.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `cfail2`: test compilation failed although it shouldn't!
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_impl_method/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/change_private_fn_cc/struct_point.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/change_private_fn_cc/auxiliary/point.rs" failed to compile: 
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_fn_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/change_private_impl_method_cc/struct_point.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/change_private_impl_method_cc/auxiliary/point.rs" failed to compile: 
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_impl_method_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/change_pub_inherent_method_body/struct_point.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `cfail2`: test compilation failed although it shouldn't!
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_pub_inherent_method_body/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/change_pub_inherent_method_sig/struct_point.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `cfail2`: test compilation failed although it shouldn't!
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_pub_inherent_method_sig/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/change_symbol_export_status.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `rpass2`: compilation failed!
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_symbol_export_status.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_symbol_export_status/change_symbol_export_status.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_symbol_export_status/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Zquery-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_symbol_export_status/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] warning: lint `private_no_mangle_fns` has been removed: `no longer a warning, #[no_mangle] functions always exported`
[01:06:50]    |
[01:06:50]    |
[01:06:50] LL | #![allow(private_no_mangle_fns)]
[01:06:50]    |
[01:06:50]    = note: #[warn(renamed_and_removed_lints)] on by default
[01:06:50] 
[01:06:50] 
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/crate_hash_reorder.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `rpass2`: compilation failed!
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/crate_hash_reorder.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/crate_hash_reorder.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/cyclic-trait-hierarchy.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `cfail2`: Error: expected failure status (Some(1)) but received status Some(101).
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/cyclic-trait-hierarchy.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/cyclic-trait-hierarchy/cyclic-trait-hierarchy.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/cyclic-trait-hierarchy" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/cyclic-trait-hierarchy/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/dirty_clean.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `cfail2`: Error: expected failure status (Some(1)) but received status Some(101).
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/dirty_clean.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean/dirty_clean.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] stderr:
[01:06:50] stderr:
[01:06:50] ------------------------------------------
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:06:50] thread 'rustc' panicked at 'assertion failed: !data.current.node_to_node_index.get_shard_by_value(dep_node).lock().contains_key(dep_node)', src/librustc/dep_graph/graph.rs:787:13
[01:06:50] error: internal compiler error: unexpected panic
[01:06:50] 
[01:06:50] note: the compiler unexpectedly panicked. this is a bug.
[01:06:50] 
[01:06:50] 
[01:06:50] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[01:06:50] 
[01:06:50] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[01:06:50] 
[01:06:50] note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
[01:06:50] 
[01:06:50] ------------------------------------------
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] ---- [incremental] incremental/commandline-args.rs stdout ----
[01:06:50] 
[01:06:50] error in revision `rpass3`: compilation failed!
[01:06:50] status: exit code: 101
[01:06:50] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/commandline-args.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass3" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/commandline-args.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-C" "debuginfo=2" "--verbose" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/auxiliary"
[01:06:50] ------------------------------------------
[01:06:50] 
---
[01:06:50] test result: FAILED. 8 passed; 96 failed; 0 ignored; 0 measured; 0 filtered out
[01:06:50] 
[01:06:50] 
[01:06:50] 
[01:06:50] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--src-base" "/checkout/src/test/incremental" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "incremental" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-6.0/bin/FileCheck" "--host-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--target-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--docck-python" "/usr/bin/python2.7" "--lldb-python" "/usr/bin/python2.7" "--gdb" "/usr/bin/gdb" "--quiet" "--llvm-version" "6.0.0\n" "--system-llvm" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--llvm-cxxflags" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
[01:06:50] 
[01:06:50] 
[01:06:50] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test
[01:06:50] Build completed unsuccessfully in 1:01:47
---
travis_time:end:33143178:start=1561166406657108687,finish=1561166406662054023,duration=4945336
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:080d0400
$ 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 auto-load off' -iex 'dir src/' -iex 'set sysroot .' -ex bt -ex q; echo travis_fold":"end:crashlog; fi; done || true
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:0fe9b95e
travis_time:start:0fe9b95e
$ cat ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
cat: ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers: No such file or directory
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:0d4ea6f4
$ dmesg | grep -i kill

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
Copy link
Contributor

bors commented Jun 22, 2019

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

@Zoxc
Copy link
Contributor Author

Zoxc commented Jun 22, 2019

@bors try

@bors
Copy link
Contributor

bors commented Jun 22, 2019

🔒 Merge conflict

This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again.

How do I rebase?

Assuming self is your fork and upstream is this repository, you can resolve the conflict following these steps:

  1. git checkout pre-gc-dep-graph (switch to your branch)
  2. git fetch upstream master (retrieve the latest master)
  3. git rebase upstream/master -p (rebase on top of it)
  4. Follow the on-screen instruction to resolve conflicts (check git status if you got lost).
  5. git push self pre-gc-dep-graph --force-with-lease (update this PR)

You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial.

Please avoid the "Resolve conflicts" button on GitHub. It uses git merge instead of git rebase which makes the PR commit history more difficult to read.

Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Cargo.lock conflict is handled during merge and rebase. This is normal, and you should still perform step 5 to update this PR.

Error message
warning: Cannot merge binary files: Cargo.lock (HEAD vs. heads/homu-tmp)
Removing src/librustc_data_structures/interner.rs
Auto-merging src/librustc/ty/context.rs
Auto-merging Cargo.lock
CONFLICT (content): Merge conflict in Cargo.lock
Automatic merge failed; fix conflicts and then commit the result.

@Zoxc
Copy link
Contributor Author

Zoxc commented Jun 22, 2019

@bors try

@bors
Copy link
Contributor

bors commented Jun 22, 2019

⌛ Trying commit 290912a with merge b397c11...

bors added a commit that referenced this pull request Jun 22, 2019
[WIP] Make dep node indices persistent between sessions

This makes marking dep nodes green faster (and lock free in the case with no diagnostics). This change is split out from #60035.

Unlike #60035 this makes loading the dep graph slower because it loads 2 copies of the dep graph, one immutable and one mutable.

Based on #61845, #61779 and #61923.
@bors
Copy link
Contributor

bors commented Jun 22, 2019

☀️ Try build successful - checks-travis
Build commit: b397c11

@Zoxc
Copy link
Contributor Author

Zoxc commented Jun 22, 2019

@rust-timer build b397c11

@rust-timer
Copy link
Collaborator

Success: Queued b397c11 with parent e562b24, comparison URL.

@rust-timer
Copy link
Collaborator

Finished benchmarking try commit b397c11, comparison URL.

@Zoxc
Copy link
Contributor Author

Zoxc commented Jun 22, 2019

@bors try

@bors
Copy link
Contributor

bors commented Jun 22, 2019

⌛ Trying commit fe23b602bc95491632a4bd7421600f40e91c3bb3 with merge 7830caefb62c9c8d3fb7a742c66c64c89bf3aafe...

@bors
Copy link
Contributor

bors commented Jun 22, 2019

☀️ Try build successful - checks-travis
Build commit: 7830caefb62c9c8d3fb7a742c66c64c89bf3aafe

@Zoxc
Copy link
Contributor Author

Zoxc commented Jun 22, 2019

@rust-timer build 7830caefb62c9c8d3fb7a742c66c64c89bf3aafe

@rust-timer
Copy link
Collaborator

Success: Queued 7830caefb62c9c8d3fb7a742c66c64c89bf3aafe with parent 4a365a2, comparison URL.

@rust-timer
Copy link
Collaborator

Finished benchmarking try commit 7830caefb62c9c8d3fb7a742c66c64c89bf3aafe, comparison URL.

@bors
Copy link
Contributor

bors commented Mar 16, 2020

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

@rust-highfive
Copy link
Collaborator

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

Click to expand the log.
2020-03-16T10:31:40.9589934Z ========================== Starting Command Output ===========================
2020-03-16T10:31:40.9592092Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/24fa523a-1d7d-4d8a-bfb6-c9fa62f5a8fd.sh
2020-03-16T10:31:40.9592285Z 
2020-03-16T10:31:40.9594964Z ##[section]Finishing: Disable git automatic line ending conversion
2020-03-16T10:31:40.9612617Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/62038/merge to s
2020-03-16T10:31:40.9615431Z Task         : Get sources
2020-03-16T10:31:40.9615660Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-03-16T10:31:40.9615878Z Version      : 1.0.0
2020-03-16T10:31:40.9616067Z Author       : Microsoft
---
2020-03-16T10:31:42.2222606Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-03-16T10:31:42.2272383Z ##[command]git config gc.auto 0
2020-03-16T10:31:42.2276826Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-03-16T10:31:42.2281480Z ##[command]git config --get-all http.proxy
2020-03-16T10:31:42.2288501Z ##[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/62038/merge:refs/remotes/pull/62038/merge
---
2020-03-16T11:27:59.1709517Z .................................................................................................... 1700/9774
2020-03-16T11:28:03.2952524Z .................................................................................................... 1800/9774
2020-03-16T11:28:14.2894320Z ......................................................................i............................. 1900/9774
2020-03-16T11:28:20.2434075Z .................................................................................................... 2000/9774
2020-03-16T11:28:34.1898766Z ............................................................iiiii................................... 2100/9774
2020-03-16T11:28:44.3423217Z .................................................................................................... 2300/9774
2020-03-16T11:28:46.4160378Z .................................................................................................... 2400/9774
2020-03-16T11:28:49.1730026Z .................................................................................................... 2500/9774
2020-03-16T11:29:08.3171138Z .................................................................................................... 2600/9774
---
2020-03-16T11:31:38.6666328Z ................................i...............i................................................... 5000/9774
2020-03-16T11:31:47.3573414Z .................................................................................................... 5100/9774
2020-03-16T11:31:53.3248254Z ...........................................................................i........................ 5200/9774
2020-03-16T11:31:58.4080370Z .................................................................................................... 5300/9774
2020-03-16T11:32:07.8106225Z ........................................................ii.ii........i...i.......................... 5400/9774
2020-03-16T11:32:15.5141337Z .................................................................................................... 5600/9774
2020-03-16T11:32:24.5775762Z .................................................................................................... 5700/9774
2020-03-16T11:32:30.3319350Z ................................................i................................................... 5800/9774
2020-03-16T11:32:36.3891183Z .................................................................................................... 5900/9774
2020-03-16T11:32:36.3891183Z .................................................................................................... 5900/9774
2020-03-16T11:32:45.9627396Z .................................................................................................... 6000/9774
2020-03-16T11:32:51.6436943Z ..........................................ii...i..ii...........i.................................... 6100/9774
2020-03-16T11:33:10.8945504Z .................................................................................................... 6300/9774
2020-03-16T11:33:17.4517277Z .................................................................................................... 6400/9774
2020-03-16T11:33:17.4517277Z .................................................................................................... 6400/9774
2020-03-16T11:33:26.0009341Z ........................................................................i..ii....................... 6500/9774
2020-03-16T11:33:49.6740795Z .................................................................................................... 6700/9774
2020-03-16T11:33:58.3304777Z ......................................................................i............................. 6800/9774
2020-03-16T11:34:00.2861286Z .................................................................................................... 6900/9774
2020-03-16T11:34:02.2627588Z .................................................................................................... 7000/9774
---
2020-03-16T11:35:40.3871365Z .................................................................................................... 7800/9774
2020-03-16T11:35:46.0773881Z .................................................................................................... 7900/9774
2020-03-16T11:35:51.5485557Z ......................................................i............................................. 8000/9774
2020-03-16T11:36:01.4537744Z .................................................................................................... 8100/9774
2020-03-16T11:36:06.5895218Z ...iiiiiiiii.ii..................................................................................... 8200/9774
2020-03-16T11:36:19.5612716Z .................................................................................................... 8400/9774
2020-03-16T11:36:29.5548994Z .................................................................................................... 8500/9774
2020-03-16T11:36:41.7982662Z .................................................................................................... 8600/9774
2020-03-16T11:36:47.5579298Z .................................................................................................... 8700/9774
---
2020-03-16T11:38:58.6089064Z  finished in 7.086
2020-03-16T11:38:58.6278221Z Check compiletest suite=codegen mode=codegen (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-16T11:38:58.8035311Z 
2020-03-16T11:38:58.8036429Z running 183 tests
2020-03-16T11:39:01.7737639Z iiii......i............ii.i..iiii....i....i...........i............i..i..................i....i..... 100/183
2020-03-16T11:39:04.4938645Z .......i.i.i...iii..iiiiiiiiiiiiiiii.......................iii.............ii......
2020-03-16T11:39:04.4943005Z 
2020-03-16T11:39:04.4947131Z  finished in 5.867
2020-03-16T11:39:04.5134266Z Check compiletest suite=codegen-units mode=codegen-units (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-16T11:39:04.6581745Z 
---
2020-03-16T11:39:06.4480711Z  finished in 1.934
2020-03-16T11:39:06.4661476Z Check compiletest suite=assembly mode=assembly (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-16T11:39:06.6142919Z 
2020-03-16T11:39:06.6143616Z running 9 tests
2020-03-16T11:39:06.6144569Z iiiiiiiii
2020-03-16T11:39:06.6147762Z 
2020-03-16T11:39:06.6147937Z  finished in 0.148
2020-03-16T11:39:06.6316561Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-16T11:39:06.7834917Z 
2020-03-16T11:39:06.7834917Z 
2020-03-16T11:39:06.7835554Z running 117 tests
2020-03-16T11:39:20.3608871Z F.FF.F.FFFFFFF..F.....F.F.F.F..FFFFFF..F.....F.FFFFF...FFFF...FF.......FF.FFFFFFF..F....F.F.F....FFF 100/117
2020-03-16T11:39:22.3785100Z F...FFFFFF....F..
2020-03-16T11:39:22.3809059Z 
2020-03-16T11:39:22.3834367Z ---- [incremental] incremental/add_private_fn_at_krate_root_cc/struct_point.rs stdout ----
2020-03-16T11:39:22.3835154Z 
2020-03-16T11:39:22.3835154Z 
2020-03-16T11:39:22.3835519Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/add_private_fn_at_krate_root_cc/auxiliary/point.rs" failed to compile: 
2020-03-16T11:39:22.3835893Z status: exit code: 101
2020-03-16T11:39:22.3838440Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/add_private_fn_at_krate_root_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/auxiliary"
2020-03-16T11:39:22.3840189Z ------------------------------------------
2020-03-16T11:39:22.3840330Z 
2020-03-16T11:39:22.3840651Z ------------------------------------------
2020-03-16T11:39:22.3840814Z stderr:
2020-03-16T11:39:22.3840814Z stderr:
2020-03-16T11:39:22.3841301Z ------------------------------------------
2020-03-16T11:39:22.3842195Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(point[8787]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.3843276Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.3843636Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.3843837Z 
2020-03-16T11:39:22.3844023Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3844023Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3844193Z 
2020-03-16T11:39:22.3845347Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.3845569Z 
2020-03-16T11:39:22.3845995Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.3846224Z 
2020-03-16T11:39:22.3847909Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-16T11:39:22.3848643Z error: aborting due to previous error
2020-03-16T11:39:22.3848816Z 
2020-03-16T11:39:22.3848916Z 
2020-03-16T11:39:22.3849331Z ------------------------------------------
2020-03-16T11:39:22.3849331Z ------------------------------------------
2020-03-16T11:39:22.3849528Z 
2020-03-16T11:39:22.3849626Z 
2020-03-16T11:39:22.3850095Z ---- [incremental] incremental/change_add_field/struct_point.rs stdout ----
2020-03-16T11:39:22.3850486Z 
2020-03-16T11:39:22.3850907Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-16T11:39:22.3851169Z status: exit code: 101
2020-03-16T11:39:22.3853492Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_add_field/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point/auxiliary"
2020-03-16T11:39:22.3855393Z ------------------------------------------
2020-03-16T11:39:22.3855543Z 
2020-03-16T11:39:22.3855857Z ------------------------------------------
2020-03-16T11:39:22.3856144Z stderr:
2020-03-16T11:39:22.3856144Z stderr:
2020-03-16T11:39:22.3856470Z ------------------------------------------
2020-03-16T11:39:22.3857225Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.3858195Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.3858523Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.3858718Z 
2020-03-16T11:39:22.3858915Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3858915Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3859078Z 
2020-03-16T11:39:22.3859589Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.3859829Z 
2020-03-16T11:39:22.3860247Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.3860458Z 
2020-03-16T11:39:22.3861187Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.3861752Z error: aborting due to previous error
2020-03-16T11:39:22.3861889Z 
2020-03-16T11:39:22.3861987Z 
2020-03-16T11:39:22.3862431Z ------------------------------------------
2020-03-16T11:39:22.3862431Z ------------------------------------------
2020-03-16T11:39:22.3862575Z 
2020-03-16T11:39:22.3862654Z 
2020-03-16T11:39:22.3863097Z ---- [incremental] incremental/change_crate_dep_kind.rs stdout ----
2020-03-16T11:39:22.3863288Z 
2020-03-16T11:39:22.3863698Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-16T11:39:22.3863973Z status: exit code: 101
2020-03-16T11:39:22.3866094Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_crate_dep_kind.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind/change_crate_dep_kind.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-Cpanic=unwind" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind/auxiliary"
2020-03-16T11:39:22.3868030Z ------------------------------------------
2020-03-16T11:39:22.3868177Z 
2020-03-16T11:39:22.3868510Z ------------------------------------------
2020-03-16T11:39:22.3868679Z stderr:
2020-03-16T11:39:22.3868679Z stderr:
2020-03-16T11:39:22.3868991Z ------------------------------------------
2020-03-16T11:39:22.3869684Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(change_crate_dep_kind[317d]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.3870409Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.3870747Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.3870947Z 
2020-03-16T11:39:22.3871125Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3871125Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3871310Z 
2020-03-16T11:39:22.3871821Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.3872042Z 
2020-03-16T11:39:22.3872480Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.3872690Z 
2020-03-16T11:39:22.3873435Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 -C panic=unwind
2020-03-16T11:39:22.3874039Z error: aborting due to previous error
2020-03-16T11:39:22.3874177Z 
2020-03-16T11:39:22.3874258Z 
2020-03-16T11:39:22.3874581Z ------------------------------------------
2020-03-16T11:39:22.3874581Z ------------------------------------------
2020-03-16T11:39:22.3874725Z 
2020-03-16T11:39:22.3874805Z 
2020-03-16T11:39:22.3875349Z ---- [incremental] incremental/change_crate_order/main.rs stdout ----
2020-03-16T11:39:22.3875590Z 
2020-03-16T11:39:22.3875791Z error in revision `rpass2`: compilation failed!
2020-03-16T11:39:22.3876168Z status: exit code: 101
2020-03-16T11:39:22.3878185Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_crate_order/main.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/main.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/auxiliary"
2020-03-16T11:39:22.3880251Z ------------------------------------------
2020-03-16T11:39:22.3880466Z 
2020-03-16T11:39:22.3880798Z ------------------------------------------
2020-03-16T11:39:22.3880985Z stderr:
2020-03-16T11:39:22.3880985Z stderr:
2020-03-16T11:39:22.3881301Z ------------------------------------------
2020-03-16T11:39:22.3881937Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(main[317d]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.3882989Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.3883488Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.3883687Z 
2020-03-16T11:39:22.3883889Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3883889Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3884057Z 
2020-03-16T11:39:22.3884812Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.3885072Z 
2020-03-16T11:39:22.3885524Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.3885747Z 
2020-03-16T11:39:22.3894403Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.3897678Z error: aborting due to previous error
2020-03-16T11:39:22.3897824Z 
2020-03-16T11:39:22.3897938Z 
2020-03-16T11:39:22.3898574Z ------------------------------------------
2020-03-16T11:39:22.3898574Z ------------------------------------------
2020-03-16T11:39:22.3898722Z 
2020-03-16T11:39:22.3898802Z 
2020-03-16T11:39:22.3899204Z ---- [incremental] incremental/change_name_of_static_in_fn.rs stdout ----
2020-03-16T11:39:22.3899396Z 
2020-03-16T11:39:22.3899571Z error in revision `rpass2`: compilation failed!
2020-03-16T11:39:22.3899804Z status: exit code: 101
2020-03-16T11:39:22.3931797Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_name_of_static_in_fn.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/change_name_of_static_in_fn.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/auxiliary"
2020-03-16T11:39:22.3933795Z ------------------------------------------
2020-03-16T11:39:22.3933952Z 
2020-03-16T11:39:22.3934304Z ------------------------------------------
2020-03-16T11:39:22.3934720Z stderr:
2020-03-16T11:39:22.3934720Z stderr:
2020-03-16T11:39:22.3935450Z ------------------------------------------
2020-03-16T11:39:22.3936658Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(change_name_of_static_in_fn[317d]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.3937715Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.3938114Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.3938343Z 
2020-03-16T11:39:22.3938556Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3938556Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3938953Z 
2020-03-16T11:39:22.3940037Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.3940264Z 
2020-03-16T11:39:22.3940714Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.3940932Z 
2020-03-16T11:39:22.3941775Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.3942424Z error: aborting due to previous error
2020-03-16T11:39:22.3942567Z 
2020-03-16T11:39:22.3942651Z 
2020-03-16T11:39:22.3942998Z ------------------------------------------
2020-03-16T11:39:22.3942998Z ------------------------------------------
2020-03-16T11:39:22.3943165Z 
2020-03-16T11:39:22.3943247Z 
2020-03-16T11:39:22.3943639Z ---- [incremental] incremental/change_private_fn/struct_point.rs stdout ----
2020-03-16T11:39:22.3943840Z 
2020-03-16T11:39:22.3944258Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-16T11:39:22.3944523Z status: exit code: 101
2020-03-16T11:39:22.3947360Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_fn/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point/auxiliary"
2020-03-16T11:39:22.3949520Z ------------------------------------------
2020-03-16T11:39:22.3949671Z 
2020-03-16T11:39:22.3949985Z ------------------------------------------
2020-03-16T11:39:22.3950177Z stderr:
2020-03-16T11:39:22.3950177Z stderr:
2020-03-16T11:39:22.3950501Z ------------------------------------------
2020-03-16T11:39:22.3951256Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.3952302Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.3952644Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.3952867Z 
2020-03-16T11:39:22.3953056Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3953056Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3953230Z 
2020-03-16T11:39:22.3953790Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.3954025Z 
2020-03-16T11:39:22.3954808Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.3955190Z 
2020-03-16T11:39:22.3955943Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.3956529Z error: aborting due to previous error
2020-03-16T11:39:22.3956692Z 
2020-03-16T11:39:22.3956776Z 
2020-03-16T11:39:22.3957096Z ------------------------------------------
2020-03-16T11:39:22.3957096Z ------------------------------------------
2020-03-16T11:39:22.3957244Z 
2020-03-16T11:39:22.3957326Z 
2020-03-16T11:39:22.3957743Z ---- [incremental] incremental/change_private_fn_cc/struct_point.rs stdout ----
2020-03-16T11:39:22.3958106Z 
2020-03-16T11:39:22.3958426Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/change_private_fn_cc/auxiliary/point.rs" failed to compile: 
2020-03-16T11:39:22.3958801Z status: exit code: 101
2020-03-16T11:39:22.3961439Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_fn_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/auxiliary"
2020-03-16T11:39:22.3963267Z ------------------------------------------
2020-03-16T11:39:22.3963414Z 
2020-03-16T11:39:22.3963722Z ------------------------------------------
2020-03-16T11:39:22.3963890Z stderr:
2020-03-16T11:39:22.3963890Z stderr:
2020-03-16T11:39:22.3964227Z ------------------------------------------
2020-03-16T11:39:22.3965507Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(point[8787]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.3966705Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.3967059Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.3967452Z 
2020-03-16T11:39:22.3967672Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3967672Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3967860Z 
2020-03-16T11:39:22.3968740Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.3969134Z 
2020-03-16T11:39:22.3969588Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.3969805Z 
2020-03-16T11:39:22.3970919Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-16T11:39:22.3971522Z error: aborting due to previous error
2020-03-16T11:39:22.3971664Z 
2020-03-16T11:39:22.3971745Z 
2020-03-16T11:39:22.3972086Z ------------------------------------------
2020-03-16T11:39:22.3972086Z ------------------------------------------
2020-03-16T11:39:22.3972235Z 
2020-03-16T11:39:22.3972317Z 
2020-03-16T11:39:22.3972729Z ---- [incremental] incremental/change_private_impl_method/struct_point.rs stdout ----
2020-03-16T11:39:22.3972960Z 
2020-03-16T11:39:22.3973359Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-16T11:39:22.3973621Z status: exit code: 101
2020-03-16T11:39:22.3976299Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_impl_method/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point/auxiliary"
2020-03-16T11:39:22.3978443Z ------------------------------------------
2020-03-16T11:39:22.3978772Z 
2020-03-16T11:39:22.3979300Z ------------------------------------------
2020-03-16T11:39:22.3979484Z stderr:
2020-03-16T11:39:22.3979484Z stderr:
2020-03-16T11:39:22.3980139Z ------------------------------------------
2020-03-16T11:39:22.3981426Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.3982398Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.3982821Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.3983035Z 
2020-03-16T11:39:22.3983404Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3983404Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3983747Z 
2020-03-16T11:39:22.3984483Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.3984890Z 
2020-03-16T11:39:22.3985571Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.3986000Z 
2020-03-16T11:39:22.3987080Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.3987728Z error: aborting due to previous error
2020-03-16T11:39:22.3988059Z 
2020-03-16T11:39:22.3988153Z 
2020-03-16T11:39:22.3988507Z ------------------------------------------
2020-03-16T11:39:22.3988507Z ------------------------------------------
2020-03-16T11:39:22.3988678Z 
2020-03-16T11:39:22.3988768Z 
2020-03-16T11:39:22.3989208Z ---- [incremental] incremental/change_pub_inherent_method_body/struct_point.rs stdout ----
2020-03-16T11:39:22.3989436Z 
2020-03-16T11:39:22.3989866Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-16T11:39:22.3990136Z status: exit code: 101
2020-03-16T11:39:22.3992761Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_pub_inherent_method_body/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point/auxiliary"
2020-03-16T11:39:22.3994638Z ------------------------------------------
2020-03-16T11:39:22.3994792Z 
2020-03-16T11:39:22.3995114Z ------------------------------------------
2020-03-16T11:39:22.3995313Z stderr:
2020-03-16T11:39:22.3995313Z stderr:
2020-03-16T11:39:22.3995646Z ------------------------------------------
2020-03-16T11:39:22.3996421Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.3997435Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.3997985Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.3998205Z 
2020-03-16T11:39:22.3998388Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3998388Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.3998557Z 
2020-03-16T11:39:22.3999386Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.3999620Z 
2020-03-16T11:39:22.4000065Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4000288Z 
2020-03-16T11:39:22.4001213Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4001791Z error: aborting due to previous error
2020-03-16T11:39:22.4001950Z 
2020-03-16T11:39:22.4002033Z 
2020-03-16T11:39:22.4002352Z ------------------------------------------
2020-03-16T11:39:22.4002352Z ------------------------------------------
2020-03-16T11:39:22.4003061Z 
2020-03-16T11:39:22.4003169Z 
2020-03-16T11:39:22.4004857Z ---- [incremental] incremental/change_private_impl_method_cc/struct_point.rs stdout ----
2020-03-16T11:39:22.4005138Z 
2020-03-16T11:39:22.4005552Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/change_private_impl_method_cc/auxiliary/point.rs" failed to compile: 
2020-03-16T11:39:22.4006231Z status: exit code: 101
2020-03-16T11:39:22.4009106Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_impl_method_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/auxiliary"
2020-03-16T11:39:22.4011811Z ------------------------------------------
2020-03-16T11:39:22.4012125Z 
2020-03-16T11:39:22.4012451Z ------------------------------------------
2020-03-16T11:39:22.4012820Z stderr:
2020-03-16T11:39:22.4012820Z stderr:
2020-03-16T11:39:22.4013187Z ------------------------------------------
2020-03-16T11:39:22.4014312Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(point[8787]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4015813Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4016184Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4016408Z 
2020-03-16T11:39:22.4016630Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4016630Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4016817Z 
2020-03-16T11:39:22.4017401Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4017830Z 
2020-03-16T11:39:22.4018291Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4018522Z 
2020-03-16T11:39:22.4019334Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-16T11:39:22.4020126Z error: aborting due to previous error
2020-03-16T11:39:22.4020272Z 
2020-03-16T11:39:22.4020552Z 
2020-03-16T11:39:22.4021129Z ------------------------------------------
2020-03-16T11:39:22.4021129Z ------------------------------------------
2020-03-16T11:39:22.4021289Z 
2020-03-16T11:39:22.4021373Z 
2020-03-16T11:39:22.4021814Z ---- [incremental] incremental/change_pub_inherent_method_sig/struct_point.rs stdout ----
2020-03-16T11:39:22.4022061Z 
2020-03-16T11:39:22.4022475Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-16T11:39:22.4022746Z status: exit code: 101
2020-03-16T11:39:22.4025632Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_pub_inherent_method_sig/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point/auxiliary"
2020-03-16T11:39:22.4028338Z ------------------------------------------
2020-03-16T11:39:22.4028497Z 
2020-03-16T11:39:22.4029040Z ------------------------------------------
2020-03-16T11:39:22.4029394Z stderr:
2020-03-16T11:39:22.4029394Z stderr:
2020-03-16T11:39:22.4029752Z ------------------------------------------
2020-03-16T11:39:22.4031393Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4032943Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4033480Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4033703Z 
2020-03-16T11:39:22.4034279Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4034279Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4034460Z 
2020-03-16T11:39:22.4035050Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4035294Z 
2020-03-16T11:39:22.4035754Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4036002Z 
2020-03-16T11:39:22.4037302Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4038109Z error: aborting due to previous error
2020-03-16T11:39:22.4038260Z 
2020-03-16T11:39:22.4038347Z 
2020-03-16T11:39:22.4038687Z ------------------------------------------
2020-03-16T11:39:22.4038687Z ------------------------------------------
2020-03-16T11:39:22.4038865Z 
2020-03-16T11:39:22.4039126Z 
2020-03-16T11:39:22.4039954Z ---- [incremental] incremental/commandline-args.rs stdout ----
2020-03-16T11:39:22.4040377Z 
2020-03-16T11:39:22.4040770Z error in revision `rpass3`: compilation failed!
2020-03-16T11:39:22.4041180Z status: exit code: 101
2020-03-16T11:39:22.4043782Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/commandline-args.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass3" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/commandline-args.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-C" "debuginfo=2" "--verbose" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/auxiliary"
2020-03-16T11:39:22.4046166Z ------------------------------------------
2020-03-16T11:39:22.4046506Z 
2020-03-16T11:39:22.4046844Z ------------------------------------------
2020-03-16T11:39:22.4047048Z stderr:
2020-03-16T11:39:22.4047048Z stderr:
2020-03-16T11:39:22.4047396Z ------------------------------------------
2020-03-16T11:39:22.4048123Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(commandline_args[317d]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4048981Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4049335Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4049547Z 
2020-03-16T11:39:22.4049825Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4049825Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4050006Z 
2020-03-16T11:39:22.4050575Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4050962Z 
2020-03-16T11:39:22.4051517Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4051755Z 
2020-03-16T11:39:22.4052575Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=2
2020-03-16T11:39:22.4053197Z error: aborting due to previous error
2020-03-16T11:39:22.4053348Z 
2020-03-16T11:39:22.4053455Z 
2020-03-16T11:39:22.4053796Z ------------------------------------------
2020-03-16T11:39:22.4053796Z ------------------------------------------
2020-03-16T11:39:22.4053954Z 
2020-03-16T11:39:22.4054041Z 
2020-03-16T11:39:22.4054446Z ---- [incremental] incremental/crate_hash_reorder.rs stdout ----
2020-03-16T11:39:22.4054640Z 
2020-03-16T11:39:22.4054834Z error in revision `rpass2`: compilation failed!
2020-03-16T11:39:22.4055069Z status: exit code: 101
2020-03-16T11:39:22.4057504Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/crate_hash_reorder.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/crate_hash_reorder.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/auxiliary"
2020-03-16T11:39:22.4059230Z ------------------------------------------
2020-03-16T11:39:22.4059384Z 
2020-03-16T11:39:22.4059854Z ------------------------------------------
2020-03-16T11:39:22.4060038Z stderr:
2020-03-16T11:39:22.4060038Z stderr:
2020-03-16T11:39:22.4060376Z ------------------------------------------
2020-03-16T11:39:22.4061810Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(crate_hash_reorder[317d]::Y[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4062650Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4063193Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4063399Z 
2020-03-16T11:39:22.4063655Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4063655Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4063830Z 
2020-03-16T11:39:22.4064401Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4064636Z 
2020-03-16T11:39:22.4065081Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4065322Z 
2020-03-16T11:39:22.4066092Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4066714Z error: aborting due to previous error
2020-03-16T11:39:22.4067389Z 
2020-03-16T11:39:22.4067479Z 
2020-03-16T11:39:22.4067842Z ------------------------------------------
2020-03-16T11:39:22.4067842Z ------------------------------------------
2020-03-16T11:39:22.4068016Z 
2020-03-16T11:39:22.4068101Z 
2020-03-16T11:39:22.4068463Z ---- [incremental] incremental/dirty_clean.rs stdout ----
2020-03-16T11:39:22.4068641Z 
2020-03-16T11:39:22.4068930Z error in revision `cfail2`: Error: expected failure status (Some(1)) but received status Some(101).
2020-03-16T11:39:22.4069241Z status: exit code: 101
2020-03-16T11:39:22.4071455Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/dirty_clean.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean/dirty_clean.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean/auxiliary"
2020-03-16T11:39:22.4074311Z ------------------------------------------
2020-03-16T11:39:22.4074472Z 
2020-03-16T11:39:22.4074813Z ------------------------------------------
2020-03-16T11:39:22.4075018Z stderr:
2020-03-16T11:39:22.4075018Z stderr:
2020-03-16T11:39:22.4075365Z ------------------------------------------
2020-03-16T11:39:22.4076226Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(dirty_clean[317d]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4077022Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4077364Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4077570Z 
2020-03-16T11:39:22.4077780Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4077780Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4077954Z 
2020-03-16T11:39:22.4078494Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4078748Z 
2020-03-16T11:39:22.4079192Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4079415Z 
2020-03-16T11:39:22.4080187Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4080796Z error: aborting due to previous error
2020-03-16T11:39:22.4081141Z 
2020-03-16T11:39:22.4081491Z 
2020-03-16T11:39:22.4081816Z ------------------------------------------
2020-03-16T11:39:22.4081816Z ------------------------------------------
2020-03-16T11:39:22.4081963Z 
2020-03-16T11:39:22.4082045Z 
2020-03-16T11:39:22.4082445Z ---- [incremental] incremental/extern_static/issue-49153.rs stdout ----
2020-03-16T11:39:22.4082635Z 
2020-03-16T11:39:22.4082823Z error in revision `rpass2`: compilation failed!
2020-03-16T11:39:22.4083069Z status: exit code: 101
2020-03-16T11:39:22.4085243Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/extern_static/issue-49153.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/issue-49153.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/auxiliary"
2020-03-16T11:39:22.4086956Z ------------------------------------------
2020-03-16T11:39:22.4087111Z 
2020-03-16T11:39:22.4087455Z ------------------------------------------
2020-03-16T11:39:22.4087632Z stderr:
2020-03-16T11:39:22.4087632Z stderr:
2020-03-16T11:39:22.4087962Z ------------------------------------------
2020-03-16T11:39:22.4088720Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(issue_49153[317d]::[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4089510Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4089966Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4090214Z 
2020-03-16T11:39:22.4090409Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4090409Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4090584Z 
2020-03-16T11:39:22.4091510Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4091745Z 
2020-03-16T11:39:22.4092191Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4092873Z 
2020-03-16T11:39:22.4093637Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4094424Z error: aborting due to previous error
2020-03-16T11:39:22.4094575Z 
2020-03-16T11:39:22.4094663Z 
2020-03-16T11:39:22.4095159Z ------------------------------------------
2020-03-16T11:39:22.4095159Z ------------------------------------------
2020-03-16T11:39:22.4095337Z 
2020-03-16T11:39:22.4095421Z 
2020-03-16T11:39:22.4095817Z ---- [incremental] incremental/hashes/call_expressions.rs stdout ----
2020-03-16T11:39:22.4096013Z 
2020-03-16T11:39:22.4096446Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-16T11:39:22.4096716Z status: exit code: 101
2020-03-16T11:39:22.4099028Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/hashes/call_expressions.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/call_expressions/call_expressions.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/call_expressions" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-Zincremental-ignore-spans" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/call_expressions/auxiliary"
2020-03-16T11:39:22.4100830Z ------------------------------------------
2020-03-16T11:39:22.4100985Z 
2020-03-16T11:39:22.4101307Z ------------------------------------------
2020-03-16T11:39:22.4101504Z stderr:
2020-03-16T11:39:22.4101504Z stderr:
2020-03-16T11:39:22.4101839Z ------------------------------------------
2020-03-16T11:39:22.4102600Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(call_expressions[8787]::Struct[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4103428Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4103769Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4103993Z 
2020-03-16T11:39:22.4104523Z note: the compiler unexpectedly pathread 'main' panicked at 'Some tests failed', src/tools/compiletest/src/main.rs:348:22
2020-03-16T11:39:22.4104523Z note: the compiler unexpectedly pathread 'main' panicked at 'Some tests failed', src/tools/compiletest/src/main.rs:348:22
2020-03-16T11:39:22.4104948Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4105221Z nicked. this is a bug.
2020-03-16T11:39:22.4105340Z 
2020-03-16T11:39:22.4105869Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4106103Z 
2020-03-16T11:39:22.4106562Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4106784Z 
2020-03-16T11:39:22.4107882Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -Z incremental-ignore-spans -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4108548Z error: aborting due to previous error
2020-03-16T11:39:22.4108694Z 
2020-03-16T11:39:22.4108883Z 
2020-03-16T11:39:22.4109253Z ------------------------------------------
2020-03-16T11:39:22.4109253Z ------------------------------------------
2020-03-16T11:39:22.4109407Z 
2020-03-16T11:39:22.4109571Z 
2020-03-16T11:39:22.4109963Z ---- [incremental] incremental/hashes/consts.rs stdout ----
2020-03-16T11:39:22.4110165Z 
2020-03-16T11:39:22.4110753Z error in revision `cfail2`: test compilation failed although it shouldn't!
---
2020-03-16T11:39:22.4309216Z    |
2020-03-16T11:39:22.4309359Z LL |     fn baz() {
2020-03-16T11:39:22.4309499Z    |        ^^^
2020-03-16T11:39:22.4309597Z 
2020-03-16T11:39:22.4310267Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(ich_method_call_trait_scope[317d]::{{impl}}[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4311234Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4311972Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4312189Z 
2020-03-16T11:39:22.4312369Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4312369Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4312708Z 
2020-03-16T11:39:22.4313250Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4313477Z 
2020-03-16T11:39:22.4313909Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4314124Z 
2020-03-16T11:39:22.4315061Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4316440Z error: aborting due to previous error
2020-03-16T11:39:22.4317110Z 
2020-03-16T11:39:22.4317220Z 
2020-03-16T11:39:22.4317679Z ------------------------------------------
2020-03-16T11:39:22.4317679Z ------------------------------------------
2020-03-16T11:39:22.4317857Z 
2020-03-16T11:39:22.4317978Z 
2020-03-16T11:39:22.4318581Z ---- [incremental] incremental/ich_nested_items.rs stdout ----
2020-03-16T11:39:22.4318796Z 
2020-03-16T11:39:22.4319659Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-16T11:39:22.4319969Z status: exit code: 101
2020-03-16T11:39:22.4322652Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/ich_nested_items.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_nested_items/ich_nested_items.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_nested_items" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_nested_items/auxiliary"
2020-03-16T11:39:22.4324146Z ------------------------------------------
2020-03-16T11:39:22.4324302Z 
2020-03-16T11:39:22.4324591Z ------------------------------------------
2020-03-16T11:39:22.4324931Z stderr:
2020-03-16T11:39:22.4324931Z stderr:
2020-03-16T11:39:22.4325255Z ------------------------------------------
2020-03-16T11:39:22.4325899Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(ich_nested_items[8787]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4326617Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4326929Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4327115Z 
2020-03-16T11:39:22.4327288Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4327288Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4327467Z 
2020-03-16T11:39:22.4328132Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4328345Z 
2020-03-16T11:39:22.4328766Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4328963Z 
2020-03-16T11:39:22.4330002Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4330556Z error: aborting due to previous error
2020-03-16T11:39:22.4330862Z 
2020-03-16T11:39:22.4330946Z 
2020-03-16T11:39:22.4331478Z ------------------------------------------
2020-03-16T11:39:22.4331478Z ------------------------------------------
2020-03-16T11:39:22.4331628Z 
2020-03-16T11:39:22.4331709Z 
2020-03-16T11:39:22.4332080Z ---- [incremental] incremental/ich_resolve_results.rs stdout ----
2020-03-16T11:39:22.4332284Z 
2020-03-16T11:39:22.4332466Z error in revision `rpass2`: compilation failed!
2020-03-16T11:39:22.4332685Z status: exit code: 101
2020-03-16T11:39:22.4334985Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/ich_resolve_results.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_resolve_results/ich_resolve_results.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_resolve_results/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_resolve_results/auxiliary"
2020-03-16T11:39:22.4336527Z ------------------------------------------
2020-03-16T11:39:22.4336667Z 
2020-03-16T11:39:22.4336963Z ------------------------------------------
2020-03-16T11:39:22.4337235Z stderr:
2020-03-16T11:39:22.4337235Z stderr:
2020-03-16T11:39:22.4337563Z ------------------------------------------
2020-03-16T11:39:22.4338340Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(ich_resolve_results[317d]::mod1[0]::Foo[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4339147Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4339640Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4340065Z 
2020-03-16T11:39:22.4340248Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4340248Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4340416Z 
2020-03-16T11:39:22.4340956Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4341182Z 
2020-03-16T11:39:22.4341614Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4341829Z 
2020-03-16T11:39:22.4343118Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4343804Z error: aborting due to previous error
2020-03-16T11:39:22.4343955Z 
2020-03-16T11:39:22.4344033Z 
2020-03-16T11:39:22.4344332Z ------------------------------------------
2020-03-16T11:39:22.4344332Z ------------------------------------------
2020-03-16T11:39:22.4344472Z 
2020-03-16T11:39:22.4344549Z 
2020-03-16T11:39:22.4344919Z ---- [incremental] incremental/incremental_proc_macro.rs stdout ----
2020-03-16T11:39:22.4345095Z 
2020-03-16T11:39:22.4345467Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-16T11:39:22.4345908Z status: exit code: 101
2020-03-16T11:39:22.4348023Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/incremental_proc_macro.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/incremental_proc_macro/incremental_proc_macro.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/incremental_proc_macro" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/incremental_proc_macro/auxiliary"
2020-03-16T11:39:22.4349775Z ------------------------------------------
2020-03-16T11:39:22.4349935Z 
2020-03-16T11:39:22.4350414Z ------------------------------------------
2020-03-16T11:39:22.4350581Z stderr:
2020-03-16T11:39:22.4350581Z stderr:
2020-03-16T11:39:22.4350912Z ------------------------------------------
2020-03-16T11:39:22.4351640Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(incremental_proc_macro[8787]::Foo[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4352436Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4352915Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4353102Z 
2020-03-16T11:39:22.4353451Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4353451Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4353624Z 
2020-03-16T11:39:22.4354303Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4354516Z 
2020-03-16T11:39:22.4354940Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4355142Z 
2020-03-16T11:39:22.4355792Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4356431Z error: aborting due to previous error
2020-03-16T11:39:22.4356564Z 
2020-03-16T11:39:22.4356690Z 
2020-03-16T11:39:22.4357035Z ------------------------------------------
2020-03-16T11:39:22.4357035Z ------------------------------------------
2020-03-16T11:39:22.4357174Z 
2020-03-16T11:39:22.4357251Z 
2020-03-16T11:39:22.4357610Z ---- [incremental] incremental/issue-39828/issue-39828.rs stdout ----
2020-03-16T11:39:22.4357805Z 
2020-03-16T11:39:22.4358494Z error in revision `rpass2`: auxiliary build of "/checkout/src/test/incremental/issue-39828/auxiliary/generic.rs" failed to compile: 
2020-03-16T11:39:22.4358824Z status: exit code: 101
2020-03-16T11:39:22.4361591Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-39828/auxiliary/generic.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-39828/issue-39828/issue-39828.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-39828/issue-39828/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-39828/issue-39828/auxiliary"
2020-03-16T11:39:22.4363721Z ------------------------------------------
2020-03-16T11:39:22.4363862Z 
2020-03-16T11:39:22.4364175Z ------------------------------------------
2020-03-16T11:39:22.4364338Z stderr:
2020-03-16T11:39:22.4364338Z stderr:
2020-03-16T11:39:22.4364645Z ------------------------------------------
2020-03-16T11:39:22.4365283Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(generic[8787]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4365975Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4366307Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4366495Z 
2020-03-16T11:39:22.4366844Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4366844Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4367173Z 
2020-03-16T11:39:22.4367682Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4367894Z 
2020-03-16T11:39:22.4368299Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4368521Z 
2020-03-16T11:39:22.4369428Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-16T11:39:22.4370034Z error: aborting due to previous error
2020-03-16T11:39:22.4370338Z 
2020-03-16T11:39:22.4370600Z 
2020-03-16T11:39:22.4370908Z ------------------------------------------
2020-03-16T11:39:22.4370908Z ------------------------------------------
2020-03-16T11:39:22.4371072Z 
2020-03-16T11:39:22.4371152Z 
2020-03-16T11:39:22.4371558Z ---- [incremental] incremental/issue-59523-on-implemented-is-not-unused.rs stdout ----
2020-03-16T11:39:22.4371766Z 
2020-03-16T11:39:22.4372171Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-16T11:39:22.4372586Z status: exit code: 101
2020-03-16T11:39:22.4374987Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-59523-on-implemented-is-not-unused.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59523-on-implemented-is-not-unused/issue-59523-on-implemented-is-not-unused.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59523-on-implemented-is-not-unused" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59523-on-implemented-is-not-unused/auxiliary"
2020-03-16T11:39:22.4376963Z ------------------------------------------
2020-03-16T11:39:22.4377105Z 
2020-03-16T11:39:22.4377401Z ------------------------------------------
2020-03-16T11:39:22.4377583Z stderr:
2020-03-16T11:39:22.4377583Z stderr:
2020-03-16T11:39:22.4377887Z ------------------------------------------
2020-03-16T11:39:22.4378639Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(issue_59523_on_implemented_is_not_unused[317d]::Index[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4379435Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4379752Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4379939Z 
2020-03-16T11:39:22.4380130Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4380130Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4380287Z 
2020-03-16T11:39:22.4380949Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4381174Z 
2020-03-16T11:39:22.4381567Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4381947Z 
2020-03-16T11:39:22.4382613Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4383128Z error: aborting due to previous error
2020-03-16T11:39:22.4383260Z 
2020-03-16T11:39:22.4383354Z 
2020-03-16T11:39:22.4383650Z ------------------------------------------
2020-03-16T11:39:22.4383650Z ------------------------------------------
2020-03-16T11:39:22.4383795Z 
2020-03-16T11:39:22.4383871Z 
2020-03-16T11:39:22.4384309Z ---- [incremental] incremental/issue-59524-layout-scalar-valid-range-is-not-unused.rs stdout ----
2020-03-16T11:39:22.4384526Z 
2020-03-16T11:39:22.4384903Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-16T11:39:22.4385151Z status: exit code: 101
2020-03-16T11:39:22.4387821Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused/issue-59524-layout-scalar-valid-range-is-not-unused.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused/auxiliary"
2020-03-16T11:39:22.4389970Z ------------------------------------------
2020-03-16T11:39:22.4390115Z 
2020-03-16T11:39:22.4390670Z ------------------------------------------
2020-03-16T11:39:22.4390843Z stderr:
2020-03-16T11:39:22.4390843Z stderr:
2020-03-16T11:39:22.4391166Z ------------------------------------------
2020-03-16T11:39:22.4392181Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(issue_59524_layout_scalar_valid_range_is_not_unused[317d]::RestrictedRange[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4393018Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4393675Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4393862Z 
2020-03-16T11:39:22.4394029Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4394029Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4394200Z 
2020-03-16T11:39:22.4394701Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4395088Z 
2020-03-16T11:39:22.4395510Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4395712Z 
2020-03-16T11:39:22.4396362Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4396898Z error: aborting due to previous error
2020-03-16T11:39:22.4397030Z 
2020-03-16T11:39:22.4397107Z 
2020-03-16T11:39:22.4397407Z ------------------------------------------
2020-03-16T11:39:22.4397407Z ------------------------------------------
2020-03-16T11:39:22.4397570Z 
2020-03-16T11:39:22.4397647Z 
2020-03-16T11:39:22.4397985Z ---- [incremental] incremental/issue-60629.rs stdout ----
2020-03-16T11:39:22.4398147Z 
2020-03-16T11:39:22.4398332Z error in revision `rpass2`: compilation failed!
2020-03-16T11:39:22.4398538Z status: exit code: 101
2020-03-16T11:39:22.4400981Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-60629.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-60629/issue-60629.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-60629/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-60629/auxiliary"
2020-03-16T11:39:22.4402935Z ------------------------------------------
2020-03-16T11:39:22.4403110Z 
2020-03-16T11:39:22.4403437Z ------------------------------------------
2020-03-16T11:39:22.4403615Z stderr:
2020-03-16T11:39:22.4403615Z stderr:
2020-03-16T11:39:22.4403967Z ------------------------------------------
2020-03-16T11:39:22.4405609Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(issue_60629[317d]::A[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4406448Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4406801Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4407171Z 
2020-03-16T11:39:22.4407361Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4407361Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4407554Z 
2020-03-16T11:39:22.4408085Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4408322Z 
2020-03-16T11:39:22.4409140Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4409336Z 
2020-03-16T11:39:22.4410331Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4411103Z error: aborting due to previous error
2020-03-16T11:39:22.4411244Z 
2020-03-16T11:39:22.4411327Z 
2020-03-16T11:39:22.4411663Z ------------------------------------------
2020-03-16T11:39:22.4411663Z ------------------------------------------
2020-03-16T11:39:22.4411811Z 
2020-03-16T11:39:22.4411893Z 
2020-03-16T11:39:22.4412243Z ---- [incremental] incremental/issue-61323.rs stdout ----
2020-03-16T11:39:22.4412437Z 
2020-03-16T11:39:22.4412885Z error in revision `cfail`: Error: expected failure status (Some(1)) but received status Some(101).
2020-03-16T11:39:22.4413256Z status: exit code: 101
2020-03-16T11:39:22.4415586Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-61323.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61323/issue-61323.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61323" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61323/auxiliary"
2020-03-16T11:39:22.4417101Z ------------------------------------------
2020-03-16T11:39:22.4417241Z 
2020-03-16T11:39:22.4417555Z ------------------------------------------
2020-03-16T11:39:22.4417722Z stderr:
2020-03-16T11:39:22.4417722Z stderr:
2020-03-16T11:39:22.4418032Z ------------------------------------------
2020-03-16T11:39:22.4418708Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(issue_61323[317d]::A[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4419450Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4419761Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4420144Z 
2020-03-16T11:39:22.4420499Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4420499Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4420662Z 
2020-03-16T11:39:22.4421184Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4421404Z 
2020-03-16T11:39:22.4421819Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4422027Z 
2020-03-16T11:39:22.4422732Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4423269Z error: aborting due to previous error
2020-03-16T11:39:22.4423586Z 
2020-03-16T11:39:22.4423663Z 
2020-03-16T11:39:22.4423964Z ------------------------------------------
2020-03-16T11:39:22.4423964Z ------------------------------------------
2020-03-16T11:39:22.4424103Z 
2020-03-16T11:39:22.4424199Z 
2020-03-16T11:39:22.4424533Z ---- [incremental] incremental/issue-61530.rs stdout ----
2020-03-16T11:39:22.4424696Z 
2020-03-16T11:39:22.4424867Z error in revision `rpass2`: compilation failed!
2020-03-16T11:39:22.4425090Z status: exit code: 101
2020-03-16T11:39:22.4427387Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-61530.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61530/issue-61530.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61530/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61530/auxiliary"
2020-03-16T11:39:22.4428902Z ------------------------------------------
2020-03-16T11:39:22.4429063Z 
2020-03-16T11:39:22.4429535Z ------------------------------------------
2020-03-16T11:39:22.4429693Z stderr:
2020-03-16T11:39:22.4429693Z stderr:
2020-03-16T11:39:22.4430006Z ------------------------------------------
2020-03-16T11:39:22.4430863Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(issue_61530[317d]::I32x2[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4431799Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4432118Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4432304Z 
2020-03-16T11:39:22.4432476Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4432476Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4432652Z 
2020-03-16T11:39:22.4433159Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4433371Z 
2020-03-16T11:39:22.4433966Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4434163Z 
2020-03-16T11:39:22.4434793Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4435506Z error: aborting due to previous error
2020-03-16T11:39:22.4435644Z 
2020-03-16T11:39:22.4435723Z 
2020-03-16T11:39:22.4436046Z ------------------------------------------
2020-03-16T11:39:22.4436046Z ------------------------------------------
2020-03-16T11:39:22.4436186Z 
2020-03-16T11:39:22.4436263Z 
2020-03-16T11:39:22.4436646Z ---- [incremental] incremental/issue-62649-path-collisions-happen.rs stdout ----
2020-03-16T11:39:22.4436858Z 
2020-03-16T11:39:22.4437029Z error in revision `rpass2`: compilation failed!
2020-03-16T11:39:22.4437235Z status: exit code: 101
2020-03-16T11:39:22.4439691Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-62649-path-collisions-happen.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-62649-path-collisions-happen/issue-62649-path-collisions-happen.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-62649-path-collisions-happen/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-62649-path-collisions-happen/auxiliary"
2020-03-16T11:39:22.4441988Z ------------------------------------------
2020-03-16T11:39:22.4442304Z 
2020-03-16T11:39:22.4442619Z ------------------------------------------
2020-03-16T11:39:22.4442810Z stderr:
2020-03-16T11:39:22.4442810Z stderr:
2020-03-16T11:39:22.4443132Z ------------------------------------------
2020-03-16T11:39:22.4444002Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(issue_62649_path_collisions_happen[317d]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4444953Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4445624Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4445829Z 
2020-03-16T11:39:22.4446006Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4446006Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4446164Z 
2020-03-16T11:39:22.4446666Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4446879Z 
2020-03-16T11:39:22.4447463Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4447828Z 
2020-03-16T11:39:22.4448689Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4449404Z error: aborting due to previous error
2020-03-16T11:39:22.4449565Z 
2020-03-16T11:39:22.4449647Z 
2020-03-16T11:39:22.4449961Z ------------------------------------------
2020-03-16T11:39:22.4449961Z ------------------------------------------
2020-03-16T11:39:22.4450109Z 
2020-03-16T11:39:22.4450282Z 
2020-03-16T11:39:22.4450658Z ---- [incremental] incremental/krate-inherent.rs stdout ----
2020-03-16T11:39:22.4450894Z 
2020-03-16T11:39:22.4451633Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-16T11:39:22.4451899Z status: exit code: 101
2020-03-16T11:39:22.4453979Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/krate-inherent.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate-inherent/krate-inherent.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate-inherent" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate-inherent/auxiliary"
2020-03-16T11:39:22.4455490Z ------------------------------------------
2020-03-16T11:39:22.4455646Z 
2020-03-16T11:39:22.4456118Z ------------------------------------------
2020-03-16T11:39:22.4456281Z stderr:
2020-03-16T11:39:22.4456281Z stderr:
2020-03-16T11:39:22.4456603Z ------------------------------------------
2020-03-16T11:39:22.4457304Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(krate_inherent[8787]::x[0]::Foo[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4458064Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4458374Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4458562Z 
2020-03-16T11:39:22.4458735Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4458735Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4459088Z 
2020-03-16T11:39:22.4459569Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4459775Z 
2020-03-16T11:39:22.4460377Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4460755Z 
2020-03-16T11:39:22.4461491Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4462090Z error: aborting due to previous error
2020-03-16T11:39:22.4462231Z 
2020-03-16T11:39:22.4462315Z 
2020-03-16T11:39:22.4462651Z ------------------------------------------
2020-03-16T11:39:22.4462651Z ------------------------------------------
2020-03-16T11:39:22.4462799Z 
2020-03-16T11:39:22.4462880Z 
2020-03-16T11:39:22.4463391Z ---- [incremental] incremental/issue-69596.rs stdout ----
2020-03-16T11:39:22.4463577Z 
2020-03-16T11:39:22.4463750Z error in revision `rpass2`: compilation failed!
2020-03-16T11:39:22.4464129Z status: exit code: 101
2020-03-16T11:39:22.4466335Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-69596.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-69596/issue-69596.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-69596/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-69596/auxiliary"
2020-03-16T11:39:22.4468570Z ------------------------------------------
2020-03-16T11:39:22.4468715Z 
2020-03-16T11:39:22.4469023Z ------------------------------------------
2020-03-16T11:39:22.4469478Z stderr:
2020-03-16T11:39:22.4469478Z stderr:
2020-03-16T11:39:22.4469824Z ------------------------------------------
2020-03-16T11:39:22.4470561Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(issue_69596[317d]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4472170Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4472714Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4472979Z 
2020-03-16T11:39:22.4473199Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4473199Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4473400Z 
2020-03-16T11:39:22.4474096Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4474366Z 
2020-03-16T11:39:22.4474879Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4475134Z 
2020-03-16T11:39:22.4476233Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-16T11:39:22.4476954Z error: aborting due to previous error
2020-03-16T11:39:22.4477108Z 
2020-03-16T11:39:22.4477189Z 
2020-03-16T11:39:22.4477498Z ------------------------------------------
2020-03-16T11:39:22.4477498Z ------------------------------------------
2020-03-16T11:39:22.4477800Z 
2020-03-16T11:39:22.4477877Z 
2020-03-16T11:39:22.4478255Z ---- [incremental] incremental/krate_reassign_34991/main.rs stdout ----
2020-03-16T11:39:22.4478435Z 
2020-03-16T11:39:22.4478739Z error in revision `rpass2`: auxiliary build of "/checkout/src/test/incremental/krate_reassign_34991/auxiliary/a.rs" failed to compile: 
2020-03-16T11:39:22.4479096Z status: exit code: 101
2020-03-16T11:39:22.4481335Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/krate_reassign_34991/auxiliary/a.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate_reassign_34991/main/main.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate_reassign_34991/main/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate_reassign_34991/main/auxiliary"
2020-03-16T11:39:22.4483226Z ------------------------------------------
2020-03-16T11:39:22.4483395Z 
2020-03-16T11:39:22.4483709Z ------------------------------------------
2020-03-16T11:39:22.4483883Z stderr:
2020-03-16T11:39:22.4483883Z stderr:
2020-03-16T11:39:22.4484225Z ------------------------------------------
2020-03-16T11:39:22.4485064Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(a[8787]::X[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4485789Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4486098Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4486284Z 
2020-03-16T11:39:22.4486474Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4486474Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4486632Z 
2020-03-16T11:39:22.4487117Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4487330Z 
2020-03-16T11:39:22.4487751Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4487953Z 
2020-03-16T11:39:22.4488991Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-16T11:39:22.4489694Z error: aborting due to previous error
2020-03-16T11:39:22.4489830Z 
2020-03-16T11:39:22.4489909Z 
2020-03-16T11:39:22.4490250Z ------------------------------------------
2020-03-16T11:39:22.4490250Z ------------------------------------------
2020-03-16T11:39:22.4490391Z 
2020-03-16T11:39:22.4490468Z 
2020-03-16T11:39:22.4490793Z ---- [incremental] incremental/no_mangle.rs stdout ----
2020-03-16T11:39:22.4490970Z 
2020-03-16T11:39:22.4491703Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-16T11:39:22.4491967Z status: exit code: 101
2020-03-16T11:39:22.4494525Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/no_mangle.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/no_mangle/no_mangle.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "--emit" "metadata" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/no_mangle" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "cdylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/no_mangle/auxiliary"
2020-03-16T11:39:22.4496407Z ------------------------------------------
2020-03-16T11:39:22.4496543Z 
2020-03-16T11:39:22.4496848Z ------------------------------------------
2020-03-16T11:39:22.4497006Z stderr:
2020-03-16T11:39:22.4497006Z stderr:
2020-03-16T11:39:22.4497493Z ------------------------------------------
2020-03-16T11:39:22.4498139Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(no_mangle[8787]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4498829Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4499166Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4499356Z 
2020-03-16T11:39:22.4499529Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4499529Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4499687Z 
2020-03-16T11:39:22.4500370Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4500577Z 
2020-03-16T11:39:22.4501158Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4501361Z 
2020-03-16T11:39:22.4502253Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type cdylib
2020-03-16T11:39:22.4502816Z error: aborting due to previous error
2020-03-16T11:39:22.4502971Z 
2020-03-16T11:39:22.4503050Z 
2020-03-16T11:39:22.4503358Z ------------------------------------------
2020-03-16T11:39:22.4503358Z ------------------------------------------
2020-03-16T11:39:22.4503507Z 
2020-03-16T11:39:22.4503604Z 
2020-03-16T11:39:22.4504091Z ---- [incremental] incremental/lto.rs stdout ----
2020-03-16T11:39:22.4504242Z 
2020-03-16T11:39:22.4504411Z error in revision `rpass2`: compilation failed!
2020-03-16T11:39:22.4504635Z status: exit code: 101
2020-03-16T11:39:22.4506740Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/lto.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/lto/lto.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/lto/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-C" "lto" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/lto/auxiliary"
2020-03-16T11:39:22.4508650Z ------------------------------------------
2020-03-16T11:39:22.4508815Z 
2020-03-16T11:39:22.4509129Z ------------------------------------------
2020-03-16T11:39:22.4509288Z stderr:
2020-03-16T11:39:22.4509288Z stderr:
2020-03-16T11:39:22.4509582Z ------------------------------------------
2020-03-16T11:39:22.4510255Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(lto[317d]::x[0]::X[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4511344Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4511862Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4512061Z 
2020-03-16T11:39:22.4512244Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4512244Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4512429Z 
2020-03-16T11:39:22.4512953Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4513186Z 
2020-03-16T11:39:22.4513639Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4513856Z 
2020-03-16T11:39:22.4514683Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C rpath -C debuginfo=0 -C lto
2020-03-16T11:39:22.4515730Z error: aborting due to previous error
2020-03-16T11:39:22.4515863Z 
2020-03-16T11:39:22.4515940Z 
2020-03-16T11:39:22.4516254Z ------------------------------------------
2020-03-16T11:39:22.4516254Z ------------------------------------------
2020-03-16T11:39:22.4516393Z 
2020-03-16T11:39:22.4516470Z 
2020-03-16T11:39:22.4516818Z ---- [incremental] incremental/span_hash_stable/main.rs stdout ----
2020-03-16T11:39:22.4516994Z 
2020-03-16T11:39:22.4517184Z error in revision `rpass2`: compilation failed!
2020-03-16T11:39:22.4517389Z status: exit code: 101
2020-03-16T11:39:22.4519698Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/span_hash_stable/main.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/span_hash_stable/main/main.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/span_hash_stable/main/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-g" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/span_hash_stable/main/auxiliary"
2020-03-16T11:39:22.4521249Z ------------------------------------------
2020-03-16T11:39:22.4521390Z 
2020-03-16T11:39:22.4521683Z ------------------------------------------
2020-03-16T11:39:22.4521864Z stderr:
2020-03-16T11:39:22.4521864Z stderr:
2020-03-16T11:39:22.4522356Z ------------------------------------------
2020-03-16T11:39:22.4523368Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(main[317d]::auxiliary[0]::sub1[0]::SomeType[0]) should have been pre-marked as red or green but wasn't.
2020-03-16T11:39:22.4524197Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-16T11:39:22.4524527Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-16T11:39:22.4524742Z 
2020-03-16T11:39:22.4524927Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4524927Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-16T11:39:22.4525246Z 
2020-03-16T11:39:22.4526105Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-16T11:39:22.4526319Z 
2020-03-16T11:39:22.4526725Z note: rustc 1.43.0-nightly (4c8fae0bb 2020-03-16) running on x86_64-unknown-linux-gnu
2020-03-16T11:39:22.4526928Z 
2020-03-16T11:39:22.4527669Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath
2020-03-16T11:39:22.4528243Z error: aborting due to previous error
2020-03-16T11:39:22.4528375Z 
2020-03-16T11:39:22.4528473Z 
2020-03-16T11:39:22.4528962Z ------------------------------------------
---
2020-03-16T11:39:22.4722042Z test result: FAILED. 58 passed; 59 failed; 0 ignored; 0 measured; 0 filtered out
2020-03-16T11:39:22.4722455Z 
2020-03-16T11:39:22.4722533Z 
2020-03-16T11:39:22.4722609Z 
2020-03-16T11:39:22.4725844Z command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--src-base" "/checkout/src/test/incremental" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "incremental" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-7/bin/FileCheck" "--nodejs" "/usr/bin/node" "--host-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--target-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--docck-python" "/usr/bin/python2.7" "--lldb-python" "/usr/bin/python2.7" "--gdb" "/usr/bin/gdb" "--quiet" "--llvm-version" "7.0.0\n" "--system-llvm" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
2020-03-16T11:39:22.4728502Z 
2020-03-16T11:39:22.4728582Z 
2020-03-16T11:39:22.4728826Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test
2020-03-16T11:39:22.4729092Z Build completed unsuccessfully in 1:01:59
2020-03-16T11:39:22.4729092Z Build completed unsuccessfully in 1:01:59
2020-03-16T11:39:22.4729290Z == clock drift check ==
2020-03-16T11:39:22.4729511Z   local time: Mon Mar 16 11:39:22 UTC 2020
2020-03-16T11:39:22.9211134Z   network time: Mon, 16 Mar 2020 11:39:22 GMT
2020-03-16T11:39:22.9212271Z == end clock drift check ==
2020-03-16T11:39:25.7645363Z 
2020-03-16T11:39:25.7732240Z ##[error]Bash exited with code '1'.
2020-03-16T11:39:25.7745064Z ##[section]Finishing: Run build
2020-03-16T11:39:25.7794552Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/62038/merge to s
2020-03-16T11:39:25.7799145Z Task         : Get sources
2020-03-16T11:39:25.7799505Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-03-16T11:39:25.7799838Z Version      : 1.0.0
2020-03-16T11:39:25.7800072Z Author       : Microsoft
2020-03-16T11:39:25.7800072Z Author       : Microsoft
2020-03-16T11:39:25.7800438Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2020-03-16T11:39:25.7800874Z ==============================================================================
2020-03-16T11:39:26.0964208Z Cleaning any cached credential from repository: rust-lang/rust (GitHub)
2020-03-16T11:39:26.1012956Z ##[section]Finishing: Checkout rust-lang/rust@refs/pull/62038/merge to s
2020-03-16T11:39:26.1122918Z Cleaning up task key
2020-03-16T11:39:26.1124390Z Start cleaning up orphan processes.
2020-03-16T11:39:26.1443467Z Terminate orphan process: pid (9919) (python)
2020-03-16T11:39:26.1485084Z ##[section]Finishing: Finalize Job

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

@bors
Copy link
Contributor

bors commented Mar 19, 2020

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

@rust-highfive
Copy link
Collaborator

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

Click to expand the log.
2020-03-19T14:27:19.9059584Z ========================== Starting Command Output ===========================
2020-03-19T14:27:19.9062317Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/2ed7f4f5-c1b0-4ef1-b118-24ee35bfc26d.sh
2020-03-19T14:27:19.9062598Z 
2020-03-19T14:27:19.9067077Z ##[section]Finishing: Disable git automatic line ending conversion
2020-03-19T14:27:19.9087354Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/62038/merge to s
2020-03-19T14:27:19.9091458Z Task         : Get sources
2020-03-19T14:27:19.9091799Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-03-19T14:27:19.9092109Z Version      : 1.0.0
2020-03-19T14:27:19.9092319Z Author       : Microsoft
---
2020-03-19T14:27:22.1590413Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-03-19T14:27:22.1601834Z ##[command]git config gc.auto 0
2020-03-19T14:27:22.1607214Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-03-19T14:27:22.1612374Z ##[command]git config --get-all http.proxy
2020-03-19T14:27:22.1622001Z ##[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/62038/merge:refs/remotes/pull/62038/merge
---
2020-03-19T15:28:16.9482118Z .................................................................................................... 1700/9803
2020-03-19T15:28:21.5344762Z .................................................................................................... 1800/9803
2020-03-19T15:28:33.5242654Z ..........................................................................i......................... 1900/9803
2020-03-19T15:28:40.3613101Z .................................................................................................... 2000/9803
2020-03-19T15:28:48.7724044Z ................................................................iiiii............................... 2100/9803
2020-03-19T15:29:07.2817148Z .................................................................................................... 2300/9803
2020-03-19T15:29:09.5532071Z .................................................................................................... 2400/9803
2020-03-19T15:29:12.6034830Z .................................................................................................... 2500/9803
2020-03-19T15:29:33.6898368Z .................................................................................................... 2600/9803
---
2020-03-19T15:32:20.3107276Z .....................................i...............i.............................................. 5000/9803
2020-03-19T15:32:29.6409893Z .................................................................................................... 5100/9803
2020-03-19T15:32:36.4816038Z ................................................................................i................... 5200/9803
2020-03-19T15:32:42.0417673Z .................................................................................................... 5300/9803
2020-03-19T15:32:52.4048501Z .............................................................ii.ii........i...i..................... 5400/9803
2020-03-19T15:33:00.5745407Z i................................................................................................... 5600/9803
2020-03-19T15:33:10.2684590Z .....i.............................................................................................. 5700/9803
2020-03-19T15:33:16.6554593Z ........................................................i........................................... 5800/9803
2020-03-19T15:33:23.3706635Z .................................................................................................... 5900/9803
2020-03-19T15:33:23.3706635Z .................................................................................................... 5900/9803
2020-03-19T15:33:31.6134701Z .................................................................................................... 6000/9803
2020-03-19T15:33:39.4938050Z ..................................................ii...i..ii...........i............................ 6100/9803
2020-03-19T15:34:00.1811281Z .................................................................................................... 6300/9803
2020-03-19T15:34:07.2367951Z .................................................................................................... 6400/9803
2020-03-19T15:34:07.2367951Z .................................................................................................... 6400/9803
2020-03-19T15:34:15.7001365Z ................................................................................i..ii............... 6500/9803
2020-03-19T15:34:40.8256325Z .................................................................................................... 6700/9803
2020-03-19T15:34:50.7363367Z ...............................................................................i.................... 6800/9803
2020-03-19T15:34:52.9237968Z .................................................................................................... 6900/9803
2020-03-19T15:34:55.0839270Z .................................................................................................... 7000/9803
---
2020-03-19T15:36:42.7358886Z .................................................................................................... 7800/9803
2020-03-19T15:36:48.3777177Z .................................................................................................... 7900/9803
2020-03-19T15:36:54.5069995Z ..................................................................i................................. 8000/9803
2020-03-19T15:37:04.8829504Z .................................................................................................... 8100/9803
2020-03-19T15:37:10.4625241Z ...............iiiiiiiiii..i........................................................................ 8200/9803
2020-03-19T15:37:24.9999797Z .................................................................................................... 8400/9803
2020-03-19T15:37:31.6097972Z .................................................................................................... 8500/9803
2020-03-19T15:37:47.7152776Z .................................................................................................... 8600/9803
2020-03-19T15:37:54.6217114Z .................................................................................................... 8700/9803
---
2020-03-19T15:40:20.6794804Z Suite("src/test/codegen") not skipped for "bootstrap::test::Codegen" -- not in ["src/tools/tidy"]
2020-03-19T15:40:20.6971338Z Check compiletest suite=codegen mode=codegen (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-19T15:40:20.9111795Z 
2020-03-19T15:40:20.9112325Z running 183 tests
2020-03-19T15:40:23.6843050Z iiii......i............ii.i..iiii....i....i...........i............i..i..................i....i..... 100/183
2020-03-19T15:40:26.3960360Z .......i.i.i...iii..iiiiiiiiiiiiiiii.......................iii.............ii......
2020-03-19T15:40:26.3964222Z 
2020-03-19T15:40:26.3964589Z  finished in 5.699
2020-03-19T15:40:26.3973045Z Suite("src/test/codegen-units") not skipped for "bootstrap::test::CodegenUnits" -- not in ["src/tools/tidy"]
2020-03-19T15:40:26.4151380Z Check compiletest suite=codegen-units mode=codegen-units (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
---
2020-03-19T15:40:28.5161036Z Suite("src/test/assembly") not skipped for "bootstrap::test::Assembly" -- not in ["src/tools/tidy"]
2020-03-19T15:40:28.5396263Z Check compiletest suite=assembly mode=assembly (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-19T15:40:28.7013188Z 
2020-03-19T15:40:28.7013535Z running 9 tests
2020-03-19T15:40:28.7015282Z iiiiiiiii
2020-03-19T15:40:28.7017975Z 
2020-03-19T15:40:28.7019163Z  finished in 0.162
2020-03-19T15:40:28.7030707Z Suite("src/test/incremental") not skipped for "bootstrap::test::Incremental" -- not in ["src/tools/tidy"]
2020-03-19T15:40:28.7227103Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-19T15:40:28.7227103Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-19T15:40:29.3873897Z 
2020-03-19T15:40:29.3874265Z running 117 tests
2020-03-19T15:40:43.6332421Z F.FF.F.FFFFFFF..F.....F.F..FF..FFFFFF...F....F.FFFFF...FFFF...F.F......FFF.FFFFFF..F....F..FF....FFF 100/117
2020-03-19T15:40:45.9201933Z F...FFFFFF....F..
2020-03-19T15:40:45.9209007Z 
2020-03-19T15:40:45.9256717Z ---- [incremental] incremental/add_private_fn_at_krate_root_cc/struct_point.rs stdout ----
2020-03-19T15:40:45.9262330Z 
2020-03-19T15:40:45.9262330Z 
2020-03-19T15:40:45.9263068Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/add_private_fn_at_krate_root_cc/auxiliary/point.rs" failed to compile: 
2020-03-19T15:40:45.9263730Z status: exit code: 101
2020-03-19T15:40:45.9267984Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/add_private_fn_at_krate_root_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/auxiliary"
2020-03-19T15:40:45.9271088Z ------------------------------------------
2020-03-19T15:40:45.9271480Z 
2020-03-19T15:40:45.9272114Z ------------------------------------------
2020-03-19T15:40:45.9272449Z stderr:
2020-03-19T15:40:45.9272449Z stderr:
2020-03-19T15:40:45.9273147Z ------------------------------------------
2020-03-19T15:40:45.9274347Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(point[8787]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9275758Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9278097Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9278375Z 
2020-03-19T15:40:45.9279720Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9279720Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9279948Z 
2020-03-19T15:40:45.9282960Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9286226Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9286554Z 
2020-03-19T15:40:45.9286554Z 
2020-03-19T15:40:45.9290168Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-19T15:40:45.9291003Z error: aborting due to previous error
2020-03-19T15:40:45.9291194Z 
2020-03-19T15:40:45.9291325Z 
2020-03-19T15:40:45.9291879Z ------------------------------------------
2020-03-19T15:40:45.9291879Z ------------------------------------------
2020-03-19T15:40:45.9292080Z 
2020-03-19T15:40:45.9292192Z 
2020-03-19T15:40:45.9292726Z ---- [incremental] incremental/change_add_field/struct_point.rs stdout ----
2020-03-19T15:40:45.9292992Z 
2020-03-19T15:40:45.9295537Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-19T15:40:45.9295953Z status: exit code: 101
2020-03-19T15:40:45.9299002Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_add_field/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point/auxiliary"
2020-03-19T15:40:45.9301890Z ------------------------------------------
2020-03-19T15:40:45.9302119Z 
2020-03-19T15:40:45.9302539Z ------------------------------------------
2020-03-19T15:40:45.9302771Z stderr:
2020-03-19T15:40:45.9302771Z stderr:
2020-03-19T15:40:45.9303321Z ------------------------------------------
2020-03-19T15:40:45.9304398Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9305489Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9305930Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9306195Z 
2020-03-19T15:40:45.9306444Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9306444Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9306687Z 
2020-03-19T15:40:45.9307392Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9308282Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9308569Z 
2020-03-19T15:40:45.9308569Z 
2020-03-19T15:40:45.9309540Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9310340Z error: aborting due to previous error
2020-03-19T15:40:45.9310529Z 
2020-03-19T15:40:45.9310642Z 
2020-03-19T15:40:45.9311077Z ------------------------------------------
2020-03-19T15:40:45.9311077Z ------------------------------------------
2020-03-19T15:40:45.9316391Z 
2020-03-19T15:40:45.9316515Z 
2020-03-19T15:40:45.9317074Z ---- [incremental] incremental/change_crate_dep_kind.rs stdout ----
2020-03-19T15:40:45.9317796Z 
2020-03-19T15:40:45.9318434Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-19T15:40:45.9318787Z status: exit code: 101
2020-03-19T15:40:45.9321750Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_crate_dep_kind.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind/change_crate_dep_kind.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-Cpanic=unwind" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind/auxiliary"
2020-03-19T15:40:45.9324036Z ------------------------------------------
2020-03-19T15:40:45.9324235Z 
2020-03-19T15:40:45.9324639Z ------------------------------------------
2020-03-19T15:40:45.9324887Z stderr:
2020-03-19T15:40:45.9324887Z stderr:
2020-03-19T15:40:45.9325305Z ------------------------------------------
2020-03-19T15:40:45.9326215Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(change_crate_dep_kind[317d]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9327223Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9327823Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9328277Z 
2020-03-19T15:40:45.9328530Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9328530Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9328755Z 
2020-03-19T15:40:45.9329538Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9330413Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9330699Z 
2020-03-19T15:40:45.9330699Z 
2020-03-19T15:40:45.9331727Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 -C panic=unwind
2020-03-19T15:40:45.9332667Z error: aborting due to previous error
2020-03-19T15:40:45.9332874Z 
2020-03-19T15:40:45.9332989Z 
2020-03-19T15:40:45.9333446Z ------------------------------------------
2020-03-19T15:40:45.9333446Z ------------------------------------------
2020-03-19T15:40:45.9333645Z 
2020-03-19T15:40:45.9334007Z 
2020-03-19T15:40:45.9334594Z ---- [incremental] incremental/change_crate_order/main.rs stdout ----
2020-03-19T15:40:45.9334999Z 
2020-03-19T15:40:45.9335261Z error in revision `rpass2`: compilation failed!
2020-03-19T15:40:45.9335574Z status: exit code: 101
2020-03-19T15:40:45.9338497Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_crate_order/main.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/main.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/auxiliary"
2020-03-19T15:40:45.9340737Z ------------------------------------------
2020-03-19T15:40:45.9340955Z 
2020-03-19T15:40:45.9341371Z ------------------------------------------
2020-03-19T15:40:45.9343205Z stderr:
2020-03-19T15:40:45.9343205Z stderr:
2020-03-19T15:40:45.9343805Z ------------------------------------------
2020-03-19T15:40:45.9344674Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(main[317d]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9345652Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9346109Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9346377Z 
2020-03-19T15:40:45.9346625Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9346625Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9347195Z 
2020-03-19T15:40:45.9348928Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9349834Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9350121Z 
2020-03-19T15:40:45.9350121Z 
2020-03-19T15:40:45.9351267Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9352098Z error: aborting due to previous error
2020-03-19T15:40:45.9352286Z 
2020-03-19T15:40:45.9352399Z 
2020-03-19T15:40:45.9352883Z ------------------------------------------
2020-03-19T15:40:45.9352883Z ------------------------------------------
2020-03-19T15:40:45.9353082Z 
2020-03-19T15:40:45.9353193Z 
2020-03-19T15:40:45.9353708Z ---- [incremental] incremental/change_name_of_static_in_fn.rs stdout ----
2020-03-19T15:40:45.9353970Z 
2020-03-19T15:40:45.9354414Z error in revision `rpass2`: compilation failed!
2020-03-19T15:40:45.9354885Z status: exit code: 101
2020-03-19T15:40:45.9379636Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_name_of_static_in_fn.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/change_name_of_static_in_fn.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/auxiliary"
2020-03-19T15:40:45.9383022Z ------------------------------------------
2020-03-19T15:40:45.9383247Z 
2020-03-19T15:40:45.9383688Z ------------------------------------------
2020-03-19T15:40:45.9383943Z stderr:
2020-03-19T15:40:45.9383943Z stderr:
2020-03-19T15:40:45.9384364Z ------------------------------------------
2020-03-19T15:40:45.9385303Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(change_name_of_static_in_fn[317d]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9386326Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9386766Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9387048Z 
2020-03-19T15:40:45.9387298Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9387298Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9387524Z 
2020-03-19T15:40:45.9388267Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9389151Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9389446Z 
2020-03-19T15:40:45.9389446Z 
2020-03-19T15:40:45.9390374Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9391114Z error: aborting due to previous error
2020-03-19T15:40:45.9391320Z 
2020-03-19T15:40:45.9391433Z 
2020-03-19T15:40:45.9391843Z ------------------------------------------
2020-03-19T15:40:45.9391843Z ------------------------------------------
2020-03-19T15:40:45.9392041Z 
2020-03-19T15:40:45.9392151Z 
2020-03-19T15:40:45.9392680Z ---- [incremental] incremental/change_private_fn/struct_point.rs stdout ----
2020-03-19T15:40:45.9392945Z 
2020-03-19T15:40:45.9393466Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-19T15:40:45.9393839Z status: exit code: 101
2020-03-19T15:40:45.9396746Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_fn/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point/auxiliary"
2020-03-19T15:40:45.9399050Z ------------------------------------------
2020-03-19T15:40:45.9399268Z 
2020-03-19T15:40:45.9399681Z ------------------------------------------
2020-03-19T15:40:45.9399913Z stderr:
2020-03-19T15:40:45.9399913Z stderr:
2020-03-19T15:40:45.9400564Z ------------------------------------------
2020-03-19T15:40:45.9401561Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9402628Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9403068Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9403334Z 
2020-03-19T15:40:45.9403583Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9403583Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9403825Z 
2020-03-19T15:40:45.9404510Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9405497Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9405794Z 
2020-03-19T15:40:45.9405794Z 
2020-03-19T15:40:45.9406786Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9407590Z error: aborting due to previous error
2020-03-19T15:40:45.9407779Z 
2020-03-19T15:40:45.9407893Z 
2020-03-19T15:40:45.9408333Z ------------------------------------------
2020-03-19T15:40:45.9408333Z ------------------------------------------
2020-03-19T15:40:45.9408529Z 
2020-03-19T15:40:45.9408639Z 
2020-03-19T15:40:45.9409156Z ---- [incremental] incremental/change_private_fn_cc/struct_point.rs stdout ----
2020-03-19T15:40:45.9409442Z 
2020-03-19T15:40:45.9409885Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/change_private_fn_cc/auxiliary/point.rs" failed to compile: 
2020-03-19T15:40:45.9410376Z status: exit code: 101
2020-03-19T15:40:45.9413381Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_fn_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/auxiliary"
2020-03-19T15:40:45.9416296Z ------------------------------------------
2020-03-19T15:40:45.9416511Z 
2020-03-19T15:40:45.9416967Z ------------------------------------------
2020-03-19T15:40:45.9417201Z stderr:
2020-03-19T15:40:45.9417201Z stderr:
2020-03-19T15:40:45.9417623Z ------------------------------------------
2020-03-19T15:40:45.9418582Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(point[8787]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9419784Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9420257Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9420522Z 
2020-03-19T15:40:45.9420771Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9420771Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9420995Z 
2020-03-19T15:40:45.9421750Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9422615Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9422930Z 
2020-03-19T15:40:45.9422930Z 
2020-03-19T15:40:45.9423900Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-19T15:40:45.9424850Z error: aborting due to previous error
2020-03-19T15:40:45.9425040Z 
2020-03-19T15:40:45.9425153Z 
2020-03-19T15:40:45.9425608Z ------------------------------------------
2020-03-19T15:40:45.9425608Z ------------------------------------------
2020-03-19T15:40:45.9425825Z 
2020-03-19T15:40:45.9425936Z 
2020-03-19T15:40:45.9426468Z ---- [incremental] incremental/change_private_impl_method/struct_point.rs stdout ----
2020-03-19T15:40:45.9426751Z 
2020-03-19T15:40:45.9427288Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-19T15:40:45.9427638Z status: exit code: 101
2020-03-19T15:40:45.9430950Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_impl_method/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point/auxiliary"
2020-03-19T15:40:45.9433440Z ------------------------------------------
2020-03-19T15:40:45.9433641Z 
2020-03-19T15:40:45.9434051Z ------------------------------------------
2020-03-19T15:40:45.9434489Z stderr:
2020-03-19T15:40:45.9434489Z stderr:
2020-03-19T15:40:45.9434969Z ------------------------------------------
2020-03-19T15:40:45.9435970Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9437246Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9437693Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9437959Z 
2020-03-19T15:40:45.9438225Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9438225Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9438450Z 
2020-03-19T15:40:45.9439142Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9440022Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9440310Z 
2020-03-19T15:40:45.9440310Z 
2020-03-19T15:40:45.9441294Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9442255Z error: aborting due to previous error
2020-03-19T15:40:45.9442444Z 
2020-03-19T15:40:45.9442576Z 
2020-03-19T15:40:45.9443039Z ------------------------------------------
2020-03-19T15:40:45.9443039Z ------------------------------------------
2020-03-19T15:40:45.9443237Z 
2020-03-19T15:40:45.9443347Z 
2020-03-19T15:40:45.9443911Z ---- [incremental] incremental/change_pub_inherent_method_body/struct_point.rs stdout ----
2020-03-19T15:40:45.9444360Z 
2020-03-19T15:40:45.9444927Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-19T15:40:45.9445296Z status: exit code: 101
2020-03-19T15:40:45.9449313Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_pub_inherent_method_body/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point/auxiliary"
2020-03-19T15:40:45.9451972Z ------------------------------------------
2020-03-19T15:40:45.9452194Z 
2020-03-19T15:40:45.9452610Z ------------------------------------------
2020-03-19T15:40:45.9452842Z stderr:
2020-03-19T15:40:45.9452842Z stderr:
2020-03-19T15:40:45.9453522Z ------------------------------------------
2020-03-19T15:40:45.9454670Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9456245Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9457010Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9457279Z 
2020-03-19T15:40:45.9457527Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9457527Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9457768Z 
2020-03-19T15:40:45.9458499Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9459723Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9460015Z 
2020-03-19T15:40:45.9460015Z 
2020-03-19T15:40:45.9460988Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9462759Z error: aborting due to previous error
2020-03-19T15:40:45.9462951Z 
2020-03-19T15:40:45.9463065Z 
2020-03-19T15:40:45.9463599Z ------------------------------------------
2020-03-19T15:40:45.9463599Z ------------------------------------------
2020-03-19T15:40:45.9464429Z 
2020-03-19T15:40:45.9464547Z 
2020-03-19T15:40:45.9465479Z ---- [incremental] incremental/change_private_impl_method_cc/struct_point.rs stdout ----
2020-03-19T15:40:45.9465799Z 
2020-03-19T15:40:45.9466263Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/change_private_impl_method_cc/auxiliary/point.rs" failed to compile: 
2020-03-19T15:40:45.9466772Z status: exit code: 101
2020-03-19T15:40:45.9470128Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_impl_method_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/auxiliary"
2020-03-19T15:40:45.9474153Z ------------------------------------------
2020-03-19T15:40:45.9474363Z 
2020-03-19T15:40:45.9474805Z ------------------------------------------
2020-03-19T15:40:45.9475038Z stderr:
2020-03-19T15:40:45.9475038Z stderr:
2020-03-19T15:40:45.9475452Z ------------------------------------------
2020-03-19T15:40:45.9483918Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(point[8787]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9485214Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9485667Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9485922Z 
2020-03-19T15:40:45.9486160Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9486160Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9486377Z 
2020-03-19T15:40:45.9487091Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9487957Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9488564Z 
2020-03-19T15:40:45.9488564Z 
2020-03-19T15:40:45.9489729Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-19T15:40:45.9490555Z error: aborting due to previous error
2020-03-19T15:40:45.9490743Z 
2020-03-19T15:40:45.9490855Z 
2020-03-19T15:40:45.9491310Z ------------------------------------------
2020-03-19T15:40:45.9491310Z ------------------------------------------
2020-03-19T15:40:45.9491524Z 
2020-03-19T15:40:45.9491635Z 
2020-03-19T15:40:45.9492180Z ---- [incremental] incremental/change_pub_inherent_method_sig/struct_point.rs stdout ----
2020-03-19T15:40:45.9492472Z 
2020-03-19T15:40:45.9493006Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-19T15:40:45.9493355Z status: exit code: 101
2020-03-19T15:40:45.9496431Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_pub_inherent_method_sig/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point/auxiliary"
2020-03-19T15:40:45.9498822Z ------------------------------------------
2020-03-19T15:40:45.9499019Z 
2020-03-19T15:40:45.9499422Z ------------------------------------------
2020-03-19T15:40:45.9499668Z stderr:
2020-03-19T15:40:45.9499668Z stderr:
2020-03-19T15:40:45.9500083Z ------------------------------------------
2020-03-19T15:40:45.9501067Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9502144Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9502583Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9502865Z 
2020-03-19T15:40:45.9503111Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9503111Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9503335Z 
2020-03-19T15:40:45.9504037Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9504900Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9505187Z 
2020-03-19T15:40:45.9505187Z 
2020-03-19T15:40:45.9506161Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9506938Z error: aborting due to previous error
2020-03-19T15:40:45.9507142Z 
2020-03-19T15:40:45.9507362Z 
2020-03-19T15:40:45.9507802Z ------------------------------------------
2020-03-19T15:40:45.9507802Z ------------------------------------------
2020-03-19T15:40:45.9508000Z 
2020-03-19T15:40:45.9508110Z 
2020-03-19T15:40:45.9508588Z ---- [incremental] incremental/commandline-args.rs stdout ----
2020-03-19T15:40:45.9508825Z 
2020-03-19T15:40:45.9509068Z error in revision `rpass3`: compilation failed!
2020-03-19T15:40:45.9509376Z status: exit code: 101
2020-03-19T15:40:45.9512257Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/commandline-args.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass3" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/commandline-args.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-C" "debuginfo=2" "--verbose" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/auxiliary"
2020-03-19T15:40:45.9514505Z ------------------------------------------
2020-03-19T15:40:45.9514724Z 
2020-03-19T15:40:45.9515132Z ------------------------------------------
2020-03-19T15:40:45.9515363Z stderr:
2020-03-19T15:40:45.9515363Z stderr:
2020-03-19T15:40:45.9515775Z ------------------------------------------
2020-03-19T15:40:45.9516680Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(commandline_args[317d]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9518032Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9518501Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9518766Z 
2020-03-19T15:40:45.9519019Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9519019Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9519261Z 
2020-03-19T15:40:45.9519954Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9520834Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9521122Z 
2020-03-19T15:40:45.9521122Z 
2020-03-19T15:40:45.9526871Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=2
2020-03-19T15:40:45.9527687Z error: aborting due to previous error
2020-03-19T15:40:45.9527966Z 
2020-03-19T15:40:45.9528362Z 
2020-03-19T15:40:45.9528875Z ------------------------------------------
2020-03-19T15:40:45.9528875Z ------------------------------------------
2020-03-19T15:40:45.9529054Z 
2020-03-19T15:40:45.9529152Z 
2020-03-19T15:40:45.9529581Z ---- [incremental] incremental/crate_hash_reorder.rs stdout ----
2020-03-19T15:40:45.9529805Z 
2020-03-19T15:40:45.9530038Z error in revision `rpass2`: compilation failed!
2020-03-19T15:40:45.9530299Z status: exit code: 101
2020-03-19T15:40:45.9532796Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/crate_hash_reorder.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/crate_hash_reorder.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/auxiliary"
2020-03-19T15:40:45.9535207Z ------------------------------------------
2020-03-19T15:40:45.9535385Z 
2020-03-19T15:40:45.9535749Z ------------------------------------------
2020-03-19T15:40:45.9535973Z stderr:
2020-03-19T15:40:45.9535973Z stderr:
2020-03-19T15:40:45.9536345Z ------------------------------------------
2020-03-19T15:40:45.9537198Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(crate_hash_reorder[317d]::Y[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9538130Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9539696Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9539968Z 
2020-03-19T15:40:45.9540193Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9540193Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9540527Z 
2020-03-19T15:40:45.9541274Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9542065Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9542320Z 
2020-03-19T15:40:45.9542320Z 
2020-03-19T15:40:45.9543188Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9543880Z error: aborting due to previous error
2020-03-19T15:40:45.9544063Z 
2020-03-19T15:40:45.9544163Z 
2020-03-19T15:40:45.9544529Z ------------------------------------------
2020-03-19T15:40:45.9544529Z ------------------------------------------
2020-03-19T15:40:45.9544705Z 
2020-03-19T15:40:45.9544802Z 
2020-03-19T15:40:45.9545223Z ---- [incremental] incremental/dirty_clean.rs stdout ----
2020-03-19T15:40:45.9545425Z 
2020-03-19T15:40:45.9545743Z error in revision `cfail2`: Error: expected failure status (Some(1)) but received status Some(101).
2020-03-19T15:40:45.9546117Z status: exit code: 101
2020-03-19T15:40:45.9548503Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/dirty_clean.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean/dirty_clean.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean/auxiliary"
2020-03-19T15:40:45.9550404Z ------------------------------------------
2020-03-19T15:40:45.9550596Z 
2020-03-19T15:40:45.9550964Z ------------------------------------------
2020-03-19T15:40:45.9551170Z stderr:
2020-03-19T15:40:45.9551170Z stderr:
2020-03-19T15:40:45.9551568Z ------------------------------------------
2020-03-19T15:40:45.9552349Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(dirty_clean[317d]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9553221Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9553612Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9553847Z 
2020-03-19T15:40:45.9554067Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9554067Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9554283Z 
2020-03-19T15:40:45.9554878Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9555757Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9556005Z 
2020-03-19T15:40:45.9556005Z 
2020-03-19T15:40:45.9556831Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9557740Z error: aborting due to previous error
2020-03-19T15:40:45.9557906Z 
2020-03-19T15:40:45.9558006Z 
2020-03-19T15:40:45.9558418Z ------------------------------------------
2020-03-19T15:40:45.9558418Z ------------------------------------------
2020-03-19T15:40:45.9558594Z 
2020-03-19T15:40:45.9558690Z 
2020-03-19T15:40:45.9559132Z ---- [incremental] incremental/extern_static/issue-49153.rs stdout ----
2020-03-19T15:40:45.9559359Z 
2020-03-19T15:40:45.9559589Z error in revision `rpass2`: compilation failed!
2020-03-19T15:40:45.9559849Z status: exit code: 101
2020-03-19T15:40:45.9562399Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/extern_static/issue-49153.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/issue-49153.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/auxiliary"
2020-03-19T15:40:45.9564383Z ------------------------------------------
2020-03-19T15:40:45.9564559Z 
2020-03-19T15:40:45.9564918Z ------------------------------------------
2020-03-19T15:40:45.9565138Z stderr:
2020-03-19T15:40:45.9565138Z stderr:
2020-03-19T15:40:45.9565506Z ------------------------------------------
2020-03-19T15:40:45.9566339Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(issue_49153[317d]::[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9567263Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9567653Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9567904Z 
2020-03-19T15:40:45.9568339Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9568339Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9568586Z 
2020-03-19T15:40:45.9569358Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9570297Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9570623Z 
2020-03-19T15:40:45.9570623Z 
2020-03-19T15:40:45.9571606Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9572444Z error: aborting due to previous error
2020-03-19T15:40:45.9572670Z 
2020-03-19T15:40:45.9572788Z 
2020-03-19T15:40:45.9573223Z ------------------------------------------
2020-03-19T15:40:45.9573223Z ------------------------------------------
2020-03-19T15:40:45.9573444Z 
2020-03-19T15:40:45.9573563Z 
2020-03-19T15:40:45.9574089Z ---- [incremental] incremental/hashes/call_expressions.rs stdout ----
2020-03-19T15:40:45.9574374Z 
2020-03-19T15:40:45.9574900Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-19T15:40:45.9575299Z status: exit code: 101
2020-03-19T15:40:45.9578436Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/hashes/call_expressions.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/call_expressions/call_expressions.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/call_expressions" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-Zincremental-ignore-spans" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/call_expressions/auxiliary"
2020-03-19T15:40:45.9581278Z ------------------------------------------
2020-03-19T15:40:45.9581520Z 
2020-03-19T15:40:45.9581946Z ------------------------------------------
2020-03-19T15:40:45.9582201Z stderr:
2020-03-19T15:40:45.9582201Z stderr:
2020-03-19T15:40:45.9582647Z ------------------------------------------
2020-03-19T15:40:45.9583773Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(call_expressions[8787]::Struct[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9584966Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9585475Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9585774Z 
2020-03-19T15:40:45.9586046Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9586046Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9586315Z 
2020-03-19T15:40:45.9587026Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9588020Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9588266Z 
2020-03-19T15:40:45.9588266Z 
2020-03-19T15:40:45.9589166Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -Z incremental-ignore-spans -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9589898Z error: aborting due to previous error
2020-03-19T15:40:45.9590061Z 
2020-03-19T15:40:45.9590157Z 
2020-03-19T15:40:45.9590666Z ------------------------------------------
2020-03-19T15:40:45.9590666Z ------------------------------------------
2020-03-19T15:40:45.9590848Z 
2020-03-19T15:40:45.9590947Z 
2020-03-19T15:40:45.9591362Z ---- [incremental] incremental/hashes/consts.rs stdout ----
2020-03-19T15:40:45.9591583Z 
2020-03-19T15:40:45.9592044Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-19T15:40:45.9592355Z status: exit code: 101
---
2020-03-19T15:40:45.9839555Z    |
2020-03-19T15:40:45.9839763Z LL |     fn baz() {
2020-03-19T15:40:45.9840041Z    |        ^^^
2020-03-19T15:40:45.9840273Z 
2020-03-19T15:40:45.9841215Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(ich_method_call_trait_scope[317d]::{{impl}}[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9842410Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9842937Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9843271Z 
2020-03-19T15:40:45.9843542Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9843542Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9843835Z 
2020-03-19T15:40:45.9844534Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9845836Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9846227Z 
2020-03-19T15:40:45.9846227Z 
2020-03-19T15:40:45.9847184Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9848225Z error: aborting due to previous error
2020-03-19T15:40:45.9848545Z 
2020-03-19T15:40:45.9848681Z 
2020-03-19T15:40:45.9849141Z ------------------------------------------
2020-03-19T15:40:45.9849141Z ------------------------------------------
2020-03-19T15:40:45.9849463Z 
2020-03-19T15:40:45.9849594Z 
2020-03-19T15:40:45.9850081Z ---- [incremental] incremental/ich_resolve_results.rs stdout ----
2020-03-19T15:40:45.9850420Z 
2020-03-19T15:40:45.9850827Z error in revision `rpass2`: compilation failed!
2020-03-19T15:40:45.9851104Z status: exit code: 101
2020-03-19T15:40:45.9853745Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/ich_resolve_results.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_resolve_results/ich_resolve_results.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_resolve_results/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_resolve_results/auxiliary"
2020-03-19T15:40:45.9856217Z ------------------------------------------
2020-03-19T15:40:45.9856399Z 
2020-03-19T15:40:45.9856981Z ------------------------------------------
2020-03-19T15:40:45.9857336Z stderr:
2020-03-19T15:40:45.9857336Z stderr:
2020-03-19T15:40:45.9857787Z ------------------------------------------
2020-03-19T15:40:45.9858901Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(ich_resolve_results[317d]::mod1[0]::Foo[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9860075Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9860469Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9860706Z 
2020-03-19T15:40:45.9861065Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9861065Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9861384Z 
2020-03-19T15:40:45.9862077Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9863121Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9863509Z 
2020-03-19T15:40:45.9863509Z 
2020-03-19T15:40:45.9864418Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9865321Z error: aborting due to previous error
2020-03-19T15:40:45.9865507Z 
2020-03-19T15:40:45.9865718Z 
2020-03-19T15:40:45.9866172Z ------------------------------------------
2020-03-19T15:40:45.9866172Z ------------------------------------------
2020-03-19T15:40:45.9866349Z 
2020-03-19T15:40:45.9866597Z 
2020-03-19T15:40:45.9867109Z ---- [incremental] incremental/incremental_proc_macro.rs stdout ----
2020-03-19T15:40:45.9867450Z 
2020-03-19T15:40:45.9868008Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-19T15:40:45.9868453Z status: exit code: 101
2020-03-19T15:40:45.9871101Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/incremental_proc_macro.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/incremental_proc_macro/incremental_proc_macro.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/incremental_proc_macro" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/incremental_proc_macro/auxiliary"
2020-03-19T15:40:45.9873732Z ------------------------------------------
2020-03-19T15:40:45.9873913Z 
2020-03-19T15:40:45.9874494Z ------------------------------------------
2020-03-19T15:40:45.9874838Z stderr:
2020-03-19T15:40:45.9874838Z stderr:
2020-03-19T15:40:45.9876581Z ------------------------------------------
2020-03-19T15:40:45.9877633Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(incremental_proc_macro[8787]::Foo[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9878850Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9879417Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9879758Z 
2020-03-19T15:40:45.9880008Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9880008Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9880329Z 
2020-03-19T15:40:45.9881024Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9882024Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9882282Z 
2020-03-19T15:40:45.9882282Z 
2020-03-19T15:40:45.9883303Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9884140Z error: aborting due to previous error
2020-03-19T15:40:45.9884342Z 
2020-03-19T15:40:45.9884546Z 
2020-03-19T15:40:45.9884989Z ------------------------------------------
2020-03-19T15:40:45.9884989Z ------------------------------------------
2020-03-19T15:40:45.9885282Z 
2020-03-19T15:40:45.9885737Z 
2020-03-19T15:40:45.9886235Z ---- [incremental] incremental/issue-39828/issue-39828.rs stdout ----
2020-03-19T15:40:45.9886595Z 
2020-03-19T15:40:45.9887692Z error in revision `rpass2`: auxiliary build of "/checkout/src/test/incremental/issue-39828/auxiliary/generic.rs" failed to compile: 
2020-03-19T15:40:45.9888496Z status: exit code: 101
2020-03-19T15:40:45.9891260Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-39828/auxiliary/generic.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-39828/issue-39828/issue-39828.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-39828/issue-39828/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-39828/issue-39828/auxiliary"
2020-03-19T15:40:45.9893827Z ------------------------------------------
2020-03-19T15:40:45.9894011Z 
2020-03-19T15:40:45.9894403Z ------------------------------------------
2020-03-19T15:40:45.9894610Z stderr:
2020-03-19T15:40:45.9894610Z stderr:
2020-03-19T15:40:45.9895180Z ------------------------------------------
2020-03-19T15:40:45.9896113Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(generic[8787]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9897186Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9897913Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9898254Z 
2020-03-19T15:40:45.9898509Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9898509Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9898821Z 
2020-03-19T15:40:45.9899926Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9900915Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9901295Z 
2020-03-19T15:40:45.9901295Z 
2020-03-19T15:40:45.9902332Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-19T15:40:45.9903340Z error: aborting due to previous error
2020-03-19T15:40:45.9903645Z 
2020-03-19T15:40:45.9903804Z 
2020-03-19T15:40:45.9904268Z ------------------------------------------
2020-03-19T15:40:45.9904268Z ------------------------------------------
2020-03-19T15:40:45.9904572Z 
2020-03-19T15:40:45.9904723Z 
2020-03-19T15:40:45.9905276Z ---- [incremental] incremental/issue-59523-on-implemented-is-not-unused.rs stdout ----
2020-03-19T15:40:45.9905653Z 
2020-03-19T15:40:45.9906210Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-19T15:40:45.9906653Z status: exit code: 101
2020-03-19T15:40:45.9909456Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-59523-on-implemented-is-not-unused.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59523-on-implemented-is-not-unused/issue-59523-on-implemented-is-not-unused.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59523-on-implemented-is-not-unused" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59523-on-implemented-is-not-unused/auxiliary"
2020-03-19T15:40:45.9912069Z ------------------------------------------
2020-03-19T15:40:45.9912251Z 
2020-03-19T15:40:45.9912823Z ------------------------------------------
2020-03-19T15:40:45.9913179Z stderr:
2020-03-19T15:40:45.9913179Z stderr:
2020-03-19T15:40:45.9913623Z ------------------------------------------
2020-03-19T15:40:45.9914759Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(issue_59523_on_implemented_is_not_unused[317d]::Index[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9915987Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9916392Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9916629Z 
2020-03-19T15:40:45.9916990Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9916990Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9917309Z 
2020-03-19T15:40:45.9917997Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9918970Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9954239Z 
2020-03-19T15:40:45.9954239Z 
2020-03-19T15:40:45.9962857Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9963789Z error: aborting due to previous error
2020-03-19T15:40:45.9964087Z 
2020-03-19T15:40:45.9964464Z 
2020-03-19T15:40:45.9964929Z ------------------------------------------
2020-03-19T15:40:45.9964929Z ------------------------------------------
2020-03-19T15:40:45.9965244Z 
2020-03-19T15:40:45.9965682Z 
2020-03-19T15:40:45.9966315Z ---- [incremental] incremental/issue-59524-layout-scalar-valid-range-is-not-unused.rs stdout ----
2020-03-19T15:40:45.9966590Z 
2020-03-19T15:40:45.9967247Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-19T15:40:45.9967710Z status: exit code: 101
2020-03-19T15:40:45.9971029Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused/issue-59524-layout-scalar-valid-range-is-not-unused.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused/auxiliary"
2020-03-19T15:40:45.9973527Z ------------------------------------------
2020-03-19T15:40:45.9974231Z 
2020-03-19T15:40:45.9974933Z ------------------------------------------
2020-03-19T15:40:45.9975169Z stderr:
2020-03-19T15:40:45.9975169Z stderr:
2020-03-19T15:40:45.9975743Z ------------------------------------------
2020-03-19T15:40:45.9976954Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(issue_59524_layout_scalar_valid_range_is_not_unused[317d]::RestrictedRange[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9978206Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9978772Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9979112Z 
2020-03-19T15:40:45.9979368Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9979368Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9979681Z 
2020-03-19T15:40:45.9980392Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9981196Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9981595Z 
2020-03-19T15:40:45.9981595Z 
2020-03-19T15:40:45.9982477Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:45.9983315Z error: aborting due to previous error
2020-03-19T15:40:45.9983494Z 
2020-03-19T15:40:45.9983710Z 
2020-03-19T15:40:45.9984158Z ------------------------------------------
2020-03-19T15:40:45.9984158Z ------------------------------------------
2020-03-19T15:40:45.9984336Z 
2020-03-19T15:40:45.9984575Z 
2020-03-19T15:40:45.9985088Z ---- [incremental] incremental/issue-60629.rs stdout ----
2020-03-19T15:40:45.9985418Z 
2020-03-19T15:40:45.9985668Z error in revision `rpass2`: compilation failed!
2020-03-19T15:40:45.9986052Z status: exit code: 101
2020-03-19T15:40:45.9988779Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-60629.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-60629/issue-60629.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-60629/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-60629/auxiliary"
2020-03-19T15:40:45.9991306Z ------------------------------------------
2020-03-19T15:40:45.9991648Z 
2020-03-19T15:40:45.9992096Z ------------------------------------------
2020-03-19T15:40:45.9992438Z stderr:
2020-03-19T15:40:45.9992438Z stderr:
2020-03-19T15:40:45.9992905Z ------------------------------------------
2020-03-19T15:40:45.9993920Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(issue_60629[317d]::A[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:45.9995552Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:45.9995949Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:45.9996364Z 
2020-03-19T15:40:45.9996748Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9996748Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:45.9997081Z 
2020-03-19T15:40:45.9997827Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:45.9998822Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:45.9999239Z 
2020-03-19T15:40:45.9999239Z 
2020-03-19T15:40:46.0000127Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:46.0000944Z error: aborting due to previous error
2020-03-19T15:40:46.0001211Z 
2020-03-19T15:40:46.0001340Z 
2020-03-19T15:40:46.0001796Z ------------------------------------------
2020-03-19T15:40:46.0001796Z ------------------------------------------
2020-03-19T15:40:46.0002092Z 
2020-03-19T15:40:46.0002755Z 
2020-03-19T15:40:46.0003253Z ---- [incremental] incremental/issue-61323.rs stdout ----
2020-03-19T15:40:46.0003479Z 
2020-03-19T15:40:46.0003945Z error in revision `cfail`: Error: expected failure status (Some(1)) but received status Some(101).
2020-03-19T15:40:46.0004412Z status: exit code: 101
2020-03-19T15:40:46.0006934Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-61323.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61323/issue-61323.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61323" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61323/auxiliary"
2020-03-19T15:40:46.0009185Z ------------------------------------------
2020-03-19T15:40:46.0009519Z 
2020-03-19T15:40:46.0009967Z ------------------------------------------
2020-03-19T15:40:46.0010174Z stderr:
2020-03-19T15:40:46.0010174Z stderr:
2020-03-19T15:40:46.0010765Z ------------------------------------------
2020-03-19T15:40:46.0011788Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(issue_61323[317d]::A[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:46.0012922Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:46.0013450Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:46.0013804Z 
2020-03-19T15:40:46.0014060Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0014060Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0014263Z 
2020-03-19T15:40:46.0015038Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:46.0016028Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:46.0016437Z 
2020-03-19T15:40:46.0016437Z 
2020-03-19T15:40:46.0017322Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:46.0018303Z error: aborting due to previous error
2020-03-19T15:40:46.0018503Z 
2020-03-19T15:40:46.0018606Z 
2020-03-19T15:40:46.0019144Z ------------------------------------------
2020-03-19T15:40:46.0019144Z ------------------------------------------
2020-03-19T15:40:46.0019475Z 
2020-03-19T15:40:46.0019607Z 
2020-03-19T15:40:46.0020079Z ---- [incremental] incremental/issue-61530.rs stdout ----
2020-03-19T15:40:46.0020308Z 
2020-03-19T15:40:46.0020665Z error in revision `rpass2`: compilation failed!
2020-03-19T15:40:46.0021033Z status: exit code: 101
2020-03-19T15:40:46.0023564Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-61530.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61530/issue-61530.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61530/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61530/auxiliary"
2020-03-19T15:40:46.0025680Z ------------------------------------------
2020-03-19T15:40:46.0025863Z 
2020-03-19T15:40:46.0026246Z ------------------------------------------
2020-03-19T15:40:46.0026451Z stderr:
2020-03-19T15:40:46.0026451Z stderr:
2020-03-19T15:40:46.0026823Z ------------------------------------------
2020-03-19T15:40:46.0027691Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(issue_61530[317d]::I32x2[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:46.0028615Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:46.0029175Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:46.0029440Z 
2020-03-19T15:40:46.0029679Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0029679Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0029998Z 
2020-03-19T15:40:46.0030689Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:46.0031660Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:46.0032053Z 
2020-03-19T15:40:46.0032053Z 
2020-03-19T15:40:46.0032935Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:46.0033763Z error: aborting due to previous error
2020-03-19T15:40:46.0034031Z 
2020-03-19T15:40:46.0034182Z 
2020-03-19T15:40:46.0034606Z ------------------------------------------
2020-03-19T15:40:46.0034606Z ------------------------------------------
2020-03-19T15:40:46.0034780Z 
2020-03-19T15:40:46.0034878Z 
2020-03-19T15:40:46.0035358Z ---- [incremental] incremental/issue-62649-path-collisions-happen.rs stdout ----
2020-03-19T15:40:46.0035603Z 
2020-03-19T15:40:46.0035819Z error in revision `rpass2`: compilation failed!
2020-03-19T15:40:46.0036238Z status: exit code: 101
2020-03-19T15:40:46.0039038Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-62649-path-collisions-happen.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-62649-path-collisions-happen/issue-62649-path-collisions-happen.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-62649-path-collisions-happen/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-62649-path-collisions-happen/auxiliary"
2020-03-19T15:40:46.0041729Z ------------------------------------------
2020-03-19T15:40:46.0041931Z 
2020-03-19T15:40:46.0042498Z ------------------------------------------
2020-03-19T15:40:46.0042840Z stderr:
2020-03-19T15:40:46.0042840Z stderr:
2020-03-19T15:40:46.0043798Z ------------------------------------------
2020-03-19T15:40:46.0044825Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(issue_62649_path_collisions_happen[317d]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:46.0046085Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:46.0046645Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:46.0047012Z 
2020-03-19T15:40:46.0047264Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0047264Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0047558Z 
2020-03-19T15:40:46.0048474Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:46.0049475Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:46.0049892Z 
2020-03-19T15:40:46.0049892Z 
2020-03-19T15:40:46.0050779Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:46.0051616Z error: aborting due to previous error
2020-03-19T15:40:46.0051785Z 
2020-03-19T15:40:46.0051982Z 
2020-03-19T15:40:46.0052459Z ------------------------------------------
2020-03-19T15:40:46.0052459Z ------------------------------------------
2020-03-19T15:40:46.0052638Z 
2020-03-19T15:40:46.0052736Z 
2020-03-19T15:40:46.0053336Z ---- [incremental] incremental/issue-69596.rs stdout ----
2020-03-19T15:40:46.0053708Z 
2020-03-19T15:40:46.0053962Z error in revision `rpass2`: compilation failed!
2020-03-19T15:40:46.0054329Z status: exit code: 101
2020-03-19T15:40:46.0056784Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-69596.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-69596/issue-69596.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-69596/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-69596/auxiliary"
2020-03-19T15:40:46.0059124Z ------------------------------------------
2020-03-19T15:40:46.0059308Z 
2020-03-19T15:40:46.0059885Z ------------------------------------------
2020-03-19T15:40:46.0060229Z stderr:
2020-03-19T15:40:46.0060229Z stderr:
2020-03-19T15:40:46.0060674Z ------------------------------------------
2020-03-19T15:40:46.0061659Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(issue_69596[317d]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:46.0062760Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:46.0063301Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:46.0063542Z 
2020-03-19T15:40:46.0063779Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0063779Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0063981Z 
2020-03-19T15:40:46.0064635Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:46.0065648Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:46.0066191Z 
2020-03-19T15:40:46.0066191Z 
2020-03-19T15:40:46.0067117Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:46.0067946Z error: aborting due to previous error
2020-03-19T15:40:46.0068131Z 
2020-03-19T15:40:46.0068333Z 
2020-03-19T15:40:46.0068780Z ------------------------------------------
2020-03-19T15:40:46.0068780Z ------------------------------------------
2020-03-19T15:40:46.0068956Z 
2020-03-19T15:40:46.0069195Z 
2020-03-19T15:40:46.0069681Z ---- [incremental] incremental/krate-inherent.rs stdout ----
2020-03-19T15:40:46.0070014Z 
2020-03-19T15:40:46.0070570Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-19T15:40:46.0070999Z status: exit code: 101
2020-03-19T15:40:46.0073672Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/krate-inherent.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate-inherent/krate-inherent.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate-inherent" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate-inherent/auxiliary"
2020-03-19T15:40:46.0076202Z ------------------------------------------
2020-03-19T15:40:46.0076384Z 
2020-03-19T15:40:46.0076940Z ------------------------------------------
2020-03-19T15:40:46.0077314Z stderr:
2020-03-19T15:40:46.0077314Z stderr:
2020-03-19T15:40:46.0078085Z ------------------------------------------
2020-03-19T15:40:46.0078972Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(krate_inherent[8787]::x[0]::Foo[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:46.0080160Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:46.0080710Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:46.0081044Z 
2020-03-19T15:40:46.0081318Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0081318Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0081536Z 
2020-03-19T15:40:46.0082304Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:46.0083303Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:46.0083686Z 
2020-03-19T15:40:46.0083686Z 
2020-03-19T15:40:46.0084959Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-19T15:40:46.0085834Z error: aborting due to previous error
2020-03-19T15:40:46.0086103Z 
2020-03-19T15:40:46.0086252Z 
2020-03-19T15:40:46.0086693Z ------------------------------------------
2020-03-19T15:40:46.0086693Z ------------------------------------------
2020-03-19T15:40:46.0086992Z 
2020-03-19T15:40:46.0087121Z 
2020-03-19T15:40:46.0087649Z ---- [incremental] incremental/krate_reassign_34991/main.rs stdout ----
2020-03-19T15:40:46.0088104Z 
2020-03-19T15:40:46.0088593Z error in revision `rpass2`: auxiliary build of "/checkout/src/test/incremental/krate_reassign_34991/auxiliary/a.rs" failed to compile: 
2020-03-19T15:40:46.0089046Z status: exit code: 101
2020-03-19T15:40:46.0091830Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/krate_reassign_34991/auxiliary/a.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate_reassign_34991/main/main.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate_reassign_34991/main/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate_reassign_34991/main/auxiliary"
2020-03-19T15:40:46.0094657Z ------------------------------------------
2020-03-19T15:40:46.0094841Z 
2020-03-19T15:40:46.0095397Z ------------------------------------------
2020-03-19T15:40:46.0095765Z stderr:
2020-03-19T15:40:46.0095765Z stderr:
2020-03-19T15:40:46.0096326Z ------------------------------------------
2020-03-19T15:40:46.0097389Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(a[8787]::X[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:46.0098505Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:46.0098919Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:46.0099288Z 
2020-03-19T15:40:46.0099543Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0099543Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0099746Z 
2020-03-19T15:40:46.0100521Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:46.0102516Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:46.0102903Z 
2020-03-19T15:40:46.0102903Z 
2020-03-19T15:40:46.0103853Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-19T15:40:46.0105352Z error: aborting due to previous error
2020-03-19T15:40:46.0105522Z 
2020-03-19T15:40:46.0105753Z 
2020-03-19T15:40:46.0106216Z ------------------------------------------
2020-03-19T15:40:46.0106216Z ------------------------------------------
2020-03-19T15:40:46.0106518Z 
2020-03-19T15:40:46.0106648Z 
2020-03-19T15:40:46.0107134Z ---- [incremental] incremental/no_mangle.rs stdout ----
2020-03-19T15:40:46.0107339Z 
2020-03-19T15:40:46.0107985Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-19T15:40:46.0108457Z status: exit code: 101
2020-03-19T15:40:46.0111046Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/no_mangle.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/no_mangle/no_mangle.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "--emit" "metadata" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/no_mangle" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "cdylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/no_mangle/auxiliary"
2020-03-19T15:40:46.0113012Z ------------------------------------------
2020-03-19T15:40:46.0113190Z 
2020-03-19T15:40:46.0113751Z ------------------------------------------
2020-03-19T15:40:46.0114025Z stderr:
2020-03-19T15:40:46.0114025Z stderr:
2020-03-19T15:40:46.0114437Z ------------------------------------------
2020-03-19T15:40:46.0115387Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(no_mangle[8787]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:46.0116496Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:46.0117241Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:46.0117584Z 
2020-03-19T15:40:46.0117834Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0117834Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0118128Z 
2020-03-19T15:40:46.0118861Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:46.0119863Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:46.0120122Z 
2020-03-19T15:40:46.0120122Z 
2020-03-19T15:40:46.0121159Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type cdylib
2020-03-19T15:40:46.0122036Z error: aborting due to previous error
2020-03-19T15:40:46.0122319Z 
2020-03-19T15:40:46.0122563Z 
2020-03-19T15:40:46.0123026Z ------------------------------------------
2020-03-19T15:40:46.0123026Z ------------------------------------------
2020-03-19T15:40:46.0123346Z 
2020-03-19T15:40:46.0123473Z 
2020-03-19T15:40:46.0123950Z ---- [incremental] incremental/lto.rs stdout ----
2020-03-19T15:40:46.0124141Z 
2020-03-19T15:40:46.0124492Z error in revision `rpass2`: compilation failed!
2020-03-19T15:40:46.0124879Z status: exit code: 101
2020-03-19T15:40:46.0127132Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/lto.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/lto/lto.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/lto/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-C" "lto" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/lto/auxiliary"
2020-03-19T15:40:46.0129326Z ------------------------------------------
2020-03-19T15:40:46.0129527Z 
2020-03-19T15:40:46.0130087Z ------------------------------------------
2020-03-19T15:40:46.0130434Z stderr:
2020-03-19T15:40:46.0130434Z stderr:
2020-03-19T15:40:46.0130898Z ------------------------------------------
2020-03-19T15:40:46.0131904Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(lto[317d]::x[0]::X[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:46.0133036Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:46.0133560Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:46.0133911Z 
2020-03-19T15:40:46.0134164Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0134164Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0134468Z 
2020-03-19T15:40:46.0135175Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:46.0136158Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:46.0136569Z 
2020-03-19T15:40:46.0136569Z 
2020-03-19T15:40:46.0137464Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C rpath -C debuginfo=0 -C lto
2020-03-19T15:40:46.0138266Z error: aborting due to previous error
2020-03-19T15:40:46.0138539Z 
2020-03-19T15:40:46.0138668Z 
2020-03-19T15:40:46.0139119Z ------------------------------------------
2020-03-19T15:40:46.0139119Z ------------------------------------------
2020-03-19T15:40:46.0139298Z 
2020-03-19T15:40:46.0139525Z 
2020-03-19T15:40:46.0140034Z ---- [incremental] incremental/span_hash_stable/main.rs stdout ----
2020-03-19T15:40:46.0140397Z 
2020-03-19T15:40:46.0140650Z error in revision `rpass2`: compilation failed!
2020-03-19T15:40:46.0141020Z status: exit code: 101
2020-03-19T15:40:46.0143541Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/span_hash_stable/main.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/span_hash_stable/main/main.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/span_hash_stable/main/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-g" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/span_hash_stable/main/auxiliary"
2020-03-19T15:40:46.0145855Z ------------------------------------------
2020-03-19T15:40:46.0146076Z 
2020-03-19T15:40:46.0146613Z ------------------------------------------
2020-03-19T15:40:46.0146835Z stderr:
2020-03-19T15:40:46.0146835Z stderr:
2020-03-19T15:40:46.0147438Z ------------------------------------------
2020-03-19T15:40:46.0148573Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(main[317d]::auxiliary[0]::sub1[0]::SomeType[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:46.0150150Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:46.0150547Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:46.0150922Z 
2020-03-19T15:40:46.0151197Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0151197Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0151400Z 
2020-03-19T15:40:46.0152163Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:46.0153234Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:46.0153495Z 
2020-03-19T15:40:46.0153495Z 
2020-03-19T15:40:46.0154522Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath
2020-03-19T15:40:46.0155378Z error: aborting due to previous error
2020-03-19T15:40:46.0155565Z 
2020-03-19T15:40:46.0155665Z 
2020-03-19T15:40:46.0156076Z ------------------------------------------
2020-03-19T15:40:46.0156076Z ------------------------------------------
2020-03-19T15:40:46.0156397Z 
2020-03-19T15:40:46.0156547Z 
2020-03-19T15:40:46.0157045Z ---- [incremental] incremental/spans_in_type_debuginfo.rs stdout ----
2020-03-19T15:40:46.0157395Z 
2020-03-19T15:40:46.0157664Z error in revision `rpass2`: compilation failed!
2020-03-19T15:40:46.0158035Z status: exit code: 101
2020-03-19T15:40:46.0160598Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/spans_in_type_debuginfo.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/spans_in_type_debuginfo/spans_in_type_debuginfo.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/spans_in_type_debuginfo/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-g" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/spans_in_type_debuginfo/auxiliary"
2020-03-19T15:40:46.0163068Z ------------------------------------------
2020-03-19T15:40:46.0163252Z 
2020-03-19T15:40:46.0163823Z ------------------------------------------
2020-03-19T15:40:46.0164174Z stderr:
2020-03-19T15:40:46.0164174Z stderr:
2020-03-19T15:40:46.0164621Z ------------------------------------------
2020-03-19T15:40:46.0165733Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_items(spans_in_type_debuginfo[317d]::structs[0]::X[0]) should have been pre-marked as red or green but wasn't.
2020-03-19T15:40:46.0170023Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-19T15:40:46.0170594Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:46.0170877Z 
2020-03-19T15:40:46.0171117Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0171117Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-19T15:40:46.0171319Z 
2020-03-19T15:40:46.0172157Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-19T15:40:46.0173204Z note: rustc 1.44.0-nightly (590dca018 2020-03-19) running on x86_64-unknown-linux-gnu
2020-03-19T15:40:46.0173462Z 
2020-03-19T15:40:46.0173462Z 
2020-03-19T15:40:46.0174613Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath
2020-03-19T15:40:46.0175521Z error: aborting due to previous error
2020-03-19T15:40:46.0175700Z 
2020-03-19T15:40:46.0175926Z 
2020-03-19T15:40:46.0176394Z ------------------------------------------
---
2020-03-19T15:40:46.0406973Z test result: FAILED. 58 passed; 59 failed; 0 ignored; 0 measured; 0 filtered out
2020-03-19T15:40:46.0407246Z 
2020-03-19T15:40:46.0407495Z 
2020-03-19T15:40:46.0407625Z 
2020-03-19T15:40:46.0411793Z command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--src-base" "/checkout/src/test/incremental" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "incremental" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-7/bin/FileCheck" "--nodejs" "/usr/bin/node" "--host-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--target-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--docck-python" "/usr/bin/python2.7" "--lldb-python" "/usr/bin/python2.7" "--gdb" "/usr/bin/gdb" "--quiet" "--llvm-version" "7.0.0\n" "--system-llvm" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
2020-03-19T15:40:46.0426586Z 
2020-03-19T15:40:46.0426742Z 
2020-03-19T15:40:46.0427418Z thread 'main' panicked at 'Some tests failed', src/tools/compiletest/src/main.rs:348:22
2020-03-19T15:40:46.0428001Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:46.0428001Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-19T15:40:46.0428755Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test --exclude src/tools/tidy
2020-03-19T15:40:46.0429291Z Build completed unsuccessfully in 1:09:18
2020-03-19T15:40:46.0429633Z == clock drift check ==
2020-03-19T15:40:46.0429993Z   local time: Thu Mar 19 15:40:45 UTC 2020
2020-03-19T15:40:46.1065710Z   network time: Thu, 19 Mar 2020 15:40:46 GMT
2020-03-19T15:40:46.1066808Z == end clock drift check ==
2020-03-19T15:40:48.8749939Z 
2020-03-19T15:40:48.8823702Z ##[error]Bash exited with code '1'.
2020-03-19T15:40:48.8839516Z ##[section]Finishing: Run build
2020-03-19T15:40:48.8901108Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/62038/merge to s
2020-03-19T15:40:48.8906642Z Task         : Get sources
2020-03-19T15:40:48.8907038Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-03-19T15:40:48.8907406Z Version      : 1.0.0
2020-03-19T15:40:48.8907681Z Author       : Microsoft
2020-03-19T15:40:48.8907681Z Author       : Microsoft
2020-03-19T15:40:48.8908312Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2020-03-19T15:40:48.8908785Z ==============================================================================
2020-03-19T15:40:49.2769305Z Cleaning any cached credential from repository: rust-lang/rust (GitHub)
2020-03-19T15:40:49.2812283Z ##[section]Finishing: Checkout rust-lang/rust@refs/pull/62038/merge to s
2020-03-19T15:40:49.2902797Z Cleaning up task key
2020-03-19T15:40:49.2904059Z Start cleaning up orphan processes.
2020-03-19T15:40:49.3108973Z Terminate orphan process: pid (3502) (python)
2020-03-19T15:40:49.3279689Z ##[section]Finishing: Finalize Job

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

@bors
Copy link
Contributor

bors commented Mar 21, 2020

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

@rust-highfive
Copy link
Collaborator

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

Click to expand the log.
2020-03-21T19:26:35.2787052Z ========================== Starting Command Output ===========================
2020-03-21T19:26:35.2816179Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/84919699-adb4-4890-8957-b481ffadd246.sh
2020-03-21T19:26:35.3013924Z 
2020-03-21T19:26:35.3082906Z ##[section]Finishing: Disable git automatic line ending conversion
2020-03-21T19:26:35.3104097Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/62038/merge to s
2020-03-21T19:26:35.3107498Z Task         : Get sources
2020-03-21T19:26:35.3107770Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-03-21T19:26:35.3108314Z Version      : 1.0.0
2020-03-21T19:26:35.3108556Z Author       : Microsoft
---
2020-03-21T19:26:36.4878003Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-03-21T19:26:36.4955612Z ##[command]git config gc.auto 0
2020-03-21T19:26:36.4963269Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-03-21T19:26:36.4968579Z ##[command]git config --get-all http.proxy
2020-03-21T19:26:36.4979301Z ##[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/62038/merge:refs/remotes/pull/62038/merge
---
2020-03-21T20:27:18.3873388Z .................................................................................................... 1700/9815
2020-03-21T20:27:22.7448413Z .................................................................................................... 1800/9815
2020-03-21T20:27:34.5101358Z .............................................................................i...................... 1900/9815
2020-03-21T20:27:41.2312137Z .................................................................................................... 2000/9815
2020-03-21T20:27:49.3359809Z ...................................................................iiiii............................ 2100/9815
2020-03-21T20:28:09.3063092Z .................................................................................................... 2300/9815
2020-03-21T20:28:11.6306872Z .................................................................................................... 2400/9815
2020-03-21T20:28:14.4716907Z .................................................................................................... 2500/9815
2020-03-21T20:28:32.2475051Z .................................................................................................... 2600/9815
---
2020-03-21T20:31:22.5398220Z .........................................i................i......................................... 5000/9815
2020-03-21T20:31:31.7582200Z .................................................................................................... 5100/9815
2020-03-21T20:31:38.4770927Z .....................................................................................i.............. 5200/9815
2020-03-21T20:31:44.5517246Z .................................................................................................... 5300/9815
2020-03-21T20:31:55.1131080Z ...................................................................ii.ii........i...i............... 5400/9815
2020-03-21T20:32:03.4809791Z .......i............................................................................................ 5600/9815
2020-03-21T20:32:13.3989213Z ............i....................................................................................... 5700/9815
2020-03-21T20:32:19.5408430Z .............................ii...................................i................................. 5800/9815
2020-03-21T20:32:26.5993330Z .................................................................................................... 5900/9815
2020-03-21T20:32:26.5993330Z .................................................................................................... 5900/9815
2020-03-21T20:32:33.7140789Z .................................................................................................... 6000/9815
2020-03-21T20:32:42.9054552Z ............................................................ii...i..ii...........i.................. 6100/9815
2020-03-21T20:33:03.7506070Z .................................................................................................... 6300/9815
2020-03-21T20:33:11.0707442Z .................................................................................................... 6400/9815
2020-03-21T20:33:11.0707442Z .................................................................................................... 6400/9815
2020-03-21T20:33:18.7517736Z ..........................................................................................i..ii..... 6500/9815
2020-03-21T20:33:45.5901699Z .................................................................................................... 6700/9815
2020-03-21T20:33:55.8462146Z .........................................................................................i.......... 6800/9815
2020-03-21T20:33:58.0430144Z .................................................................................................... 6900/9815
2020-03-21T20:34:00.2884365Z .................................................................................................... 7000/9815
---
2020-03-21T20:35:49.5015875Z .................................................................................................... 7800/9815
2020-03-21T20:35:54.5358569Z .................................................................................................... 7900/9815
2020-03-21T20:36:00.9556631Z .............................................................................i...................... 8000/9815
2020-03-21T20:36:11.4909222Z .................................................................................................... 8100/9815
2020-03-21T20:36:17.0910189Z ..........................iiiiiiiiii.i.............................................................. 8200/9815
2020-03-21T20:36:32.0459007Z .................................................................................................... 8400/9815
2020-03-21T20:36:37.6248310Z .................................................................................................... 8500/9815
2020-03-21T20:36:53.8469764Z .................................................................................................... 8600/9815
2020-03-21T20:37:01.4597861Z .................................................................................................... 8700/9815
---
2020-03-21T20:39:29.5280527Z Suite("src/test/codegen") not skipped for "bootstrap::test::Codegen" -- not in ["src/tools/tidy"]
2020-03-21T20:39:29.5474292Z Check compiletest suite=codegen mode=codegen (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-21T20:39:29.7543082Z 
2020-03-21T20:39:29.7545292Z running 183 tests
2020-03-21T20:39:32.5985606Z iiii......i............ii.i..iiii....i....i...........i.............i.i..................i....i..... 100/183
2020-03-21T20:39:35.3215686Z .......i.i.i...iii..iiiiiiiiiiiiiiii.......................iii.............ii......
2020-03-21T20:39:35.3221571Z 
2020-03-21T20:39:35.3221944Z  finished in 5.774
2020-03-21T20:39:35.3224076Z Suite("src/test/codegen-units") not skipped for "bootstrap::test::CodegenUnits" -- not in ["src/tools/tidy"]
2020-03-21T20:39:35.3418938Z Check compiletest suite=codegen-units mode=codegen-units (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
---
2020-03-21T20:39:37.5005853Z Suite("src/test/assembly") not skipped for "bootstrap::test::Assembly" -- not in ["src/tools/tidy"]
2020-03-21T20:39:37.5210356Z Check compiletest suite=assembly mode=assembly (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-21T20:39:37.6903773Z 
2020-03-21T20:39:37.6904592Z running 9 tests
2020-03-21T20:39:37.6905846Z iiiiiiiii
2020-03-21T20:39:37.6907217Z 
2020-03-21T20:39:37.6907451Z  finished in 0.169
2020-03-21T20:39:37.6915623Z Suite("src/test/incremental") not skipped for "bootstrap::test::Incremental" -- not in ["src/tools/tidy"]
2020-03-21T20:39:37.7139557Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-21T20:39:37.7139557Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-21T20:39:37.9144531Z 
2020-03-21T20:39:37.9145269Z running 117 tests
2020-03-21T20:39:53.0025134Z F.FF.F.FFFFFFF..F.....F.F.F.F..FFFFFF...F....F.FFFFF...FFFF...F.F......FFF.FFFFFF..F....F.F.F....FFF 100/117
2020-03-21T20:39:55.2659018Z F...FFFFFF....F..
2020-03-21T20:39:55.2715233Z 
2020-03-21T20:39:55.2716146Z ---- [incremental] incremental/add_private_fn_at_krate_root_cc/struct_point.rs stdout ----
2020-03-21T20:39:55.2716438Z 
2020-03-21T20:39:55.2716438Z 
2020-03-21T20:39:55.2716862Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/add_private_fn_at_krate_root_cc/auxiliary/point.rs" failed to compile: 
2020-03-21T20:39:55.2717326Z status: exit code: 101
2020-03-21T20:39:55.2720427Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/add_private_fn_at_krate_root_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/auxiliary"
2020-03-21T20:39:55.2722816Z ------------------------------------------
2020-03-21T20:39:55.2723001Z 
2020-03-21T20:39:55.2723411Z ------------------------------------------
2020-03-21T20:39:55.2723621Z stderr:
2020-03-21T20:39:55.2723621Z stderr:
2020-03-21T20:39:55.2724014Z ------------------------------------------
2020-03-21T20:39:55.2724907Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(point[8787]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.2726684Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.2727130Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.2727870Z 
2020-03-21T20:39:55.2728110Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2728110Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2728315Z 
2020-03-21T20:39:55.2729308Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.2730238Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.2732385Z 
2020-03-21T20:39:55.2732385Z 
2020-03-21T20:39:55.2733399Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-21T20:39:55.2734299Z error: aborting due to previous error
2020-03-21T20:39:55.2734467Z 
2020-03-21T20:39:55.2734567Z 
2020-03-21T20:39:55.2735109Z ------------------------------------------
2020-03-21T20:39:55.2735109Z ------------------------------------------
2020-03-21T20:39:55.2735276Z 
2020-03-21T20:39:55.2735388Z 
2020-03-21T20:39:55.2735832Z ---- [incremental] incremental/change_add_field/struct_point.rs stdout ----
2020-03-21T20:39:55.2736054Z 
2020-03-21T20:39:55.2736524Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-21T20:39:55.2736818Z status: exit code: 101
2020-03-21T20:39:55.2740012Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_add_field/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point/auxiliary"
2020-03-21T20:39:55.2744362Z ------------------------------------------
2020-03-21T20:39:55.2744540Z 
2020-03-21T20:39:55.2744920Z ------------------------------------------
2020-03-21T20:39:55.2745121Z stderr:
2020-03-21T20:39:55.2745121Z stderr:
2020-03-21T20:39:55.2745523Z ------------------------------------------
2020-03-21T20:39:55.2746559Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.2748755Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.2749297Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.2749536Z 
2020-03-21T20:39:55.2749771Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2749771Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2749961Z 
2020-03-21T20:39:55.2750685Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.2751460Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.2751702Z 
2020-03-21T20:39:55.2751702Z 
2020-03-21T20:39:55.2828634Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.2829458Z error: aborting due to previous error
2020-03-21T20:39:55.2829651Z 
2020-03-21T20:39:55.2829779Z 
2020-03-21T20:39:55.2830489Z ------------------------------------------
2020-03-21T20:39:55.2830489Z ------------------------------------------
2020-03-21T20:39:55.2830684Z 
2020-03-21T20:39:55.2830784Z 
2020-03-21T20:39:55.2831285Z ---- [incremental] incremental/change_crate_dep_kind.rs stdout ----
2020-03-21T20:39:55.2831513Z 
2020-03-21T20:39:55.2832013Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-21T20:39:55.2832487Z status: exit code: 101
2020-03-21T20:39:55.2835048Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_crate_dep_kind.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind/change_crate_dep_kind.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-Cpanic=unwind" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind/auxiliary"
2020-03-21T20:39:55.2837269Z ------------------------------------------
2020-03-21T20:39:55.2837451Z 
2020-03-21T20:39:55.2837855Z ------------------------------------------
2020-03-21T20:39:55.2838065Z stderr:
2020-03-21T20:39:55.2838065Z stderr:
2020-03-21T20:39:55.2838457Z ------------------------------------------
2020-03-21T20:39:55.2839329Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(change_crate_dep_kind[317d]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.2840239Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.2840660Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.2840911Z 
2020-03-21T20:39:55.2843638Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2843638Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2843847Z 
2020-03-21T20:39:55.2844659Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.2845443Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.2845716Z 
2020-03-21T20:39:55.2845716Z 
2020-03-21T20:39:55.2846617Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 -C panic=unwind
2020-03-21T20:39:55.2847345Z error: aborting due to previous error
2020-03-21T20:39:55.2847511Z 
2020-03-21T20:39:55.2847609Z 
2020-03-21T20:39:55.2847981Z ------------------------------------------
2020-03-21T20:39:55.2847981Z ------------------------------------------
2020-03-21T20:39:55.2848539Z 
2020-03-21T20:39:55.2848638Z 
2020-03-21T20:39:55.2849139Z ---- [incremental] incremental/change_crate_order/main.rs stdout ----
2020-03-21T20:39:55.2849473Z 
2020-03-21T20:39:55.2849724Z error in revision `rpass2`: compilation failed!
2020-03-21T20:39:55.2849989Z status: exit code: 101
2020-03-21T20:39:55.2853490Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_crate_order/main.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/main.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/auxiliary"
2020-03-21T20:39:55.2857843Z ------------------------------------------
2020-03-21T20:39:55.2858030Z 
2020-03-21T20:39:55.2858424Z ------------------------------------------
2020-03-21T20:39:55.2858654Z stderr:
2020-03-21T20:39:55.2858654Z stderr:
2020-03-21T20:39:55.2859049Z ------------------------------------------
2020-03-21T20:39:55.2860206Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(main[317d]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.2861114Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.2861528Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.2861769Z 
2020-03-21T20:39:55.2862010Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2862010Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2862215Z 
2020-03-21T20:39:55.2862866Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.2863699Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.2863960Z 
2020-03-21T20:39:55.2863960Z 
2020-03-21T20:39:55.2864798Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.2872305Z error: aborting due to previous error
2020-03-21T20:39:55.2872481Z 
2020-03-21T20:39:55.2872611Z 
2020-03-21T20:39:55.2879612Z ------------------------------------------
2020-03-21T20:39:55.2879612Z ------------------------------------------
2020-03-21T20:39:55.2879818Z 
2020-03-21T20:39:55.2879921Z 
2020-03-21T20:39:55.2880680Z ---- [incremental] incremental/change_name_of_static_in_fn.rs stdout ----
2020-03-21T20:39:55.2880911Z 
2020-03-21T20:39:55.2881386Z error in revision `rpass2`: compilation failed!
2020-03-21T20:39:55.2881653Z status: exit code: 101
2020-03-21T20:39:55.2884299Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_name_of_static_in_fn.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/change_name_of_static_in_fn.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/auxiliary"
2020-03-21T20:39:55.2886379Z ------------------------------------------
2020-03-21T20:39:55.2886560Z 
2020-03-21T20:39:55.2887184Z ------------------------------------------
2020-03-21T20:39:55.2887395Z stderr:
2020-03-21T20:39:55.2887395Z stderr:
2020-03-21T20:39:55.2887920Z ------------------------------------------
2020-03-21T20:39:55.2888839Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(change_name_of_static_in_fn[317d]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.2889768Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.2890186Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.2890428Z 
2020-03-21T20:39:55.2890650Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2890650Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2890856Z 
2020-03-21T20:39:55.2891526Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.2892327Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.2892616Z 
2020-03-21T20:39:55.2892616Z 
2020-03-21T20:39:55.2893463Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.2894153Z error: aborting due to previous error
2020-03-21T20:39:55.2894326Z 
2020-03-21T20:39:55.2894427Z 
2020-03-21T20:39:55.2894814Z ------------------------------------------
2020-03-21T20:39:55.2894814Z ------------------------------------------
2020-03-21T20:39:55.2895055Z 
2020-03-21T20:39:55.2895155Z 
2020-03-21T20:39:55.2895629Z ---- [incremental] incremental/change_private_fn/struct_point.rs stdout ----
2020-03-21T20:39:55.2895871Z 
2020-03-21T20:39:55.2896377Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-21T20:39:55.2896695Z status: exit code: 101
2020-03-21T20:39:55.2899358Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_fn/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point/auxiliary"
2020-03-21T20:39:55.2901800Z ------------------------------------------
2020-03-21T20:39:55.2901981Z 
2020-03-21T20:39:55.2902365Z ------------------------------------------
2020-03-21T20:39:55.2902758Z stderr:
2020-03-21T20:39:55.2902758Z stderr:
2020-03-21T20:39:55.2903562Z ------------------------------------------
2020-03-21T20:39:55.2904732Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.2905725Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.2906124Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.2906364Z 
2020-03-21T20:39:55.2906606Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2906606Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2906811Z 
2020-03-21T20:39:55.2907437Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.2908862Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.2909284Z 
2020-03-21T20:39:55.2909284Z 
2020-03-21T20:39:55.2910467Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.2911361Z error: aborting due to previous error
2020-03-21T20:39:55.2911532Z 
2020-03-21T20:39:55.2911654Z 
2020-03-21T20:39:55.2912077Z ------------------------------------------
2020-03-21T20:39:55.2912077Z ------------------------------------------
2020-03-21T20:39:55.2912257Z 
2020-03-21T20:39:55.2912357Z 
2020-03-21T20:39:55.2912860Z ---- [incremental] incremental/change_private_fn_cc/struct_point.rs stdout ----
2020-03-21T20:39:55.2913105Z 
2020-03-21T20:39:55.2913506Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/change_private_fn_cc/auxiliary/point.rs" failed to compile: 
2020-03-21T20:39:55.2913968Z status: exit code: 101
2020-03-21T20:39:55.2916698Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_fn_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/auxiliary"
2020-03-21T20:39:55.2919106Z ------------------------------------------
2020-03-21T20:39:55.2919744Z 
2020-03-21T20:39:55.2920114Z ------------------------------------------
2020-03-21T20:39:55.2920315Z stderr:
2020-03-21T20:39:55.2920315Z stderr:
2020-03-21T20:39:55.2920904Z ------------------------------------------
2020-03-21T20:39:55.2921771Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(point[8787]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.2922722Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.2923122Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.2923362Z 
2020-03-21T20:39:55.2923584Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2923584Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2923806Z 
2020-03-21T20:39:55.2924430Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.2925242Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.2925501Z 
2020-03-21T20:39:55.2925501Z 
2020-03-21T20:39:55.2926386Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-21T20:39:55.2927122Z error: aborting due to previous error
2020-03-21T20:39:55.2927295Z 
2020-03-21T20:39:55.2927395Z 
2020-03-21T20:39:55.2927801Z ------------------------------------------
2020-03-21T20:39:55.2927801Z ------------------------------------------
2020-03-21T20:39:55.2927980Z 
2020-03-21T20:39:55.2928078Z 
2020-03-21T20:39:55.2928575Z ---- [incremental] incremental/change_private_impl_method/struct_point.rs stdout ----
2020-03-21T20:39:55.2928850Z 
2020-03-21T20:39:55.2929332Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-21T20:39:55.2929648Z status: exit code: 101
2020-03-21T20:39:55.2933224Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_impl_method/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point/auxiliary"
2020-03-21T20:39:55.2935912Z ------------------------------------------
2020-03-21T20:39:55.2936079Z 
2020-03-21T20:39:55.2936640Z ------------------------------------------
2020-03-21T20:39:55.2937021Z stderr:
2020-03-21T20:39:55.2937021Z stderr:
2020-03-21T20:39:55.2937413Z ------------------------------------------
2020-03-21T20:39:55.2938480Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.2939425Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.2939829Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.2940060Z 
2020-03-21T20:39:55.2940273Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2940273Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2940471Z 
2020-03-21T20:39:55.2941090Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.2941990Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.2942249Z 
2020-03-21T20:39:55.2942249Z 
2020-03-21T20:39:55.2943439Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.2944162Z error: aborting due to previous error
2020-03-21T20:39:55.2944333Z 
2020-03-21T20:39:55.2944434Z 
2020-03-21T20:39:55.2944823Z ------------------------------------------
2020-03-21T20:39:55.2944823Z ------------------------------------------
2020-03-21T20:39:55.2945001Z 
2020-03-21T20:39:55.2945121Z 
2020-03-21T20:39:55.2945635Z ---- [incremental] incremental/change_pub_inherent_method_body/struct_point.rs stdout ----
2020-03-21T20:39:55.2945901Z 
2020-03-21T20:39:55.2946403Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-21T20:39:55.2946720Z status: exit code: 101
2020-03-21T20:39:55.2951523Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_pub_inherent_method_body/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point/auxiliary"
2020-03-21T20:39:55.2954435Z ------------------------------------------
2020-03-21T20:39:55.2954780Z 
2020-03-21T20:39:55.2955341Z ------------------------------------------
2020-03-21T20:39:55.2955568Z stderr:
2020-03-21T20:39:55.2955568Z stderr:
2020-03-21T20:39:55.2955961Z ------------------------------------------
2020-03-21T20:39:55.2956874Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.2958049Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.2958871Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.2959126Z 
2020-03-21T20:39:55.2959372Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2959372Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2959576Z 
2020-03-21T20:39:55.2960270Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.2961091Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.2961350Z 
2020-03-21T20:39:55.2961350Z 
2020-03-21T20:39:55.2962413Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.2963087Z error: aborting due to previous error
2020-03-21T20:39:55.2963259Z 
2020-03-21T20:39:55.2963377Z 
2020-03-21T20:39:55.2963752Z ------------------------------------------
2020-03-21T20:39:55.2963752Z ------------------------------------------
2020-03-21T20:39:55.2963923Z 
2020-03-21T20:39:55.2964062Z 
2020-03-21T20:39:55.2964579Z ---- [incremental] incremental/change_private_impl_method_cc/struct_point.rs stdout ----
2020-03-21T20:39:55.2964831Z 
2020-03-21T20:39:55.2965235Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/change_private_impl_method_cc/auxiliary/point.rs" failed to compile: 
2020-03-21T20:39:55.2965695Z status: exit code: 101
2020-03-21T20:39:55.2968411Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_impl_method_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/auxiliary"
2020-03-21T20:39:55.2970524Z ------------------------------------------
2020-03-21T20:39:55.2970716Z 
2020-03-21T20:39:55.2971085Z ------------------------------------------
2020-03-21T20:39:55.2971286Z stderr:
2020-03-21T20:39:55.2971286Z stderr:
2020-03-21T20:39:55.2971679Z ------------------------------------------
2020-03-21T20:39:55.2972504Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(point[8787]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.2973586Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.2973962Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.2974187Z 
2020-03-21T20:39:55.2974411Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2974411Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2974600Z 
2020-03-21T20:39:55.2975179Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.2975932Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.2976173Z 
2020-03-21T20:39:55.2976173Z 
2020-03-21T20:39:55.2976995Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-21T20:39:55.2977666Z error: aborting due to previous error
2020-03-21T20:39:55.2977824Z 
2020-03-21T20:39:55.2978018Z 
2020-03-21T20:39:55.2978420Z ------------------------------------------
2020-03-21T20:39:55.2978420Z ------------------------------------------
2020-03-21T20:39:55.2978759Z 
2020-03-21T20:39:55.2979110Z 
2020-03-21T20:39:55.2979613Z ---- [incremental] incremental/change_pub_inherent_method_sig/struct_point.rs stdout ----
2020-03-21T20:39:55.2980070Z 
2020-03-21T20:39:55.2980540Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-21T20:39:55.2980846Z status: exit code: 101
2020-03-21T20:39:55.2984174Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_pub_inherent_method_sig/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point/auxiliary"
2020-03-21T20:39:55.2986363Z ------------------------------------------
2020-03-21T20:39:55.2986542Z 
2020-03-21T20:39:55.2986940Z ------------------------------------------
2020-03-21T20:39:55.2987149Z stderr:
2020-03-21T20:39:55.2987149Z stderr:
2020-03-21T20:39:55.2987542Z ------------------------------------------
2020-03-21T20:39:55.2988789Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.2990375Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.2990969Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.2991215Z 
2020-03-21T20:39:55.2991436Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2991436Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.2991639Z 
2020-03-21T20:39:55.2992288Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.2993080Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.2993360Z 
2020-03-21T20:39:55.2993360Z 
2020-03-21T20:39:55.2994244Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.2994963Z error: aborting due to previous error
2020-03-21T20:39:55.2995133Z 
2020-03-21T20:39:55.2995234Z 
2020-03-21T20:39:55.2995781Z ------------------------------------------
2020-03-21T20:39:55.2995781Z ------------------------------------------
2020-03-21T20:39:55.2995981Z 
2020-03-21T20:39:55.2996076Z 
2020-03-21T20:39:55.2996502Z ---- [incremental] incremental/commandline-args.rs stdout ----
2020-03-21T20:39:55.2996712Z 
2020-03-21T20:39:55.2996942Z error in revision `rpass3`: compilation failed!
2020-03-21T20:39:55.2997197Z status: exit code: 101
2020-03-21T20:39:55.2999968Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/commandline-args.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass3" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/commandline-args.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-C" "debuginfo=2" "--verbose" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/auxiliary"
2020-03-21T20:39:55.3002102Z ------------------------------------------
2020-03-21T20:39:55.3002282Z 
2020-03-21T20:39:55.3002667Z ------------------------------------------
2020-03-21T20:39:55.3002911Z stderr:
2020-03-21T20:39:55.3002911Z stderr:
2020-03-21T20:39:55.3003329Z ------------------------------------------
2020-03-21T20:39:55.3004155Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(commandline_args[317d]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3005071Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3005469Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3005709Z 
2020-03-21T20:39:55.3006105Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3006105Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3006310Z 
2020-03-21T20:39:55.3007877Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3008761Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3009022Z 
2020-03-21T20:39:55.3009022Z 
2020-03-21T20:39:55.3009906Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=2
2020-03-21T20:39:55.3010626Z error: aborting due to previous error
2020-03-21T20:39:55.3010798Z 
2020-03-21T20:39:55.3010917Z 
2020-03-21T20:39:55.3011473Z ------------------------------------------
2020-03-21T20:39:55.3011473Z ------------------------------------------
2020-03-21T20:39:55.3011806Z 
2020-03-21T20:39:55.3011898Z 
2020-03-21T20:39:55.3012744Z ---- [incremental] incremental/crate_hash_reorder.rs stdout ----
2020-03-21T20:39:55.3012982Z 
2020-03-21T20:39:55.3013201Z error in revision `rpass2`: compilation failed!
2020-03-21T20:39:55.3013473Z status: exit code: 101
2020-03-21T20:39:55.3016167Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/crate_hash_reorder.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/crate_hash_reorder.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/auxiliary"
2020-03-21T20:39:55.3018186Z ------------------------------------------
2020-03-21T20:39:55.3018360Z 
2020-03-21T20:39:55.3018735Z ------------------------------------------
2020-03-21T20:39:55.3018935Z stderr:
2020-03-21T20:39:55.3018935Z stderr:
2020-03-21T20:39:55.3019300Z ------------------------------------------
2020-03-21T20:39:55.3020150Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(crate_hash_reorder[317d]::Y[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3021031Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3021417Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3021641Z 
2020-03-21T20:39:55.3025334Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3025334Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3025567Z 
2020-03-21T20:39:55.3026391Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3027203Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3027952Z 
2020-03-21T20:39:55.3027952Z 
2020-03-21T20:39:55.3028977Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3029689Z error: aborting due to previous error
2020-03-21T20:39:55.3029854Z 
2020-03-21T20:39:55.3029953Z 
2020-03-21T20:39:55.3030358Z ------------------------------------------
2020-03-21T20:39:55.3030358Z ------------------------------------------
2020-03-21T20:39:55.3030551Z 
2020-03-21T20:39:55.3030648Z 
2020-03-21T20:39:55.3031059Z ---- [incremental] incremental/dirty_clean.rs stdout ----
2020-03-21T20:39:55.3031260Z 
2020-03-21T20:39:55.3031583Z error in revision `cfail2`: Error: expected failure status (Some(1)) but received status Some(101).
2020-03-21T20:39:55.3031933Z status: exit code: 101
2020-03-21T20:39:55.3034400Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/dirty_clean.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean/dirty_clean.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean/auxiliary"
2020-03-21T20:39:55.3036630Z ------------------------------------------
2020-03-21T20:39:55.3036811Z 
2020-03-21T20:39:55.3037195Z ------------------------------------------
2020-03-21T20:39:55.3037423Z stderr:
2020-03-21T20:39:55.3037423Z stderr:
2020-03-21T20:39:55.3037819Z ------------------------------------------
2020-03-21T20:39:55.3038651Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(dirty_clean[317d]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3039568Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3039969Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3040210Z 
2020-03-21T20:39:55.3040451Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3040451Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3040656Z 
2020-03-21T20:39:55.3041286Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3042101Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3042360Z 
2020-03-21T20:39:55.3042360Z 
2020-03-21T20:39:55.3043249Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3043981Z error: aborting due to previous error
2020-03-21T20:39:55.3044152Z 
2020-03-21T20:39:55.3044270Z 
2020-03-21T20:39:55.3044658Z ------------------------------------------
2020-03-21T20:39:55.3044658Z ------------------------------------------
2020-03-21T20:39:55.3044837Z 
2020-03-21T20:39:55.3044937Z 
2020-03-21T20:39:55.3045417Z ---- [incremental] incremental/extern_static/issue-49153.rs stdout ----
2020-03-21T20:39:55.3045649Z 
2020-03-21T20:39:55.3045866Z error in revision `rpass2`: compilation failed!
2020-03-21T20:39:55.3046130Z status: exit code: 101
2020-03-21T20:39:55.3048771Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/extern_static/issue-49153.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/issue-49153.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/auxiliary"
2020-03-21T20:39:55.3050906Z ------------------------------------------
2020-03-21T20:39:55.3051088Z 
2020-03-21T20:39:55.3051532Z ------------------------------------------
2020-03-21T20:39:55.3051739Z stderr:
2020-03-21T20:39:55.3051739Z stderr:
2020-03-21T20:39:55.3052130Z ------------------------------------------
2020-03-21T20:39:55.3053039Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(issue_49153[317d]::[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3054185Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3054593Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3054827Z 
2020-03-21T20:39:55.3055225Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3055225Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3055430Z 
2020-03-21T20:39:55.3056078Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3056873Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3057153Z 
2020-03-21T20:39:55.3057153Z 
2020-03-21T20:39:55.3057987Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3058676Z error: aborting due to previous error
2020-03-21T20:39:55.3058847Z 
2020-03-21T20:39:55.3058947Z 
2020-03-21T20:39:55.3059340Z ------------------------------------------
2020-03-21T20:39:55.3059340Z ------------------------------------------
2020-03-21T20:39:55.3059540Z 
2020-03-21T20:39:55.3059641Z 
2020-03-21T20:39:55.3060103Z ---- [incremental] incremental/hashes/call_expressions.rs stdout ----
2020-03-21T20:39:55.3060334Z 
2020-03-21T20:39:55.3060840Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-21T20:39:55.3061157Z status: exit code: 101
2020-03-21T20:39:55.3064128Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/hashes/call_expressions.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/call_expressions/call_expressions.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/call_expressions" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-Zincremental-ignore-spans" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/call_expressions/auxiliary"
2020-03-21T20:39:55.3066252Z ------------------------------------------
2020-03-21T20:39:55.3066432Z 
2020-03-21T20:39:55.3066816Z ------------------------------------------
2020-03-21T20:39:55.3067043Z stderr:
2020-03-21T20:39:55.3067043Z stderr:
2020-03-21T20:39:55.3067438Z ------------------------------------------
2020-03-21T20:39:55.3068591Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(call_expressions[8787]::Struct[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3069585Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3069983Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3070340Z 
2020-03-21T20:39:55.3070648Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3070648Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3070857Z 
2020-03-21T20:39:55.3071515Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3072483Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3072733Z 
2020-03-21T20:39:55.3072733Z 
2020-03-21T20:39:55.3073675Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -Z incremental-ignore-spans -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3074400Z error: aborting due to previous error
2020-03-21T20:39:55.3074565Z 
2020-03-21T20:39:55.3074680Z 
2020-03-21T20:39:55.3075054Z ------------------------------------------
2020-03-21T20:39:55.3075054Z ------------------------------------------
2020-03-21T20:39:55.3075233Z 
2020-03-21T20:39:55.3075337Z 
2020-03-21T20:39:55.3075773Z ---- [incremental] incremental/hashes/consts.rs stdout ----
2020-03-21T20:39:55.3075977Z 
2020-03-21T20:39:55.3076452Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-21T20:39:55.3076760Z status: exit code: 101
---
2020-03-21T20:39:55.3321112Z    |
2020-03-21T20:39:55.3321271Z LL |     fn baz() {
2020-03-21T20:39:55.3321473Z    |        ^^^
2020-03-21T20:39:55.3321986Z 
2020-03-21T20:39:55.3323682Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(ich_method_call_trait_scope[317d]::{{impl}}[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3324699Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3325096Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3325336Z 
2020-03-21T20:39:55.3325634Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3325634Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3325839Z 
2020-03-21T20:39:55.3326617Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3328170Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3328444Z 
2020-03-21T20:39:55.3328444Z 
2020-03-21T20:39:55.3329339Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3330069Z error: aborting due to previous error
2020-03-21T20:39:55.3330240Z 
2020-03-21T20:39:55.3330359Z 
2020-03-21T20:39:55.3330747Z ------------------------------------------
2020-03-21T20:39:55.3330747Z ------------------------------------------
2020-03-21T20:39:55.3330925Z 
2020-03-21T20:39:55.3331026Z 
2020-03-21T20:39:55.3331492Z ---- [incremental] incremental/ich_resolve_results.rs stdout ----
2020-03-21T20:39:55.3331713Z 
2020-03-21T20:39:55.3331929Z error in revision `rpass2`: compilation failed!
2020-03-21T20:39:55.3332192Z status: exit code: 101
2020-03-21T20:39:55.3334805Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/ich_resolve_results.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_resolve_results/ich_resolve_results.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_resolve_results/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_resolve_results/auxiliary"
2020-03-21T20:39:55.3336876Z ------------------------------------------
2020-03-21T20:39:55.3337220Z 
2020-03-21T20:39:55.3337653Z ------------------------------------------
2020-03-21T20:39:55.3337853Z stderr:
2020-03-21T20:39:55.3337853Z stderr:
2020-03-21T20:39:55.3338232Z ------------------------------------------
2020-03-21T20:39:55.3339339Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(ich_resolve_results[317d]::mod1[0]::Foo[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3340337Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3340754Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3340995Z 
2020-03-21T20:39:55.3341216Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3341216Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3341420Z 
2020-03-21T20:39:55.3342065Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3343761Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3344432Z 
2020-03-21T20:39:55.3344432Z 
2020-03-21T20:39:55.3345328Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3346464Z error: aborting due to previous error
2020-03-21T20:39:55.3346647Z 
2020-03-21T20:39:55.3346915Z 
2020-03-21T20:39:55.3347355Z ------------------------------------------
2020-03-21T20:39:55.3347355Z ------------------------------------------
2020-03-21T20:39:55.3347556Z 
2020-03-21T20:39:55.3347655Z 
2020-03-21T20:39:55.3348278Z ---- [incremental] incremental/incremental_proc_macro.rs stdout ----
2020-03-21T20:39:55.3348508Z 
2020-03-21T20:39:55.3349461Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-21T20:39:55.3349782Z status: exit code: 101
2020-03-21T20:39:55.3352321Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/incremental_proc_macro.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/incremental_proc_macro/incremental_proc_macro.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/incremental_proc_macro" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/incremental_proc_macro/auxiliary"
2020-03-21T20:39:55.3354351Z ------------------------------------------
2020-03-21T20:39:55.3354531Z 
2020-03-21T20:39:55.3354916Z ------------------------------------------
2020-03-21T20:39:55.3355124Z stderr:
2020-03-21T20:39:55.3355124Z stderr:
2020-03-21T20:39:55.3355534Z ------------------------------------------
2020-03-21T20:39:55.3356438Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(incremental_proc_macro[8787]::Foo[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3357599Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3358081Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3358331Z 
2020-03-21T20:39:55.3358573Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3358573Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3358782Z 
2020-03-21T20:39:55.3359593Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3360382Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3360790Z 
2020-03-21T20:39:55.3360790Z 
2020-03-21T20:39:55.3362223Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3363088Z error: aborting due to previous error
2020-03-21T20:39:55.3363260Z 
2020-03-21T20:39:55.3363400Z 
2020-03-21T20:39:55.3363838Z ------------------------------------------
2020-03-21T20:39:55.3363838Z ------------------------------------------
2020-03-21T20:39:55.3364018Z 
2020-03-21T20:39:55.3364117Z 
2020-03-21T20:39:55.3364605Z ---- [incremental] incremental/issue-39828/issue-39828.rs stdout ----
2020-03-21T20:39:55.3364836Z 
2020-03-21T20:39:55.3365509Z error in revision `rpass2`: auxiliary build of "/checkout/src/test/incremental/issue-39828/auxiliary/generic.rs" failed to compile: 
2020-03-21T20:39:55.3366103Z status: exit code: 101
2020-03-21T20:39:55.3368731Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-39828/auxiliary/generic.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-39828/issue-39828/issue-39828.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-39828/issue-39828/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-39828/issue-39828/auxiliary"
2020-03-21T20:39:55.3371091Z ------------------------------------------
2020-03-21T20:39:55.3371276Z 
2020-03-21T20:39:55.3371814Z ------------------------------------------
2020-03-21T20:39:55.3372015Z stderr:
2020-03-21T20:39:55.3372015Z stderr:
2020-03-21T20:39:55.3372580Z ------------------------------------------
2020-03-21T20:39:55.3374187Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(generic[8787]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3375085Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3375515Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3375767Z 
2020-03-21T20:39:55.3375994Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3375994Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3376216Z 
2020-03-21T20:39:55.3376851Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3377668Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3377929Z 
2020-03-21T20:39:55.3377929Z 
2020-03-21T20:39:55.3378866Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-21T20:39:55.3379622Z error: aborting due to previous error
2020-03-21T20:39:55.3379794Z 
2020-03-21T20:39:55.3379894Z 
2020-03-21T20:39:55.3380736Z ------------------------------------------
2020-03-21T20:39:55.3380736Z ------------------------------------------
2020-03-21T20:39:55.3380941Z 
2020-03-21T20:39:55.3381190Z 
2020-03-21T20:39:55.3381891Z ---- [incremental] incremental/issue-59523-on-implemented-is-not-unused.rs stdout ----
2020-03-21T20:39:55.3382325Z 
2020-03-21T20:39:55.3383249Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-21T20:39:55.3383567Z status: exit code: 101
2020-03-21T20:39:55.3386973Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-59523-on-implemented-is-not-unused.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59523-on-implemented-is-not-unused/issue-59523-on-implemented-is-not-unused.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59523-on-implemented-is-not-unused" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59523-on-implemented-is-not-unused/auxiliary"
2020-03-21T20:39:55.3389372Z ------------------------------------------
2020-03-21T20:39:55.3389554Z 
2020-03-21T20:39:55.3389939Z ------------------------------------------
2020-03-21T20:39:55.3390229Z stderr:
2020-03-21T20:39:55.3390229Z stderr:
2020-03-21T20:39:55.3390623Z ------------------------------------------
2020-03-21T20:39:55.3391937Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(issue_59523_on_implemented_is_not_unused[317d]::Index[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3393446Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3393852Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3394124Z 
2020-03-21T20:39:55.3394967Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3394967Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3395481Z 
2020-03-21T20:39:55.3397038Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3398745Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3399650Z 
2020-03-21T20:39:55.3399650Z 
2020-03-21T20:39:55.3401432Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3402106Z error: aborting due to previous error
2020-03-21T20:39:55.3402325Z 
2020-03-21T20:39:55.3402424Z 
2020-03-21T20:39:55.3402843Z ------------------------------------------
2020-03-21T20:39:55.3402843Z ------------------------------------------
2020-03-21T20:39:55.3403023Z 
2020-03-21T20:39:55.3403123Z 
2020-03-21T20:39:55.3403687Z ---- [incremental] incremental/issue-59524-layout-scalar-valid-range-is-not-unused.rs stdout ----
2020-03-21T20:39:55.3403976Z 
2020-03-21T20:39:55.3404468Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-21T20:39:55.3404805Z status: exit code: 101
2020-03-21T20:39:55.3409576Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused/issue-59524-layout-scalar-valid-range-is-not-unused.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused/auxiliary"
2020-03-21T20:39:55.3412636Z ------------------------------------------
2020-03-21T20:39:55.3412836Z 
2020-03-21T20:39:55.3413212Z ------------------------------------------
2020-03-21T20:39:55.3413414Z stderr:
2020-03-21T20:39:55.3413414Z stderr:
2020-03-21T20:39:55.3413812Z ------------------------------------------
2020-03-21T20:39:55.3414971Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(issue_59524_layout_scalar_valid_range_is_not_unused[317d]::RestrictedRange[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3416347Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3416747Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3416996Z 
2020-03-21T20:39:55.3417217Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3417217Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3417445Z 
2020-03-21T20:39:55.3418098Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3418915Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3419174Z 
2020-03-21T20:39:55.3419174Z 
2020-03-21T20:39:55.3420005Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3421848Z error: aborting due to previous error
2020-03-21T20:39:55.3422020Z 
2020-03-21T20:39:55.3422119Z 
2020-03-21T20:39:55.3423330Z ------------------------------------------
2020-03-21T20:39:55.3423330Z ------------------------------------------
2020-03-21T20:39:55.3423518Z 
2020-03-21T20:39:55.3423617Z 
2020-03-21T20:39:55.3424051Z ---- [incremental] incremental/issue-60629.rs stdout ----
2020-03-21T20:39:55.3424270Z 
2020-03-21T20:39:55.3424506Z error in revision `rpass2`: compilation failed!
2020-03-21T20:39:55.3424777Z status: exit code: 101
2020-03-21T20:39:55.3427529Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-60629.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-60629/issue-60629.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-60629/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-60629/auxiliary"
2020-03-21T20:39:55.3433201Z ------------------------------------------
2020-03-21T20:39:55.3434054Z 
2020-03-21T20:39:55.3435519Z ------------------------------------------
2020-03-21T20:39:55.3435739Z stderr:
2020-03-21T20:39:55.3435739Z stderr:
2020-03-21T20:39:55.3436205Z ------------------------------------------
2020-03-21T20:39:55.3438182Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(issue_60629[317d]::A[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3439211Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3439970Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3440214Z 
2020-03-21T20:39:55.3440884Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3440884Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3441096Z 
2020-03-21T20:39:55.3441788Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3442824Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3443086Z 
2020-03-21T20:39:55.3443086Z 
2020-03-21T20:39:55.3444111Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3444814Z error: aborting due to previous error
2020-03-21T20:39:55.3444985Z 
2020-03-21T20:39:55.3445105Z 
2020-03-21T20:39:55.3445518Z ------------------------------------------
2020-03-21T20:39:55.3445518Z ------------------------------------------
2020-03-21T20:39:55.3445699Z 
2020-03-21T20:39:55.3445798Z 
2020-03-21T20:39:55.3446243Z ---- [incremental] incremental/issue-61323.rs stdout ----
2020-03-21T20:39:55.3446452Z 
2020-03-21T20:39:55.3446767Z error in revision `cfail`: Error: expected failure status (Some(1)) but received status Some(101).
2020-03-21T20:39:55.3447128Z status: exit code: 101
2020-03-21T20:39:55.3450542Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-61323.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61323/issue-61323.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61323" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61323/auxiliary"
2020-03-21T20:39:55.3452630Z ------------------------------------------
2020-03-21T20:39:55.3452812Z 
2020-03-21T20:39:55.3453221Z ------------------------------------------
2020-03-21T20:39:55.3453430Z stderr:
2020-03-21T20:39:55.3453430Z stderr:
2020-03-21T20:39:55.3453822Z ------------------------------------------
2020-03-21T20:39:55.3454733Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(issue_61323[317d]::A[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3455670Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3456089Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3456329Z 
2020-03-21T20:39:55.3456553Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3456553Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3456757Z 
2020-03-21T20:39:55.3457406Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3458200Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3458481Z 
2020-03-21T20:39:55.3458481Z 
2020-03-21T20:39:55.3459313Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3460013Z error: aborting due to previous error
2020-03-21T20:39:55.3460184Z 
2020-03-21T20:39:55.3460284Z 
2020-03-21T20:39:55.3460673Z ------------------------------------------
2020-03-21T20:39:55.3460673Z ------------------------------------------
2020-03-21T20:39:55.3460872Z 
2020-03-21T20:39:55.3460972Z 
2020-03-21T20:39:55.3461397Z ---- [incremental] incremental/issue-61530.rs stdout ----
2020-03-21T20:39:55.3461604Z 
2020-03-21T20:39:55.3461840Z error in revision `rpass2`: compilation failed!
2020-03-21T20:39:55.3462105Z status: exit code: 101
2020-03-21T20:39:55.3464603Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-61530.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61530/issue-61530.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61530/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61530/auxiliary"
2020-03-21T20:39:55.3467364Z ------------------------------------------
2020-03-21T20:39:55.3467545Z 
2020-03-21T20:39:55.3468327Z ------------------------------------------
2020-03-21T20:39:55.3468543Z stderr:
2020-03-21T20:39:55.3468543Z stderr:
2020-03-21T20:39:55.3468986Z ------------------------------------------
2020-03-21T20:39:55.3469871Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(issue_61530[317d]::I32x2[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3470831Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3471239Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3471484Z 
2020-03-21T20:39:55.3471726Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3471726Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3471932Z 
2020-03-21T20:39:55.3472560Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3473376Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3473637Z 
2020-03-21T20:39:55.3473637Z 
2020-03-21T20:39:55.3474470Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3475156Z error: aborting due to previous error
2020-03-21T20:39:55.3475328Z 
2020-03-21T20:39:55.3476487Z 
2020-03-21T20:39:55.3476980Z ------------------------------------------
2020-03-21T20:39:55.3476980Z ------------------------------------------
2020-03-21T20:39:55.3477171Z 
2020-03-21T20:39:55.3477272Z 
2020-03-21T20:39:55.3477772Z ---- [incremental] incremental/issue-62649-path-collisions-happen.rs stdout ----
2020-03-21T20:39:55.3478044Z 
2020-03-21T20:39:55.3478264Z error in revision `rpass2`: compilation failed!
2020-03-21T20:39:55.3478529Z status: exit code: 101
2020-03-21T20:39:55.3481313Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-62649-path-collisions-happen.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-62649-path-collisions-happen/issue-62649-path-collisions-happen.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-62649-path-collisions-happen/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-62649-path-collisions-happen/auxiliary"
2020-03-21T20:39:55.3483438Z ------------------------------------------
2020-03-21T20:39:55.3483618Z 
2020-03-21T20:39:55.3484023Z ------------------------------------------
2020-03-21T20:39:55.3484270Z stderr:
2020-03-21T20:39:55.3484270Z stderr:
2020-03-21T20:39:55.3484661Z ------------------------------------------
2020-03-21T20:39:55.3485557Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(issue_62649_path_collisions_happen[317d]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3486487Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3486903Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3487143Z 
2020-03-21T20:39:55.3487366Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3487366Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3487766Z 
2020-03-21T20:39:55.3488728Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3490140Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3490431Z 
2020-03-21T20:39:55.3490431Z 
2020-03-21T20:39:55.3491291Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3491980Z error: aborting due to previous error
2020-03-21T20:39:55.3492152Z 
2020-03-21T20:39:55.3492253Z 
2020-03-21T20:39:55.3492638Z ------------------------------------------
2020-03-21T20:39:55.3492638Z ------------------------------------------
2020-03-21T20:39:55.3492834Z 
2020-03-21T20:39:55.3492934Z 
2020-03-21T20:39:55.3493363Z ---- [incremental] incremental/issue-69596.rs stdout ----
2020-03-21T20:39:55.3493571Z 
2020-03-21T20:39:55.3493889Z error in revision `rpass2`: compilation failed!
2020-03-21T20:39:55.3494156Z status: exit code: 101
2020-03-21T20:39:55.3496548Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-69596.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-69596/issue-69596.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-69596/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-69596/auxiliary"
2020-03-21T20:39:55.3498568Z ------------------------------------------
2020-03-21T20:39:55.3498753Z 
2020-03-21T20:39:55.3499222Z ------------------------------------------
2020-03-21T20:39:55.3499431Z stderr:
2020-03-21T20:39:55.3499431Z stderr:
2020-03-21T20:39:55.3499853Z ------------------------------------------
2020-03-21T20:39:55.3500671Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(issue_69596[317d]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3501586Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3501985Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3502226Z 
2020-03-21T20:39:55.3502466Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3502466Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3502672Z 
2020-03-21T20:39:55.3503298Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3504116Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3504385Z 
2020-03-21T20:39:55.3504385Z 
2020-03-21T20:39:55.3505222Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3505908Z error: aborting due to previous error
2020-03-21T20:39:55.3506080Z 
2020-03-21T20:39:55.3506180Z 
2020-03-21T20:39:55.3506586Z ------------------------------------------
2020-03-21T20:39:55.3506586Z ------------------------------------------
2020-03-21T20:39:55.3506765Z 
2020-03-21T20:39:55.3506865Z 
2020-03-21T20:39:55.3507296Z ---- [incremental] incremental/krate-inherent.rs stdout ----
2020-03-21T20:39:55.3507528Z 
2020-03-21T20:39:55.3508167Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-21T20:39:55.3508489Z status: exit code: 101
2020-03-21T20:39:55.3511141Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/krate-inherent.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate-inherent/krate-inherent.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate-inherent" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate-inherent/auxiliary"
2020-03-21T20:39:55.3513227Z ------------------------------------------
2020-03-21T20:39:55.3513409Z 
2020-03-21T20:39:55.3513813Z ------------------------------------------
2020-03-21T20:39:55.3514021Z stderr:
2020-03-21T20:39:55.3514021Z stderr:
2020-03-21T20:39:55.3514415Z ------------------------------------------
2020-03-21T20:39:55.3515341Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(krate_inherent[8787]::x[0]::Foo[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3516310Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3516730Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3516972Z 
2020-03-21T20:39:55.3517192Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3517192Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3517395Z 
2020-03-21T20:39:55.3518096Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3518892Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3519153Z 
2020-03-21T20:39:55.3519153Z 
2020-03-21T20:39:55.3520062Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-21T20:39:55.3520867Z error: aborting due to previous error
2020-03-21T20:39:55.3521038Z 
2020-03-21T20:39:55.3521139Z 
2020-03-21T20:39:55.3521525Z ------------------------------------------
2020-03-21T20:39:55.3521525Z ------------------------------------------
2020-03-21T20:39:55.3521703Z 
2020-03-21T20:39:55.3521822Z 
2020-03-21T20:39:55.3522284Z ---- [incremental] incremental/krate_reassign_34991/main.rs stdout ----
2020-03-21T20:39:55.3522516Z 
2020-03-21T20:39:55.3522924Z error in revision `rpass2`: auxiliary build of "/checkout/src/test/incremental/krate_reassign_34991/auxiliary/a.rs" failed to compile: 
2020-03-21T20:39:55.3523360Z status: exit code: 101
2020-03-21T20:39:55.3526087Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/krate_reassign_34991/auxiliary/a.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate_reassign_34991/main/main.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate_reassign_34991/main/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate_reassign_34991/main/auxiliary"
2020-03-21T20:39:55.3528178Z ------------------------------------------
2020-03-21T20:39:55.3528357Z 
2020-03-21T20:39:55.3528740Z ------------------------------------------
2020-03-21T20:39:55.3528966Z stderr:
2020-03-21T20:39:55.3528966Z stderr:
2020-03-21T20:39:55.3529359Z ------------------------------------------
2020-03-21T20:39:55.3530188Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(a[8787]::X[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3531313Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3531720Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3531959Z 
2020-03-21T20:39:55.3532204Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3532204Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3532409Z 
2020-03-21T20:39:55.3533059Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3533871Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3534132Z 
2020-03-21T20:39:55.3534132Z 
2020-03-21T20:39:55.3535016Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-21T20:39:55.3535734Z error: aborting due to previous error
2020-03-21T20:39:55.3535913Z 
2020-03-21T20:39:55.3536034Z 
2020-03-21T20:39:55.3536447Z ------------------------------------------
2020-03-21T20:39:55.3536447Z ------------------------------------------
2020-03-21T20:39:55.3536626Z 
2020-03-21T20:39:55.3536728Z 
2020-03-21T20:39:55.3537166Z ---- [incremental] incremental/no_mangle.rs stdout ----
2020-03-21T20:39:55.3537371Z 
2020-03-21T20:39:55.3537855Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-21T20:39:55.3538173Z status: exit code: 101
2020-03-21T20:39:55.3540677Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/no_mangle.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/no_mangle/no_mangle.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "--emit" "metadata" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/no_mangle" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "cdylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/no_mangle/auxiliary"
2020-03-21T20:39:55.3542653Z ------------------------------------------
2020-03-21T20:39:55.3542926Z 
2020-03-21T20:39:55.3543327Z ------------------------------------------
2020-03-21T20:39:55.3543534Z stderr:
2020-03-21T20:39:55.3543534Z stderr:
2020-03-21T20:39:55.3543924Z ------------------------------------------
2020-03-21T20:39:55.3544748Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner(no_mangle[8787]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3545631Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3546049Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3546295Z 
2020-03-21T20:39:55.3546516Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3546516Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3546724Z 
2020-03-21T20:39:55.3547363Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3548300Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3548585Z 
2020-03-21T20:39:55.3548585Z 
2020-03-21T20:39:55.3549478Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type cdylib
2020-03-21T20:39:55.3550202Z error: aborting due to previous error
2020-03-21T20:39:55.3550373Z 
2020-03-21T20:39:55.3550473Z 
2020-03-21T20:39:55.3550857Z ------------------------------------------
2020-03-21T20:39:55.3550857Z ------------------------------------------
2020-03-21T20:39:55.3551055Z 
2020-03-21T20:39:55.3551153Z 
2020-03-21T20:39:55.3551555Z ---- [incremental] incremental/lto.rs stdout ----
2020-03-21T20:39:55.3551862Z 
2020-03-21T20:39:55.3552162Z error in revision `rpass2`: compilation failed!
2020-03-21T20:39:55.3552432Z status: exit code: 101
2020-03-21T20:39:55.3554707Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/lto.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/lto/lto.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/lto/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-C" "lto" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/lto/auxiliary"
2020-03-21T20:39:55.3556520Z ------------------------------------------
2020-03-21T20:39:55.3556727Z 
2020-03-21T20:39:55.3557114Z ------------------------------------------
2020-03-21T20:39:55.3557328Z stderr:
2020-03-21T20:39:55.3557328Z stderr:
2020-03-21T20:39:55.3557745Z ------------------------------------------
2020-03-21T20:39:55.3558608Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(lto[317d]::x[0]::X[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3559556Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3559953Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3560194Z 
2020-03-21T20:39:55.3560433Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3560433Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3560637Z 
2020-03-21T20:39:55.3561689Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3562514Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3562784Z 
2020-03-21T20:39:55.3562784Z 
2020-03-21T20:39:55.3563592Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C rpath -C debuginfo=0 -C lto
2020-03-21T20:39:55.3564264Z error: aborting due to previous error
2020-03-21T20:39:55.3564436Z 
2020-03-21T20:39:55.3564538Z 
2020-03-21T20:39:55.3564940Z ------------------------------------------
2020-03-21T20:39:55.3564940Z ------------------------------------------
2020-03-21T20:39:55.3565118Z 
2020-03-21T20:39:55.3565217Z 
2020-03-21T20:39:55.3565666Z ---- [incremental] incremental/span_hash_stable/main.rs stdout ----
2020-03-21T20:39:55.3565910Z 
2020-03-21T20:39:55.3566128Z error in revision `rpass2`: compilation failed!
2020-03-21T20:39:55.3566421Z status: exit code: 101
2020-03-21T20:39:55.3568947Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/span_hash_stable/main.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/span_hash_stable/main/main.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/span_hash_stable/main/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-g" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/span_hash_stable/main/auxiliary"
2020-03-21T20:39:55.3570937Z ------------------------------------------
2020-03-21T20:39:55.3571117Z 
2020-03-21T20:39:55.3571499Z ------------------------------------------
2020-03-21T20:39:55.3571727Z stderr:
2020-03-21T20:39:55.3571727Z stderr:
2020-03-21T20:39:55.3572118Z ------------------------------------------
2020-03-21T20:39:55.3573162Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(main[317d]::auxiliary[0]::sub1[0]::SomeType[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3574261Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3574660Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3574922Z 
2020-03-21T20:39:55.3575145Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3575145Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3575348Z 
2020-03-21T20:39:55.3575988Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3576785Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3577047Z 
2020-03-21T20:39:55.3577047Z 
2020-03-21T20:39:55.3577913Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath
2020-03-21T20:39:55.3578603Z error: aborting due to previous error
2020-03-21T20:39:55.3578795Z 
2020-03-21T20:39:55.3578895Z 
2020-03-21T20:39:55.3579283Z ------------------------------------------
2020-03-21T20:39:55.3579283Z ------------------------------------------
2020-03-21T20:39:55.3579461Z 
2020-03-21T20:39:55.3579580Z 
2020-03-21T20:39:55.3580035Z ---- [incremental] incremental/spans_in_type_debuginfo.rs stdout ----
2020-03-21T20:39:55.3580264Z 
2020-03-21T20:39:55.3580484Z error in revision `rpass2`: compilation failed!
2020-03-21T20:39:55.3580768Z status: exit code: 101
2020-03-21T20:39:55.3583343Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/spans_in_type_debuginfo.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/spans_in_type_debuginfo/spans_in_type_debuginfo.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/spans_in_type_debuginfo/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-g" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/spans_in_type_debuginfo/auxiliary"
2020-03-21T20:39:55.3585382Z ------------------------------------------
2020-03-21T20:39:55.3585583Z 
2020-03-21T20:39:55.3585969Z ------------------------------------------
2020-03-21T20:39:55.3586177Z stderr:
2020-03-21T20:39:55.3586177Z stderr:
2020-03-21T20:39:55.3586587Z ------------------------------------------
2020-03-21T20:39:55.3587524Z error: internal compiler error: src/librustc/dep_graph/graph.rs:643: DepNode hir_owner_nodes(spans_in_type_debuginfo[317d]::structs[0]::X[0]) should have been pre-marked as red or green but wasn't.
2020-03-21T20:39:55.3588702Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-21T20:39:55.3589107Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3589348Z 
2020-03-21T20:39:55.3589589Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3589589Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-21T20:39:55.3589794Z 
2020-03-21T20:39:55.3590422Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-21T20:39:55.3591233Z note: rustc 1.44.0-nightly (a2bc00730 2020-03-21) running on x86_64-unknown-linux-gnu
2020-03-21T20:39:55.3591493Z 
2020-03-21T20:39:55.3591493Z 
2020-03-21T20:39:55.3592334Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath
2020-03-21T20:39:55.3593028Z error: aborting due to previous error
2020-03-21T20:39:55.3593199Z 
2020-03-21T20:39:55.3593299Z 
2020-03-21T20:39:55.3593847Z ------------------------------------------
---
2020-03-21T20:39:55.3795529Z thread 'main' panicked at 'Some tests failed', src/tools/compiletest/src/main.rs:348:22
2020-03-21T20:39:55.3796067Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-21T20:39:55.3796406Z 
2020-03-21T20:39:55.3796507Z 
2020-03-21T20:39:55.3800487Z command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--src-base" "/checkout/src/test/incremental" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "incremental" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-7/bin/FileCheck" "--nodejs" "/usr/bin/node" "--host-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--target-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--docck-python" "/usr/bin/python2.7" "--lldb-python" "/usr/bin/python2.7" "--gdb" "/usr/bin/gdb" "--quiet" "--llvm-version" "7.0.0\n" "--system-llvm" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
2020-03-21T20:39:55.3803331Z 
2020-03-21T20:39:55.3803432Z 
2020-03-21T20:39:55.3803980Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test --exclude src/tools/tidy
2020-03-21T20:39:55.3804366Z Build completed unsuccessfully in 1:07:39
2020-03-21T20:39:55.3804366Z Build completed unsuccessfully in 1:07:39
2020-03-21T20:39:55.3804630Z == clock drift check ==
2020-03-21T20:39:55.3804903Z   local time: Sat Mar 21 20:39:55 UTC 2020
2020-03-21T20:39:55.5659492Z   network time: Sat, 21 Mar 2020 20:39:55 GMT
2020-03-21T20:39:55.5666677Z == end clock drift check ==
2020-03-21T20:39:58.4500733Z 
2020-03-21T20:39:58.4577620Z ##[error]Bash exited with code '1'.
2020-03-21T20:39:58.4593039Z ##[section]Finishing: Run build
2020-03-21T20:39:58.4648008Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/62038/merge to s
2020-03-21T20:39:58.4653500Z Task         : Get sources
2020-03-21T20:39:58.4653851Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-03-21T20:39:58.4654167Z Version      : 1.0.0
2020-03-21T20:39:58.4654406Z Author       : Microsoft
2020-03-21T20:39:58.4654406Z Author       : Microsoft
2020-03-21T20:39:58.4654758Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2020-03-21T20:39:58.4655179Z ==============================================================================
2020-03-21T20:39:58.8218901Z Cleaning any cached credential from repository: rust-lang/rust (GitHub)
2020-03-21T20:39:58.8266818Z ##[section]Finishing: Checkout rust-lang/rust@refs/pull/62038/merge to s
2020-03-21T20:39:58.8359733Z Cleaning up task key
2020-03-21T20:39:58.8361330Z Start cleaning up orphan processes.
2020-03-21T20:39:58.8555321Z Terminate orphan process: pid (4670) (python)
2020-03-21T20:39:58.8824553Z ##[section]Finishing: Finalize Job

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

@bors
Copy link
Contributor

bors commented Mar 23, 2020

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

@rust-highfive
Copy link
Collaborator

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

Click to expand the log.
2020-03-23T18:59:08.9797308Z ========================== Starting Command Output ===========================
2020-03-23T18:59:08.9801620Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/23780e33-6d3b-4ad9-a084-6c68dfbfd4a9.sh
2020-03-23T18:59:08.9802046Z 
2020-03-23T18:59:08.9805706Z ##[section]Finishing: Disable git automatic line ending conversion
2020-03-23T18:59:08.9824864Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/62038/merge to s
2020-03-23T18:59:08.9828021Z Task         : Get sources
2020-03-23T18:59:08.9828313Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-03-23T18:59:08.9828617Z Version      : 1.0.0
2020-03-23T18:59:08.9828811Z Author       : Microsoft
---
2020-03-23T18:59:10.3341752Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-03-23T18:59:10.3347907Z ##[command]git config gc.auto 0
2020-03-23T18:59:10.3351444Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-03-23T18:59:10.3355009Z ##[command]git config --get-all http.proxy
2020-03-23T18:59:10.3362076Z ##[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/62038/merge:refs/remotes/pull/62038/merge
---
2020-03-23T19:48:07.3886532Z .................................................................................................... 1700/9824
2020-03-23T19:48:10.9683205Z .................................................................................................... 1800/9824
2020-03-23T19:48:19.5390512Z ..................................................................................i................. 1900/9824
2020-03-23T19:48:25.6215225Z .................................................................................................... 2000/9824
2020-03-23T19:48:30.8837194Z ........................................................................iiiii....................... 2100/9824
2020-03-23T19:48:48.2481553Z .................................................................................................... 2300/9824
2020-03-23T19:48:50.0677100Z .................................................................................................... 2400/9824
2020-03-23T19:48:52.1943299Z .................................................................................................... 2500/9824
2020-03-23T19:49:03.2997838Z .................................................................................................... 2600/9824
---
2020-03-23T19:51:32.5873202Z ...............................................i...............i.................................... 5000/9824
2020-03-23T19:51:40.0307969Z .................................................................................................... 5100/9824
2020-03-23T19:51:46.2812137Z ...........................................................................................i........ 5200/9824
2020-03-23T19:51:51.4512726Z .................................................................................................... 5300/9824
2020-03-23T19:52:00.5416746Z ..........................................................................ii.ii........i...i........ 5400/9824
2020-03-23T19:52:07.9051557Z ..............i..................................................................................... 5600/9824
2020-03-23T19:52:15.5545237Z ...................i................................................................................ 5700/9824
2020-03-23T19:52:21.2444628Z ....................................ii...................................i.......................... 5800/9824
2020-03-23T19:52:27.4484957Z .................................................................................................... 5900/9824
2020-03-23T19:52:27.4484957Z .................................................................................................... 5900/9824
2020-03-23T19:52:32.7487427Z .................................................................................................... 6000/9824
2020-03-23T19:52:40.8151263Z ...................................................................ii...i..ii...........i........... 6100/9824
2020-03-23T19:52:58.6504407Z .................................................................................................... 6300/9824
2020-03-23T19:53:03.0607709Z .................................................................................................... 6400/9824
2020-03-23T19:53:06.2809764Z .................................................................................................i.. 6500/9824
2020-03-23T19:53:17.1751724Z ii.................................................................................................. 6600/9824
---
2020-03-23T19:55:05.4741719Z .................................................................................................... 7800/9824
2020-03-23T19:55:09.6814452Z .................................................................................................... 7900/9824
2020-03-23T19:55:15.2174665Z ......................................................................................i............. 8000/9824
2020-03-23T19:55:22.4574653Z .................................................................................................... 8100/9824
2020-03-23T19:55:28.4906746Z ...................................iiiiiiiiii.i..................................................... 8200/9824
2020-03-23T19:55:40.4292368Z .................................................................................................... 8400/9824
2020-03-23T19:55:44.9189541Z .................................................................................................... 8500/9824
2020-03-23T19:55:57.4376708Z .................................................................................................... 8600/9824
2020-03-23T19:56:04.1943744Z .................................................................................................... 8700/9824
---
2020-03-23T19:58:08.6357368Z Suite("src/test/codegen") not skipped for "bootstrap::test::Codegen" -- not in ["src/tools/tidy"]
2020-03-23T19:58:08.6482697Z Check compiletest suite=codegen mode=codegen (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-23T19:58:08.8348865Z 
2020-03-23T19:58:08.8349767Z running 183 tests
2020-03-23T19:58:11.2197849Z iiii......i............ii.i..iiii....i....i...........i............i..i..................i....i..... 100/183
2020-03-23T19:58:13.4340690Z .......i.i.i...iii..iiiiiiiiiiiiiiii.......................iii.............ii......
2020-03-23T19:58:13.4343377Z 
2020-03-23T19:58:13.4347257Z  finished in 4.786
2020-03-23T19:58:13.4354942Z Suite("src/test/codegen-units") not skipped for "bootstrap::test::CodegenUnits" -- not in ["src/tools/tidy"]
2020-03-23T19:58:13.4512076Z Check compiletest suite=codegen-units mode=codegen-units (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
---
2020-03-23T19:58:15.2551147Z Suite("src/test/assembly") not skipped for "bootstrap::test::Assembly" -- not in ["src/tools/tidy"]
2020-03-23T19:58:15.2730811Z Check compiletest suite=assembly mode=assembly (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-23T19:58:15.4163630Z 
2020-03-23T19:58:15.4164481Z running 9 tests
2020-03-23T19:58:15.4166900Z iiiiiiiii
2020-03-23T19:58:15.4168140Z 
2020-03-23T19:58:15.4174939Z  finished in 0.144
2020-03-23T19:58:15.4180660Z Suite("src/test/incremental") not skipped for "bootstrap::test::Incremental" -- not in ["src/tools/tidy"]
2020-03-23T19:58:15.4350958Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-23T19:58:15.4350958Z Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
2020-03-23T19:58:15.6023960Z 
2020-03-23T19:58:15.6024335Z running 117 tests
2020-03-23T19:58:27.9901184Z F.FF.F.FFFFFFF..F.....F.F.F.F..FFFFFF...F....F.FFFFF...FFFF...F.F......FFF.FFFFF.F.F....F.F.F....FFF 100/117
2020-03-23T19:58:29.8698327Z F...FFFFF.F...F..
2020-03-23T19:58:29.8716252Z 
2020-03-23T19:58:29.8717229Z ---- [incremental] incremental/add_private_fn_at_krate_root_cc/struct_point.rs stdout ----
2020-03-23T19:58:29.8717665Z 
2020-03-23T19:58:29.8717665Z 
2020-03-23T19:58:29.8718206Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/add_private_fn_at_krate_root_cc/auxiliary/point.rs" failed to compile: 
2020-03-23T19:58:29.8718791Z status: exit code: 101
2020-03-23T19:58:29.8721319Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/add_private_fn_at_krate_root_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/add_private_fn_at_krate_root_cc/struct_point/auxiliary"
2020-03-23T19:58:29.8723945Z ------------------------------------------
2020-03-23T19:58:29.8724341Z 
2020-03-23T19:58:29.8724698Z ------------------------------------------
2020-03-23T19:58:29.8724913Z stderr:
2020-03-23T19:58:29.8724913Z stderr:
2020-03-23T19:58:29.8725259Z ------------------------------------------
2020-03-23T19:58:29.8726944Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(point[8787]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8727907Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8728301Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8728557Z 
2020-03-23T19:58:29.8728783Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8728783Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8728986Z 
2020-03-23T19:58:29.8729694Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8730464Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8730723Z 
2020-03-23T19:58:29.8730723Z 
2020-03-23T19:58:29.8731589Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-23T19:58:29.8732295Z error: aborting due to previous error
2020-03-23T19:58:29.8732482Z 
2020-03-23T19:58:29.8732586Z 
2020-03-23T19:58:29.8732947Z ------------------------------------------
2020-03-23T19:58:29.8732947Z ------------------------------------------
2020-03-23T19:58:29.8733123Z 
2020-03-23T19:58:29.8733224Z 
2020-03-23T19:58:29.8733689Z ---- [incremental] incremental/change_add_field/struct_point.rs stdout ----
2020-03-23T19:58:29.8733926Z 
2020-03-23T19:58:29.8734383Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-23T19:58:29.8734714Z status: exit code: 101
2020-03-23T19:58:29.8737284Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_add_field/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_add_field/struct_point/auxiliary"
2020-03-23T19:58:29.8739415Z ------------------------------------------
2020-03-23T19:58:29.8739595Z 
2020-03-23T19:58:29.8740042Z ------------------------------------------
2020-03-23T19:58:29.8740208Z stderr:
2020-03-23T19:58:29.8740208Z stderr:
2020-03-23T19:58:29.8740523Z ------------------------------------------
2020-03-23T19:58:29.8741230Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8742005Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8742326Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8742518Z 
2020-03-23T19:58:29.8742697Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8742697Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8742877Z 
2020-03-23T19:58:29.8743356Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8743989Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8744196Z 
2020-03-23T19:58:29.8744196Z 
2020-03-23T19:58:29.8744882Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.8745514Z error: aborting due to previous error
2020-03-23T19:58:29.8745652Z 
2020-03-23T19:58:29.8745734Z 
2020-03-23T19:58:29.8746089Z ------------------------------------------
2020-03-23T19:58:29.8746089Z ------------------------------------------
2020-03-23T19:58:29.8746234Z 
2020-03-23T19:58:29.8746315Z 
2020-03-23T19:58:29.8746666Z ---- [incremental] incremental/change_crate_dep_kind.rs stdout ----
2020-03-23T19:58:29.8746861Z 
2020-03-23T19:58:29.8747353Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-23T19:58:29.8747570Z status: exit code: 101
2020-03-23T19:58:29.8749645Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_crate_dep_kind.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind/change_crate_dep_kind.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-Cpanic=unwind" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_dep_kind/auxiliary"
2020-03-23T19:58:29.8751279Z ------------------------------------------
2020-03-23T19:58:29.8751422Z 
2020-03-23T19:58:29.8751713Z ------------------------------------------
2020-03-23T19:58:29.8751896Z stderr:
2020-03-23T19:58:29.8751896Z stderr:
2020-03-23T19:58:29.8752378Z ------------------------------------------
2020-03-23T19:58:29.8753122Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner(change_crate_dep_kind[317d]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8753950Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8754483Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8754724Z 
2020-03-23T19:58:29.8754935Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8754935Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8755123Z 
2020-03-23T19:58:29.8755701Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8756411Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8756650Z 
2020-03-23T19:58:29.8756650Z 
2020-03-23T19:58:29.8757495Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 -C panic=unwind
2020-03-23T19:58:29.8758158Z error: aborting due to previous error
2020-03-23T19:58:29.8758332Z 
2020-03-23T19:58:29.8758426Z 
2020-03-23T19:58:29.8758763Z ------------------------------------------
2020-03-23T19:58:29.8758763Z ------------------------------------------
2020-03-23T19:58:29.8758927Z 
2020-03-23T19:58:29.8759036Z 
2020-03-23T19:58:29.8759439Z ---- [incremental] incremental/change_crate_order/main.rs stdout ----
2020-03-23T19:58:29.8759649Z 
2020-03-23T19:58:29.8759849Z error in revision `rpass2`: compilation failed!
2020-03-23T19:58:29.8760109Z status: exit code: 101
2020-03-23T19:58:29.8762402Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_crate_order/main.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/main.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_crate_order/main/auxiliary"
2020-03-23T19:58:29.8764060Z ------------------------------------------
2020-03-23T19:58:29.8764328Z 
2020-03-23T19:58:29.8764578Z ------------------------------------------
2020-03-23T19:58:29.8764722Z stderr:
2020-03-23T19:58:29.8764722Z stderr:
2020-03-23T19:58:29.8764993Z ------------------------------------------
2020-03-23T19:58:29.8765517Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner(main[317d]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8766118Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8766390Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8766555Z 
2020-03-23T19:58:29.8766711Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8766711Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8766870Z 
2020-03-23T19:58:29.8767281Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8767829Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8768008Z 
2020-03-23T19:58:29.8768008Z 
2020-03-23T19:58:29.8768563Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.8769036Z error: aborting due to previous error
2020-03-23T19:58:29.8769156Z 
2020-03-23T19:58:29.8769227Z 
2020-03-23T19:58:29.8769491Z ------------------------------------------
2020-03-23T19:58:29.8769491Z ------------------------------------------
2020-03-23T19:58:29.8769614Z 
2020-03-23T19:58:29.8769684Z 
2020-03-23T19:58:29.8769988Z ---- [incremental] incremental/change_name_of_static_in_fn.rs stdout ----
2020-03-23T19:58:29.8770164Z 
2020-03-23T19:58:29.8770315Z error in revision `rpass2`: compilation failed!
2020-03-23T19:58:29.8770501Z status: exit code: 101
2020-03-23T19:58:29.8772256Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_name_of_static_in_fn.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/change_name_of_static_in_fn.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_name_of_static_in_fn/auxiliary"
2020-03-23T19:58:29.8773859Z ------------------------------------------
2020-03-23T19:58:29.8774004Z 
2020-03-23T19:58:29.8774464Z ------------------------------------------
2020-03-23T19:58:29.8774670Z stderr:
2020-03-23T19:58:29.8774670Z stderr:
2020-03-23T19:58:29.8775017Z ------------------------------------------
2020-03-23T19:58:29.8775775Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner(change_name_of_static_in_fn[317d]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8776615Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8776977Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8777214Z 
2020-03-23T19:58:29.8777419Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8777419Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8777609Z 
2020-03-23T19:58:29.8778173Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8778881Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8779172Z 
2020-03-23T19:58:29.8779172Z 
2020-03-23T19:58:29.8779979Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.8780598Z error: aborting due to previous error
2020-03-23T19:58:29.8780775Z 
2020-03-23T19:58:29.8780871Z 
2020-03-23T19:58:29.8781210Z ------------------------------------------
2020-03-23T19:58:29.8781210Z ------------------------------------------
2020-03-23T19:58:29.8781373Z 
2020-03-23T19:58:29.8781467Z 
2020-03-23T19:58:29.8782658Z ---- [incremental] incremental/change_private_fn/struct_point.rs stdout ----
2020-03-23T19:58:29.8784100Z 
2020-03-23T19:58:29.8784561Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-23T19:58:29.8784873Z status: exit code: 101
2020-03-23T19:58:29.8787264Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_fn/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn/struct_point/auxiliary"
2020-03-23T19:58:29.8789100Z ------------------------------------------
2020-03-23T19:58:29.8789253Z 
2020-03-23T19:58:29.8789710Z ------------------------------------------
2020-03-23T19:58:29.8789893Z stderr:
2020-03-23T19:58:29.8789893Z stderr:
2020-03-23T19:58:29.8790248Z ------------------------------------------
2020-03-23T19:58:29.8791058Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8791803Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8792106Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8792290Z 
2020-03-23T19:58:29.8792478Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8792478Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8792635Z 
2020-03-23T19:58:29.8793109Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8793744Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8793952Z 
2020-03-23T19:58:29.8793952Z 
2020-03-23T19:58:29.8799789Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.8800425Z error: aborting due to previous error
2020-03-23T19:58:29.8800563Z 
2020-03-23T19:58:29.8800649Z 
2020-03-23T19:58:29.8801087Z ------------------------------------------
2020-03-23T19:58:29.8801087Z ------------------------------------------
2020-03-23T19:58:29.8801228Z 
2020-03-23T19:58:29.8801310Z 
2020-03-23T19:58:29.8801685Z ---- [incremental] incremental/change_private_fn_cc/struct_point.rs stdout ----
2020-03-23T19:58:29.8801899Z 
2020-03-23T19:58:29.8802218Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/change_private_fn_cc/auxiliary/point.rs" failed to compile: 
2020-03-23T19:58:29.8802678Z status: exit code: 101
2020-03-23T19:58:29.8804651Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_fn_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_fn_cc/struct_point/auxiliary"
2020-03-23T19:58:29.8806160Z ------------------------------------------
2020-03-23T19:58:29.8806283Z 
2020-03-23T19:58:29.8806549Z ------------------------------------------
2020-03-23T19:58:29.8806693Z stderr:
2020-03-23T19:58:29.8806693Z stderr:
2020-03-23T19:58:29.8806950Z ------------------------------------------
2020-03-23T19:58:29.8807543Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(point[8787]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8808165Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8808455Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8808622Z 
2020-03-23T19:58:29.8808776Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8808776Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8808916Z 
2020-03-23T19:58:29.8809363Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8816187Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8816419Z 
2020-03-23T19:58:29.8816419Z 
2020-03-23T19:58:29.8817109Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-23T19:58:29.8817898Z error: aborting due to previous error
2020-03-23T19:58:29.8818056Z 
2020-03-23T19:58:29.8818154Z 
2020-03-23T19:58:29.8818490Z ------------------------------------------
2020-03-23T19:58:29.8818490Z ------------------------------------------
2020-03-23T19:58:29.8818671Z 
2020-03-23T19:58:29.8818764Z 
2020-03-23T19:58:29.8819205Z ---- [incremental] incremental/change_private_impl_method/struct_point.rs stdout ----
2020-03-23T19:58:29.8819441Z 
2020-03-23T19:58:29.8819886Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-23T19:58:29.8820177Z status: exit code: 101
2020-03-23T19:58:29.8822614Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_impl_method/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method/struct_point/auxiliary"
2020-03-23T19:58:29.8824462Z ------------------------------------------
2020-03-23T19:58:29.8824621Z 
2020-03-23T19:58:29.8825113Z ------------------------------------------
2020-03-23T19:58:29.8825326Z stderr:
2020-03-23T19:58:29.8825326Z stderr:
2020-03-23T19:58:29.8825692Z ------------------------------------------
2020-03-23T19:58:29.8826544Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8827640Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8828023Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8828269Z 
2020-03-23T19:58:29.8828490Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8828490Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8828692Z 
2020-03-23T19:58:29.8829330Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8830099Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8830357Z 
2020-03-23T19:58:29.8830357Z 
2020-03-23T19:58:29.8831221Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.8831921Z error: aborting due to previous error
2020-03-23T19:58:29.8832108Z 
2020-03-23T19:58:29.8832211Z 
2020-03-23T19:58:29.8832578Z ------------------------------------------
2020-03-23T19:58:29.8832578Z ------------------------------------------
2020-03-23T19:58:29.8832755Z 
2020-03-23T19:58:29.8832856Z 
2020-03-23T19:58:29.8833356Z ---- [incremental] incremental/change_pub_inherent_method_body/struct_point.rs stdout ----
2020-03-23T19:58:29.8833619Z 
2020-03-23T19:58:29.8834080Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-23T19:58:29.8835349Z status: exit code: 101
2020-03-23T19:58:29.8838191Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_pub_inherent_method_body/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_body/struct_point/auxiliary"
2020-03-23T19:58:29.8840177Z ------------------------------------------
2020-03-23T19:58:29.8840359Z 
2020-03-23T19:58:29.8840694Z ------------------------------------------
2020-03-23T19:58:29.8840885Z stderr:
2020-03-23T19:58:29.8840885Z stderr:
2020-03-23T19:58:29.8846513Z ------------------------------------------
2020-03-23T19:58:29.8847252Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8848039Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8848367Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8848559Z 
2020-03-23T19:58:29.8848755Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8848755Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8848920Z 
2020-03-23T19:58:29.8849419Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8850054Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8850263Z 
2020-03-23T19:58:29.8850263Z 
2020-03-23T19:58:29.8850948Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.8851625Z error: aborting due to previous error
2020-03-23T19:58:29.8852327Z 
2020-03-23T19:58:29.8852412Z 
2020-03-23T19:58:29.8852741Z ------------------------------------------
2020-03-23T19:58:29.8852741Z ------------------------------------------
2020-03-23T19:58:29.8852941Z 
2020-03-23T19:58:29.8853026Z 
2020-03-23T19:58:29.8853423Z ---- [incremental] incremental/change_private_impl_method_cc/struct_point.rs stdout ----
2020-03-23T19:58:29.8853647Z 
2020-03-23T19:58:29.8853977Z error in revision `cfail2`: auxiliary build of "/checkout/src/test/incremental/change_private_impl_method_cc/auxiliary/point.rs" failed to compile: 
2020-03-23T19:58:29.8854344Z status: exit code: 101
2020-03-23T19:58:29.8857029Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_private_impl_method_cc/auxiliary/point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_private_impl_method_cc/struct_point/auxiliary"
2020-03-23T19:58:29.8858912Z ------------------------------------------
2020-03-23T19:58:29.8859086Z 
2020-03-23T19:58:29.8859415Z ------------------------------------------
2020-03-23T19:58:29.8859599Z stderr:
2020-03-23T19:58:29.8859599Z stderr:
2020-03-23T19:58:29.8859933Z ------------------------------------------
2020-03-23T19:58:29.8860691Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(point[8787]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8861522Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8861905Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8862128Z 
2020-03-23T19:58:29.8862334Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8862334Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8862539Z 
2020-03-23T19:58:29.8863090Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8863814Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8864050Z 
2020-03-23T19:58:29.8864050Z 
2020-03-23T19:58:29.8864835Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-23T19:58:29.8865496Z error: aborting due to previous error
2020-03-23T19:58:29.8865654Z 
2020-03-23T19:58:29.8865748Z 
2020-03-23T19:58:29.8866096Z ------------------------------------------
2020-03-23T19:58:29.8866096Z ------------------------------------------
2020-03-23T19:58:29.8866264Z 
2020-03-23T19:58:29.8866358Z 
2020-03-23T19:58:29.8866908Z ---- [incremental] incremental/change_pub_inherent_method_sig/struct_point.rs stdout ----
2020-03-23T19:58:29.8867118Z 
2020-03-23T19:58:29.8867503Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-23T19:58:29.8867756Z status: exit code: 101
2020-03-23T19:58:29.8870127Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/change_pub_inherent_method_sig/struct_point.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point/struct_point.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/change_pub_inherent_method_sig/struct_point/auxiliary"
2020-03-23T19:58:29.8871653Z ------------------------------------------
2020-03-23T19:58:29.8871778Z 
2020-03-23T19:58:29.8872029Z ------------------------------------------
2020-03-23T19:58:29.8872187Z stderr:
2020-03-23T19:58:29.8872187Z stderr:
2020-03-23T19:58:29.8872444Z ------------------------------------------
2020-03-23T19:58:29.8873052Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(struct_point[8787]::point[0]::Point[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8873957Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8874277Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8874622Z 
2020-03-23T19:58:29.8874800Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8874800Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8874963Z 
2020-03-23T19:58:29.8875471Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8876088Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8876295Z 
2020-03-23T19:58:29.8876295Z 
2020-03-23T19:58:29.8876999Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.8877558Z error: aborting due to previous error
2020-03-23T19:58:29.8877710Z 
2020-03-23T19:58:29.8877797Z 
2020-03-23T19:58:29.8878091Z ------------------------------------------
2020-03-23T19:58:29.8878091Z ------------------------------------------
2020-03-23T19:58:29.8878233Z 
2020-03-23T19:58:29.8878329Z 
2020-03-23T19:58:29.8878666Z ---- [incremental] incremental/commandline-args.rs stdout ----
2020-03-23T19:58:29.8878839Z 
2020-03-23T19:58:29.8879016Z error in revision `rpass3`: compilation failed!
2020-03-23T19:58:29.8879244Z status: exit code: 101
2020-03-23T19:58:29.8881670Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/commandline-args.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass3" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/commandline-args.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-C" "debuginfo=2" "--verbose" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/commandline-args/auxiliary"
2020-03-23T19:58:29.8884168Z ------------------------------------------
2020-03-23T19:58:29.8884364Z 
2020-03-23T19:58:29.8884727Z ------------------------------------------
2020-03-23T19:58:29.8884933Z stderr:
2020-03-23T19:58:29.8884933Z stderr:
2020-03-23T19:58:29.8885319Z ------------------------------------------
2020-03-23T19:58:29.8886112Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner(commandline_args[317d]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8886997Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8887389Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8887628Z 
2020-03-23T19:58:29.8887939Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8887939Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8888191Z 
2020-03-23T19:58:29.8888862Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8889657Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8889914Z 
2020-03-23T19:58:29.8889914Z 
2020-03-23T19:58:29.8890761Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=2
2020-03-23T19:58:29.8891472Z error: aborting due to previous error
2020-03-23T19:58:29.8891644Z 
2020-03-23T19:58:29.8891746Z 
2020-03-23T19:58:29.8892123Z ------------------------------------------
2020-03-23T19:58:29.8892123Z ------------------------------------------
2020-03-23T19:58:29.8892298Z 
2020-03-23T19:58:29.8892399Z 
2020-03-23T19:58:29.8892818Z ---- [incremental] incremental/crate_hash_reorder.rs stdout ----
2020-03-23T19:58:29.8893056Z 
2020-03-23T19:58:29.8893276Z error in revision `rpass2`: compilation failed!
2020-03-23T19:58:29.8893539Z status: exit code: 101
2020-03-23T19:58:29.8896013Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/crate_hash_reorder.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/crate_hash_reorder.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/crate_hash_reorder/auxiliary"
2020-03-23T19:58:29.8898024Z ------------------------------------------
2020-03-23T19:58:29.8898188Z 
2020-03-23T19:58:29.8898523Z ------------------------------------------
2020-03-23T19:58:29.8898733Z stderr:
2020-03-23T19:58:29.8898733Z stderr:
2020-03-23T19:58:29.8899076Z ------------------------------------------
2020-03-23T19:58:29.8899864Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(crate_hash_reorder[317d]::Y[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8900731Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8901093Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8901329Z 
2020-03-23T19:58:29.8901536Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8901536Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8901724Z 
2020-03-23T19:58:29.8902396Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8903117Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8903294Z 
2020-03-23T19:58:29.8903294Z 
2020-03-23T19:58:29.8903903Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.8904385Z error: aborting due to previous error
2020-03-23T19:58:29.8904519Z 
2020-03-23T19:58:29.8904590Z 
2020-03-23T19:58:29.8904842Z ------------------------------------------
2020-03-23T19:58:29.8904842Z ------------------------------------------
2020-03-23T19:58:29.8904966Z 
2020-03-23T19:58:29.8905050Z 
2020-03-23T19:58:29.8905328Z ---- [incremental] incremental/dirty_clean.rs stdout ----
2020-03-23T19:58:29.8905471Z 
2020-03-23T19:58:29.8905687Z error in revision `cfail2`: Error: expected failure status (Some(1)) but received status Some(101).
2020-03-23T19:58:29.8905954Z status: exit code: 101
2020-03-23T19:58:29.8907684Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/dirty_clean.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean/dirty_clean.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/dirty_clean/auxiliary"
2020-03-23T19:58:29.8910246Z ------------------------------------------
2020-03-23T19:58:29.8910393Z 
2020-03-23T19:58:29.8910647Z ------------------------------------------
2020-03-23T19:58:29.8910792Z stderr:
2020-03-23T19:58:29.8910792Z stderr:
2020-03-23T19:58:29.8911072Z ------------------------------------------
2020-03-23T19:58:29.8912544Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner(dirty_clean[317d]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8913290Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8913565Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8914093Z 
2020-03-23T19:58:29.8914270Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8914270Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8914610Z 
2020-03-23T19:58:29.8915087Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8915637Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8915816Z 
2020-03-23T19:58:29.8915816Z 
2020-03-23T19:58:29.8917873Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.8918638Z error: aborting due to previous error
2020-03-23T19:58:29.8918778Z 
2020-03-23T19:58:29.8918862Z 
2020-03-23T19:58:29.8919175Z ------------------------------------------
2020-03-23T19:58:29.8919175Z ------------------------------------------
2020-03-23T19:58:29.8919318Z 
2020-03-23T19:58:29.8919400Z 
2020-03-23T19:58:29.8919755Z ---- [incremental] incremental/extern_static/issue-49153.rs stdout ----
2020-03-23T19:58:29.8919958Z 
2020-03-23T19:58:29.8920136Z error in revision `rpass2`: compilation failed!
2020-03-23T19:58:29.8920349Z status: exit code: 101
2020-03-23T19:58:29.8922583Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/extern_static/issue-49153.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/issue-49153.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/extern_static/issue-49153/auxiliary"
2020-03-23T19:58:29.8924167Z ------------------------------------------
2020-03-23T19:58:29.8924312Z 
2020-03-23T19:58:29.8924619Z ------------------------------------------
2020-03-23T19:58:29.8924786Z stderr:
2020-03-23T19:58:29.8924786Z stderr:
2020-03-23T19:58:29.8925084Z ------------------------------------------
2020-03-23T19:58:29.8925752Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(issue_49153[317d]::[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8926765Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8927143Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8927355Z 
2020-03-23T19:58:29.8927535Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8927535Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8927698Z 
2020-03-23T19:58:29.8928219Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8928836Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8929044Z 
2020-03-23T19:58:29.8929044Z 
2020-03-23T19:58:29.8930499Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.8931046Z error: aborting due to previous error
2020-03-23T19:58:29.8931207Z 
2020-03-23T19:58:29.8931291Z 
2020-03-23T19:58:29.8931628Z ------------------------------------------
2020-03-23T19:58:29.8931628Z ------------------------------------------
2020-03-23T19:58:29.8931771Z 
2020-03-23T19:58:29.8931872Z 
2020-03-23T19:58:29.8932224Z ---- [incremental] incremental/hashes/call_expressions.rs stdout ----
2020-03-23T19:58:29.8932408Z 
2020-03-23T19:58:29.8933183Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-23T19:58:29.8933465Z status: exit code: 101
2020-03-23T19:58:29.8939589Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/hashes/call_expressions.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/call_expressions/call_expressions.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/call_expressions" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-Zincremental-ignore-spans" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/call_expressions/auxiliary"
2020-03-23T19:58:29.8941435Z ------------------------------------------
2020-03-23T19:58:29.8941582Z 
2020-03-23T19:58:29.8941881Z ------------------------------------------
2020-03-23T19:58:29.8942049Z stderr:
2020-03-23T19:58:29.8942049Z stderr:
2020-03-23T19:58:29.8942565Z ------------------------------------------
2020-03-23T19:58:29.8944718Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(call_expressions[8787]::Struct[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.8945672Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.8946048Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.8946269Z 
2020-03-23T19:58:29.8946497Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8946497Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.8946689Z 
2020-03-23T19:58:29.8947261Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.8948605Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.8948843Z 
2020-03-23T19:58:29.8948843Z 
2020-03-23T19:58:29.8949791Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -Z incremental-ignore-spans -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.8950506Z error: aborting due to previous error
2020-03-23T19:58:29.8950665Z 
2020-03-23T19:58:29.8950761Z 
2020-03-23T19:58:29.8951124Z ------------------------------------------
2020-03-23T19:58:29.8951124Z ------------------------------------------
2020-03-23T19:58:29.8951409Z 
2020-03-23T19:58:29.8951503Z 
2020-03-23T19:58:29.8951891Z ---- [incremental] incremental/hashes/consts.rs stdout ----
2020-03-23T19:58:29.8952151Z 
2020-03-23T19:58:29.8952594Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-23T19:58:29.8952884Z status: exit code: 101
---
2020-03-23T19:58:29.9171713Z    |
2020-03-23T19:58:29.9171859Z LL |     fn baz() {
2020-03-23T19:58:29.9172175Z    |        ^^^
2020-03-23T19:58:29.9172292Z 
2020-03-23T19:58:29.9173070Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(ich_method_call_trait_scope[317d]::{{impl}}[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9173949Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9174327Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9174547Z 
2020-03-23T19:58:29.9174752Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9174752Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9174941Z 
2020-03-23T19:58:29.9175507Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9176223Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9176475Z 
2020-03-23T19:58:29.9176475Z 
2020-03-23T19:58:29.9177265Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.9177921Z error: aborting due to previous error
2020-03-23T19:58:29.9178082Z 
2020-03-23T19:58:29.9178175Z 
2020-03-23T19:58:29.9178510Z ------------------------------------------
2020-03-23T19:58:29.9178510Z ------------------------------------------
2020-03-23T19:58:29.9178673Z 
2020-03-23T19:58:29.9178781Z 
2020-03-23T19:58:29.9179173Z ---- [incremental] incremental/ich_resolve_results.rs stdout ----
2020-03-23T19:58:29.9179375Z 
2020-03-23T19:58:29.9179589Z error in revision `rpass2`: compilation failed!
2020-03-23T19:58:29.9179832Z status: exit code: 101
2020-03-23T19:58:29.9182064Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/ich_resolve_results.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_resolve_results/ich_resolve_results.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_resolve_results/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/ich_resolve_results/auxiliary"
2020-03-23T19:58:29.9183855Z ------------------------------------------
2020-03-23T19:58:29.9184020Z 
2020-03-23T19:58:29.9184357Z ------------------------------------------
2020-03-23T19:58:29.9184548Z stderr:
2020-03-23T19:58:29.9184548Z stderr:
2020-03-23T19:58:29.9184906Z ------------------------------------------
2020-03-23T19:58:29.9185820Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(ich_resolve_results[317d]::mod1[0]::Foo[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9186621Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9186924Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9187108Z 
2020-03-23T19:58:29.9187299Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9187299Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9187463Z 
2020-03-23T19:58:29.9187940Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9188573Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9188779Z 
2020-03-23T19:58:29.9188779Z 
2020-03-23T19:58:29.9189424Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.9189976Z error: aborting due to previous error
2020-03-23T19:58:29.9190115Z 
2020-03-23T19:58:29.9190197Z 
2020-03-23T19:58:29.9190505Z ------------------------------------------
2020-03-23T19:58:29.9190505Z ------------------------------------------
2020-03-23T19:58:29.9190648Z 
2020-03-23T19:58:29.9190729Z 
2020-03-23T19:58:29.9191075Z ---- [incremental] incremental/incremental_proc_macro.rs stdout ----
2020-03-23T19:58:29.9191269Z 
2020-03-23T19:58:29.9191641Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-23T19:58:29.9191894Z status: exit code: 101
2020-03-23T19:58:29.9193887Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/incremental_proc_macro.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/incremental_proc_macro/incremental_proc_macro.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/incremental_proc_macro" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/incremental_proc_macro/auxiliary"
2020-03-23T19:58:29.9196220Z ------------------------------------------
2020-03-23T19:58:29.9196401Z 
2020-03-23T19:58:29.9196976Z ------------------------------------------
2020-03-23T19:58:29.9197187Z stderr:
2020-03-23T19:58:29.9197187Z stderr:
2020-03-23T19:58:29.9197562Z ------------------------------------------
2020-03-23T19:58:29.9198452Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(incremental_proc_macro[8787]::Foo[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9199390Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9199803Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9200043Z 
2020-03-23T19:58:29.9200268Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9200268Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9200470Z 
2020-03-23T19:58:29.9201084Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9201851Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9202124Z 
2020-03-23T19:58:29.9202124Z 
2020-03-23T19:58:29.9202923Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.9203598Z error: aborting due to previous error
2020-03-23T19:58:29.9203860Z 
2020-03-23T19:58:29.9203962Z 
2020-03-23T19:58:29.9204334Z ------------------------------------------
2020-03-23T19:58:29.9204334Z ------------------------------------------
2020-03-23T19:58:29.9204511Z 
2020-03-23T19:58:29.9204711Z 
2020-03-23T19:58:29.9205164Z ---- [incremental] incremental/issue-39828/issue-39828.rs stdout ----
2020-03-23T19:58:29.9205390Z 
2020-03-23T19:58:29.9206039Z error in revision `rpass2`: auxiliary build of "/checkout/src/test/incremental/issue-39828/auxiliary/generic.rs" failed to compile: 
2020-03-23T19:58:29.9206468Z status: exit code: 101
2020-03-23T19:58:29.9209091Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-39828/auxiliary/generic.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-39828/issue-39828/issue-39828.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-39828/issue-39828/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-39828/issue-39828/auxiliary"
2020-03-23T19:58:29.9211105Z ------------------------------------------
2020-03-23T19:58:29.9211229Z 
2020-03-23T19:58:29.9211481Z ------------------------------------------
2020-03-23T19:58:29.9211639Z stderr:
2020-03-23T19:58:29.9211639Z stderr:
2020-03-23T19:58:29.9211899Z ------------------------------------------
2020-03-23T19:58:29.9212433Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner(generic[8787]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9213042Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9213318Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9213484Z 
2020-03-23T19:58:29.9213655Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9213655Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9213796Z 
2020-03-23T19:58:29.9214208Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9214755Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9214934Z 
2020-03-23T19:58:29.9214934Z 
2020-03-23T19:58:29.9215572Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-23T19:58:29.9216077Z error: aborting due to previous error
2020-03-23T19:58:29.9216197Z 
2020-03-23T19:58:29.9216285Z 
2020-03-23T19:58:29.9216540Z ------------------------------------------
2020-03-23T19:58:29.9216540Z ------------------------------------------
2020-03-23T19:58:29.9216662Z 
2020-03-23T19:58:29.9216732Z 
2020-03-23T19:58:29.9217082Z ---- [incremental] incremental/issue-59523-on-implemented-is-not-unused.rs stdout ----
2020-03-23T19:58:29.9217261Z 
2020-03-23T19:58:29.9217581Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-23T19:58:29.9217813Z status: exit code: 101
2020-03-23T19:58:29.9219728Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-59523-on-implemented-is-not-unused.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59523-on-implemented-is-not-unused/issue-59523-on-implemented-is-not-unused.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59523-on-implemented-is-not-unused" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59523-on-implemented-is-not-unused/auxiliary"
2020-03-23T19:58:29.9221230Z ------------------------------------------
2020-03-23T19:58:29.9221368Z 
2020-03-23T19:58:29.9221619Z ------------------------------------------
2020-03-23T19:58:29.9221930Z stderr:
2020-03-23T19:58:29.9221930Z stderr:
2020-03-23T19:58:29.9222431Z ------------------------------------------
2020-03-23T19:58:29.9223311Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(issue_59523_on_implemented_is_not_unused[317d]::Index[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9224224Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9224593Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9224811Z 
2020-03-23T19:58:29.9225020Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9225020Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9225225Z 
2020-03-23T19:58:29.9225775Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9226501Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9226738Z 
2020-03-23T19:58:29.9226738Z 
2020-03-23T19:58:29.9227480Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.9228104Z error: aborting due to previous error
2020-03-23T19:58:29.9228261Z 
2020-03-23T19:58:29.9228355Z 
2020-03-23T19:58:29.9228689Z ------------------------------------------
2020-03-23T19:58:29.9228689Z ------------------------------------------
2020-03-23T19:58:29.9228866Z 
2020-03-23T19:58:29.9228964Z 
2020-03-23T19:58:29.9229435Z ---- [incremental] incremental/issue-59524-layout-scalar-valid-range-is-not-unused.rs stdout ----
2020-03-23T19:58:29.9229691Z 
2020-03-23T19:58:29.9230134Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-23T19:58:29.9230424Z status: exit code: 101
2020-03-23T19:58:29.9233081Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused/issue-59524-layout-scalar-valid-range-is-not-unused.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-59524-layout-scalar-valid-range-is-not-unused/auxiliary"
2020-03-23T19:58:29.9235291Z ------------------------------------------
2020-03-23T19:58:29.9235434Z 
2020-03-23T19:58:29.9235727Z ------------------------------------------
2020-03-23T19:58:29.9235911Z stderr:
2020-03-23T19:58:29.9235911Z stderr:
2020-03-23T19:58:29.9236212Z ------------------------------------------
2020-03-23T19:58:29.9237056Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(issue_59524_layout_scalar_valid_range_is_not_unused[317d]::RestrictedRange[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9237774Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9238101Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9238282Z 
2020-03-23T19:58:29.9238468Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9238468Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9238612Z 
2020-03-23T19:58:29.9239045Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9239577Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9239756Z 
2020-03-23T19:58:29.9239756Z 
2020-03-23T19:58:29.9240326Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.9240779Z error: aborting due to previous error
2020-03-23T19:58:29.9240897Z 
2020-03-23T19:58:29.9240983Z 
2020-03-23T19:58:29.9241231Z ------------------------------------------
2020-03-23T19:58:29.9241231Z ------------------------------------------
2020-03-23T19:58:29.9241353Z 
2020-03-23T19:58:29.9241427Z 
2020-03-23T19:58:29.9241722Z ---- [incremental] incremental/issue-60629.rs stdout ----
2020-03-23T19:58:29.9241866Z 
2020-03-23T19:58:29.9242018Z error in revision `rpass2`: compilation failed!
2020-03-23T19:58:29.9242201Z status: exit code: 101
2020-03-23T19:58:29.9243821Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-60629.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-60629/issue-60629.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-60629/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-60629/auxiliary"
2020-03-23T19:58:29.9245112Z ------------------------------------------
2020-03-23T19:58:29.9245234Z 
2020-03-23T19:58:29.9245500Z ------------------------------------------
2020-03-23T19:58:29.9245645Z stderr:
2020-03-23T19:58:29.9245645Z stderr:
2020-03-23T19:58:29.9245901Z ------------------------------------------
2020-03-23T19:58:29.9246494Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(issue_60629[317d]::A[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9247120Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9247406Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9247573Z 
2020-03-23T19:58:29.9247727Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9247727Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9247869Z 
2020-03-23T19:58:29.9248294Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9248831Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9249026Z 
2020-03-23T19:58:29.9249026Z 
2020-03-23T19:58:29.9249585Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.9250057Z error: aborting due to previous error
2020-03-23T19:58:29.9250176Z 
2020-03-23T19:58:29.9250246Z 
2020-03-23T19:58:29.9250495Z ------------------------------------------
2020-03-23T19:58:29.9250495Z ------------------------------------------
2020-03-23T19:58:29.9250617Z 
2020-03-23T19:58:29.9250704Z 
2020-03-23T19:58:29.9250986Z ---- [incremental] incremental/issue-61323.rs stdout ----
2020-03-23T19:58:29.9251131Z 
2020-03-23T19:58:29.9251359Z error in revision `cfail`: Error: expected failure status (Some(1)) but received status Some(101).
2020-03-23T19:58:29.9251609Z status: exit code: 101
2020-03-23T19:58:29.9253308Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-61323.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61323/issue-61323.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61323" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61323/auxiliary"
2020-03-23T19:58:29.9254625Z ------------------------------------------
2020-03-23T19:58:29.9254749Z 
2020-03-23T19:58:29.9255003Z ------------------------------------------
2020-03-23T19:58:29.9255148Z stderr:
2020-03-23T19:58:29.9255148Z stderr:
2020-03-23T19:58:29.9255424Z ------------------------------------------
2020-03-23T19:58:29.9256004Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(issue_61323[317d]::A[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9256642Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9256916Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9257081Z 
2020-03-23T19:58:29.9257248Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9257248Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9257389Z 
2020-03-23T19:58:29.9257802Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9258348Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9258528Z 
2020-03-23T19:58:29.9258528Z 
2020-03-23T19:58:29.9259084Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.9259563Z error: aborting due to previous error
2020-03-23T19:58:29.9259682Z 
2020-03-23T19:58:29.9259753Z 
2020-03-23T19:58:29.9260019Z ------------------------------------------
2020-03-23T19:58:29.9260019Z ------------------------------------------
2020-03-23T19:58:29.9260141Z 
2020-03-23T19:58:29.9260211Z 
2020-03-23T19:58:29.9260493Z ---- [incremental] incremental/issue-61530.rs stdout ----
2020-03-23T19:58:29.9260651Z 
2020-03-23T19:58:29.9260802Z error in revision `rpass2`: compilation failed!
2020-03-23T19:58:29.9260985Z status: exit code: 101
2020-03-23T19:58:29.9262605Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-61530.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61530/issue-61530.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61530/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-61530/auxiliary"
2020-03-23T19:58:29.9263892Z ------------------------------------------
2020-03-23T19:58:29.9264016Z 
2020-03-23T19:58:29.9264285Z ------------------------------------------
2020-03-23T19:58:29.9264430Z stderr:
2020-03-23T19:58:29.9264430Z stderr:
2020-03-23T19:58:29.9264689Z ------------------------------------------
2020-03-23T19:58:29.9265291Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(issue_61530[317d]::I32x2[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9265984Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9266305Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9266473Z 
2020-03-23T19:58:29.9266628Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9266628Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9266769Z 
2020-03-23T19:58:29.9267201Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9267732Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9267911Z 
2020-03-23T19:58:29.9267911Z 
2020-03-23T19:58:29.9268481Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.9268941Z error: aborting due to previous error
2020-03-23T19:58:29.9269074Z 
2020-03-23T19:58:29.9269145Z 
2020-03-23T19:58:29.9269398Z ------------------------------------------
2020-03-23T19:58:29.9269398Z ------------------------------------------
2020-03-23T19:58:29.9269520Z 
2020-03-23T19:58:29.9269604Z 
2020-03-23T19:58:29.9269931Z ---- [incremental] incremental/issue-62649-path-collisions-happen.rs stdout ----
2020-03-23T19:58:29.9270103Z 
2020-03-23T19:58:29.9270255Z error in revision `rpass2`: compilation failed!
2020-03-23T19:58:29.9270452Z status: exit code: 101
2020-03-23T19:58:29.9272762Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-62649-path-collisions-happen.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-62649-path-collisions-happen/issue-62649-path-collisions-happen.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-62649-path-collisions-happen/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-62649-path-collisions-happen/auxiliary"
2020-03-23T19:58:29.9274786Z ------------------------------------------
2020-03-23T19:58:29.9274945Z 
2020-03-23T19:58:29.9275276Z ------------------------------------------
2020-03-23T19:58:29.9275459Z stderr:
2020-03-23T19:58:29.9275459Z stderr:
2020-03-23T19:58:29.9275810Z ------------------------------------------
2020-03-23T19:58:29.9276566Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner(issue_62649_path_collisions_happen[317d]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9277389Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9277750Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9277974Z 
2020-03-23T19:58:29.9278193Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9278193Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9278382Z 
2020-03-23T19:58:29.9278931Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9279858Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9280113Z 
2020-03-23T19:58:29.9280113Z 
2020-03-23T19:58:29.9280918Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.9281589Z error: aborting due to previous error
2020-03-23T19:58:29.9281761Z 
2020-03-23T19:58:29.9281863Z 
2020-03-23T19:58:29.9282238Z ------------------------------------------
2020-03-23T19:58:29.9282238Z ------------------------------------------
2020-03-23T19:58:29.9282413Z 
2020-03-23T19:58:29.9282514Z 
2020-03-23T19:58:29.9282919Z ---- [incremental] incremental/issue-69596.rs stdout ----
2020-03-23T19:58:29.9283207Z 
2020-03-23T19:58:29.9283425Z error in revision `rpass2`: compilation failed!
2020-03-23T19:58:29.9283731Z status: exit code: 101
2020-03-23T19:58:29.9286081Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/issue-69596.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-69596/issue-69596.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-69596/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/issue-69596/auxiliary"
2020-03-23T19:58:29.9287801Z ------------------------------------------
2020-03-23T19:58:29.9287964Z 
2020-03-23T19:58:29.9288313Z ------------------------------------------
2020-03-23T19:58:29.9288509Z stderr:
2020-03-23T19:58:29.9288509Z stderr:
2020-03-23T19:58:29.9288851Z ------------------------------------------
2020-03-23T19:58:29.9289570Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner(issue_69596[317d]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9290384Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9290744Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9290981Z 
2020-03-23T19:58:29.9291186Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9291186Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9291375Z 
2020-03-23T19:58:29.9291937Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9292645Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9292886Z 
2020-03-23T19:58:29.9292886Z 
2020-03-23T19:58:29.9293647Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.9294258Z error: aborting due to previous error
2020-03-23T19:58:29.9294431Z 
2020-03-23T19:58:29.9294526Z 
2020-03-23T19:58:29.9294860Z ------------------------------------------
2020-03-23T19:58:29.9294860Z ------------------------------------------
2020-03-23T19:58:29.9295024Z 
2020-03-23T19:58:29.9295133Z 
2020-03-23T19:58:29.9295513Z ---- [incremental] incremental/krate-inherent.rs stdout ----
2020-03-23T19:58:29.9295708Z 
2020-03-23T19:58:29.9296131Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-23T19:58:29.9296437Z status: exit code: 101
2020-03-23T19:58:29.9298515Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/krate-inherent.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate-inherent/krate-inherent.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate-inherent" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate-inherent/auxiliary"
2020-03-23T19:58:29.9299850Z ------------------------------------------
2020-03-23T19:58:29.9299988Z 
2020-03-23T19:58:29.9300240Z ------------------------------------------
2020-03-23T19:58:29.9300383Z stderr:
2020-03-23T19:58:29.9300383Z stderr:
2020-03-23T19:58:29.9300655Z ------------------------------------------
2020-03-23T19:58:29.9301339Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(krate_inherent[8787]::x[0]::Foo[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9302008Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9302280Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9302446Z 
2020-03-23T19:58:29.9302600Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9302600Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9302757Z 
2020-03-23T19:58:29.9303170Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9303716Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9303894Z 
2020-03-23T19:58:29.9303894Z 
2020-03-23T19:58:29.9304484Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath -C debuginfo=0
2020-03-23T19:58:29.9304987Z error: aborting due to previous error
2020-03-23T19:58:29.9305106Z 
2020-03-23T19:58:29.9305176Z 
2020-03-23T19:58:29.9305440Z ------------------------------------------
2020-03-23T19:58:29.9305440Z ------------------------------------------
2020-03-23T19:58:29.9305562Z 
2020-03-23T19:58:29.9305631Z 
2020-03-23T19:58:29.9305937Z ---- [incremental] incremental/krate_reassign_34991/main.rs stdout ----
2020-03-23T19:58:29.9306111Z 
2020-03-23T19:58:29.9306376Z error in revision `rpass2`: auxiliary build of "/checkout/src/test/incremental/krate_reassign_34991/auxiliary/a.rs" failed to compile: 
2020-03-23T19:58:29.9306673Z status: exit code: 101
2020-03-23T19:58:29.9308464Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/krate_reassign_34991/auxiliary/a.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate_reassign_34991/main/main.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate_reassign_34991/main/auxiliary" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "dylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/krate_reassign_34991/main/auxiliary"
2020-03-23T19:58:29.9310278Z ------------------------------------------
2020-03-23T19:58:29.9310443Z 
2020-03-23T19:58:29.9310794Z ------------------------------------------
2020-03-23T19:58:29.9310986Z stderr:
2020-03-23T19:58:29.9310986Z stderr:
2020-03-23T19:58:29.9311328Z ------------------------------------------
2020-03-23T19:58:29.9312081Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(a[8787]::X[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9312904Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9313281Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9313501Z 
2020-03-23T19:58:29.9313706Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9313706Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9313894Z 
2020-03-23T19:58:29.9314665Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9315392Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9315645Z 
2020-03-23T19:58:29.9315645Z 
2020-03-23T19:58:29.9316432Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type dylib
2020-03-23T19:58:29.9317158Z error: aborting due to previous error
2020-03-23T19:58:29.9317316Z 
2020-03-23T19:58:29.9317410Z 
2020-03-23T19:58:29.9317807Z ------------------------------------------
2020-03-23T19:58:29.9317807Z ------------------------------------------
2020-03-23T19:58:29.9317990Z 
2020-03-23T19:58:29.9318083Z 
2020-03-23T19:58:29.9318458Z ---- [incremental] incremental/no_mangle.rs stdout ----
2020-03-23T19:58:29.9318642Z 
2020-03-23T19:58:29.9319082Z error in revision `cfail2`: test compilation failed although it shouldn't!
2020-03-23T19:58:29.9319374Z status: exit code: 101
2020-03-23T19:58:29.9321597Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/no_mangle.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/no_mangle/no_mangle.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "--emit" "metadata" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/no_mangle" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--crate-type" "cdylib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/no_mangle/auxiliary"
2020-03-23T19:58:29.9323682Z ------------------------------------------
2020-03-23T19:58:29.9323859Z 
2020-03-23T19:58:29.9324220Z ------------------------------------------
2020-03-23T19:58:29.9324426Z stderr:
2020-03-23T19:58:29.9324426Z stderr:
2020-03-23T19:58:29.9324813Z ------------------------------------------
2020-03-23T19:58:29.9325587Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner(no_mangle[8787]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9326458Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9326853Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9327092Z 
2020-03-23T19:58:29.9327332Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9327332Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9327533Z 
2020-03-23T19:58:29.9328126Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9328907Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9329164Z 
2020-03-23T19:58:29.9329164Z 
2020-03-23T19:58:29.9330105Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C prefer-dynamic -C rpath -C debuginfo=0 --crate-type cdylib
2020-03-23T19:58:29.9330762Z error: aborting due to previous error
2020-03-23T19:58:29.9330920Z 
2020-03-23T19:58:29.9331028Z 
2020-03-23T19:58:29.9331365Z ------------------------------------------
2020-03-23T19:58:29.9331365Z ------------------------------------------
2020-03-23T19:58:29.9331533Z 
2020-03-23T19:58:29.9331626Z 
2020-03-23T19:58:29.9331997Z ---- [incremental] incremental/lto.rs stdout ----
2020-03-23T19:58:29.9332175Z 
2020-03-23T19:58:29.9332378Z error in revision `rpass2`: compilation failed!
2020-03-23T19:58:29.9332622Z status: exit code: 101
2020-03-23T19:58:29.9334689Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/lto.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/lto/lto.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/lto/a" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-C" "lto" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/lto/auxiliary"
2020-03-23T19:58:29.9336163Z ------------------------------------------
2020-03-23T19:58:29.9336305Z 
2020-03-23T19:58:29.9336635Z ------------------------------------------
2020-03-23T19:58:29.9336825Z stderr:
2020-03-23T19:58:29.9336825Z stderr:
2020-03-23T19:58:29.9337132Z ------------------------------------------
2020-03-23T19:58:29.9337845Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(lto[317d]::x[0]::X[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9338487Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9338759Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9338938Z 
2020-03-23T19:58:29.9339092Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9339092Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9339233Z 
2020-03-23T19:58:29.9339657Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9340191Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9340369Z 
2020-03-23T19:58:29.9340369Z 
2020-03-23T19:58:29.9340924Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -C incremental -C rpath -C debuginfo=0 -C lto
2020-03-23T19:58:29.9341370Z error: aborting due to previous error
2020-03-23T19:58:29.9341502Z 
2020-03-23T19:58:29.9341574Z 
2020-03-23T19:58:29.9341826Z ------------------------------------------
2020-03-23T19:58:29.9341826Z ------------------------------------------
2020-03-23T19:58:29.9341948Z 
2020-03-23T19:58:29.9342018Z 
2020-03-23T19:58:29.9342331Z ---- [incremental] incremental/span_hash_stable/main.rs stdout ----
2020-03-23T19:58:29.9342485Z 
2020-03-23T19:58:29.9342636Z error in revision `rpass2`: compilation failed!
2020-03-23T19:58:29.9342832Z status: exit code: 101
2020-03-23T19:58:29.9344512Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/span_hash_stable/main.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/span_hash_stable/main/main.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/span_hash_stable/main/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-g" "-Z" "query-dep-graph" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/span_hash_stable/main/auxiliary"
2020-03-23T19:58:29.9345855Z ------------------------------------------
2020-03-23T19:58:29.9345992Z 
2020-03-23T19:58:29.9346244Z ------------------------------------------
2020-03-23T19:58:29.9346386Z stderr:
2020-03-23T19:58:29.9346386Z stderr:
2020-03-23T19:58:29.9346661Z ------------------------------------------
2020-03-23T19:58:29.9347293Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(main[317d]::auxiliary[0]::sub1[0]::SomeType[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9347970Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9348244Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9348409Z 
2020-03-23T19:58:29.9348564Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9348564Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9348720Z 
2020-03-23T19:58:29.9349133Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9349681Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9350046Z 
2020-03-23T19:58:29.9350046Z 
2020-03-23T19:58:29.9350698Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath
2020-03-23T19:58:29.9351521Z error: aborting due to previous error
2020-03-23T19:58:29.9351681Z 
2020-03-23T19:58:29.9351985Z 
2020-03-23T19:58:29.9352562Z ------------------------------------------
2020-03-23T19:58:29.9352562Z ------------------------------------------
2020-03-23T19:58:29.9352731Z 
2020-03-23T19:58:29.9352828Z 
2020-03-23T19:58:29.9353253Z ---- [incremental] incremental/spans_in_type_debuginfo.rs stdout ----
2020-03-23T19:58:29.9353494Z 
2020-03-23T19:58:29.9353712Z error in revision `rpass2`: compilation failed!
2020-03-23T19:58:29.9353974Z status: exit code: 101
2020-03-23T19:58:29.9356595Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/spans_in_type_debuginfo.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "rpass2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/spans_in_type_debuginfo/spans_in_type_debuginfo.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/spans_in_type_debuginfo/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-g" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/spans_in_type_debuginfo/auxiliary"
2020-03-23T19:58:29.9358574Z ------------------------------------------
2020-03-23T19:58:29.9358752Z 
2020-03-23T19:58:29.9359113Z ------------------------------------------
2020-03-23T19:58:29.9359336Z stderr:
2020-03-23T19:58:29.9359336Z stderr:
2020-03-23T19:58:29.9359708Z ------------------------------------------
2020-03-23T19:58:29.9360618Z error: internal compiler error: src/librustc/dep_graph/graph.rs:638: DepNode hir_owner_nodes(spans_in_type_debuginfo[317d]::structs[0]::X[0]) should have been pre-marked as red or green but wasn't.
2020-03-23T19:58:29.9361595Z thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:880:9
2020-03-23T19:58:29.9361992Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9362248Z 
2020-03-23T19:58:29.9362469Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9362469Z note: the compiler unexpectedly panicked. this is a bug.
2020-03-23T19:58:29.9362673Z 
2020-03-23T19:58:29.9363285Z note: we would appreciate a bug report: ***/blob/master/CONTRIBUTING.md#bug-reports
2020-03-23T19:58:29.9364053Z note: rustc 1.44.0-nightly (95bd3fe2a 2020-03-23) running on x86_64-unknown-linux-gnu
2020-03-23T19:58:29.9364310Z 
2020-03-23T19:58:29.9364310Z 
2020-03-23T19:58:29.9365228Z note: compiler flags: -Z threads=1 -Z incremental-verify-ich -Z incremental-queries -Z ui-testing -Z deduplicate-diagnostics=no -Z unstable-options -Z query-dep-graph -C incremental -C prefer-dynamic -C rpath
2020-03-23T19:58:29.9365845Z error: aborting due to previous error
2020-03-23T19:58:29.9366021Z 
2020-03-23T19:58:29.9366114Z 
2020-03-23T19:58:29.9366450Z ------------------------------------------
---
2020-03-23T19:58:29.9525109Z test result: FAILED. 58 passed; 59 failed; 0 ignored; 0 measured; 0 filtered out
2020-03-23T19:58:29.9525381Z 
2020-03-23T19:58:29.9525475Z 
2020-03-23T19:58:29.9525569Z 
2020-03-23T19:58:29.9529202Z command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--src-base" "/checkout/src/test/incremental" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "incremental" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-7/bin/FileCheck" "--nodejs" "/usr/bin/node" "--host-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--target-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--docck-python" "/usr/bin/python2.7" "--lldb-python" "/usr/bin/python2.7" "--gdb" "/usr/bin/gdb" "--quiet" "--llvm-version" "7.0.0\n" "--system-llvm" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
2020-03-23T19:58:29.9531499Z 
2020-03-23T19:58:29.9531581Z 
2020-03-23T19:58:29.9532219Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test --exclude src/tools/tidy
2020-03-23T19:58:29.9532571Z Build completed unsuccessfully in 0:54:40
2020-03-23T19:58:29.9532571Z Build completed unsuccessfully in 0:54:40
2020-03-23T19:58:29.9533706Z thread 'main' panicked at 'Some tests failed', src/tools/compiletest/src/main.rs:348:22
2020-03-23T19:58:29.9534121Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2020-03-23T19:58:29.9534447Z == clock drift check ==
2020-03-23T19:58:29.9534688Z   local time: Mon Mar 23 19:58:29 UTC 2020
2020-03-23T19:58:30.1881347Z   network time: Mon, 23 Mar 2020 19:58:30 GMT
2020-03-23T19:58:30.1881903Z == end clock drift check ==
2020-03-23T19:58:33.1666205Z 
2020-03-23T19:58:33.1735497Z ##[error]Bash exited with code '1'.
2020-03-23T19:58:33.1754905Z ##[section]Finishing: Run build
2020-03-23T19:58:33.1797188Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/62038/merge to s
2020-03-23T19:58:33.1801043Z Task         : Get sources
2020-03-23T19:58:33.1801491Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-03-23T19:58:33.1801753Z Version      : 1.0.0
2020-03-23T19:58:33.1801963Z Author       : Microsoft
2020-03-23T19:58:33.1801963Z Author       : Microsoft
2020-03-23T19:58:33.1802273Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2020-03-23T19:58:33.1802606Z ==============================================================================
2020-03-23T19:58:33.4673766Z Cleaning any cached credential from repository: rust-lang/rust (GitHub)
2020-03-23T19:58:33.4757354Z ##[section]Finishing: Checkout rust-lang/rust@refs/pull/62038/merge to s
2020-03-23T19:58:33.4838145Z Cleaning up task key
2020-03-23T19:58:33.4839183Z Start cleaning up orphan processes.
2020-03-23T19:58:33.4995368Z Terminate orphan process: pid (3547) (python)
2020-03-23T19:58:33.5129632Z ##[section]Finishing: Finalize Job

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

@bors
Copy link
Contributor

bors commented Mar 24, 2020

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

@bors
Copy link
Contributor

bors commented Mar 25, 2020

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

@bors
Copy link
Contributor

bors commented Mar 28, 2020

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

// For green nodes, we either executed the query (which always uses valid nodes)
// or we marked it as green because all its dependencies are green and valid.
DepNodeState::Green |
// Red nodes were always exexuted.
Copy link
Member

Choose a reason for hiding this comment

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

*executed

// the dep-node color having been properly updated.
// This means that the query system has reached an
// invalid state. We let the compiler continue (by
// returning `None`) so it can emit error messages
Copy link
Member

Choose a reason for hiding this comment

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

*returning false

@bors
Copy link
Contributor

bors commented Mar 30, 2020

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

@pnkfelix
Copy link
Member

pnkfelix commented Apr 1, 2020

@rustbot claim

@rustbot rustbot assigned pnkfelix and unassigned nikomatsakis Apr 1, 2020
@joelpalmer joelpalmer added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 9, 2020
@nikomatsakis
Copy link
Contributor

Closing this pull request as Zoxc is stepping back from compiler development; see rust-lang/team#316.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet