Sep 14 09:54:13.008 INFO checking rustc-seme-regions-0.4.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 09:54:13.008 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 09:54:13.008 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 09:54:13.224 INFO blam! 27d2c53b47ea51398cbcc890ffe2a82eff46f83f63e9f386cf8067759303ccf1 Sep 14 09:54:13.230 INFO running `"docker" "start" "-a" "27d2c53b47ea51398cbcc890ffe2a82eff46f83f63e9f386cf8067759303ccf1"` Sep 14 09:54:14.485 INFO kablam! usermod: no changes Sep 14 09:54:14.523 INFO kablam! Checking rustc-seme-regions v0.4.0 (file:///source) Sep 14 09:54:14.523 INFO kablam! Checking petgraph v0.4.13 Sep 14 09:54:18.091 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate petgraph;`? Sep 14 09:54:18.091 INFO kablam! --> src/test.rs:4:5 Sep 14 09:54:18.091 INFO kablam! | Sep 14 09:54:18.091 INFO kablam! 4 | use petgraph::algo::dominators::{self, Dominators}; Sep 14 09:54:18.091 INFO kablam! | ^^^^^^^^ Maybe a missing `extern crate petgraph;`? Sep 14 09:54:18.091 INFO kablam! Sep 14 09:54:18.098 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate petgraph;`? Sep 14 09:54:18.098 INFO kablam! --> src/test.rs:5:5 Sep 14 09:54:18.098 INFO kablam! | Sep 14 09:54:18.098 INFO kablam! 5 | use petgraph::graph::{Graph, Neighbors, NodeIndex}; Sep 14 09:54:18.098 INFO kablam! | ^^^^^^^^ Maybe a missing `extern crate petgraph;`? Sep 14 09:54:18.098 INFO kablam! Sep 14 09:54:18.108 INFO kablam! error[E0432]: unresolved import `petgraph` Sep 14 09:54:18.108 INFO kablam! --> src/test.rs:6:5 Sep 14 09:54:18.108 INFO kablam! | Sep 14 09:54:18.108 INFO kablam! 6 | use petgraph::Direction; Sep 14 09:54:18.108 INFO kablam! | ^^^^^^^^ Maybe a missing `extern crate petgraph;`? Sep 14 09:54:18.108 INFO kablam! Sep 14 09:54:18.119 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Graph` Sep 14 09:54:18.119 INFO kablam! --> src/test.rs:21:25 Sep 14 09:54:18.119 INFO kablam! | Sep 14 09:54:18.119 INFO kablam! 21 | let mut graph = Graph::new(); Sep 14 09:54:18.119 INFO kablam! | ^^^^^ Use of undeclared type or module `Graph` Sep 14 09:54:18.119 INFO kablam! Sep 14 09:54:18.119 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.119 INFO kablam! --> src/test.rs:28:28 Sep 14 09:54:18.119 INFO kablam! | Sep 14 09:54:18.119 INFO kablam! 28 | graph.add_edge(NodeIndex::new(p), NodeIndex::new(q), ()); Sep 14 09:54:18.120 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.120 INFO kablam! Sep 14 09:54:18.120 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.120 INFO kablam! --> src/test.rs:28:47 Sep 14 09:54:18.120 INFO kablam! | Sep 14 09:54:18.120 INFO kablam! 28 | graph.add_edge(NodeIndex::new(p), NodeIndex::new(q), ()); Sep 14 09:54:18.120 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.120 INFO kablam! Sep 14 09:54:18.120 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `dominators` Sep 14 09:54:18.120 INFO kablam! --> src/test.rs:31:26 Sep 14 09:54:18.120 INFO kablam! | Sep 14 09:54:18.120 INFO kablam! 31 | let dominators = dominators::simple_fast(&graph, NodeIndex::entry()); Sep 14 09:54:18.120 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `dominators` Sep 14 09:54:18.120 INFO kablam! Sep 14 09:54:18.120 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.120 INFO kablam! --> src/test.rs:31:58 Sep 14 09:54:18.121 INFO kablam! | Sep 14 09:54:18.121 INFO kablam! 31 | let dominators = dominators::simple_fast(&graph, NodeIndex::entry()); Sep 14 09:54:18.121 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.121 INFO kablam! Sep 14 09:54:18.124 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.124 INFO kablam! --> src/test.rs:39:9 Sep 14 09:54:18.124 INFO kablam! | Sep 14 09:54:18.124 INFO kablam! 39 | NodeIndex::new(0) Sep 14 09:54:18.124 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.124 INFO kablam! Sep 14 09:54:18.151 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! --> src/test.rs:95:20 Sep 14 09:54:18.151 INFO kablam! | Sep 14 09:54:18.151 INFO kablam! 95 | r.add_point(g, NodeIndex::new(3)); Sep 14 09:54:18.151 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! Sep 14 09:54:18.151 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! --> src/test.rs:66:42 Sep 14 09:54:18.151 INFO kablam! | Sep 14 09:54:18.151 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 14 09:54:18.151 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! ... Sep 14 09:54:18.151 INFO kablam! 96 | assert_contents!(r, g, +[3] -[0, 1, 2]); Sep 14 09:54:18.151 INFO kablam! | ---------------------------------------- in this macro invocation Sep 14 09:54:18.151 INFO kablam! Sep 14 09:54:18.151 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! --> src/test.rs:74:43 Sep 14 09:54:18.151 INFO kablam! | Sep 14 09:54:18.151 INFO kablam! 74 | !$region.contains($graph, NodeIndex::new($n)), Sep 14 09:54:18.151 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! ... Sep 14 09:54:18.151 INFO kablam! 96 | assert_contents!(r, g, +[3] -[0, 1, 2]); Sep 14 09:54:18.151 INFO kablam! | ---------------------------------------- in this macro invocation Sep 14 09:54:18.151 INFO kablam! Sep 14 09:54:18.151 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! --> src/test.rs:100:20 Sep 14 09:54:18.151 INFO kablam! | Sep 14 09:54:18.151 INFO kablam! 100 | r.add_point(g, NodeIndex::new(1)); Sep 14 09:54:18.151 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! Sep 14 09:54:18.151 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! --> src/test.rs:66:42 Sep 14 09:54:18.151 INFO kablam! | Sep 14 09:54:18.151 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 14 09:54:18.151 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! ... Sep 14 09:54:18.151 INFO kablam! 101 | assert_contents!(r, g, +[0, 1, 2, 3] -[]); Sep 14 09:54:18.151 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 09:54:18.151 INFO kablam! Sep 14 09:54:18.151 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! --> src/test.rs:118:20 Sep 14 09:54:18.151 INFO kablam! | Sep 14 09:54:18.151 INFO kablam! 118 | r.add_point(g, NodeIndex::new(0)); Sep 14 09:54:18.151 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! Sep 14 09:54:18.151 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! --> src/test.rs:119:20 Sep 14 09:54:18.151 INFO kablam! | Sep 14 09:54:18.151 INFO kablam! 119 | r.add_point(g, NodeIndex::new(2)); Sep 14 09:54:18.151 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! Sep 14 09:54:18.151 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! --> src/test.rs:66:42 Sep 14 09:54:18.151 INFO kablam! | Sep 14 09:54:18.151 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 14 09:54:18.151 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! ... Sep 14 09:54:18.151 INFO kablam! 120 | assert_contents!(r, g, +[0, 2] -[1, 3]); Sep 14 09:54:18.151 INFO kablam! | ---------------------------------------- in this macro invocation Sep 14 09:54:18.151 INFO kablam! Sep 14 09:54:18.151 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! --> src/test.rs:74:43 Sep 14 09:54:18.151 INFO kablam! | Sep 14 09:54:18.151 INFO kablam! 74 | !$region.contains($graph, NodeIndex::new($n)), Sep 14 09:54:18.151 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.151 INFO kablam! ... Sep 14 09:54:18.152 INFO kablam! 120 | assert_contents!(r, g, +[0, 2] -[1, 3]); Sep 14 09:54:18.152 INFO kablam! | ---------------------------------------- in this macro invocation Sep 14 09:54:18.152 INFO kablam! Sep 14 09:54:18.153 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.153 INFO kablam! --> src/test.rs:124:20 Sep 14 09:54:18.153 INFO kablam! | Sep 14 09:54:18.153 INFO kablam! 124 | r.add_point(g, NodeIndex::new(0)); Sep 14 09:54:18.153 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.153 INFO kablam! Sep 14 09:54:18.153 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.153 INFO kablam! --> src/test.rs:125:20 Sep 14 09:54:18.153 INFO kablam! | Sep 14 09:54:18.153 INFO kablam! 125 | r.add_point(g, NodeIndex::new(1)); Sep 14 09:54:18.153 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.153 INFO kablam! Sep 14 09:54:18.154 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.154 INFO kablam! --> src/test.rs:66:42 Sep 14 09:54:18.154 INFO kablam! | Sep 14 09:54:18.154 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 14 09:54:18.154 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.154 INFO kablam! ... Sep 14 09:54:18.154 INFO kablam! 126 | assert_contents!(r, g, +[0, 1] -[2, 3]); Sep 14 09:54:18.154 INFO kablam! | ---------------------------------------- in this macro invocation Sep 14 09:54:18.154 INFO kablam! Sep 14 09:54:18.154 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.154 INFO kablam! --> src/test.rs:74:43 Sep 14 09:54:18.154 INFO kablam! | Sep 14 09:54:18.154 INFO kablam! 74 | !$region.contains($graph, NodeIndex::new($n)), Sep 14 09:54:18.154 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.154 INFO kablam! ... Sep 14 09:54:18.154 INFO kablam! 126 | assert_contents!(r, g, +[0, 1] -[2, 3]); Sep 14 09:54:18.154 INFO kablam! | ---------------------------------------- in this macro invocation Sep 14 09:54:18.154 INFO kablam! Sep 14 09:54:18.154 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.154 INFO kablam! --> src/test.rs:130:20 Sep 14 09:54:18.154 INFO kablam! | Sep 14 09:54:18.154 INFO kablam! 130 | r.add_point(g, NodeIndex::new(0)); Sep 14 09:54:18.155 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.155 INFO kablam! Sep 14 09:54:18.155 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.155 INFO kablam! --> src/test.rs:131:20 Sep 14 09:54:18.155 INFO kablam! | Sep 14 09:54:18.155 INFO kablam! 131 | r.add_point(g, NodeIndex::new(3)); Sep 14 09:54:18.155 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.155 INFO kablam! Sep 14 09:54:18.155 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.155 INFO kablam! --> src/test.rs:66:42 Sep 14 09:54:18.155 INFO kablam! | Sep 14 09:54:18.155 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 14 09:54:18.155 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.155 INFO kablam! ... Sep 14 09:54:18.155 INFO kablam! 132 | assert_contents!(r, g, +[0, 1, 2, 3] -[]); Sep 14 09:54:18.155 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 09:54:18.155 INFO kablam! Sep 14 09:54:18.155 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.155 INFO kablam! --> src/test.rs:150:29 Sep 14 09:54:18.155 INFO kablam! | Sep 14 09:54:18.155 INFO kablam! 150 | assert!(r1.add_point(g, NodeIndex::new(0))); Sep 14 09:54:18.156 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.156 INFO kablam! Sep 14 09:54:18.156 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.156 INFO kablam! --> src/test.rs:151:29 Sep 14 09:54:18.156 INFO kablam! | Sep 14 09:54:18.156 INFO kablam! 151 | assert!(r1.add_point(g, NodeIndex::new(2))); Sep 14 09:54:18.156 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.156 INFO kablam! Sep 14 09:54:18.156 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.156 INFO kablam! --> src/test.rs:66:42 Sep 14 09:54:18.156 INFO kablam! | Sep 14 09:54:18.156 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 14 09:54:18.156 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.156 INFO kablam! ... Sep 14 09:54:18.156 INFO kablam! 152 | assert_contents!(r1, g, +[0, 2] -[1, 3]); Sep 14 09:54:18.156 INFO kablam! | ----------------------------------------- in this macro invocation Sep 14 09:54:18.156 INFO kablam! Sep 14 09:54:18.156 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.156 INFO kablam! --> src/test.rs:74:43 Sep 14 09:54:18.156 INFO kablam! | Sep 14 09:54:18.156 INFO kablam! 74 | !$region.contains($graph, NodeIndex::new($n)), Sep 14 09:54:18.156 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.156 INFO kablam! ... Sep 14 09:54:18.156 INFO kablam! 152 | assert_contents!(r1, g, +[0, 2] -[1, 3]); Sep 14 09:54:18.156 INFO kablam! | ----------------------------------------- in this macro invocation Sep 14 09:54:18.156 INFO kablam! Sep 14 09:54:18.157 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.157 INFO kablam! --> src/test.rs:156:29 Sep 14 09:54:18.157 INFO kablam! | Sep 14 09:54:18.157 INFO kablam! 156 | assert!(r2.add_point(g, NodeIndex::new(0))); Sep 14 09:54:18.157 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.157 INFO kablam! Sep 14 09:54:18.157 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.157 INFO kablam! --> src/test.rs:157:29 Sep 14 09:54:18.157 INFO kablam! | Sep 14 09:54:18.157 INFO kablam! 157 | assert!(r2.add_point(g, NodeIndex::new(1))); Sep 14 09:54:18.157 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.157 INFO kablam! Sep 14 09:54:18.157 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.157 INFO kablam! --> src/test.rs:66:42 Sep 14 09:54:18.157 INFO kablam! | Sep 14 09:54:18.157 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 14 09:54:18.157 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.157 INFO kablam! ... Sep 14 09:54:18.157 INFO kablam! 158 | assert_contents!(r2, g, +[0, 1] -[2, 3]); Sep 14 09:54:18.157 INFO kablam! | ----------------------------------------- in this macro invocation Sep 14 09:54:18.157 INFO kablam! Sep 14 09:54:18.157 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.157 INFO kablam! --> src/test.rs:74:43 Sep 14 09:54:18.157 INFO kablam! | Sep 14 09:54:18.157 INFO kablam! 74 | !$region.contains($graph, NodeIndex::new($n)), Sep 14 09:54:18.157 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.157 INFO kablam! ... Sep 14 09:54:18.157 INFO kablam! 158 | assert_contents!(r2, g, +[0, 1] -[2, 3]); Sep 14 09:54:18.158 INFO kablam! | ----------------------------------------- in this macro invocation Sep 14 09:54:18.158 INFO kablam! Sep 14 09:54:18.158 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.158 INFO kablam! --> src/test.rs:66:42 Sep 14 09:54:18.158 INFO kablam! | Sep 14 09:54:18.158 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 14 09:54:18.158 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.158 INFO kablam! ... Sep 14 09:54:18.158 INFO kablam! 164 | assert_contents!(r3, g, +[0, 1, 2] -[3]); Sep 14 09:54:18.158 INFO kablam! | ----------------------------------------- in this macro invocation Sep 14 09:54:18.158 INFO kablam! Sep 14 09:54:18.158 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.158 INFO kablam! --> src/test.rs:74:43 Sep 14 09:54:18.158 INFO kablam! | Sep 14 09:54:18.158 INFO kablam! 74 | !$region.contains($graph, NodeIndex::new($n)), Sep 14 09:54:18.158 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 14 09:54:18.158 INFO kablam! ... Sep 14 09:54:18.158 INFO kablam! 164 | assert_contents!(r3, g, +[0, 1, 2] -[3]); Sep 14 09:54:18.158 INFO kablam! | ----------------------------------------- in this macro invocation Sep 14 09:54:18.158 INFO kablam! Sep 14 09:54:18.160 INFO kablam! error[E0412]: cannot find type `Graph` in this scope Sep 14 09:54:18.160 INFO kablam! --> src/test.rs:9:12 Sep 14 09:54:18.160 INFO kablam! | Sep 14 09:54:18.160 INFO kablam! 9 | graph: Graph<(), ()>, Sep 14 09:54:18.160 INFO kablam! | ^^^^^ not found in this scope Sep 14 09:54:18.160 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 3 | use Graph; Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 3 | use graph::Graph; Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 3 | use prelude::Graph; Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! Sep 14 09:54:18.161 INFO kablam! error[E0412]: cannot find type `Dominators` in this scope Sep 14 09:54:18.161 INFO kablam! --> src/test.rs:10:17 Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 10 | dominators: Dominators, Sep 14 09:54:18.161 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 14 09:54:18.161 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 3 | use algo::dominators::Dominators; Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! Sep 14 09:54:18.161 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 14 09:54:18.161 INFO kablam! --> src/test.rs:10:28 Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 10 | dominators: Dominators, Sep 14 09:54:18.161 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 09:54:18.161 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 3 | use csr::NodeIndex; Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 3 | use graph::NodeIndex; Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 3 | use prelude::NodeIndex; Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! Sep 14 09:54:18.161 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 14 09:54:18.161 INFO kablam! --> src/test.rs:37:16 Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 37 | impl Point for NodeIndex { Sep 14 09:54:18.161 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 09:54:18.161 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 3 | use csr::NodeIndex; Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 3 | use graph::NodeIndex; Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 3 | use prelude::NodeIndex; Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.161 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 14 09:54:18.161 INFO kablam! | Sep 14 09:54:18.163 INFO kablam! Sep 14 09:54:18.163 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 14 09:54:18.163 INFO kablam! --> src/test.rs:43:15 Sep 14 09:54:18.163 INFO kablam! | Sep 14 09:54:18.163 INFO kablam! 43 | impl GraphRef for &'g GraphPair { Sep 14 09:54:18.163 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 09:54:18.163 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 14 09:54:18.163 INFO kablam! | Sep 14 09:54:18.163 INFO kablam! 3 | use csr::NodeIndex; Sep 14 09:54:18.163 INFO kablam! | Sep 14 09:54:18.163 INFO kablam! 3 | use graph::NodeIndex; Sep 14 09:54:18.163 INFO kablam! | Sep 14 09:54:18.163 INFO kablam! 3 | use prelude::NodeIndex; Sep 14 09:54:18.163 INFO kablam! | Sep 14 09:54:18.163 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 14 09:54:18.163 INFO kablam! | Sep 14 09:54:18.163 INFO kablam! Sep 14 09:54:18.164 INFO kablam! error[E0412]: cannot find type `Neighbors` in this scope Sep 14 09:54:18.164 INFO kablam! --> src/test.rs:44:25 Sep 14 09:54:18.164 INFO kablam! | Sep 14 09:54:18.164 INFO kablam! 44 | type Predecessors = Neighbors<'g, ()>; Sep 14 09:54:18.164 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 09:54:18.164 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 14 09:54:18.164 INFO kablam! | Sep 14 09:54:18.164 INFO kablam! 3 | use csr::Neighbors; Sep 14 09:54:18.164 INFO kablam! | Sep 14 09:54:18.164 INFO kablam! 3 | use graph::Neighbors; Sep 14 09:54:18.164 INFO kablam! | Sep 14 09:54:18.164 INFO kablam! 3 | use graphmap::Neighbors; Sep 14 09:54:18.164 INFO kablam! | Sep 14 09:54:18.164 INFO kablam! 3 | use stable_graph::Neighbors; Sep 14 09:54:18.164 INFO kablam! | Sep 14 09:54:18.164 INFO kablam! Sep 14 09:54:18.164 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 14 09:54:18.164 INFO kablam! --> src/test.rs:46:34 Sep 14 09:54:18.164 INFO kablam! | Sep 14 09:54:18.164 INFO kablam! 46 | fn predecessors(self, point: NodeIndex) -> Self::Predecessors { Sep 14 09:54:18.164 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 09:54:18.164 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 14 09:54:18.164 INFO kablam! | Sep 14 09:54:18.165 INFO kablam! 3 | use csr::NodeIndex; Sep 14 09:54:18.165 INFO kablam! | Sep 14 09:54:18.165 INFO kablam! 3 | use graph::NodeIndex; Sep 14 09:54:18.165 INFO kablam! | Sep 14 09:54:18.165 INFO kablam! 3 | use prelude::NodeIndex; Sep 14 09:54:18.165 INFO kablam! | Sep 14 09:54:18.165 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 14 09:54:18.165 INFO kablam! | Sep 14 09:54:18.165 INFO kablam! Sep 14 09:54:18.165 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 14 09:54:18.165 INFO kablam! --> src/test.rs:50:41 Sep 14 09:54:18.165 INFO kablam! | Sep 14 09:54:18.165 INFO kablam! 50 | fn immediate_dominator(self, point: NodeIndex) -> Option { Sep 14 09:54:18.166 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 09:54:18.166 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 14 09:54:18.166 INFO kablam! | Sep 14 09:54:18.166 INFO kablam! 3 | use csr::NodeIndex; Sep 14 09:54:18.166 INFO kablam! | Sep 14 09:54:18.166 INFO kablam! 3 | use graph::NodeIndex; Sep 14 09:54:18.166 INFO kablam! | Sep 14 09:54:18.166 INFO kablam! 3 | use prelude::NodeIndex; Sep 14 09:54:18.166 INFO kablam! | Sep 14 09:54:18.166 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 14 09:54:18.166 INFO kablam! | Sep 14 09:54:18.166 INFO kablam! Sep 14 09:54:18.166 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 14 09:54:18.166 INFO kablam! --> src/test.rs:50:62 Sep 14 09:54:18.166 INFO kablam! | Sep 14 09:54:18.166 INFO kablam! 50 | fn immediate_dominator(self, point: NodeIndex) -> Option { Sep 14 09:54:18.166 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 09:54:18.166 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 14 09:54:18.166 INFO kablam! | Sep 14 09:54:18.166 INFO kablam! 3 | use csr::NodeIndex; Sep 14 09:54:18.166 INFO kablam! | Sep 14 09:54:18.167 INFO kablam! 3 | use graph::NodeIndex; Sep 14 09:54:18.167 INFO kablam! | Sep 14 09:54:18.167 INFO kablam! 3 | use prelude::NodeIndex; Sep 14 09:54:18.167 INFO kablam! | Sep 14 09:54:18.167 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 14 09:54:18.167 INFO kablam! | Sep 14 09:54:18.167 INFO kablam! Sep 14 09:54:18.167 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 14 09:54:18.167 INFO kablam! --> src/test.rs:54:32 Sep 14 09:54:18.167 INFO kablam! | Sep 14 09:54:18.167 INFO kablam! 54 | fn dominates(self, point1: NodeIndex, point2: NodeIndex) -> bool { Sep 14 09:54:18.167 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 09:54:18.167 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 14 09:54:18.167 INFO kablam! | Sep 14 09:54:18.167 INFO kablam! 3 | use csr::NodeIndex; Sep 14 09:54:18.167 INFO kablam! | Sep 14 09:54:18.167 INFO kablam! 3 | use graph::NodeIndex; Sep 14 09:54:18.167 INFO kablam! | Sep 14 09:54:18.167 INFO kablam! 3 | use prelude::NodeIndex; Sep 14 09:54:18.167 INFO kablam! | Sep 14 09:54:18.167 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 14 09:54:18.167 INFO kablam! | Sep 14 09:54:18.167 INFO kablam! Sep 14 09:54:18.168 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 14 09:54:18.168 INFO kablam! --> src/test.rs:54:51 Sep 14 09:54:18.168 INFO kablam! | Sep 14 09:54:18.168 INFO kablam! 54 | fn dominates(self, point1: NodeIndex, point2: NodeIndex) -> bool { Sep 14 09:54:18.168 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 14 09:54:18.168 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 14 09:54:18.168 INFO kablam! | Sep 14 09:54:18.168 INFO kablam! 3 | use csr::NodeIndex; Sep 14 09:54:18.168 INFO kablam! | Sep 14 09:54:18.168 INFO kablam! 3 | use graph::NodeIndex; Sep 14 09:54:18.168 INFO kablam! | Sep 14 09:54:18.168 INFO kablam! 3 | use prelude::NodeIndex; Sep 14 09:54:18.168 INFO kablam! | Sep 14 09:54:18.168 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 14 09:54:18.168 INFO kablam! | Sep 14 09:54:18.168 INFO kablam! Sep 14 09:54:18.168 INFO kablam! warning: unused imports: `Dominators`, `self` Sep 14 09:54:18.168 INFO kablam! --> src/test.rs:4:34 Sep 14 09:54:18.168 INFO kablam! | Sep 14 09:54:18.168 INFO kablam! 4 | use petgraph::algo::dominators::{self, Dominators}; Sep 14 09:54:18.168 INFO kablam! | ^^^^ ^^^^^^^^^^ Sep 14 09:54:18.169 INFO kablam! | Sep 14 09:54:18.169 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 09:54:18.169 INFO kablam! Sep 14 09:54:18.169 INFO kablam! warning: unused imports: `Graph`, `Neighbors`, `NodeIndex` Sep 14 09:54:18.169 INFO kablam! --> src/test.rs:5:23 Sep 14 09:54:18.169 INFO kablam! | Sep 14 09:54:18.169 INFO kablam! 5 | use petgraph::graph::{Graph, Neighbors, NodeIndex}; Sep 14 09:54:18.169 INFO kablam! | ^^^^^ ^^^^^^^^^ ^^^^^^^^^ Sep 14 09:54:18.169 INFO kablam! Sep 14 09:54:18.350 INFO kablam! error: aborting due to 46 previous errors Sep 14 09:54:18.350 INFO kablam! Sep 14 09:54:18.350 INFO kablam! Some errors occurred: E0412, E0432, E0433. Sep 14 09:54:18.350 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 14 09:54:18.359 INFO kablam! error: Could not compile `rustc-seme-regions`. Sep 14 09:54:18.359 INFO kablam! Sep 14 09:54:18.359 INFO kablam! To learn more, run the command again with --verbose. Sep 14 09:54:18.361 INFO kablam! su: No module specific data is present Sep 14 09:54:19.703 INFO running `"docker" "rm" "-f" "27d2c53b47ea51398cbcc890ffe2a82eff46f83f63e9f386cf8067759303ccf1"` Sep 14 09:54:19.811 INFO blam! 27d2c53b47ea51398cbcc890ffe2a82eff46f83f63e9f386cf8067759303ccf1