Sep 17 20:22:17.047 INFO checking outils-0.1.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:22:17.047 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:22:17.047 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/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 17 20:22:17.230 INFO blam! 87679b089725c8465943637c398fdb0f1650657b6c8b65518df608ee7117725b Sep 17 20:22:17.230 INFO running `"docker" "start" "-a" "87679b089725c8465943637c398fdb0f1650657b6c8b65518df608ee7117725b"` Sep 17 20:22:18.134 INFO kablam! usermod: no changes Sep 17 20:22:18.199 INFO kablam! Checking outils v0.1.1 (/source) Sep 17 20:22:18.767 INFO kablam! error: the trait bound `W: std::default::Default` is not satisfied Sep 17 20:22:18.767 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.767 INFO kablam! | Sep 17 20:22:18.767 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `W` Sep 17 20:22:18.767 INFO kablam! | Sep 17 20:22:18.767 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:22:18.767 INFO kablam! = help: consider adding a `where W: std::default::Default` bound Sep 17 20:22:18.767 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.767 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.767 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.767 INFO kablam! Sep 17 20:22:18.767 INFO kablam! error: `W` doesn't implement `std::fmt::Debug` Sep 17 20:22:18.767 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.767 INFO kablam! | Sep 17 20:22:18.767 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `W` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 20:22:18.767 INFO kablam! | Sep 17 20:22:18.767 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `W` Sep 17 20:22:18.767 INFO kablam! = help: consider adding a `where W: std::fmt::Debug` bound Sep 17 20:22:18.767 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.767 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.767 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.767 INFO kablam! Sep 17 20:22:18.768 INFO kablam! error: the trait bound `W: std::marker::Copy` is not satisfied Sep 17 20:22:18.768 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.768 INFO kablam! | Sep 17 20:22:18.768 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `W` Sep 17 20:22:18.768 INFO kablam! | Sep 17 20:22:18.768 INFO kablam! = help: consider adding a `where W: std::marker::Copy` bound Sep 17 20:22:18.768 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.768 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.768 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.768 INFO kablam! Sep 17 20:22:18.768 INFO kablam! error: the trait bound `W: std::hash::Hash` is not satisfied Sep 17 20:22:18.768 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.768 INFO kablam! | Sep 17 20:22:18.768 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `W` Sep 17 20:22:18.768 INFO kablam! | Sep 17 20:22:18.768 INFO kablam! = help: consider adding a `where W: std::hash::Hash` bound Sep 17 20:22:18.768 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.768 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.769 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.769 INFO kablam! Sep 17 20:22:18.769 INFO kablam! error: the trait bound `W: std::cmp::Ord` is not satisfied Sep 17 20:22:18.769 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.769 INFO kablam! | Sep 17 20:22:18.769 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `W` Sep 17 20:22:18.769 INFO kablam! | Sep 17 20:22:18.769 INFO kablam! = help: consider adding a `where W: std::cmp::Ord` bound Sep 17 20:22:18.769 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.769 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.769 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.769 INFO kablam! Sep 17 20:22:18.769 INFO kablam! error: cannot add `W` to `W` Sep 17 20:22:18.769 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.769 INFO kablam! | Sep 17 20:22:18.769 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `W + W` Sep 17 20:22:18.769 INFO kablam! | Sep 17 20:22:18.769 INFO kablam! = help: the trait `std::ops::Add` is not implemented for `W` Sep 17 20:22:18.769 INFO kablam! = help: consider adding a `where W: std::ops::Add` bound Sep 17 20:22:18.769 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.769 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.769 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.769 INFO kablam! Sep 17 20:22:18.769 INFO kablam! error: cannot add-assign `W` to `W` Sep 17 20:22:18.769 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.769 INFO kablam! | Sep 17 20:22:18.769 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `W += W` Sep 17 20:22:18.769 INFO kablam! | Sep 17 20:22:18.769 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `W` Sep 17 20:22:18.769 INFO kablam! = help: consider adding a `where W: std::ops::AddAssign` bound Sep 17 20:22:18.769 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.769 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.769 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.769 INFO kablam! Sep 17 20:22:18.914 INFO kablam! error: aborting due to 7 previous errors Sep 17 20:22:18.915 INFO kablam! Sep 17 20:22:18.918 INFO kablam! error: Could not compile `outils`. Sep 17 20:22:18.919 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:22:18.987 INFO kablam! error: the trait bound `W: std::default::Default` is not satisfied Sep 17 20:22:18.988 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.988 INFO kablam! | Sep 17 20:22:18.988 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `W` Sep 17 20:22:18.988 INFO kablam! | Sep 17 20:22:18.988 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:22:18.988 INFO kablam! = help: consider adding a `where W: std::default::Default` bound Sep 17 20:22:18.988 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.988 INFO kablam! Sep 17 20:22:18.988 INFO kablam! error: `W` doesn't implement `std::fmt::Debug` Sep 17 20:22:18.988 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.988 INFO kablam! | Sep 17 20:22:18.988 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `W` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 20:22:18.988 INFO kablam! | Sep 17 20:22:18.988 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `W` Sep 17 20:22:18.988 INFO kablam! = help: consider adding a `where W: std::fmt::Debug` bound Sep 17 20:22:18.988 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.988 INFO kablam! Sep 17 20:22:18.988 INFO kablam! error: the trait bound `W: std::marker::Copy` is not satisfied Sep 17 20:22:18.988 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.988 INFO kablam! | Sep 17 20:22:18.988 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `W` Sep 17 20:22:18.988 INFO kablam! | Sep 17 20:22:18.988 INFO kablam! = help: consider adding a `where W: std::marker::Copy` bound Sep 17 20:22:18.988 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.988 INFO kablam! Sep 17 20:22:18.989 INFO kablam! error: the trait bound `W: std::hash::Hash` is not satisfied Sep 17 20:22:18.989 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.989 INFO kablam! | Sep 17 20:22:18.989 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `W` Sep 17 20:22:18.989 INFO kablam! | Sep 17 20:22:18.989 INFO kablam! = help: consider adding a `where W: std::hash::Hash` bound Sep 17 20:22:18.989 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.989 INFO kablam! Sep 17 20:22:18.989 INFO kablam! error: the trait bound `W: std::cmp::Ord` is not satisfied Sep 17 20:22:18.989 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.989 INFO kablam! | Sep 17 20:22:18.989 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `W` Sep 17 20:22:18.989 INFO kablam! | Sep 17 20:22:18.989 INFO kablam! = help: consider adding a `where W: std::cmp::Ord` bound Sep 17 20:22:18.989 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.989 INFO kablam! Sep 17 20:22:18.989 INFO kablam! error: cannot add `W` to `W` Sep 17 20:22:18.989 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.989 INFO kablam! | Sep 17 20:22:18.989 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `W + W` Sep 17 20:22:18.989 INFO kablam! | Sep 17 20:22:18.989 INFO kablam! = help: the trait `std::ops::Add` is not implemented for `W` Sep 17 20:22:18.989 INFO kablam! = help: consider adding a `where W: std::ops::Add` bound Sep 17 20:22:18.989 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.989 INFO kablam! Sep 17 20:22:18.990 INFO kablam! error: cannot add-assign `W` to `W` Sep 17 20:22:18.990 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 17 20:22:18.990 INFO kablam! | Sep 17 20:22:18.990 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 17 20:22:18.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `W += W` Sep 17 20:22:18.990 INFO kablam! | Sep 17 20:22:18.990 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `W` Sep 17 20:22:18.990 INFO kablam! = help: consider adding a `where W: std::ops::AddAssign` bound Sep 17 20:22:18.990 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 17 20:22:18.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:22:18.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:22:18.990 INFO kablam! Sep 17 20:22:19.148 INFO kablam! error: aborting due to 7 previous errors Sep 17 20:22:19.148 INFO kablam! Sep 17 20:22:19.158 INFO kablam! error: Could not compile `outils`. Sep 17 20:22:19.158 INFO kablam! Sep 17 20:22:19.158 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:22:19.158 INFO kablam! su: No module specific data is present Sep 17 20:22:20.115 INFO running `"docker" "rm" "-f" "87679b089725c8465943637c398fdb0f1650657b6c8b65518df608ee7117725b"` Sep 17 20:22:20.332 INFO blam! 87679b089725c8465943637c398fdb0f1650657b6c8b65518df608ee7117725b