Sep 17 22:42:48.484 INFO checking iodyn-0.2.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 22:42:48.484 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 22:42:48.484 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/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 22:42:48.725 INFO blam! bc30f9bbaa650ea7aa865b1319f98dcdde0873dddf605d7825689d69eca5565f Sep 17 22:42:48.727 INFO running `"docker" "start" "-a" "bc30f9bbaa650ea7aa865b1319f98dcdde0873dddf605d7825689d69eca5565f"` Sep 17 22:42:49.767 INFO kablam! usermod: no changes Sep 17 22:42:49.875 INFO kablam! Checking adapton v0.3.30 Sep 17 22:42:52.930 INFO kablam! Checking iodyn v0.2.1 (/source) Sep 17 22:42:54.135 INFO kablam! error: the trait bound `E: std::cmp::Eq` is not satisfied Sep 17 22:42:54.136 INFO kablam! --> src/lib.rs:46:20 Sep 17 22:42:54.136 INFO kablam! | Sep 17 22:42:54.137 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 17 22:42:54.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 17 22:42:54.138 INFO kablam! | Sep 17 22:42:54.138 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 22:42:54.138 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 17 22:42:54.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.140 INFO kablam! Sep 17 22:42:54.140 INFO kablam! error: the trait bound `E: std::clone::Clone` is not satisfied Sep 17 22:42:54.140 INFO kablam! --> src/lib.rs:46:20 Sep 17 22:42:54.141 INFO kablam! | Sep 17 22:42:54.141 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 17 22:42:54.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 17 22:42:54.142 INFO kablam! | Sep 17 22:42:54.143 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 17 22:42:54.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.143 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.144 INFO kablam! Sep 17 22:42:54.144 INFO kablam! error: the trait bound `E: std::hash::Hash` is not satisfied Sep 17 22:42:54.144 INFO kablam! --> src/lib.rs:46:20 Sep 17 22:42:54.145 INFO kablam! | Sep 17 22:42:54.145 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 17 22:42:54.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 17 22:42:54.146 INFO kablam! | Sep 17 22:42:54.147 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 17 22:42:54.147 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.147 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.148 INFO kablam! Sep 17 22:42:54.148 INFO kablam! error: `E` doesn't implement `std::fmt::Debug` Sep 17 22:42:54.149 INFO kablam! --> src/lib.rs:46:20 Sep 17 22:42:54.149 INFO kablam! | Sep 17 22:42:54.149 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 17 22:42:54.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 22:42:54.150 INFO kablam! | Sep 17 22:42:54.151 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 22:42:54.151 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 22:42:54.152 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.152 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.152 INFO kablam! Sep 17 22:42:54.153 INFO kablam! error: the trait bound `E: std::cmp::Eq` is not satisfied Sep 17 22:42:54.153 INFO kablam! --> src/lib.rs:47:21 Sep 17 22:42:54.154 INFO kablam! | Sep 17 22:42:54.154 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 17 22:42:54.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 17 22:42:54.155 INFO kablam! | Sep 17 22:42:54.155 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 17 22:42:54.156 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.156 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.157 INFO kablam! Sep 17 22:42:54.157 INFO kablam! error: the trait bound `E: std::clone::Clone` is not satisfied Sep 17 22:42:54.157 INFO kablam! --> src/lib.rs:47:21 Sep 17 22:42:54.158 INFO kablam! | Sep 17 22:42:54.158 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 17 22:42:54.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 17 22:42:54.159 INFO kablam! | Sep 17 22:42:54.160 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 17 22:42:54.160 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.161 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.161 INFO kablam! Sep 17 22:42:54.161 INFO kablam! error: the trait bound `E: std::hash::Hash` is not satisfied Sep 17 22:42:54.162 INFO kablam! --> src/lib.rs:47:21 Sep 17 22:42:54.162 INFO kablam! | Sep 17 22:42:54.163 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 17 22:42:54.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 17 22:42:54.163 INFO kablam! | Sep 17 22:42:54.163 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 17 22:42:54.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.164 INFO kablam! Sep 17 22:42:54.164 INFO kablam! error: `E` doesn't implement `std::fmt::Debug` Sep 17 22:42:54.164 INFO kablam! --> src/lib.rs:47:21 Sep 17 22:42:54.164 INFO kablam! | Sep 17 22:42:54.164 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 17 22:42:54.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 22:42:54.164 INFO kablam! | Sep 17 22:42:54.164 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 22:42:54.164 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 22:42:54.165 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.165 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.165 INFO kablam! Sep 17 22:42:54.165 INFO kablam! error: the trait bound `E: std::cmp::Eq` is not satisfied Sep 17 22:42:54.165 INFO kablam! --> src/lib.rs:49:24 Sep 17 22:42:54.165 INFO kablam! | Sep 17 22:42:54.165 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 17 22:42:54.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 17 22:42:54.167 INFO kablam! | Sep 17 22:42:54.167 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 17 22:42:54.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.167 INFO kablam! Sep 17 22:42:54.167 INFO kablam! error: the trait bound `E: std::clone::Clone` is not satisfied Sep 17 22:42:54.167 INFO kablam! --> src/lib.rs:49:24 Sep 17 22:42:54.167 INFO kablam! | Sep 17 22:42:54.167 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 17 22:42:54.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 17 22:42:54.167 INFO kablam! | Sep 17 22:42:54.167 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 17 22:42:54.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.167 INFO kablam! Sep 17 22:42:54.167 INFO kablam! error: the trait bound `E: std::hash::Hash` is not satisfied Sep 17 22:42:54.167 INFO kablam! --> src/lib.rs:49:24 Sep 17 22:42:54.167 INFO kablam! | Sep 17 22:42:54.167 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 17 22:42:54.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 17 22:42:54.167 INFO kablam! | Sep 17 22:42:54.167 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 17 22:42:54.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.167 INFO kablam! Sep 17 22:42:54.167 INFO kablam! error: `E` doesn't implement `std::fmt::Debug` Sep 17 22:42:54.167 INFO kablam! --> src/lib.rs:49:24 Sep 17 22:42:54.167 INFO kablam! | Sep 17 22:42:54.167 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 17 22:42:54.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 22:42:54.167 INFO kablam! | Sep 17 22:42:54.167 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 22:42:54.167 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 22:42:54.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.167 INFO kablam! Sep 17 22:42:54.167 INFO kablam! error: the trait bound `E: std::cmp::Eq` is not satisfied Sep 17 22:42:54.167 INFO kablam! --> src/lib.rs:50:25 Sep 17 22:42:54.167 INFO kablam! | Sep 17 22:42:54.167 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 17 22:42:54.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 17 22:42:54.167 INFO kablam! | Sep 17 22:42:54.167 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 17 22:42:54.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.168 INFO kablam! Sep 17 22:42:54.168 INFO kablam! error: the trait bound `E: std::clone::Clone` is not satisfied Sep 17 22:42:54.168 INFO kablam! --> src/lib.rs:50:25 Sep 17 22:42:54.168 INFO kablam! | Sep 17 22:42:54.168 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 17 22:42:54.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 17 22:42:54.168 INFO kablam! | Sep 17 22:42:54.168 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 17 22:42:54.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.168 INFO kablam! Sep 17 22:42:54.168 INFO kablam! error: the trait bound `E: std::hash::Hash` is not satisfied Sep 17 22:42:54.168 INFO kablam! --> src/lib.rs:50:25 Sep 17 22:42:54.168 INFO kablam! | Sep 17 22:42:54.168 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 17 22:42:54.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 17 22:42:54.168 INFO kablam! | Sep 17 22:42:54.169 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 17 22:42:54.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.169 INFO kablam! Sep 17 22:42:54.169 INFO kablam! error: `E` doesn't implement `std::fmt::Debug` Sep 17 22:42:54.169 INFO kablam! --> src/lib.rs:50:25 Sep 17 22:42:54.169 INFO kablam! | Sep 17 22:42:54.169 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 17 22:42:54.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 22:42:54.169 INFO kablam! | Sep 17 22:42:54.169 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 22:42:54.169 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 22:42:54.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.169 INFO kablam! Sep 17 22:42:54.169 INFO kablam! error: the trait bound `E: std::cmp::Eq` is not satisfied Sep 17 22:42:54.169 INFO kablam! --> src/lib.rs:52:28 Sep 17 22:42:54.169 INFO kablam! | Sep 17 22:42:54.169 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 17 22:42:54.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 17 22:42:54.169 INFO kablam! | Sep 17 22:42:54.169 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 17 22:42:54.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.169 INFO kablam! Sep 17 22:42:54.169 INFO kablam! error: the trait bound `E: std::clone::Clone` is not satisfied Sep 17 22:42:54.169 INFO kablam! --> src/lib.rs:52:28 Sep 17 22:42:54.169 INFO kablam! | Sep 17 22:42:54.169 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 17 22:42:54.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 17 22:42:54.169 INFO kablam! | Sep 17 22:42:54.169 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 17 22:42:54.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.169 INFO kablam! Sep 17 22:42:54.169 INFO kablam! error: the trait bound `E: std::hash::Hash` is not satisfied Sep 17 22:42:54.169 INFO kablam! --> src/lib.rs:52:28 Sep 17 22:42:54.170 INFO kablam! | Sep 17 22:42:54.170 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 17 22:42:54.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 17 22:42:54.170 INFO kablam! | Sep 17 22:42:54.170 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 17 22:42:54.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.170 INFO kablam! Sep 17 22:42:54.170 INFO kablam! error: `E` doesn't implement `std::fmt::Debug` Sep 17 22:42:54.170 INFO kablam! --> src/lib.rs:52:28 Sep 17 22:42:54.170 INFO kablam! | Sep 17 22:42:54.170 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 17 22:42:54.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 22:42:54.170 INFO kablam! | Sep 17 22:42:54.170 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 22:42:54.170 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 22:42:54.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.170 INFO kablam! Sep 17 22:42:54.287 INFO kablam! error: aborting due to 20 previous errors Sep 17 22:42:54.287 INFO kablam! Sep 17 22:42:54.298 INFO kablam! error: the trait bound `E: std::cmp::Eq` is not satisfied Sep 17 22:42:54.298 INFO kablam! --> src/lib.rs:46:20 Sep 17 22:42:54.298 INFO kablam! | Sep 17 22:42:54.298 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 17 22:42:54.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 17 22:42:54.298 INFO kablam! | Sep 17 22:42:54.298 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 22:42:54.298 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 17 22:42:54.298 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.299 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.299 INFO kablam! Sep 17 22:42:54.299 INFO kablam! error: the trait bound `E: std::clone::Clone` is not satisfied Sep 17 22:42:54.299 INFO kablam! --> src/lib.rs:46:20 Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 17 22:42:54.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 17 22:42:54.299 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.299 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.299 INFO kablam! Sep 17 22:42:54.299 INFO kablam! error: the trait bound `E: std::hash::Hash` is not satisfied Sep 17 22:42:54.299 INFO kablam! --> src/lib.rs:46:20 Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 17 22:42:54.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 17 22:42:54.299 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.299 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.299 INFO kablam! Sep 17 22:42:54.299 INFO kablam! error: `E` doesn't implement `std::fmt::Debug` Sep 17 22:42:54.299 INFO kablam! --> src/lib.rs:46:20 Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 17 22:42:54.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 22:42:54.299 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 22:42:54.299 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.299 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.299 INFO kablam! Sep 17 22:42:54.299 INFO kablam! error: the trait bound `E: std::cmp::Eq` is not satisfied Sep 17 22:42:54.299 INFO kablam! --> src/lib.rs:47:21 Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 17 22:42:54.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 17 22:42:54.299 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.299 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.299 INFO kablam! Sep 17 22:42:54.299 INFO kablam! error: the trait bound `E: std::clone::Clone` is not satisfied Sep 17 22:42:54.299 INFO kablam! --> src/lib.rs:47:21 Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 17 22:42:54.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 17 22:42:54.299 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.299 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.299 INFO kablam! Sep 17 22:42:54.299 INFO kablam! error: the trait bound `E: std::hash::Hash` is not satisfied Sep 17 22:42:54.299 INFO kablam! --> src/lib.rs:47:21 Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 17 22:42:54.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 17 22:42:54.299 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.299 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.299 INFO kablam! Sep 17 22:42:54.299 INFO kablam! error: `E` doesn't implement `std::fmt::Debug` Sep 17 22:42:54.299 INFO kablam! --> src/lib.rs:47:21 Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 17 22:42:54.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 22:42:54.299 INFO kablam! | Sep 17 22:42:54.299 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 22:42:54.299 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 22:42:54.300 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.300 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.300 INFO kablam! Sep 17 22:42:54.300 INFO kablam! error: the trait bound `E: std::cmp::Eq` is not satisfied Sep 17 22:42:54.300 INFO kablam! --> src/lib.rs:49:24 Sep 17 22:42:54.300 INFO kablam! | Sep 17 22:42:54.300 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 17 22:42:54.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 17 22:42:54.300 INFO kablam! | Sep 17 22:42:54.300 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 17 22:42:54.300 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.300 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.300 INFO kablam! Sep 17 22:42:54.307 INFO kablam! error: the trait bound `E: std::clone::Clone` is not satisfied Sep 17 22:42:54.307 INFO kablam! --> src/lib.rs:49:24 Sep 17 22:42:54.307 INFO kablam! | Sep 17 22:42:54.307 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 17 22:42:54.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 17 22:42:54.307 INFO kablam! error: Could not compile `iodyn`. Sep 17 22:42:54.307 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 22:42:54.307 INFO kablam! | Sep 17 22:42:54.307 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 17 22:42:54.307 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.307 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.307 INFO kablam! Sep 17 22:42:54.307 INFO kablam! error: the trait bound `E: std::hash::Hash` is not satisfied Sep 17 22:42:54.307 INFO kablam! --> src/lib.rs:49:24 Sep 17 22:42:54.307 INFO kablam! | Sep 17 22:42:54.307 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 17 22:42:54.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 17 22:42:54.307 INFO kablam! | Sep 17 22:42:54.307 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 17 22:42:54.307 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.307 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.307 INFO kablam! Sep 17 22:42:54.307 INFO kablam! error: `E` doesn't implement `std::fmt::Debug` Sep 17 22:42:54.307 INFO kablam! --> src/lib.rs:49:24 Sep 17 22:42:54.307 INFO kablam! | Sep 17 22:42:54.307 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 17 22:42:54.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 22:42:54.308 INFO kablam! | Sep 17 22:42:54.308 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 22:42:54.308 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 22:42:54.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.308 INFO kablam! Sep 17 22:42:54.308 INFO kablam! error: the trait bound `E: std::cmp::Eq` is not satisfied Sep 17 22:42:54.308 INFO kablam! --> src/lib.rs:50:25 Sep 17 22:42:54.308 INFO kablam! | Sep 17 22:42:54.308 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 17 22:42:54.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 17 22:42:54.308 INFO kablam! | Sep 17 22:42:54.308 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 17 22:42:54.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.308 INFO kablam! Sep 17 22:42:54.308 INFO kablam! error: the trait bound `E: std::clone::Clone` is not satisfied Sep 17 22:42:54.308 INFO kablam! --> src/lib.rs:50:25 Sep 17 22:42:54.308 INFO kablam! | Sep 17 22:42:54.308 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 17 22:42:54.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 17 22:42:54.308 INFO kablam! | Sep 17 22:42:54.308 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 17 22:42:54.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.308 INFO kablam! Sep 17 22:42:54.308 INFO kablam! error: the trait bound `E: std::hash::Hash` is not satisfied Sep 17 22:42:54.308 INFO kablam! --> src/lib.rs:50:25 Sep 17 22:42:54.308 INFO kablam! | Sep 17 22:42:54.308 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 17 22:42:54.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 17 22:42:54.308 INFO kablam! | Sep 17 22:42:54.308 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 17 22:42:54.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.308 INFO kablam! Sep 17 22:42:54.308 INFO kablam! error: `E` doesn't implement `std::fmt::Debug` Sep 17 22:42:54.308 INFO kablam! --> src/lib.rs:50:25 Sep 17 22:42:54.308 INFO kablam! | Sep 17 22:42:54.308 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 17 22:42:54.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 22:42:54.308 INFO kablam! | Sep 17 22:42:54.308 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 22:42:54.308 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 22:42:54.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.308 INFO kablam! Sep 17 22:42:54.308 INFO kablam! error: the trait bound `E: std::cmp::Eq` is not satisfied Sep 17 22:42:54.308 INFO kablam! --> src/lib.rs:52:28 Sep 17 22:42:54.308 INFO kablam! | Sep 17 22:42:54.308 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 17 22:42:54.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 17 22:42:54.308 INFO kablam! | Sep 17 22:42:54.308 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 17 22:42:54.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.308 INFO kablam! Sep 17 22:42:54.308 INFO kablam! error: the trait bound `E: std::clone::Clone` is not satisfied Sep 17 22:42:54.308 INFO kablam! --> src/lib.rs:52:28 Sep 17 22:42:54.308 INFO kablam! | Sep 17 22:42:54.308 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 17 22:42:54.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 17 22:42:54.308 INFO kablam! | Sep 17 22:42:54.308 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 17 22:42:54.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.309 INFO kablam! Sep 17 22:42:54.309 INFO kablam! error: the trait bound `E: std::hash::Hash` is not satisfied Sep 17 22:42:54.309 INFO kablam! --> src/lib.rs:52:28 Sep 17 22:42:54.309 INFO kablam! | Sep 17 22:42:54.309 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 17 22:42:54.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 17 22:42:54.309 INFO kablam! | Sep 17 22:42:54.309 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 17 22:42:54.309 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.309 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.309 INFO kablam! Sep 17 22:42:54.309 INFO kablam! error: `E` doesn't implement `std::fmt::Debug` Sep 17 22:42:54.309 INFO kablam! --> src/lib.rs:52:28 Sep 17 22:42:54.309 INFO kablam! | Sep 17 22:42:54.309 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 17 22:42:54.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 22:42:54.309 INFO kablam! | Sep 17 22:42:54.309 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 22:42:54.309 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 22:42:54.309 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:42:54.309 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:42:54.309 INFO kablam! Sep 17 22:42:54.403 INFO kablam! error: aborting due to 20 previous errors Sep 17 22:42:54.403 INFO kablam! Sep 17 22:42:54.412 INFO kablam! error: Could not compile `iodyn`. Sep 17 22:42:54.412 INFO kablam! Sep 17 22:42:54.412 INFO kablam! To learn more, run the command again with --verbose. Sep 17 22:42:54.412 INFO kablam! su: No module specific data is present Sep 17 22:42:55.270 INFO running `"docker" "rm" "-f" "bc30f9bbaa650ea7aa865b1319f98dcdde0873dddf605d7825689d69eca5565f"` Sep 17 22:42:55.343 INFO blam! bc30f9bbaa650ea7aa865b1319f98dcdde0873dddf605d7825689d69eca5565f