Sep 21 08:25:13.274 INFO checking iodyn-0.2.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 08:25:13.274 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 08:25:13.274 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/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 08:25:13.405 INFO blam! 3f0d675c62f093cdc591292a243a0f967717d63c2e275bd0288ab980669796e7 Sep 21 08:25:13.406 INFO running `"docker" "start" "-a" "3f0d675c62f093cdc591292a243a0f967717d63c2e275bd0288ab980669796e7"` Sep 21 08:25:14.267 INFO kablam! usermod: no changes Sep 21 08:25:14.297 INFO kablam! Checking adapton v0.3.30 Sep 21 08:25:16.695 INFO kablam! Checking iodyn v0.2.1 (/source) Sep 21 08:25:17.106 INFO kablam! warning: the trait bound `E: std::cmp::Eq` is not satisfied Sep 21 08:25:17.106 INFO kablam! --> src/lib.rs:46:20 Sep 21 08:25:17.106 INFO kablam! | Sep 21 08:25:17.106 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 21 08:25:17.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 21 08:25:17.106 INFO kablam! | Sep 21 08:25:17.106 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 08:25:17.106 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 21 08:25:17.106 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.106 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.106 INFO kablam! Sep 21 08:25:17.106 INFO kablam! warning: the trait bound `E: std::clone::Clone` is not satisfied Sep 21 08:25:17.106 INFO kablam! --> src/lib.rs:46:20 Sep 21 08:25:17.106 INFO kablam! | Sep 21 08:25:17.106 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 21 08:25:17.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 21 08:25:17.106 INFO kablam! | Sep 21 08:25:17.106 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 21 08:25:17.106 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.106 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.106 INFO kablam! Sep 21 08:25:17.106 INFO kablam! warning: the trait bound `E: std::hash::Hash` is not satisfied Sep 21 08:25:17.106 INFO kablam! --> src/lib.rs:46:20 Sep 21 08:25:17.106 INFO kablam! | Sep 21 08:25:17.106 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 21 08:25:17.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 21 08:25:17.107 INFO kablam! | Sep 21 08:25:17.107 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 21 08:25:17.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.107 INFO kablam! Sep 21 08:25:17.107 INFO kablam! warning: `E` doesn't implement `std::fmt::Debug` Sep 21 08:25:17.107 INFO kablam! --> src/lib.rs:46:20 Sep 21 08:25:17.107 INFO kablam! | Sep 21 08:25:17.107 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 21 08:25:17.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 08:25:17.107 INFO kablam! | Sep 21 08:25:17.107 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 08:25:17.107 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 08:25:17.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.107 INFO kablam! Sep 21 08:25:17.107 INFO kablam! warning: the trait bound `E: std::cmp::Eq` is not satisfied Sep 21 08:25:17.107 INFO kablam! --> src/lib.rs:47:21 Sep 21 08:25:17.107 INFO kablam! | Sep 21 08:25:17.107 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 21 08:25:17.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 21 08:25:17.107 INFO kablam! | Sep 21 08:25:17.107 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 21 08:25:17.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.107 INFO kablam! Sep 21 08:25:17.107 INFO kablam! warning: the trait bound `E: std::clone::Clone` is not satisfied Sep 21 08:25:17.107 INFO kablam! --> src/lib.rs:47:21 Sep 21 08:25:17.107 INFO kablam! | Sep 21 08:25:17.107 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 21 08:25:17.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 21 08:25:17.107 INFO kablam! | Sep 21 08:25:17.107 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 21 08:25:17.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.107 INFO kablam! Sep 21 08:25:17.107 INFO kablam! warning: the trait bound `E: std::hash::Hash` is not satisfied Sep 21 08:25:17.107 INFO kablam! --> src/lib.rs:47:21 Sep 21 08:25:17.107 INFO kablam! | Sep 21 08:25:17.107 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 21 08:25:17.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 21 08:25:17.107 INFO kablam! | Sep 21 08:25:17.107 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 21 08:25:17.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.107 INFO kablam! Sep 21 08:25:17.107 INFO kablam! warning: `E` doesn't implement `std::fmt::Debug` Sep 21 08:25:17.107 INFO kablam! --> src/lib.rs:47:21 Sep 21 08:25:17.107 INFO kablam! | Sep 21 08:25:17.107 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 21 08:25:17.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 08:25:17.107 INFO kablam! | Sep 21 08:25:17.107 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 08:25:17.107 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 08:25:17.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.107 INFO kablam! Sep 21 08:25:17.107 INFO kablam! warning: the trait bound `E: std::cmp::Eq` is not satisfied Sep 21 08:25:17.107 INFO kablam! --> src/lib.rs:49:24 Sep 21 08:25:17.107 INFO kablam! | Sep 21 08:25:17.108 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 21 08:25:17.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 21 08:25:17.108 INFO kablam! | Sep 21 08:25:17.108 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 21 08:25:17.108 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.108 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.108 INFO kablam! Sep 21 08:25:17.108 INFO kablam! warning: the trait bound `E: std::clone::Clone` is not satisfied Sep 21 08:25:17.108 INFO kablam! --> src/lib.rs:49:24 Sep 21 08:25:17.108 INFO kablam! | Sep 21 08:25:17.108 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 21 08:25:17.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 21 08:25:17.108 INFO kablam! | Sep 21 08:25:17.108 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 21 08:25:17.108 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.108 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.108 INFO kablam! Sep 21 08:25:17.108 INFO kablam! warning: the trait bound `E: std::hash::Hash` is not satisfied Sep 21 08:25:17.108 INFO kablam! --> src/lib.rs:49:24 Sep 21 08:25:17.108 INFO kablam! | Sep 21 08:25:17.108 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 21 08:25:17.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 21 08:25:17.108 INFO kablam! | Sep 21 08:25:17.108 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 21 08:25:17.108 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.108 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.108 INFO kablam! Sep 21 08:25:17.108 INFO kablam! warning: `E` doesn't implement `std::fmt::Debug` Sep 21 08:25:17.108 INFO kablam! --> src/lib.rs:49:24 Sep 21 08:25:17.108 INFO kablam! | Sep 21 08:25:17.108 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 21 08:25:17.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 08:25:17.108 INFO kablam! | Sep 21 08:25:17.108 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 08:25:17.108 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 08:25:17.108 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.108 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.108 INFO kablam! Sep 21 08:25:17.108 INFO kablam! warning: the trait bound `E: std::cmp::Eq` is not satisfied Sep 21 08:25:17.108 INFO kablam! --> src/lib.rs:50:25 Sep 21 08:25:17.108 INFO kablam! | Sep 21 08:25:17.108 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 21 08:25:17.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 21 08:25:17.108 INFO kablam! | Sep 21 08:25:17.108 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 21 08:25:17.108 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.108 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.108 INFO kablam! Sep 21 08:25:17.108 INFO kablam! warning: the trait bound `E: std::clone::Clone` is not satisfied Sep 21 08:25:17.108 INFO kablam! --> src/lib.rs:50:25 Sep 21 08:25:17.108 INFO kablam! | Sep 21 08:25:17.108 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 21 08:25:17.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 21 08:25:17.108 INFO kablam! | Sep 21 08:25:17.109 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 21 08:25:17.109 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.109 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.109 INFO kablam! Sep 21 08:25:17.109 INFO kablam! warning: the trait bound `E: std::hash::Hash` is not satisfied Sep 21 08:25:17.109 INFO kablam! --> src/lib.rs:50:25 Sep 21 08:25:17.109 INFO kablam! | Sep 21 08:25:17.109 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 21 08:25:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 21 08:25:17.109 INFO kablam! | Sep 21 08:25:17.109 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 21 08:25:17.109 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.109 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.109 INFO kablam! Sep 21 08:25:17.109 INFO kablam! warning: `E` doesn't implement `std::fmt::Debug` Sep 21 08:25:17.109 INFO kablam! --> src/lib.rs:50:25 Sep 21 08:25:17.109 INFO kablam! | Sep 21 08:25:17.109 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 21 08:25:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 08:25:17.109 INFO kablam! | Sep 21 08:25:17.109 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 08:25:17.109 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 08:25:17.109 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.109 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.109 INFO kablam! Sep 21 08:25:17.109 INFO kablam! warning: the trait bound `E: std::cmp::Eq` is not satisfied Sep 21 08:25:17.109 INFO kablam! --> src/lib.rs:52:28 Sep 21 08:25:17.109 INFO kablam! | Sep 21 08:25:17.109 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 21 08:25:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 21 08:25:17.109 INFO kablam! | Sep 21 08:25:17.109 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 21 08:25:17.109 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.111 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.111 INFO kablam! Sep 21 08:25:17.111 INFO kablam! warning: the trait bound `E: std::clone::Clone` is not satisfied Sep 21 08:25:17.111 INFO kablam! --> src/lib.rs:52:28 Sep 21 08:25:17.111 INFO kablam! | Sep 21 08:25:17.111 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 21 08:25:17.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 21 08:25:17.111 INFO kablam! | Sep 21 08:25:17.111 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 21 08:25:17.111 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.111 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.111 INFO kablam! Sep 21 08:25:17.111 INFO kablam! warning: the trait bound `E: std::hash::Hash` is not satisfied Sep 21 08:25:17.111 INFO kablam! --> src/lib.rs:52:28 Sep 21 08:25:17.111 INFO kablam! | Sep 21 08:25:17.111 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 21 08:25:17.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 21 08:25:17.111 INFO kablam! | Sep 21 08:25:17.111 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 21 08:25:17.111 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.111 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.111 INFO kablam! Sep 21 08:25:17.111 INFO kablam! warning: `E` doesn't implement `std::fmt::Debug` Sep 21 08:25:17.111 INFO kablam! --> src/lib.rs:52:28 Sep 21 08:25:17.111 INFO kablam! | Sep 21 08:25:17.111 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 21 08:25:17.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 08:25:17.111 INFO kablam! | Sep 21 08:25:17.111 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 08:25:17.111 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 08:25:17.111 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.111 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.111 INFO kablam! Sep 21 08:25:17.282 INFO kablam! warning: the trait bound `E: std::cmp::Eq` is not satisfied Sep 21 08:25:17.282 INFO kablam! --> src/lib.rs:46:20 Sep 21 08:25:17.282 INFO kablam! | Sep 21 08:25:17.282 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 21 08:25:17.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 21 08:25:17.282 INFO kablam! | Sep 21 08:25:17.282 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 08:25:17.282 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 21 08:25:17.282 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.282 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.282 INFO kablam! Sep 21 08:25:17.282 INFO kablam! warning: the trait bound `E: std::clone::Clone` is not satisfied Sep 21 08:25:17.282 INFO kablam! --> src/lib.rs:46:20 Sep 21 08:25:17.282 INFO kablam! | Sep 21 08:25:17.282 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 21 08:25:17.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 21 08:25:17.282 INFO kablam! | Sep 21 08:25:17.282 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 21 08:25:17.282 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.282 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.282 INFO kablam! Sep 21 08:25:17.282 INFO kablam! warning: the trait bound `E: std::hash::Hash` is not satisfied Sep 21 08:25:17.282 INFO kablam! --> src/lib.rs:46:20 Sep 21 08:25:17.282 INFO kablam! | Sep 21 08:25:17.282 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 21 08:25:17.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 21 08:25:17.282 INFO kablam! | Sep 21 08:25:17.282 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 21 08:25:17.282 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.282 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.282 INFO kablam! Sep 21 08:25:17.292 INFO kablam! warning: `E` doesn't implement `std::fmt::Debug` Sep 21 08:25:17.293 INFO kablam! --> src/lib.rs:46:20 Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! 46 | pub type IRaz = raz::Raz; Sep 21 08:25:17.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 08:25:17.293 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 08:25:17.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.293 INFO kablam! Sep 21 08:25:17.293 INFO kablam! warning: the trait bound `E: std::cmp::Eq` is not satisfied Sep 21 08:25:17.293 INFO kablam! --> src/lib.rs:47:21 Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 21 08:25:17.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 21 08:25:17.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.293 INFO kablam! Sep 21 08:25:17.293 INFO kablam! warning: the trait bound `E: std::clone::Clone` is not satisfied Sep 21 08:25:17.293 INFO kablam! --> src/lib.rs:47:21 Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 21 08:25:17.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 21 08:25:17.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.293 INFO kablam! Sep 21 08:25:17.293 INFO kablam! warning: the trait bound `E: std::hash::Hash` is not satisfied Sep 21 08:25:17.293 INFO kablam! --> src/lib.rs:47:21 Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 21 08:25:17.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 21 08:25:17.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.293 INFO kablam! Sep 21 08:25:17.293 INFO kablam! warning: `E` doesn't implement `std::fmt::Debug` Sep 21 08:25:17.293 INFO kablam! --> src/lib.rs:47:21 Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! 47 | pub type Giraz = raz::Raz; Sep 21 08:25:17.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 08:25:17.293 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 08:25:17.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.293 INFO kablam! Sep 21 08:25:17.293 INFO kablam! warning: the trait bound `E: std::cmp::Eq` is not satisfied Sep 21 08:25:17.293 INFO kablam! --> src/lib.rs:49:24 Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 21 08:25:17.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 21 08:25:17.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.293 INFO kablam! Sep 21 08:25:17.293 INFO kablam! warning: the trait bound `E: std::clone::Clone` is not satisfied Sep 21 08:25:17.293 INFO kablam! --> src/lib.rs:49:24 Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 21 08:25:17.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 21 08:25:17.293 INFO kablam! | Sep 21 08:25:17.293 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 21 08:25:17.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.293 INFO kablam! Sep 21 08:25:17.293 INFO kablam! warning: the trait bound `E: std::hash::Hash` is not satisfied Sep 21 08:25:17.294 INFO kablam! --> src/lib.rs:49:24 Sep 21 08:25:17.294 INFO kablam! | Sep 21 08:25:17.294 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 21 08:25:17.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 21 08:25:17.294 INFO kablam! | Sep 21 08:25:17.294 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 21 08:25:17.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.294 INFO kablam! Sep 21 08:25:17.294 INFO kablam! warning: `E` doesn't implement `std::fmt::Debug` Sep 21 08:25:17.294 INFO kablam! --> src/lib.rs:49:24 Sep 21 08:25:17.294 INFO kablam! | Sep 21 08:25:17.294 INFO kablam! 49 | pub type IRazTree = raz::RazTree; Sep 21 08:25:17.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 08:25:17.294 INFO kablam! | Sep 21 08:25:17.294 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 08:25:17.294 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 08:25:17.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.294 INFO kablam! Sep 21 08:25:17.294 INFO kablam! warning: the trait bound `E: std::cmp::Eq` is not satisfied Sep 21 08:25:17.294 INFO kablam! --> src/lib.rs:50:25 Sep 21 08:25:17.294 INFO kablam! | Sep 21 08:25:17.294 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 21 08:25:17.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 21 08:25:17.294 INFO kablam! | Sep 21 08:25:17.294 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 21 08:25:17.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.294 INFO kablam! Sep 21 08:25:17.294 INFO kablam! warning: the trait bound `E: std::clone::Clone` is not satisfied Sep 21 08:25:17.294 INFO kablam! --> src/lib.rs:50:25 Sep 21 08:25:17.294 INFO kablam! | Sep 21 08:25:17.294 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 21 08:25:17.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 21 08:25:17.294 INFO kablam! | Sep 21 08:25:17.294 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 21 08:25:17.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.294 INFO kablam! Sep 21 08:25:17.294 INFO kablam! warning: the trait bound `E: std::hash::Hash` is not satisfied Sep 21 08:25:17.294 INFO kablam! --> src/lib.rs:50:25 Sep 21 08:25:17.294 INFO kablam! | Sep 21 08:25:17.294 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 21 08:25:17.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 21 08:25:17.294 INFO kablam! | Sep 21 08:25:17.294 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 21 08:25:17.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.294 INFO kablam! Sep 21 08:25:17.294 INFO kablam! warning: `E` doesn't implement `std::fmt::Debug` Sep 21 08:25:17.294 INFO kablam! --> src/lib.rs:50:25 Sep 21 08:25:17.294 INFO kablam! | Sep 21 08:25:17.294 INFO kablam! 50 | pub type GirazTree = raz::RazTree; Sep 21 08:25:17.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 08:25:17.297 INFO kablam! | Sep 21 08:25:17.297 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 08:25:17.297 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 08:25:17.297 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.297 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.297 INFO kablam! Sep 21 08:25:17.297 INFO kablam! warning: the trait bound `E: std::cmp::Eq` is not satisfied Sep 21 08:25:17.297 INFO kablam! --> src/lib.rs:52:28 Sep 21 08:25:17.297 INFO kablam! | Sep 21 08:25:17.297 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 21 08:25:17.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `E` Sep 21 08:25:17.297 INFO kablam! | Sep 21 08:25:17.297 INFO kablam! = help: consider adding a `where E: std::cmp::Eq` bound Sep 21 08:25:17.297 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.297 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.297 INFO kablam! Sep 21 08:25:17.297 INFO kablam! warning: the trait bound `E: std::clone::Clone` is not satisfied Sep 21 08:25:17.297 INFO kablam! --> src/lib.rs:52:28 Sep 21 08:25:17.297 INFO kablam! | Sep 21 08:25:17.297 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 21 08:25:17.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `E` Sep 21 08:25:17.297 INFO kablam! | Sep 21 08:25:17.297 INFO kablam! = help: consider adding a `where E: std::clone::Clone` bound Sep 21 08:25:17.297 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.297 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.297 INFO kablam! Sep 21 08:25:17.297 INFO kablam! warning: the trait bound `E: std::hash::Hash` is not satisfied Sep 21 08:25:17.297 INFO kablam! --> src/lib.rs:52:28 Sep 21 08:25:17.297 INFO kablam! | Sep 21 08:25:17.297 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 21 08:25:17.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `E` Sep 21 08:25:17.297 INFO kablam! | Sep 21 08:25:17.297 INFO kablam! = help: consider adding a `where E: std::hash::Hash` bound Sep 21 08:25:17.297 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.297 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.297 INFO kablam! Sep 21 08:25:17.297 INFO kablam! warning: `E` doesn't implement `std::fmt::Debug` Sep 21 08:25:17.297 INFO kablam! --> src/lib.rs:52:28 Sep 21 08:25:17.297 INFO kablam! | Sep 21 08:25:17.297 INFO kablam! 52 | pub type ArchiveStack = archive_stack::AStack; Sep 21 08:25:17.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 08:25:17.297 INFO kablam! | Sep 21 08:25:17.297 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 08:25:17.297 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 08:25:17.297 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:25:17.297 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:25:17.297 INFO kablam! Sep 21 08:25:18.922 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.64s Sep 21 08:25:18.924 INFO kablam! su: No module specific data is present Sep 21 08:25:19.470 INFO running `"docker" "rm" "-f" "3f0d675c62f093cdc591292a243a0f967717d63c2e275bd0288ab980669796e7"` Sep 21 08:25:19.528 INFO blam! 3f0d675c62f093cdc591292a243a0f967717d63c2e275bd0288ab980669796e7