Sep 18 01:54:18.124 INFO checking daggy-0.4.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 01:54:18.124 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 01:54:18.124 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:54:18.510 INFO blam! 0cfdffd56b8e76c1042aa26a6bf52659ec92fc50843d75200cc1422f8b4446c1 Sep 18 01:54:18.519 INFO running `"docker" "start" "-a" "0cfdffd56b8e76c1042aa26a6bf52659ec92fc50843d75200cc1422f8b4446c1"` Sep 18 01:54:19.691 INFO kablam! usermod: no changes Sep 18 01:54:19.746 INFO kablam! Checking daggy v0.4.1 (/source) Sep 18 01:54:20.163 INFO kablam! error: the trait bound `Ix: petgraph::graph::IndexType` is not satisfied Sep 18 01:54:20.163 INFO kablam! --> src/lib.rs:31:31 Sep 18 01:54:20.163 INFO kablam! | Sep 18 01:54:20.163 INFO kablam! 31 | pub type PetGraph = pg::Graph; Sep 18 01:54:20.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `petgraph::graph::IndexType` is not implemented for `Ix` Sep 18 01:54:20.163 INFO kablam! | Sep 18 01:54:20.163 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 01:54:20.163 INFO kablam! = help: consider adding a `where Ix: petgraph::graph::IndexType` bound Sep 18 01:54:20.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:54:20.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:54:20.163 INFO kablam! Sep 18 01:54:20.163 INFO kablam! error: the trait bound `Ix: petgraph::graph::IndexType` is not satisfied Sep 18 01:54:20.163 INFO kablam! --> src/lib.rs:34:32 Sep 18 01:54:20.163 INFO kablam! | Sep 18 01:54:20.163 INFO kablam! 34 | pub type RawNodes<'a, N, Ix> = &'a [pg::graph::Node]; Sep 18 01:54:20.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `petgraph::graph::IndexType` is not implemented for `Ix` Sep 18 01:54:20.163 INFO kablam! | Sep 18 01:54:20.163 INFO kablam! = help: consider adding a `where Ix: petgraph::graph::IndexType` bound Sep 18 01:54:20.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:54:20.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:54:20.163 INFO kablam! Sep 18 01:54:20.163 INFO kablam! error: the trait bound `Ix: petgraph::graph::IndexType` is not satisfied Sep 18 01:54:20.163 INFO kablam! --> src/lib.rs:36:32 Sep 18 01:54:20.163 INFO kablam! | Sep 18 01:54:20.163 INFO kablam! 36 | pub type RawEdges<'a, E, Ix> = &'a [pg::graph::Edge]; Sep 18 01:54:20.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `petgraph::graph::IndexType` is not implemented for `Ix` Sep 18 01:54:20.163 INFO kablam! | Sep 18 01:54:20.163 INFO kablam! = help: consider adding a `where Ix: petgraph::graph::IndexType` bound Sep 18 01:54:20.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:54:20.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:54:20.163 INFO kablam! Sep 18 01:54:20.163 INFO kablam! error: the trait bound `Ix: petgraph::graph::IndexType` is not satisfied Sep 18 01:54:20.163 INFO kablam! --> src/lib.rs:90:39 Sep 18 01:54:20.163 INFO kablam! | Sep 18 01:54:20.163 INFO kablam! 90 | pub type RecursiveWalk = walker::Recursive, Ix, F>; Sep 18 01:54:20.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `petgraph::graph::IndexType` is not implemented for `Ix` Sep 18 01:54:20.163 INFO kablam! | Sep 18 01:54:20.163 INFO kablam! = help: consider adding a `where Ix: petgraph::graph::IndexType` bound Sep 18 01:54:20.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:54:20.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:54:20.163 INFO kablam! Sep 18 01:54:20.199 INFO kablam! error: aborting due to 4 previous errors Sep 18 01:54:20.199 INFO kablam! Sep 18 01:54:20.205 INFO kablam! error: Could not compile `daggy`. Sep 18 01:54:20.205 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:54:20.223 INFO kablam! error: the trait bound `Ix: petgraph::graph::IndexType` is not satisfied Sep 18 01:54:20.224 INFO kablam! --> src/lib.rs:31:31 Sep 18 01:54:20.224 INFO kablam! | Sep 18 01:54:20.224 INFO kablam! 31 | pub type PetGraph = pg::Graph; Sep 18 01:54:20.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `petgraph::graph::IndexType` is not implemented for `Ix` Sep 18 01:54:20.224 INFO kablam! | Sep 18 01:54:20.224 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 01:54:20.224 INFO kablam! = help: consider adding a `where Ix: petgraph::graph::IndexType` bound Sep 18 01:54:20.224 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:54:20.224 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:54:20.224 INFO kablam! Sep 18 01:54:20.224 INFO kablam! error: the trait bound `Ix: petgraph::graph::IndexType` is not satisfied Sep 18 01:54:20.224 INFO kablam! --> src/lib.rs:34:32 Sep 18 01:54:20.224 INFO kablam! | Sep 18 01:54:20.224 INFO kablam! 34 | pub type RawNodes<'a, N, Ix> = &'a [pg::graph::Node]; Sep 18 01:54:20.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `petgraph::graph::IndexType` is not implemented for `Ix` Sep 18 01:54:20.224 INFO kablam! | Sep 18 01:54:20.224 INFO kablam! = help: consider adding a `where Ix: petgraph::graph::IndexType` bound Sep 18 01:54:20.224 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:54:20.224 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:54:20.224 INFO kablam! Sep 18 01:54:20.224 INFO kablam! error: the trait bound `Ix: petgraph::graph::IndexType` is not satisfied Sep 18 01:54:20.224 INFO kablam! --> src/lib.rs:36:32 Sep 18 01:54:20.224 INFO kablam! | Sep 18 01:54:20.224 INFO kablam! 36 | pub type RawEdges<'a, E, Ix> = &'a [pg::graph::Edge]; Sep 18 01:54:20.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `petgraph::graph::IndexType` is not implemented for `Ix` Sep 18 01:54:20.224 INFO kablam! | Sep 18 01:54:20.224 INFO kablam! = help: consider adding a `where Ix: petgraph::graph::IndexType` bound Sep 18 01:54:20.224 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:54:20.224 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:54:20.224 INFO kablam! Sep 18 01:54:20.224 INFO kablam! error: the trait bound `Ix: petgraph::graph::IndexType` is not satisfied Sep 18 01:54:20.224 INFO kablam! --> src/lib.rs:90:39 Sep 18 01:54:20.224 INFO kablam! | Sep 18 01:54:20.224 INFO kablam! 90 | pub type RecursiveWalk = walker::Recursive, Ix, F>; Sep 18 01:54:20.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `petgraph::graph::IndexType` is not implemented for `Ix` Sep 18 01:54:20.224 INFO kablam! | Sep 18 01:54:20.224 INFO kablam! = help: consider adding a `where Ix: petgraph::graph::IndexType` bound Sep 18 01:54:20.224 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:54:20.224 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:54:20.224 INFO kablam! Sep 18 01:54:20.254 INFO kablam! error: aborting due to 4 previous errors Sep 18 01:54:20.254 INFO kablam! Sep 18 01:54:20.263 INFO kablam! error: Could not compile `daggy`. Sep 18 01:54:20.263 INFO kablam! Sep 18 01:54:20.263 INFO kablam! To learn more, run the command again with --verbose. Sep 18 01:54:20.263 INFO kablam! su: No module specific data is present Sep 18 01:54:20.978 INFO running `"docker" "rm" "-f" "0cfdffd56b8e76c1042aa26a6bf52659ec92fc50843d75200cc1422f8b4446c1"` Sep 18 01:54:21.057 INFO blam! 0cfdffd56b8e76c1042aa26a6bf52659ec92fc50843d75200cc1422f8b4446c1