Sep 18 01:54:15.604 INFO checking daggy-0.6.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 01:54:15.604 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 01:54:15.604 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/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:15.863 INFO blam! 973fb506ca11a9c9abb39d93e801c00bafb303e35c70f2952f399511620aee61 Sep 18 01:54:15.869 INFO running `"docker" "start" "-a" "973fb506ca11a9c9abb39d93e801c00bafb303e35c70f2952f399511620aee61"` Sep 18 01:54:17.107 INFO kablam! usermod: no changes Sep 18 01:54:17.212 INFO kablam! Checking daggy v0.6.0 (/source) Sep 18 01:54:17.922 INFO kablam! error: the trait bound `Ix: petgraph::csr::IndexType` is not satisfied Sep 18 01:54:17.922 INFO kablam! --> src/lib.rs:45:29 Sep 18 01:54:17.922 INFO kablam! | Sep 18 01:54:17.922 INFO kablam! 45 | pub type Edges<'a, E, Ix> = pg::graph::Edges<'a, E, pg::Directed, Ix>; Sep 18 01:54:17.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `petgraph::csr::IndexType` is not implemented for `Ix` Sep 18 01:54:17.923 INFO kablam! | Sep 18 01:54:17.923 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 01:54:17.923 INFO kablam! = help: consider adding a `where Ix: petgraph::csr::IndexType` bound Sep 18 01:54:17.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:54:17.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:54:17.923 INFO kablam! Sep 18 01:54:17.927 INFO kablam! error: the trait bound `Ix: petgraph::csr::IndexType` is not satisfied Sep 18 01:54:17.927 INFO kablam! --> src/lib.rs:97:39 Sep 18 01:54:17.927 INFO kablam! | Sep 18 01:54:17.927 INFO kablam! 97 | pub type RecursiveWalk = walker::Recursive, F>; Sep 18 01:54:17.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `petgraph::csr::IndexType` is not implemented for `Ix` Sep 18 01:54:17.927 INFO kablam! | Sep 18 01:54:17.927 INFO kablam! = help: consider adding a `where Ix: petgraph::csr::IndexType` bound Sep 18 01:54:17.927 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:54:17.927 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:54:17.927 INFO kablam! Sep 18 01:54:17.979 INFO kablam! error: aborting due to 2 previous errors Sep 18 01:54:17.979 INFO kablam! Sep 18 01:54:17.990 INFO kablam! error: Could not compile `daggy`. Sep 18 01:54:17.990 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:54:18.087 INFO kablam! error: the trait bound `Ix: petgraph::csr::IndexType` is not satisfied Sep 18 01:54:18.087 INFO kablam! --> src/lib.rs:45:29 Sep 18 01:54:18.087 INFO kablam! | Sep 18 01:54:18.087 INFO kablam! 45 | pub type Edges<'a, E, Ix> = pg::graph::Edges<'a, E, pg::Directed, Ix>; Sep 18 01:54:18.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `petgraph::csr::IndexType` is not implemented for `Ix` Sep 18 01:54:18.087 INFO kablam! | Sep 18 01:54:18.087 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 01:54:18.087 INFO kablam! = help: consider adding a `where Ix: petgraph::csr::IndexType` bound Sep 18 01:54:18.087 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:54:18.087 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:54:18.087 INFO kablam! Sep 18 01:54:18.091 INFO kablam! error: the trait bound `Ix: petgraph::csr::IndexType` is not satisfied Sep 18 01:54:18.091 INFO kablam! --> src/lib.rs:97:39 Sep 18 01:54:18.091 INFO kablam! | Sep 18 01:54:18.091 INFO kablam! 97 | pub type RecursiveWalk = walker::Recursive, F>; Sep 18 01:54:18.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `petgraph::csr::IndexType` is not implemented for `Ix` Sep 18 01:54:18.091 INFO kablam! | Sep 18 01:54:18.091 INFO kablam! = help: consider adding a `where Ix: petgraph::csr::IndexType` bound Sep 18 01:54:18.091 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 01:54:18.091 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 01:54:18.091 INFO kablam! Sep 18 01:54:18.178 INFO kablam! error: aborting due to 2 previous errors Sep 18 01:54:18.178 INFO kablam! Sep 18 01:54:18.179 INFO kablam! error: Could not compile `daggy`. Sep 18 01:54:18.179 INFO kablam! Sep 18 01:54:18.179 INFO kablam! To learn more, run the command again with --verbose. Sep 18 01:54:18.179 INFO kablam! su: No module specific data is present Sep 18 01:54:18.967 INFO running `"docker" "rm" "-f" "973fb506ca11a9c9abb39d93e801c00bafb303e35c70f2952f399511620aee61"` Sep 18 01:54:19.266 INFO blam! 973fb506ca11a9c9abb39d93e801c00bafb303e35c70f2952f399511620aee61