Sep 04 04:41:35.747 INFO checking rustc-seme-regions-0.4.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 04:41:35.747 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 04:41:35.747 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:41:35.914 INFO blam! d2416d4fce635d748e33a1a5352f84c6f391f2958f0143da5c8fb75f4dec30ae Sep 04 04:41:35.915 INFO running `"docker" "start" "-a" "d2416d4fce635d748e33a1a5352f84c6f391f2958f0143da5c8fb75f4dec30ae"` Sep 04 04:41:36.581 INFO kablam! Checking rustc-seme-regions v0.4.0 (file:///source) Sep 04 04:41:37.218 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate petgraph;`? Sep 04 04:41:37.218 INFO kablam! --> src/test.rs:4:5 Sep 04 04:41:37.218 INFO kablam! | Sep 04 04:41:37.218 INFO kablam! 4 | use petgraph::algo::dominators::{self, Dominators}; Sep 04 04:41:37.218 INFO kablam! | ^^^^^^^^ Maybe a missing `extern crate petgraph;`? Sep 04 04:41:37.218 INFO kablam! Sep 04 04:41:37.224 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate petgraph;`? Sep 04 04:41:37.224 INFO kablam! --> src/test.rs:5:5 Sep 04 04:41:37.224 INFO kablam! | Sep 04 04:41:37.224 INFO kablam! 5 | use petgraph::graph::{Graph, Neighbors, NodeIndex}; Sep 04 04:41:37.224 INFO kablam! | ^^^^^^^^ Maybe a missing `extern crate petgraph;`? Sep 04 04:41:37.224 INFO kablam! Sep 04 04:41:37.232 INFO kablam! error[E0432]: unresolved import `petgraph` Sep 04 04:41:37.232 INFO kablam! --> src/test.rs:6:5 Sep 04 04:41:37.232 INFO kablam! | Sep 04 04:41:37.232 INFO kablam! 6 | use petgraph::Direction; Sep 04 04:41:37.232 INFO kablam! | ^^^^^^^^ Maybe a missing `extern crate petgraph;`? Sep 04 04:41:37.232 INFO kablam! Sep 04 04:41:37.241 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Graph` Sep 04 04:41:37.241 INFO kablam! --> src/test.rs:21:25 Sep 04 04:41:37.241 INFO kablam! | Sep 04 04:41:37.241 INFO kablam! 21 | let mut graph = Graph::new(); Sep 04 04:41:37.241 INFO kablam! | ^^^^^ Use of undeclared type or module `Graph` Sep 04 04:41:37.241 INFO kablam! Sep 04 04:41:37.241 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.241 INFO kablam! --> src/test.rs:28:28 Sep 04 04:41:37.241 INFO kablam! | Sep 04 04:41:37.241 INFO kablam! 28 | graph.add_edge(NodeIndex::new(p), NodeIndex::new(q), ()); Sep 04 04:41:37.241 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.241 INFO kablam! Sep 04 04:41:37.241 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.241 INFO kablam! --> src/test.rs:28:47 Sep 04 04:41:37.242 INFO kablam! | Sep 04 04:41:37.242 INFO kablam! 28 | graph.add_edge(NodeIndex::new(p), NodeIndex::new(q), ()); Sep 04 04:41:37.242 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.242 INFO kablam! Sep 04 04:41:37.242 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `dominators` Sep 04 04:41:37.242 INFO kablam! --> src/test.rs:31:26 Sep 04 04:41:37.242 INFO kablam! | Sep 04 04:41:37.242 INFO kablam! 31 | let dominators = dominators::simple_fast(&graph, NodeIndex::entry()); Sep 04 04:41:37.242 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `dominators` Sep 04 04:41:37.242 INFO kablam! Sep 04 04:41:37.242 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.242 INFO kablam! --> src/test.rs:31:58 Sep 04 04:41:37.242 INFO kablam! | Sep 04 04:41:37.242 INFO kablam! 31 | let dominators = dominators::simple_fast(&graph, NodeIndex::entry()); Sep 04 04:41:37.242 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.242 INFO kablam! Sep 04 04:41:37.245 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.245 INFO kablam! --> src/test.rs:39:9 Sep 04 04:41:37.245 INFO kablam! | Sep 04 04:41:37.245 INFO kablam! 39 | NodeIndex::new(0) Sep 04 04:41:37.245 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.245 INFO kablam! Sep 04 04:41:37.266 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.266 INFO kablam! --> src/test.rs:95:20 Sep 04 04:41:37.266 INFO kablam! | Sep 04 04:41:37.266 INFO kablam! 95 | r.add_point(g, NodeIndex::new(3)); Sep 04 04:41:37.266 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.266 INFO kablam! Sep 04 04:41:37.266 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.266 INFO kablam! --> src/test.rs:66:42 Sep 04 04:41:37.266 INFO kablam! | Sep 04 04:41:37.266 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 04 04:41:37.266 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.266 INFO kablam! ... Sep 04 04:41:37.266 INFO kablam! 96 | assert_contents!(r, g, +[3] -[0, 1, 2]); Sep 04 04:41:37.266 INFO kablam! | ---------------------------------------- in this macro invocation Sep 04 04:41:37.266 INFO kablam! Sep 04 04:41:37.266 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.266 INFO kablam! --> src/test.rs:74:43 Sep 04 04:41:37.266 INFO kablam! | Sep 04 04:41:37.266 INFO kablam! 74 | !$region.contains($graph, NodeIndex::new($n)), Sep 04 04:41:37.266 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.266 INFO kablam! ... Sep 04 04:41:37.266 INFO kablam! 96 | assert_contents!(r, g, +[3] -[0, 1, 2]); Sep 04 04:41:37.266 INFO kablam! | ---------------------------------------- in this macro invocation Sep 04 04:41:37.267 INFO kablam! Sep 04 04:41:37.267 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.267 INFO kablam! --> src/test.rs:100:20 Sep 04 04:41:37.267 INFO kablam! | Sep 04 04:41:37.267 INFO kablam! 100 | r.add_point(g, NodeIndex::new(1)); Sep 04 04:41:37.267 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.267 INFO kablam! Sep 04 04:41:37.267 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.267 INFO kablam! --> src/test.rs:66:42 Sep 04 04:41:37.267 INFO kablam! | Sep 04 04:41:37.267 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 04 04:41:37.267 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.267 INFO kablam! ... Sep 04 04:41:37.267 INFO kablam! 101 | assert_contents!(r, g, +[0, 1, 2, 3] -[]); Sep 04 04:41:37.267 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 04:41:37.267 INFO kablam! Sep 04 04:41:37.270 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.270 INFO kablam! --> src/test.rs:118:20 Sep 04 04:41:37.271 INFO kablam! | Sep 04 04:41:37.271 INFO kablam! 118 | r.add_point(g, NodeIndex::new(0)); Sep 04 04:41:37.271 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.271 INFO kablam! Sep 04 04:41:37.271 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.271 INFO kablam! --> src/test.rs:119:20 Sep 04 04:41:37.273 INFO kablam! | Sep 04 04:41:37.273 INFO kablam! 119 | r.add_point(g, NodeIndex::new(2)); Sep 04 04:41:37.273 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.273 INFO kablam! Sep 04 04:41:37.274 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.274 INFO kablam! --> src/test.rs:66:42 Sep 04 04:41:37.274 INFO kablam! | Sep 04 04:41:37.274 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 04 04:41:37.275 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.275 INFO kablam! ... Sep 04 04:41:37.275 INFO kablam! 120 | assert_contents!(r, g, +[0, 2] -[1, 3]); Sep 04 04:41:37.275 INFO kablam! | ---------------------------------------- in this macro invocation Sep 04 04:41:37.275 INFO kablam! Sep 04 04:41:37.276 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.276 INFO kablam! --> src/test.rs:74:43 Sep 04 04:41:37.276 INFO kablam! | Sep 04 04:41:37.276 INFO kablam! 74 | !$region.contains($graph, NodeIndex::new($n)), Sep 04 04:41:37.276 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.277 INFO kablam! ... Sep 04 04:41:37.277 INFO kablam! 120 | assert_contents!(r, g, +[0, 2] -[1, 3]); Sep 04 04:41:37.277 INFO kablam! | ---------------------------------------- in this macro invocation Sep 04 04:41:37.277 INFO kablam! Sep 04 04:41:37.277 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.277 INFO kablam! --> src/test.rs:124:20 Sep 04 04:41:37.277 INFO kablam! | Sep 04 04:41:37.278 INFO kablam! 124 | r.add_point(g, NodeIndex::new(0)); Sep 04 04:41:37.278 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.278 INFO kablam! Sep 04 04:41:37.278 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.278 INFO kablam! --> src/test.rs:125:20 Sep 04 04:41:37.278 INFO kablam! | Sep 04 04:41:37.278 INFO kablam! 125 | r.add_point(g, NodeIndex::new(1)); Sep 04 04:41:37.278 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.279 INFO kablam! Sep 04 04:41:37.279 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.279 INFO kablam! --> src/test.rs:66:42 Sep 04 04:41:37.279 INFO kablam! | Sep 04 04:41:37.279 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 04 04:41:37.279 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.279 INFO kablam! ... Sep 04 04:41:37.279 INFO kablam! 126 | assert_contents!(r, g, +[0, 1] -[2, 3]); Sep 04 04:41:37.280 INFO kablam! | ---------------------------------------- in this macro invocation Sep 04 04:41:37.280 INFO kablam! Sep 04 04:41:37.280 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.280 INFO kablam! --> src/test.rs:74:43 Sep 04 04:41:37.280 INFO kablam! | Sep 04 04:41:37.280 INFO kablam! 74 | !$region.contains($graph, NodeIndex::new($n)), Sep 04 04:41:37.280 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.281 INFO kablam! ... Sep 04 04:41:37.281 INFO kablam! 126 | assert_contents!(r, g, +[0, 1] -[2, 3]); Sep 04 04:41:37.281 INFO kablam! | ---------------------------------------- in this macro invocation Sep 04 04:41:37.281 INFO kablam! Sep 04 04:41:37.281 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.281 INFO kablam! --> src/test.rs:130:20 Sep 04 04:41:37.281 INFO kablam! | Sep 04 04:41:37.281 INFO kablam! 130 | r.add_point(g, NodeIndex::new(0)); Sep 04 04:41:37.282 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.282 INFO kablam! Sep 04 04:41:37.282 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.282 INFO kablam! --> src/test.rs:131:20 Sep 04 04:41:37.282 INFO kablam! | Sep 04 04:41:37.282 INFO kablam! 131 | r.add_point(g, NodeIndex::new(3)); Sep 04 04:41:37.283 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.283 INFO kablam! Sep 04 04:41:37.283 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.283 INFO kablam! --> src/test.rs:66:42 Sep 04 04:41:37.283 INFO kablam! | Sep 04 04:41:37.283 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 04 04:41:37.284 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.284 INFO kablam! ... Sep 04 04:41:37.284 INFO kablam! 132 | assert_contents!(r, g, +[0, 1, 2, 3] -[]); Sep 04 04:41:37.284 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 04:41:37.284 INFO kablam! Sep 04 04:41:37.284 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.284 INFO kablam! --> src/test.rs:150:29 Sep 04 04:41:37.284 INFO kablam! | Sep 04 04:41:37.284 INFO kablam! 150 | assert!(r1.add_point(g, NodeIndex::new(0))); Sep 04 04:41:37.285 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.285 INFO kablam! Sep 04 04:41:37.285 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.285 INFO kablam! --> src/test.rs:151:29 Sep 04 04:41:37.285 INFO kablam! | Sep 04 04:41:37.285 INFO kablam! 151 | assert!(r1.add_point(g, NodeIndex::new(2))); Sep 04 04:41:37.285 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.285 INFO kablam! Sep 04 04:41:37.285 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.286 INFO kablam! --> src/test.rs:66:42 Sep 04 04:41:37.286 INFO kablam! | Sep 04 04:41:37.286 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 04 04:41:37.286 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.286 INFO kablam! ... Sep 04 04:41:37.286 INFO kablam! 152 | assert_contents!(r1, g, +[0, 2] -[1, 3]); Sep 04 04:41:37.286 INFO kablam! | ----------------------------------------- in this macro invocation Sep 04 04:41:37.286 INFO kablam! Sep 04 04:41:37.287 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.287 INFO kablam! --> src/test.rs:74:43 Sep 04 04:41:37.287 INFO kablam! | Sep 04 04:41:37.287 INFO kablam! 74 | !$region.contains($graph, NodeIndex::new($n)), Sep 04 04:41:37.287 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.287 INFO kablam! ... Sep 04 04:41:37.287 INFO kablam! 152 | assert_contents!(r1, g, +[0, 2] -[1, 3]); Sep 04 04:41:37.287 INFO kablam! | ----------------------------------------- in this macro invocation Sep 04 04:41:37.287 INFO kablam! Sep 04 04:41:37.288 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.288 INFO kablam! --> src/test.rs:156:29 Sep 04 04:41:37.288 INFO kablam! | Sep 04 04:41:37.288 INFO kablam! 156 | assert!(r2.add_point(g, NodeIndex::new(0))); Sep 04 04:41:37.288 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.288 INFO kablam! Sep 04 04:41:37.288 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.288 INFO kablam! --> src/test.rs:157:29 Sep 04 04:41:37.288 INFO kablam! | Sep 04 04:41:37.289 INFO kablam! 157 | assert!(r2.add_point(g, NodeIndex::new(1))); Sep 04 04:41:37.289 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.289 INFO kablam! Sep 04 04:41:37.289 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.289 INFO kablam! --> src/test.rs:66:42 Sep 04 04:41:37.289 INFO kablam! | Sep 04 04:41:37.289 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 04 04:41:37.289 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.289 INFO kablam! ... Sep 04 04:41:37.290 INFO kablam! 158 | assert_contents!(r2, g, +[0, 1] -[2, 3]); Sep 04 04:41:37.290 INFO kablam! | ----------------------------------------- in this macro invocation Sep 04 04:41:37.290 INFO kablam! Sep 04 04:41:37.290 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.290 INFO kablam! --> src/test.rs:74:43 Sep 04 04:41:37.290 INFO kablam! | Sep 04 04:41:37.290 INFO kablam! 74 | !$region.contains($graph, NodeIndex::new($n)), Sep 04 04:41:37.290 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.291 INFO kablam! ... Sep 04 04:41:37.291 INFO kablam! 158 | assert_contents!(r2, g, +[0, 1] -[2, 3]); Sep 04 04:41:37.291 INFO kablam! | ----------------------------------------- in this macro invocation Sep 04 04:41:37.291 INFO kablam! Sep 04 04:41:37.291 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.291 INFO kablam! --> src/test.rs:66:42 Sep 04 04:41:37.291 INFO kablam! | Sep 04 04:41:37.291 INFO kablam! 66 | $region.contains($graph, NodeIndex::new($c)), Sep 04 04:41:37.292 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.292 INFO kablam! ... Sep 04 04:41:37.292 INFO kablam! 164 | assert_contents!(r3, g, +[0, 1, 2] -[3]); Sep 04 04:41:37.292 INFO kablam! | ----------------------------------------- in this macro invocation Sep 04 04:41:37.292 INFO kablam! Sep 04 04:41:37.292 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.292 INFO kablam! --> src/test.rs:74:43 Sep 04 04:41:37.292 INFO kablam! | Sep 04 04:41:37.292 INFO kablam! 74 | !$region.contains($graph, NodeIndex::new($n)), Sep 04 04:41:37.293 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `NodeIndex` Sep 04 04:41:37.293 INFO kablam! ... Sep 04 04:41:37.293 INFO kablam! 164 | assert_contents!(r3, g, +[0, 1, 2] -[3]); Sep 04 04:41:37.293 INFO kablam! | ----------------------------------------- in this macro invocation Sep 04 04:41:37.293 INFO kablam! Sep 04 04:41:37.293 INFO kablam! error[E0412]: cannot find type `Graph` in this scope Sep 04 04:41:37.293 INFO kablam! --> src/test.rs:9:12 Sep 04 04:41:37.293 INFO kablam! | Sep 04 04:41:37.294 INFO kablam! 9 | graph: Graph<(), ()>, Sep 04 04:41:37.294 INFO kablam! | ^^^^^ not found in this scope Sep 04 04:41:37.294 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 04:41:37.294 INFO kablam! | Sep 04 04:41:37.294 INFO kablam! 3 | use Graph; Sep 04 04:41:37.294 INFO kablam! | Sep 04 04:41:37.294 INFO kablam! 3 | use graph::Graph; Sep 04 04:41:37.294 INFO kablam! | Sep 04 04:41:37.295 INFO kablam! 3 | use prelude::Graph; Sep 04 04:41:37.295 INFO kablam! | Sep 04 04:41:37.295 INFO kablam! Sep 04 04:41:37.295 INFO kablam! error[E0412]: cannot find type `Dominators` in this scope Sep 04 04:41:37.295 INFO kablam! --> src/test.rs:10:17 Sep 04 04:41:37.295 INFO kablam! | Sep 04 04:41:37.295 INFO kablam! 10 | dominators: Dominators, Sep 04 04:41:37.295 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 04 04:41:37.295 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 04:41:37.296 INFO kablam! | Sep 04 04:41:37.296 INFO kablam! 3 | use algo::dominators::Dominators; Sep 04 04:41:37.296 INFO kablam! | Sep 04 04:41:37.296 INFO kablam! Sep 04 04:41:37.296 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 04 04:41:37.296 INFO kablam! --> src/test.rs:10:28 Sep 04 04:41:37.296 INFO kablam! | Sep 04 04:41:37.296 INFO kablam! 10 | dominators: Dominators, Sep 04 04:41:37.297 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 04:41:37.297 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 04:41:37.297 INFO kablam! | Sep 04 04:41:37.297 INFO kablam! 3 | use csr::NodeIndex; Sep 04 04:41:37.297 INFO kablam! | Sep 04 04:41:37.297 INFO kablam! 3 | use graph::NodeIndex; Sep 04 04:41:37.297 INFO kablam! | Sep 04 04:41:37.297 INFO kablam! 3 | use prelude::NodeIndex; Sep 04 04:41:37.298 INFO kablam! | Sep 04 04:41:37.298 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 04 04:41:37.298 INFO kablam! | Sep 04 04:41:37.298 INFO kablam! Sep 04 04:41:37.298 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 04 04:41:37.298 INFO kablam! --> src/test.rs:37:16 Sep 04 04:41:37.298 INFO kablam! | Sep 04 04:41:37.298 INFO kablam! 37 | impl Point for NodeIndex { Sep 04 04:41:37.299 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 04:41:37.299 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 04:41:37.299 INFO kablam! | Sep 04 04:41:37.299 INFO kablam! 3 | use csr::NodeIndex; Sep 04 04:41:37.299 INFO kablam! | Sep 04 04:41:37.299 INFO kablam! 3 | use graph::NodeIndex; Sep 04 04:41:37.299 INFO kablam! | Sep 04 04:41:37.299 INFO kablam! 3 | use prelude::NodeIndex; Sep 04 04:41:37.299 INFO kablam! | Sep 04 04:41:37.300 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 04 04:41:37.300 INFO kablam! | Sep 04 04:41:37.300 INFO kablam! Sep 04 04:41:37.300 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 04 04:41:37.300 INFO kablam! --> src/test.rs:43:15 Sep 04 04:41:37.300 INFO kablam! | Sep 04 04:41:37.300 INFO kablam! 43 | impl GraphRef for &'g GraphPair { Sep 04 04:41:37.300 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 04:41:37.301 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 04:41:37.301 INFO kablam! | Sep 04 04:41:37.301 INFO kablam! 3 | use csr::NodeIndex; Sep 04 04:41:37.301 INFO kablam! | Sep 04 04:41:37.301 INFO kablam! 3 | use graph::NodeIndex; Sep 04 04:41:37.301 INFO kablam! | Sep 04 04:41:37.301 INFO kablam! 3 | use prelude::NodeIndex; Sep 04 04:41:37.301 INFO kablam! | Sep 04 04:41:37.301 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 04 04:41:37.302 INFO kablam! | Sep 04 04:41:37.302 INFO kablam! Sep 04 04:41:37.302 INFO kablam! error[E0412]: cannot find type `Neighbors` in this scope Sep 04 04:41:37.302 INFO kablam! --> src/test.rs:44:25 Sep 04 04:41:37.302 INFO kablam! | Sep 04 04:41:37.302 INFO kablam! 44 | type Predecessors = Neighbors<'g, ()>; Sep 04 04:41:37.302 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 04:41:37.302 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 04:41:37.303 INFO kablam! | Sep 04 04:41:37.303 INFO kablam! 3 | use csr::Neighbors; Sep 04 04:41:37.303 INFO kablam! | Sep 04 04:41:37.303 INFO kablam! 3 | use graph::Neighbors; Sep 04 04:41:37.303 INFO kablam! | Sep 04 04:41:37.303 INFO kablam! 3 | use graphmap::Neighbors; Sep 04 04:41:37.303 INFO kablam! | Sep 04 04:41:37.303 INFO kablam! 3 | use stable_graph::Neighbors; Sep 04 04:41:37.303 INFO kablam! | Sep 04 04:41:37.304 INFO kablam! Sep 04 04:41:37.304 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 04 04:41:37.304 INFO kablam! --> src/test.rs:46:34 Sep 04 04:41:37.304 INFO kablam! | Sep 04 04:41:37.304 INFO kablam! 46 | fn predecessors(self, point: NodeIndex) -> Self::Predecessors { Sep 04 04:41:37.304 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 04:41:37.304 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 04:41:37.304 INFO kablam! | Sep 04 04:41:37.305 INFO kablam! 3 | use csr::NodeIndex; Sep 04 04:41:37.305 INFO kablam! | Sep 04 04:41:37.305 INFO kablam! 3 | use graph::NodeIndex; Sep 04 04:41:37.305 INFO kablam! | Sep 04 04:41:37.305 INFO kablam! 3 | use prelude::NodeIndex; Sep 04 04:41:37.305 INFO kablam! | Sep 04 04:41:37.305 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 04 04:41:37.305 INFO kablam! | Sep 04 04:41:37.305 INFO kablam! Sep 04 04:41:37.306 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 04 04:41:37.306 INFO kablam! --> src/test.rs:50:41 Sep 04 04:41:37.306 INFO kablam! | Sep 04 04:41:37.306 INFO kablam! 50 | fn immediate_dominator(self, point: NodeIndex) -> Option { Sep 04 04:41:37.306 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 04:41:37.306 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 04:41:37.306 INFO kablam! | Sep 04 04:41:37.306 INFO kablam! 3 | use csr::NodeIndex; Sep 04 04:41:37.307 INFO kablam! | Sep 04 04:41:37.307 INFO kablam! 3 | use graph::NodeIndex; Sep 04 04:41:37.307 INFO kablam! | Sep 04 04:41:37.307 INFO kablam! 3 | use prelude::NodeIndex; Sep 04 04:41:37.307 INFO kablam! | Sep 04 04:41:37.307 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 04 04:41:37.307 INFO kablam! | Sep 04 04:41:37.307 INFO kablam! Sep 04 04:41:37.308 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 04 04:41:37.308 INFO kablam! --> src/test.rs:50:62 Sep 04 04:41:37.308 INFO kablam! | Sep 04 04:41:37.308 INFO kablam! 50 | fn immediate_dominator(self, point: NodeIndex) -> Option { Sep 04 04:41:37.308 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 04:41:37.308 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 04:41:37.308 INFO kablam! | Sep 04 04:41:37.308 INFO kablam! 3 | use csr::NodeIndex; Sep 04 04:41:37.308 INFO kablam! | Sep 04 04:41:37.309 INFO kablam! 3 | use graph::NodeIndex; Sep 04 04:41:37.309 INFO kablam! | Sep 04 04:41:37.309 INFO kablam! 3 | use prelude::NodeIndex; Sep 04 04:41:37.309 INFO kablam! | Sep 04 04:41:37.309 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 04 04:41:37.309 INFO kablam! | Sep 04 04:41:37.309 INFO kablam! Sep 04 04:41:37.309 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 04 04:41:37.310 INFO kablam! --> src/test.rs:54:32 Sep 04 04:41:37.310 INFO kablam! | Sep 04 04:41:37.310 INFO kablam! 54 | fn dominates(self, point1: NodeIndex, point2: NodeIndex) -> bool { Sep 04 04:41:37.310 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 04:41:37.310 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 04:41:37.310 INFO kablam! | Sep 04 04:41:37.310 INFO kablam! 3 | use csr::NodeIndex; Sep 04 04:41:37.310 INFO kablam! | Sep 04 04:41:37.311 INFO kablam! 3 | use graph::NodeIndex; Sep 04 04:41:37.311 INFO kablam! | Sep 04 04:41:37.311 INFO kablam! 3 | use prelude::NodeIndex; Sep 04 04:41:37.311 INFO kablam! | Sep 04 04:41:37.311 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 04 04:41:37.311 INFO kablam! | Sep 04 04:41:37.311 INFO kablam! Sep 04 04:41:37.311 INFO kablam! error[E0412]: cannot find type `NodeIndex` in this scope Sep 04 04:41:37.311 INFO kablam! --> src/test.rs:54:51 Sep 04 04:41:37.312 INFO kablam! | Sep 04 04:41:37.312 INFO kablam! 54 | fn dominates(self, point1: NodeIndex, point2: NodeIndex) -> bool { Sep 04 04:41:37.312 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 04:41:37.312 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 04:41:37.312 INFO kablam! | Sep 04 04:41:37.312 INFO kablam! 3 | use csr::NodeIndex; Sep 04 04:41:37.312 INFO kablam! | Sep 04 04:41:37.312 INFO kablam! 3 | use graph::NodeIndex; Sep 04 04:41:37.313 INFO kablam! | Sep 04 04:41:37.313 INFO kablam! 3 | use prelude::NodeIndex; Sep 04 04:41:37.313 INFO kablam! | Sep 04 04:41:37.313 INFO kablam! 3 | use stable_graph::NodeIndex; Sep 04 04:41:37.313 INFO kablam! | Sep 04 04:41:37.313 INFO kablam! Sep 04 04:41:37.313 INFO kablam! warning: unused imports: `Dominators`, `self` Sep 04 04:41:37.313 INFO kablam! --> src/test.rs:4:34 Sep 04 04:41:37.314 INFO kablam! | Sep 04 04:41:37.314 INFO kablam! 4 | use petgraph::algo::dominators::{self, Dominators}; Sep 04 04:41:37.314 INFO kablam! | ^^^^ ^^^^^^^^^^ Sep 04 04:41:37.314 INFO kablam! | Sep 04 04:41:37.314 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:41:37.314 INFO kablam! Sep 04 04:41:37.314 INFO kablam! warning: unused imports: `Graph`, `Neighbors`, `NodeIndex` Sep 04 04:41:37.314 INFO kablam! --> src/test.rs:5:23 Sep 04 04:41:37.315 INFO kablam! | Sep 04 04:41:37.315 INFO kablam! 5 | use petgraph::graph::{Graph, Neighbors, NodeIndex}; Sep 04 04:41:37.315 INFO kablam! | ^^^^^ ^^^^^^^^^ ^^^^^^^^^ Sep 04 04:41:37.315 INFO kablam! Sep 04 04:41:37.539 INFO kablam! error: aborting due to 46 previous errors Sep 04 04:41:37.539 INFO kablam! Sep 04 04:41:37.539 INFO kablam! Some errors occurred: E0412, E0432, E0433. Sep 04 04:41:37.539 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 04 04:41:37.547 INFO kablam! error: Could not compile `rustc-seme-regions`. Sep 04 04:41:37.547 INFO kablam! Sep 04 04:41:37.547 INFO kablam! To learn more, run the command again with --verbose. Sep 04 04:41:37.549 INFO kablam! su: No module specific data is present Sep 04 04:41:37.968 INFO running `"docker" "rm" "-f" "d2416d4fce635d748e33a1a5352f84c6f391f2958f0143da5c8fb75f4dec30ae"` Sep 04 04:41:38.085 INFO blam! d2416d4fce635d748e33a1a5352f84c6f391f2958f0143da5c8fb75f4dec30ae