[INFO] fetching crate rustc-seme-regions 0.4.0... [INFO] checking rustc-seme-regions-0.4.0 against beta for pr-78714 [INFO] extracting crate rustc-seme-regions 0.4.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate rustc-seme-regions 0.4.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rustc-seme-regions 0.4.0 [INFO] finished tweaking crates.io crate rustc-seme-regions 0.4.0 [INFO] tweaked toml for crates.io crate rustc-seme-regions 0.4.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 67de7a11b198e8765c252579364d4810e63c38023801fb6d2cd158adbf53059a [INFO] running `Command { std: "docker" "start" "-a" "67de7a11b198e8765c252579364d4810e63c38023801fb6d2cd158adbf53059a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67de7a11b198e8765c252579364d4810e63c38023801fb6d2cd158adbf53059a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67de7a11b198e8765c252579364d4810e63c38023801fb6d2cd158adbf53059a", kill_on_drop: false }` [INFO] [stdout] 67de7a11b198e8765c252579364d4810e63c38023801fb6d2cd158adbf53059a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f7789eb1ca18fe46888d1084a0cd15660f2fe1439a67afd7f7dde2f84deeed9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3f7789eb1ca18fe46888d1084a0cd15660f2fe1439a67afd7f7dde2f84deeed9", kill_on_drop: false }` [INFO] [stderr] Checking rustc-seme-regions v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(crate_in_paths)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(extern_absolute_paths)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(extern_prelude)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(in_band_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `petgraph`? [INFO] [stdout] --> src/test.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use petgraph::algo::dominators::{self, Dominators}; [INFO] [stdout] | ^^^^^^^^ maybe a missing crate `petgraph`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `petgraph`? [INFO] [stdout] --> src/test.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use petgraph::graph::{Graph, Neighbors, NodeIndex}; [INFO] [stdout] | ^^^^^^^^ maybe a missing crate `petgraph`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `petgraph` [INFO] [stdout] --> src/test.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use petgraph::Direction; [INFO] [stdout] | ^^^^^^^^ maybe a missing crate `petgraph`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustc-seme-regions` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Graph` [INFO] [stdout] --> src/test.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | let mut graph = Graph::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:28:28 [INFO] [stdout] | [INFO] [stdout] 28 | graph.add_edge(NodeIndex::new(p), NodeIndex::new(q), ()); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:28:47 [INFO] [stdout] | [INFO] [stdout] 28 | graph.add_edge(NodeIndex::new(p), NodeIndex::new(q), ()); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dominators` [INFO] [stdout] --> src/test.rs:31:26 [INFO] [stdout] | [INFO] [stdout] 31 | let dominators = dominators::simple_fast(&graph, NodeIndex::entry()); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `dominators` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:31:58 [INFO] [stdout] | [INFO] [stdout] 31 | let dominators = dominators::simple_fast(&graph, NodeIndex::entry()); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | NodeIndex::new(0) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:95:20 [INFO] [stdout] | [INFO] [stdout] 95 | r.add_point(g, NodeIndex::new(3)); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:66:42 [INFO] [stdout] | [INFO] [stdout] 66 | $region.contains($graph, NodeIndex::new($c)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 96 | assert_contents!(r, g, +[3] -[0, 1, 2]); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:74:43 [INFO] [stdout] | [INFO] [stdout] 74 | !$region.contains($graph, NodeIndex::new($n)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 96 | assert_contents!(r, g, +[3] -[0, 1, 2]); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:100:20 [INFO] [stdout] | [INFO] [stdout] 100 | r.add_point(g, NodeIndex::new(1)); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:66:42 [INFO] [stdout] | [INFO] [stdout] 66 | $region.contains($graph, NodeIndex::new($c)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 101 | assert_contents!(r, g, +[0, 1, 2, 3] -[]); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | r.add_point(g, NodeIndex::new(0)); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:119:20 [INFO] [stdout] | [INFO] [stdout] 119 | r.add_point(g, NodeIndex::new(2)); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:66:42 [INFO] [stdout] | [INFO] [stdout] 66 | $region.contains($graph, NodeIndex::new($c)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 120 | assert_contents!(r, g, +[0, 2] -[1, 3]); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:74:43 [INFO] [stdout] | [INFO] [stdout] 74 | !$region.contains($graph, NodeIndex::new($n)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 120 | assert_contents!(r, g, +[0, 2] -[1, 3]); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | r.add_point(g, NodeIndex::new(0)); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:125:20 [INFO] [stdout] | [INFO] [stdout] 125 | r.add_point(g, NodeIndex::new(1)); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:66:42 [INFO] [stdout] | [INFO] [stdout] 66 | $region.contains($graph, NodeIndex::new($c)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 126 | assert_contents!(r, g, +[0, 1] -[2, 3]); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:74:43 [INFO] [stdout] | [INFO] [stdout] 74 | !$region.contains($graph, NodeIndex::new($n)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 126 | assert_contents!(r, g, +[0, 1] -[2, 3]); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:130:20 [INFO] [stdout] | [INFO] [stdout] 130 | r.add_point(g, NodeIndex::new(0)); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:131:20 [INFO] [stdout] | [INFO] [stdout] 131 | r.add_point(g, NodeIndex::new(3)); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:66:42 [INFO] [stdout] | [INFO] [stdout] 66 | $region.contains($graph, NodeIndex::new($c)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 132 | assert_contents!(r, g, +[0, 1, 2, 3] -[]); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:150:29 [INFO] [stdout] | [INFO] [stdout] 150 | assert!(r1.add_point(g, NodeIndex::new(0))); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:151:29 [INFO] [stdout] | [INFO] [stdout] 151 | assert!(r1.add_point(g, NodeIndex::new(2))); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:66:42 [INFO] [stdout] | [INFO] [stdout] 66 | $region.contains($graph, NodeIndex::new($c)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 152 | assert_contents!(r1, g, +[0, 2] -[1, 3]); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:74:43 [INFO] [stdout] | [INFO] [stdout] 74 | !$region.contains($graph, NodeIndex::new($n)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 152 | assert_contents!(r1, g, +[0, 2] -[1, 3]); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:156:29 [INFO] [stdout] | [INFO] [stdout] 156 | assert!(r2.add_point(g, NodeIndex::new(0))); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:157:29 [INFO] [stdout] | [INFO] [stdout] 157 | assert!(r2.add_point(g, NodeIndex::new(1))); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:66:42 [INFO] [stdout] | [INFO] [stdout] 66 | $region.contains($graph, NodeIndex::new($c)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 158 | assert_contents!(r2, g, +[0, 1] -[2, 3]); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:74:43 [INFO] [stdout] | [INFO] [stdout] 74 | !$region.contains($graph, NodeIndex::new($n)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 158 | assert_contents!(r2, g, +[0, 1] -[2, 3]); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:66:42 [INFO] [stdout] | [INFO] [stdout] 66 | $region.contains($graph, NodeIndex::new($c)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 164 | assert_contents!(r3, g, +[0, 1, 2] -[3]); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NodeIndex` [INFO] [stdout] --> src/test.rs:74:43 [INFO] [stdout] | [INFO] [stdout] 74 | !$region.contains($graph, NodeIndex::new($n)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NodeIndex` [INFO] [stdout] ... [INFO] [stdout] 164 | assert_contents!(r3, g, +[0, 1, 2] -[3]); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Graph` in this scope [INFO] [stdout] --> src/test.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | graph: Graph<(), ()>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Dominators` in this scope [INFO] [stdout] --> src/test.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | dominators: Dominators, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeIndex` in this scope [INFO] [stdout] --> src/test.rs:10:28 [INFO] [stdout] | [INFO] [stdout] 8 | struct GraphPair { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 9 | graph: Graph<(), ()>, [INFO] [stdout] 10 | dominators: Dominators, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeIndex` in this scope [INFO] [stdout] --> src/test.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | impl Point for NodeIndex { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeIndex` in this scope [INFO] [stdout] --> src/test.rs:43:15 [INFO] [stdout] | [INFO] [stdout] 43 | impl GraphRef for &'g GraphPair { [INFO] [stdout] | - ^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Neighbors` in this scope [INFO] [stdout] --> src/test.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | type Predecessors = Neighbors<'g, ()>; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeIndex` in this scope [INFO] [stdout] --> src/test.rs:46:34 [INFO] [stdout] | [INFO] [stdout] 46 | fn predecessors(self, point: NodeIndex) -> Self::Predecessors { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeIndex` in this scope [INFO] [stdout] --> src/test.rs:50:41 [INFO] [stdout] | [INFO] [stdout] 50 | fn immediate_dominator(self, point: NodeIndex) -> Option { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeIndex` in this scope [INFO] [stdout] --> src/test.rs:50:62 [INFO] [stdout] | [INFO] [stdout] 43 | impl GraphRef for &'g GraphPair { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 50 | fn immediate_dominator(self, point: NodeIndex) -> Option { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeIndex` in this scope [INFO] [stdout] --> src/test.rs:54:32 [INFO] [stdout] | [INFO] [stdout] 54 | fn dominates(self, point1: NodeIndex, point2: NodeIndex) -> bool { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NodeIndex` in this scope [INFO] [stdout] --> src/test.rs:54:51 [INFO] [stdout] | [INFO] [stdout] 54 | fn dominates(self, point1: NodeIndex, point2: NodeIndex) -> bool { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(crate_in_paths)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(extern_absolute_paths)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(extern_prelude)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(in_band_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 50 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3f7789eb1ca18fe46888d1084a0cd15660f2fe1439a67afd7f7dde2f84deeed9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f7789eb1ca18fe46888d1084a0cd15660f2fe1439a67afd7f7dde2f84deeed9", kill_on_drop: false }` [INFO] [stdout] 3f7789eb1ca18fe46888d1084a0cd15660f2fe1439a67afd7f7dde2f84deeed9