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

Inform the query system about properties of queries at compile time #62104

Merged
merged 2 commits into from
Jun 29, 2019

Conversation

Zoxc
Copy link
Contributor

@Zoxc Zoxc commented Jun 24, 2019

No description provided.

@rust-highfive
Copy link
Collaborator

r? @petrochenkov

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 24, 2019
@Zoxc
Copy link
Contributor Author

Zoxc commented Jun 24, 2019

@bors try

@bors
Copy link
Contributor

bors commented Jun 24, 2019

⌛ Trying commit 4cd07c4 with merge 2e59845...

bors added a commit that referenced this pull request Jun 24, 2019
Inform the query system about properties of queries at compile time
@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:0bfba5bc:start=1561419821803874912,finish=1561419822618143134,duration=814268222
$ 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
---
    98% |███████████████████████████████▋| 1.7MB 43.0MB/s eta 0:00:01
    99% |███████████████████████████████▉| 1.7MB 48.7MB/s eta 0:00:01
    100% |████████████████████████████████| 1.7MB 9.6MB/s 
Collecting botocore==1.12.175 (from awscli)
  Downloading https://files.pythonhosted.org/packages/19/ff/fff69109c7f4f97f393b0b948eab16caf3464204fe5cf1955d9d1e1879fa/botocore-1.12.175-py2.py3-none-any.whl (5.6MB)
    0% |▏                               | 20kB 22.4MB/s eta 0:00:01
    0% |▏                               | 30kB 27.3MB/s eta 0:00:01
    0% |▎                               | 40kB 30.7MB/s eta 0:00:01
    0% |▎                               | 51kB 31.4MB/s eta 0:00:01
---

[00:04:51] travis_fold:start:tidy
travis_time:start:tidy
tidy check
[00:04:51] tidy error: /checkout/src/librustc/ty/query/plumbing.rs:963: trailing whitespace
[00:04:53] some tidy checks failed
[00:04:53] 
[00:04:53] 
[00:04:53] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/tidy" "/checkout/src" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "--no-vendor"
[00:04:53] 
[00:04:53] 
[00:04:53] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test src/tools/tidy
[00:04:53] Build completed unsuccessfully in 0:01:15
---
travis_time:end:00beb086:start=1561420128053136347,finish=1561420128058452516,duration=5316169
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:056c427f
$ 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:095ef340
travis_time:start:095ef340
$ 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:0fe9575e
$ 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)

@Zoxc
Copy link
Contributor Author

Zoxc commented Jun 25, 2019

r? @eddyb

@rust-highfive rust-highfive assigned eddyb and unassigned petrochenkov Jun 25, 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:03162e63:start=1561422555870352927,finish=1561422558387257226,duration=2516904299
$ 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
---
    98% |███████████████████████████████▋| 1.7MB 40.4MB/s eta 0:00:01
    99% |███████████████████████████████▉| 1.7MB 32.0MB/s eta 0:00:01
    100% |████████████████████████████████| 1.7MB 10.0MB/s 
Collecting botocore==1.12.175 (from awscli)
  Downloading https://files.pythonhosted.org/packages/19/ff/fff69109c7f4f97f393b0b948eab16caf3464204fe5cf1955d9d1e1879fa/botocore-1.12.175-py2.py3-none-any.whl (5.6MB)
    0% |▏                               | 20kB 24.6MB/s eta 0:00:01
    0% |▏                               | 30kB 30.1MB/s eta 0:00:01
    0% |▎                               | 40kB 27.2MB/s eta 0:00:01
    0% |▎                               | 51kB 30.2MB/s eta 0:00:01
---
[00:50:31] ...................................i................................................................ 600/5697
[00:50:35] .................................................................................................... 700/5697
[00:50:39] .................................................................................................... 800/5697
[00:50:44] .................................................................................................... 900/5697
[00:50:48] ................................................i...........i.....FF.FFFFFF......................... 1000/5697
[00:50:51] .............................................................................iiiii.................. 1100/5697
[00:50:57] .................................................................................................... 1300/5697
[00:51:00] .................................................................................................... 1400/5697
[00:51:03] .................................................................................................... 1500/5697
[00:51:06] .................................................................................................... 1600/5697
---
[00:53:37] failures:
[00:53:37] 
[00:53:37] ---- [ui] ui/dep-graph/dep-graph-assoc-type-codegen.rs stdout ----
[00:53:37] 
[00:53:37] error: Error: expected failure status (Some(1)) but received status Some(101).
[00:53:37] status: exit code: 101
[00:53:37] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/dep-graph/dep-graph-assoc-type-codegen.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/dep-graph/dep-graph-assoc-type-codegen" "-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/ui/dep-graph/dep-graph-assoc-type-codegen/auxiliary" "-A" "unused"
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] stderr:
[00:53:37] stderr:
[00:53:37] ------------------------------------------
[00:53:37] thread 'rustc' panicked at 'assertion failed: !dep_node.kind.is_eval_always()', src/librustc/dep_graph/graph.rs:575:9
[00:53:37] 
[00:53:37] error: internal compiler error: unexpected panic
[00:53:37] 
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] 
[00:53:37] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[00:53:37] 
[00:53:37] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[00:53:37] 
[00:53:37] note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -Z query-dep-graph -C prefer-dynamic -C rpath -C debuginfo=0
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] 
[00:53:37] 
[00:53:37] ---- [ui] ui/dep-graph/dep-graph-caller-callee.rs stdout ----
[00:53:37] 
[00:53:37] error: Error: expected failure status (Some(1)) but received status Some(101).
[00:53:37] status: exit code: 101
[00:53:37] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/dep-graph/dep-graph-caller-callee.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/dep-graph/dep-graph-caller-callee" "-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/ui/dep-graph/dep-graph-caller-callee/auxiliary" "-A" "unused"
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] stderr:
[00:53:37] stderr:
[00:53:37] ------------------------------------------
[00:53:37] thread 'rustc' panicked at 'assertion failed: !dep_node.kind.is_eval_always()', src/librustc/dep_graph/graph.rs:575:9
[00:53:37] 
[00:53:37] error: internal compiler error: unexpected panic
[00:53:37] 
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] 
[00:53:37] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[00:53:37] 
[00:53:37] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[00:53:37] 
[00:53:37] note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -Z query-dep-graph -C prefer-dynamic -C rpath -C debuginfo=0
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] 
[00:53:37] 
[00:53:37] ---- [ui] ui/dep-graph/dep-graph-struct-signature.rs stdout ----
[00:53:37] 
[00:53:37] error: Error: expected failure status (Some(1)) but received status Some(101).
[00:53:37] status: exit code: 101
[00:53:37] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/dep-graph/dep-graph-struct-signature.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/dep-graph/dep-graph-struct-signature" "-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/ui/dep-graph/dep-graph-struct-signature/auxiliary" "-A" "unused"
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] stderr:
[00:53:37] stderr:
[00:53:37] ------------------------------------------
[00:53:37] thread 'rustc' panicked at 'assertion failed: !dep_node.kind.is_eval_always()', src/librustc/dep_graph/graph.rs:575:9
[00:53:37] 
[00:53:37] error: internal compiler error: unexpected panic
[00:53:37] 
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] 
[00:53:37] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[00:53:37] 
[00:53:37] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[00:53:37] 
[00:53:37] note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -Z query-dep-graph -C prefer-dynamic -C rpath -C debuginfo=0
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] 
[00:53:37] 
[00:53:37] ---- [ui] ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.rs stdout ----
[00:53:37] 
[00:53:37] error: Error: expected failure status (Some(1)) but received status Some(101).
[00:53:37] status: exit code: 101
[00:53:37] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method" "-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/ui/dep-graph/dep-graph-trait-impl-two-traits-same-method/auxiliary" "-A" "unused"
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] stderr:
[00:53:37] stderr:
[00:53:37] ------------------------------------------
[00:53:37] thread 'rustc' panicked at 'assertion failed: !dep_node.kind.is_eval_always()', src/librustc/dep_graph/graph.rs:575:9
[00:53:37] 
[00:53:37] error: internal compiler error: unexpected panic
[00:53:37] 
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] 
[00:53:37] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[00:53:37] 
[00:53:37] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[00:53:37] 
[00:53:37] note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -Z query-dep-graph -C prefer-dynamic -C rpath -C debuginfo=0
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] 
[00:53:37] 
[00:53:37] ---- [ui] ui/dep-graph/dep-graph-trait-impl-two-traits.rs stdout ----
[00:53:37] 
[00:53:37] error: Error: expected failure status (Some(1)) but received status Some(101).
[00:53:37] status: exit code: 101
[00:53:37] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/dep-graph/dep-graph-trait-impl-two-traits.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/dep-graph/dep-graph-trait-impl-two-traits" "-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/ui/dep-graph/dep-graph-trait-impl-two-traits/auxiliary" "-A" "unused"
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] stderr:
[00:53:37] stderr:
[00:53:37] ------------------------------------------
[00:53:37] thread 'rustc' panicked at 'assertion failed: !dep_node.kind.is_eval_always()', src/librustc/dep_graph/graph.rs:575:9
[00:53:37] 
[00:53:37] error: internal compiler error: unexpected panic
[00:53:37] 
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] 
[00:53:37] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[00:53:37] 
[00:53:37] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[00:53:37] 
[00:53:37] note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -Z query-dep-graph -C prefer-dynamic -C rpath -C debuginfo=0
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] 
[00:53:37] 
[00:53:37] ---- [ui] ui/dep-graph/dep-graph-trait-impl.rs stdout ----
[00:53:37] 
[00:53:37] error: Error: expected failure status (Some(1)) but received status Some(101).
[00:53:37] status: exit code: 101
[00:53:37] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/dep-graph/dep-graph-trait-impl.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/dep-graph/dep-graph-trait-impl" "-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/ui/dep-graph/dep-graph-trait-impl/auxiliary" "-A" "unused"
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] stderr:
[00:53:37] stderr:
[00:53:37] ------------------------------------------
[00:53:37] thread 'rustc' panicked at 'assertion failed: !dep_node.kind.is_eval_always()', src/librustc/dep_graph/graph.rs:575:9
[00:53:37] 
[00:53:37] error: internal compiler error: unexpected panic
[00:53:37] 
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] 
[00:53:37] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[00:53:37] 
[00:53:37] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[00:53:37] 
[00:53:37] note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -Z query-dep-graph -C prefer-dynamic -C rpath -C debuginfo=0
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] 
[00:53:37] 
[00:53:37] ---- [ui] ui/dep-graph/dep-graph-type-alias.rs stdout ----
[00:53:37] 
[00:53:37] error: Error: expected failure status (Some(1)) but received status Some(101).
[00:53:37] status: exit code: 101
[00:53:37] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/dep-graph/dep-graph-type-alias.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/dep-graph/dep-graph-type-alias" "-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/ui/dep-graph/dep-graph-type-alias/auxiliary" "-A" "unused"
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] stderr:
[00:53:37] stderr:
[00:53:37] ------------------------------------------
[00:53:37] thread 'rustc' panicked at 'assertion failed: !dep_node.kind.is_eval_always()', src/librustc/dep_graph/graph.rs:575:9
[00:53:37] 
[00:53:37] error: internal compiler error: unexpected panic
[00:53:37] 
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] 
[00:53:37] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[00:53:37] 
[00:53:37] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[00:53:37] 
[00:53:37] note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -Z query-dep-graph -C prefer-dynamic -C rpath -C debuginfo=0
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] 
[00:53:37] 
[00:53:37] ---- [ui] ui/dep-graph/dep-graph-variance-alias.rs stdout ----
[00:53:37] 
[00:53:37] error: Error: expected failure status (Some(1)) but received status Some(101).
[00:53:37] status: exit code: 101
[00:53:37] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/dep-graph/dep-graph-variance-alias.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/dep-graph/dep-graph-variance-alias" "-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/ui/dep-graph/dep-graph-variance-alias/auxiliary" "-A" "unused"
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] stderr:
[00:53:37] stderr:
[00:53:37] ------------------------------------------
[00:53:37] thread 'rustc' panicked at 'assertion failed: !dep_node.kind.is_eval_always()', src/librustc/dep_graph/graph.rs:575:9
[00:53:37] 
[00:53:37] error: internal compiler error: unexpected panic
[00:53:37] 
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] note: the compiler unexpectedly panicked. this is a bug.
[00:53:37] 
[00:53:37] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[00:53:37] 
[00:53:37] note: rustc 1.37.0-dev running on x86_64-unknown-linux-gnu
[00:53:37] 
[00:53:37] note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -Z query-dep-graph -C prefer-dynamic -C rpath -C debuginfo=0
[00:53:37] 
[00:53:37] ------------------------------------------
[00:53:37] 
[00:53:37] 
---
[00:53:37] thread 'main' panicked at 'Some tests failed', src/tools/compiletest/src/main.rs:521:22
[00:53:37] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[00:53:37] 
[00:53:37] 
[00:53:37] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--src-base" "/checkout/src/test/ui" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "ui" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-6.0/bin/FileCheck" "--host-rustcflags" "-Crpath -O -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"
[00:53:37] 
[00:53:37] 
[00:53:37] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test
[00:53:37] Build completed unsuccessfully in 0:48:55
---
travis_time:end:1183a952:start=1561425788763129455,finish=1561425788770092684,duration=6963229
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:00788869
$ 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:11a42599
$ 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)

@Zoxc
Copy link
Contributor Author

Zoxc commented Jun 25, 2019

@rust-timer build 2e59845

@rust-timer
Copy link
Collaborator

Success: Queued 2e59845 with parent 8aa42ed, comparison URL.

@rust-timer
Copy link
Collaborator

Finished benchmarking try commit 2e59845, comparison URL.

@eddyb
Copy link
Member

eddyb commented Jun 25, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Jun 25, 2019

📌 Commit 11221d1 has been approved by eddyb

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Jun 25, 2019
Inform the query system about properties of queries at compile time
Centril added a commit to Centril/rust that referenced this pull request Jun 26, 2019
Inform the query system about properties of queries at compile time
bors added a commit that referenced this pull request Jun 26, 2019
Rollup of 8 pull requests

Successful merges:

 - #60340 (Rename .cap() methods to .capacity())
 - #61767 (Update new_debug_unreachable)
 - #62043 (Remove `FnBox`)
 - #62076 (Updated RELEASES.md for 1.36.0)
 - #62102 (call out explicitly that general read needs to be called with an initialized buffer)
 - #62104 (Inform the query system about properties of queries at compile time)
 - #62106 (Add more tests for async/await)
 - #62124 (refactor lexer to use idiomatic borrowing)

Failed merges:

r? @ghost
Centril added a commit to Centril/rust that referenced this pull request Jun 26, 2019
Inform the query system about properties of queries at compile time
Centril added a commit to Centril/rust that referenced this pull request Jun 28, 2019
Inform the query system about properties of queries at compile time
Centril added a commit to Centril/rust that referenced this pull request Jun 28, 2019
Inform the query system about properties of queries at compile time
Centril added a commit to Centril/rust that referenced this pull request Jun 28, 2019
Inform the query system about properties of queries at compile time
Centril added a commit to Centril/rust that referenced this pull request Jun 29, 2019
Inform the query system about properties of queries at compile time
bors added a commit that referenced this pull request Jun 29, 2019
Rollup of 7 pull requests

Successful merges:

 - #61199 (Revert "Set test flag when rustdoc is running with --test option" )
 - #61755 (Add `--pass $mode` to compiletest through `./x.py`)
 - #61818 (Issue #60709 test)
 - #62023 (publish_toolstate: don't use 'new' from inside the loop)
 - #62104 (Inform the query system about properties of queries at compile time)
 - #62163 (Avoid mem::uninitialized() in std::sys::unix)
 - #62204 (doc(libcore) Fix CS)

Failed merges:

r? @ghost
@bors bors merged commit 11221d1 into rust-lang:master Jun 29, 2019
@Zoxc Zoxc deleted the query-info branch June 29, 2019 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants