Sep 21 06:04:27.814 INFO checking outils-0.1.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:04:27.814 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:04:27.814 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:04:28.043 INFO blam! 3d054f1db588c793dcdbde06bf61b399abc0a8fd54d9f29b2346f9bb38e0ec73 Sep 21 06:04:28.047 INFO running `"docker" "start" "-a" "3d054f1db588c793dcdbde06bf61b399abc0a8fd54d9f29b2346f9bb38e0ec73"` Sep 21 06:04:28.882 INFO kablam! usermod: no changes Sep 21 06:04:28.955 INFO kablam! Checking outils v0.1.1 (/source) Sep 21 06:04:29.518 INFO kablam! warning: the trait bound `W: std::default::Default` is not satisfied Sep 21 06:04:29.518 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.518 INFO kablam! | Sep 21 06:04:29.518 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `W` Sep 21 06:04:29.518 INFO kablam! | Sep 21 06:04:29.518 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:04:29.518 INFO kablam! = help: consider adding a `where W: std::default::Default` bound Sep 21 06:04:29.518 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.518 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.518 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.518 INFO kablam! Sep 21 06:04:29.518 INFO kablam! warning: `W` doesn't implement `std::fmt::Debug` Sep 21 06:04:29.518 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.518 INFO kablam! | Sep 21 06:04:29.518 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `W` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:04:29.518 INFO kablam! | Sep 21 06:04:29.518 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `W` Sep 21 06:04:29.518 INFO kablam! = help: consider adding a `where W: std::fmt::Debug` bound Sep 21 06:04:29.518 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.518 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.518 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.518 INFO kablam! Sep 21 06:04:29.518 INFO kablam! warning: the trait bound `W: std::marker::Copy` is not satisfied Sep 21 06:04:29.518 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.518 INFO kablam! | Sep 21 06:04:29.519 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `W` Sep 21 06:04:29.519 INFO kablam! | Sep 21 06:04:29.519 INFO kablam! = help: consider adding a `where W: std::marker::Copy` bound Sep 21 06:04:29.519 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.519 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.519 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.519 INFO kablam! Sep 21 06:04:29.519 INFO kablam! warning: the trait bound `W: std::hash::Hash` is not satisfied Sep 21 06:04:29.519 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.519 INFO kablam! | Sep 21 06:04:29.519 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `W` Sep 21 06:04:29.519 INFO kablam! | Sep 21 06:04:29.519 INFO kablam! = help: consider adding a `where W: std::hash::Hash` bound Sep 21 06:04:29.519 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.519 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.519 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.519 INFO kablam! Sep 21 06:04:29.519 INFO kablam! warning: the trait bound `W: std::cmp::Ord` is not satisfied Sep 21 06:04:29.519 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.519 INFO kablam! | Sep 21 06:04:29.519 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `W` Sep 21 06:04:29.519 INFO kablam! | Sep 21 06:04:29.522 INFO kablam! = help: consider adding a `where W: std::cmp::Ord` bound Sep 21 06:04:29.522 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.522 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.522 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.522 INFO kablam! Sep 21 06:04:29.522 INFO kablam! warning: cannot add `W` to `W` Sep 21 06:04:29.522 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.522 INFO kablam! | Sep 21 06:04:29.522 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `W + W` Sep 21 06:04:29.522 INFO kablam! | Sep 21 06:04:29.522 INFO kablam! = help: the trait `std::ops::Add` is not implemented for `W` Sep 21 06:04:29.522 INFO kablam! = help: consider adding a `where W: std::ops::Add` bound Sep 21 06:04:29.522 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.522 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.522 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.522 INFO kablam! Sep 21 06:04:29.522 INFO kablam! warning: cannot add-assign `W` to `W` Sep 21 06:04:29.523 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.523 INFO kablam! | Sep 21 06:04:29.523 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `W += W` Sep 21 06:04:29.523 INFO kablam! | Sep 21 06:04:29.523 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `W` Sep 21 06:04:29.523 INFO kablam! = help: consider adding a `where W: std::ops::AddAssign` bound Sep 21 06:04:29.523 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.523 INFO kablam! Sep 21 06:04:29.807 INFO kablam! warning: the trait bound `W: std::default::Default` is not satisfied Sep 21 06:04:29.807 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.807 INFO kablam! | Sep 21 06:04:29.807 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `W` Sep 21 06:04:29.807 INFO kablam! | Sep 21 06:04:29.807 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:04:29.807 INFO kablam! = help: consider adding a `where W: std::default::Default` bound Sep 21 06:04:29.807 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.807 INFO kablam! Sep 21 06:04:29.807 INFO kablam! warning: `W` doesn't implement `std::fmt::Debug` Sep 21 06:04:29.807 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.807 INFO kablam! | Sep 21 06:04:29.807 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `W` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:04:29.807 INFO kablam! | Sep 21 06:04:29.807 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `W` Sep 21 06:04:29.807 INFO kablam! = help: consider adding a `where W: std::fmt::Debug` bound Sep 21 06:04:29.807 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.807 INFO kablam! Sep 21 06:04:29.807 INFO kablam! warning: the trait bound `W: std::marker::Copy` is not satisfied Sep 21 06:04:29.807 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.807 INFO kablam! | Sep 21 06:04:29.807 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `W` Sep 21 06:04:29.807 INFO kablam! | Sep 21 06:04:29.807 INFO kablam! = help: consider adding a `where W: std::marker::Copy` bound Sep 21 06:04:29.807 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.807 INFO kablam! Sep 21 06:04:29.807 INFO kablam! warning: the trait bound `W: std::hash::Hash` is not satisfied Sep 21 06:04:29.807 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.807 INFO kablam! | Sep 21 06:04:29.807 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `W` Sep 21 06:04:29.807 INFO kablam! | Sep 21 06:04:29.807 INFO kablam! = help: consider adding a `where W: std::hash::Hash` bound Sep 21 06:04:29.807 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.807 INFO kablam! Sep 21 06:04:29.807 INFO kablam! warning: the trait bound `W: std::cmp::Ord` is not satisfied Sep 21 06:04:29.807 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.807 INFO kablam! | Sep 21 06:04:29.808 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `W` Sep 21 06:04:29.808 INFO kablam! | Sep 21 06:04:29.808 INFO kablam! = help: consider adding a `where W: std::cmp::Ord` bound Sep 21 06:04:29.808 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.808 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.808 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.808 INFO kablam! Sep 21 06:04:29.808 INFO kablam! warning: cannot add `W` to `W` Sep 21 06:04:29.808 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.809 INFO kablam! | Sep 21 06:04:29.809 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `W + W` Sep 21 06:04:29.809 INFO kablam! | Sep 21 06:04:29.809 INFO kablam! = help: the trait `std::ops::Add` is not implemented for `W` Sep 21 06:04:29.809 INFO kablam! = help: consider adding a `where W: std::ops::Add` bound Sep 21 06:04:29.809 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.809 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.809 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.809 INFO kablam! Sep 21 06:04:29.809 INFO kablam! warning: cannot add-assign `W` to `W` Sep 21 06:04:29.809 INFO kablam! --> src/graph/dynconn/hdt/mod.rs:26:26 Sep 21 06:04:29.809 INFO kablam! | Sep 21 06:04:29.809 INFO kablam! 26 | type BalancedForest = WeightedAaForest>; Sep 21 06:04:29.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `W += W` Sep 21 06:04:29.809 INFO kablam! | Sep 21 06:04:29.809 INFO kablam! = help: the trait `std::ops::AddAssign` is not implemented for `W` Sep 21 06:04:29.809 INFO kablam! = help: consider adding a `where W: std::ops::AddAssign` bound Sep 21 06:04:29.809 INFO kablam! = note: required because of the requirements on the impl of `types::WeightType` for `W` Sep 21 06:04:29.809 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:04:29.812 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:04:29.812 INFO kablam! Sep 21 06:04:31.342 INFO kablam! warning: unknown lint: `clippy` Sep 21 06:04:31.342 INFO kablam! --> benches/outils_benchmarks.rs:1:10 Sep 21 06:04:31.342 INFO kablam! | Sep 21 06:04:31.342 INFO kablam! 1 | #![allow(clippy)] Sep 21 06:04:31.342 INFO kablam! | ^^^^^^ Sep 21 06:04:31.342 INFO kablam! | Sep 21 06:04:31.342 INFO kablam! = note: #[warn(unknown_lints)] on by default Sep 21 06:04:31.342 INFO kablam! Sep 21 06:04:32.048 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.14s Sep 21 06:04:32.051 INFO kablam! su: No module specific data is present Sep 21 06:04:32.749 INFO running `"docker" "rm" "-f" "3d054f1db588c793dcdbde06bf61b399abc0a8fd54d9f29b2346f9bb38e0ec73"` Sep 21 06:04:32.879 INFO blam! 3d054f1db588c793dcdbde06bf61b399abc0a8fd54d9f29b2346f9bb38e0ec73