Aug 17 15:51:38.094 INFO checking ocl-0.16.0 against master#142bb27373126edf8367f526358b6c72ecf1d8df for pr-53426 Aug 17 15:51:38.095 INFO running: cargo +142bb27373126edf8367f526358b6c72ecf1d8df-alt check --frozen --all --all-targets Aug 17 15:51:38.095 INFO creating container for: cargo +142bb27373126edf8367f526358b6c72ecf1d8df-alt check --frozen --all --all-targets Aug 17 15:51:38.095 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53426/master#142bb27373126edf8367f526358b6c72ecf1d8df:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-2/master#142bb27373126edf8367f526358b6c72ecf1d8df:/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=500" "-e" "CMD=cargo +142bb27373126edf8367f526358b6c72ecf1d8df-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 17 15:51:38.346 INFO blam! 37857c3341d8acf45be1896720bf81fe92ea5c115a5eecaa52cac64891dc9690 Aug 17 15:51:38.348 INFO running `"docker" "start" "-a" "37857c3341d8acf45be1896720bf81fe92ea5c115a5eecaa52cac64891dc9690"` Aug 17 15:51:39.474 INFO kablam! Compiling cl-sys v0.3.2 Aug 17 15:51:39.481 INFO kablam! Compiling cl-sys v0.4.1 Aug 17 15:51:39.493 INFO kablam! Checking colorify v0.2.3 Aug 17 15:51:39.496 INFO kablam! Checking find_folder v0.3.0 Aug 17 15:51:39.546 INFO kablam! Checking qutex v0.1.1 Aug 17 15:51:39.549 INFO kablam! Checking qutex v0.2.1 Aug 17 15:51:39.552 INFO kablam! Compiling ocl-core v0.4.1 Aug 17 15:51:39.555 INFO kablam! Compiling ocl-core v0.7.0 Aug 17 15:51:42.469 INFO kablam! Checking ocl-core-vector v0.1.0 Aug 17 15:51:44.745 INFO kablam! Checking chrono v0.2.25 Aug 17 15:52:22.271 INFO kablam! Checking ocl v0.13.1 Aug 17 15:52:24.508 INFO kablam! Checking ocl v0.16.0 (file:///source) Aug 17 15:52:28.106 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventArray`: (E0119) Aug 17 15:52:28.106 INFO kablam! --> src/standard/event.rs:526:1 Aug 17 15:52:28.106 INFO kablam! | Aug 17 15:52:28.106 INFO kablam! 514 | impl<'a, E> From for EventArray where E: Into { Aug 17 15:52:28.106 INFO kablam! | ------------------------------------------------------- first implementation here Aug 17 15:52:28.106 INFO kablam! ... Aug 17 15:52:28.106 INFO kablam! 526 | impl<'a, E> From<&'a E> for EventArray where E: Into + Clone { Aug 17 15:52:28.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventArray` Aug 17 15:52:28.107 INFO kablam! | Aug 17 15:52:28.107 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Aug 17 15:52:28.107 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.107 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.107 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.107 INFO kablam! Aug 17 15:52:28.108 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.108 INFO kablam! --> src/standard/event.rs:867:1 Aug 17 15:52:28.108 INFO kablam! | Aug 17 15:52:28.108 INFO kablam! 860 | impl<'a, E> From for EventList where E: Into { Aug 17 15:52:28.108 INFO kablam! | ------------------------------------------------------ first implementation here Aug 17 15:52:28.108 INFO kablam! ... Aug 17 15:52:28.108 INFO kablam! 867 | impl<'a, E> From<&'a E> for EventList where E: Into + Clone { Aug 17 15:52:28.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.109 INFO kablam! | Aug 17 15:52:28.109 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.109 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.109 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.109 INFO kablam! Aug 17 15:52:28.123 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&std::option::Option<&_>>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.123 INFO kablam! --> src/standard/event.rs:897:1 Aug 17 15:52:28.123 INFO kablam! | Aug 17 15:52:28.123 INFO kablam! 881 | impl<'a, E> From<&'a Option> for EventList where E: Into + Clone { Aug 17 15:52:28.123 INFO kablam! | -------------------------------------------------------------------------- first implementation here Aug 17 15:52:28.123 INFO kablam! ... Aug 17 15:52:28.123 INFO kablam! 897 | impl<'a, 'b, E> From<&'a Option<&'b E>> for EventList where 'b: 'a, E: Into + Clone { Aug 17 15:52:28.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.123 INFO kablam! | Aug 17 15:52:28.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.123 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.123 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.123 INFO kablam! Aug 17 15:52:28.127 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.127 INFO kablam! --> src/standard/event.rs:926:1 Aug 17 15:52:28.127 INFO kablam! | Aug 17 15:52:28.127 INFO kablam! 915 | impl<'a, E> From<&'a [Option]> for EventList where E: Into + Clone { Aug 17 15:52:28.127 INFO kablam! | ---------------------------------------------------------------------------- first implementation here Aug 17 15:52:28.127 INFO kablam! ... Aug 17 15:52:28.127 INFO kablam! 926 | impl<'a, 'b, E> From<&'a [Option<&'b E>]> for EventList where 'b: 'a, E: Into + Clone { Aug 17 15:52:28.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.127 INFO kablam! | Aug 17 15:52:28.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.127 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.127 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.127 INFO kablam! Aug 17 15:52:28.130 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[&std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.130 INFO kablam! --> src/standard/event.rs:948:1 Aug 17 15:52:28.130 INFO kablam! | Aug 17 15:52:28.130 INFO kablam! 937 | impl<'a, 'b, E> From<&'a [&'b Option]> for EventList where 'b: 'a, E: Into + Clone { Aug 17 15:52:28.130 INFO kablam! | -------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:28.130 INFO kablam! ... Aug 17 15:52:28.130 INFO kablam! 948 | / impl<'a, 'b, 'c, E> From<&'a [&'b Option<&'c E>]> for EventList Aug 17 15:52:28.131 INFO kablam! 949 | | where 'c: 'b, 'b: 'a, E: Into + Clone Aug 17 15:52:28.131 INFO kablam! 950 | | { Aug 17 15:52:28.131 INFO kablam! 951 | | fn from(events: &[&Option<&E>]) -> EventList { Aug 17 15:52:28.131 INFO kablam! ... | Aug 17 15:52:28.131 INFO kablam! 958 | | } Aug 17 15:52:28.131 INFO kablam! 959 | | } Aug 17 15:52:28.131 INFO kablam! | |_^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.131 INFO kablam! | Aug 17 15:52:28.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.131 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.131 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.131 INFO kablam! Aug 17 15:52:28.160 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.161 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:28.161 INFO kablam! | Aug 17 15:52:28.161 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:28.161 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:28.161 INFO kablam! ... Aug 17 15:52:28.161 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:28.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.161 INFO kablam! ... Aug 17 15:52:28.161 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.161 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.161 INFO kablam! | Aug 17 15:52:28.161 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.161 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.161 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.161 INFO kablam! Aug 17 15:52:28.166 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.166 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:28.166 INFO kablam! | Aug 17 15:52:28.166 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.166 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:28.166 INFO kablam! ... Aug 17 15:52:28.167 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.167 INFO kablam! ... Aug 17 15:52:28.167 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.167 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.167 INFO kablam! | Aug 17 15:52:28.167 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.167 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.167 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.167 INFO kablam! Aug 17 15:52:28.173 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.173 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:28.174 INFO kablam! | Aug 17 15:52:28.174 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:28.174 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:28.174 INFO kablam! ... Aug 17 15:52:28.174 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:28.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.174 INFO kablam! ... Aug 17 15:52:28.174 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.174 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.174 INFO kablam! | Aug 17 15:52:28.174 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.175 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.175 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.175 INFO kablam! Aug 17 15:52:28.180 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.180 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:28.180 INFO kablam! | Aug 17 15:52:28.180 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.180 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:28.180 INFO kablam! ... Aug 17 15:52:28.180 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.180 INFO kablam! ... Aug 17 15:52:28.180 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.180 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.180 INFO kablam! | Aug 17 15:52:28.180 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.181 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.181 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.181 INFO kablam! Aug 17 15:52:28.186 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.186 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:28.186 INFO kablam! | Aug 17 15:52:28.187 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:28.187 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:28.187 INFO kablam! ... Aug 17 15:52:28.187 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:28.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.187 INFO kablam! ... Aug 17 15:52:28.187 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.187 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.187 INFO kablam! | Aug 17 15:52:28.187 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.187 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.187 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.187 INFO kablam! Aug 17 15:52:28.195 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.196 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:28.196 INFO kablam! | Aug 17 15:52:28.196 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.196 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:28.196 INFO kablam! ... Aug 17 15:52:28.196 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.196 INFO kablam! ... Aug 17 15:52:28.196 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.196 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.196 INFO kablam! | Aug 17 15:52:28.196 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.196 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.196 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.197 INFO kablam! Aug 17 15:52:28.205 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.205 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:28.205 INFO kablam! | Aug 17 15:52:28.205 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:28.205 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:28.205 INFO kablam! ... Aug 17 15:52:28.205 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:28.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.205 INFO kablam! ... Aug 17 15:52:28.205 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.205 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.205 INFO kablam! | Aug 17 15:52:28.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.205 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.205 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.206 INFO kablam! Aug 17 15:52:28.214 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.214 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:28.214 INFO kablam! | Aug 17 15:52:28.214 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.214 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:28.214 INFO kablam! ... Aug 17 15:52:28.214 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.214 INFO kablam! ... Aug 17 15:52:28.214 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.214 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.214 INFO kablam! | Aug 17 15:52:28.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.214 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.214 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.214 INFO kablam! Aug 17 15:52:28.224 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.224 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:28.224 INFO kablam! | Aug 17 15:52:28.224 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:28.224 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:28.224 INFO kablam! ... Aug 17 15:52:28.224 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:28.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.224 INFO kablam! ... Aug 17 15:52:28.224 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.224 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.224 INFO kablam! | Aug 17 15:52:28.224 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.224 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.224 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.224 INFO kablam! Aug 17 15:52:28.234 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.234 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:28.234 INFO kablam! | Aug 17 15:52:28.234 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.234 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:28.234 INFO kablam! ... Aug 17 15:52:28.234 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.234 INFO kablam! ... Aug 17 15:52:28.234 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.234 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.235 INFO kablam! | Aug 17 15:52:28.235 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.235 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.235 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.235 INFO kablam! Aug 17 15:52:28.244 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.244 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:28.244 INFO kablam! | Aug 17 15:52:28.244 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:28.244 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:28.244 INFO kablam! ... Aug 17 15:52:28.244 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:28.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.245 INFO kablam! ... Aug 17 15:52:28.245 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.245 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.245 INFO kablam! | Aug 17 15:52:28.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.245 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.245 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.245 INFO kablam! Aug 17 15:52:28.253 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.254 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:28.254 INFO kablam! | Aug 17 15:52:28.254 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.254 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:28.254 INFO kablam! ... Aug 17 15:52:28.254 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.254 INFO kablam! ... Aug 17 15:52:28.254 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.254 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.254 INFO kablam! | Aug 17 15:52:28.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.254 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.254 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.254 INFO kablam! Aug 17 15:52:28.264 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.265 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:28.265 INFO kablam! | Aug 17 15:52:28.266 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:28.266 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:28.266 INFO kablam! ... Aug 17 15:52:28.266 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:28.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.266 INFO kablam! ... Aug 17 15:52:28.266 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.266 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.266 INFO kablam! | Aug 17 15:52:28.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.266 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.266 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.266 INFO kablam! Aug 17 15:52:28.278 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.278 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:28.278 INFO kablam! | Aug 17 15:52:28.278 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.278 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:28.278 INFO kablam! ... Aug 17 15:52:28.278 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.278 INFO kablam! ... Aug 17 15:52:28.278 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.278 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.278 INFO kablam! | Aug 17 15:52:28.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.278 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.278 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.279 INFO kablam! Aug 17 15:52:28.289 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.289 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:28.289 INFO kablam! | Aug 17 15:52:28.289 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:28.289 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:28.289 INFO kablam! ... Aug 17 15:52:28.289 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:28.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.289 INFO kablam! ... Aug 17 15:52:28.289 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.289 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.289 INFO kablam! | Aug 17 15:52:28.289 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.289 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.290 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.290 INFO kablam! Aug 17 15:52:28.306 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:28.306 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:28.306 INFO kablam! | Aug 17 15:52:28.306 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.306 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:28.306 INFO kablam! ... Aug 17 15:52:28.306 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:28.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:28.306 INFO kablam! ... Aug 17 15:52:28.306 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:28.306 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:28.306 INFO kablam! | Aug 17 15:52:28.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:28.308 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:28.308 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:28.308 INFO kablam! Aug 17 15:52:38.174 INFO kablam! Checking ocl-extras v0.1.0 Aug 17 15:52:50.601 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 17 15:52:50.601 INFO kablam! --> examples/async_menagerie.rs:119:5 Aug 17 15:52:50.601 INFO kablam! | Aug 17 15:52:50.601 INFO kablam! 119 | / pub fn fill(&self, pattern: T, cmd_idx: usize, buf_pool: &SubBufferPool) { Aug 17 15:52:50.601 INFO kablam! 120 | | let buffer_id = match *self.cmd_graph.commands()[cmd_idx].details() { Aug 17 15:52:50.601 INFO kablam! 121 | | CommandDetails::Fill { target } => target, Aug 17 15:52:50.601 INFO kablam! 122 | | _ => panic!("Task::fill: Not a fill command."), Aug 17 15:52:50.601 INFO kablam! ... | Aug 17 15:52:50.601 INFO kablam! 133 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Aug 17 15:52:50.601 INFO kablam! 134 | | } Aug 17 15:52:50.601 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 17 15:52:50.601 INFO kablam! | Aug 17 15:52:50.601 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 17 15:52:50.601 INFO kablam! = note: required by `extras::SubBufferPool` Aug 17 15:52:50.601 INFO kablam! Aug 17 15:52:50.603 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 17 15:52:50.603 INFO kablam! --> examples/async_menagerie.rs:137:5 Aug 17 15:52:50.603 INFO kablam! | Aug 17 15:52:50.603 INFO kablam! 137 | / pub fn map(&self, cmd_idx: usize, buf_pool: &SubBufferPool) -> FutureMemMap Aug 17 15:52:50.603 INFO kablam! 138 | | { Aug 17 15:52:50.603 INFO kablam! 139 | | let (buffer_id, flags, is_write) = match *self.cmd_graph.commands()[cmd_idx].details(){ Aug 17 15:52:50.603 INFO kablam! 140 | | CommandDetails::Write { target } => (target, MapFlags::new().write_invalidate_region(), true), Aug 17 15:52:50.603 INFO kablam! ... | Aug 17 15:52:50.603 INFO kablam! 166 | | future_data Aug 17 15:52:50.603 INFO kablam! 167 | | } Aug 17 15:52:50.603 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 17 15:52:50.603 INFO kablam! | Aug 17 15:52:50.603 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 17 15:52:50.603 INFO kablam! = note: required by `extras::SubBufferPool` Aug 17 15:52:50.603 INFO kablam! Aug 17 15:52:50.603 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 17 15:52:50.603 INFO kablam! --> examples/async_menagerie.rs:170:5 Aug 17 15:52:50.603 INFO kablam! | Aug 17 15:52:50.603 INFO kablam! 170 | / pub fn copy(&self, cmd_idx: usize, buf_pool: &SubBufferPool) { Aug 17 15:52:50.603 INFO kablam! 171 | | let (src_buf_id, tar_buf_id) = match *self.cmd_graph.commands()[cmd_idx].details(){ Aug 17 15:52:50.603 INFO kablam! 172 | | CommandDetails::Copy { source, target } => (source, target), Aug 17 15:52:50.603 INFO kablam! 173 | | _ => panic!("Task::copy: Not a copy command."), Aug 17 15:52:50.603 INFO kablam! ... | Aug 17 15:52:50.603 INFO kablam! 185 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Aug 17 15:52:50.604 INFO kablam! 186 | | } Aug 17 15:52:50.604 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 17 15:52:50.604 INFO kablam! | Aug 17 15:52:50.604 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 17 15:52:50.604 INFO kablam! = note: required by `extras::SubBufferPool` Aug 17 15:52:50.604 INFO kablam! Aug 17 15:52:50.622 INFO kablam! error: aborting due to 3 previous errors Aug 17 15:52:50.630 INFO kablam! Aug 17 15:52:50.631 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 17 15:52:50.699 INFO kablam! error: Could not compile `ocl`. Aug 17 15:52:50.699 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 17 15:52:56.191 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventArray`: (E0119) Aug 17 15:52:56.191 INFO kablam! --> src/standard/event.rs:526:1 Aug 17 15:52:56.191 INFO kablam! | Aug 17 15:52:56.191 INFO kablam! 514 | impl<'a, E> From for EventArray where E: Into { Aug 17 15:52:56.191 INFO kablam! | ------------------------------------------------------- first implementation here Aug 17 15:52:56.191 INFO kablam! ... Aug 17 15:52:56.191 INFO kablam! 526 | impl<'a, E> From<&'a E> for EventArray where E: Into + Clone { Aug 17 15:52:56.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventArray` Aug 17 15:52:56.191 INFO kablam! | Aug 17 15:52:56.191 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Aug 17 15:52:56.192 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.192 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.192 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.192 INFO kablam! Aug 17 15:52:56.193 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.193 INFO kablam! --> src/standard/event.rs:867:1 Aug 17 15:52:56.193 INFO kablam! | Aug 17 15:52:56.193 INFO kablam! 860 | impl<'a, E> From for EventList where E: Into { Aug 17 15:52:56.193 INFO kablam! | ------------------------------------------------------ first implementation here Aug 17 15:52:56.193 INFO kablam! ... Aug 17 15:52:56.193 INFO kablam! 867 | impl<'a, E> From<&'a E> for EventList where E: Into + Clone { Aug 17 15:52:56.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.193 INFO kablam! | Aug 17 15:52:56.193 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.193 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.193 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.193 INFO kablam! Aug 17 15:52:56.207 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&std::option::Option<&_>>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.207 INFO kablam! --> src/standard/event.rs:897:1 Aug 17 15:52:56.207 INFO kablam! | Aug 17 15:52:56.207 INFO kablam! 881 | impl<'a, E> From<&'a Option> for EventList where E: Into + Clone { Aug 17 15:52:56.207 INFO kablam! | -------------------------------------------------------------------------- first implementation here Aug 17 15:52:56.207 INFO kablam! ... Aug 17 15:52:56.207 INFO kablam! 897 | impl<'a, 'b, E> From<&'a Option<&'b E>> for EventList where 'b: 'a, E: Into + Clone { Aug 17 15:52:56.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.207 INFO kablam! | Aug 17 15:52:56.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.207 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.207 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.208 INFO kablam! Aug 17 15:52:56.213 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.213 INFO kablam! --> src/standard/event.rs:926:1 Aug 17 15:52:56.213 INFO kablam! | Aug 17 15:52:56.213 INFO kablam! 915 | impl<'a, E> From<&'a [Option]> for EventList where E: Into + Clone { Aug 17 15:52:56.213 INFO kablam! | ---------------------------------------------------------------------------- first implementation here Aug 17 15:52:56.213 INFO kablam! ... Aug 17 15:52:56.213 INFO kablam! 926 | impl<'a, 'b, E> From<&'a [Option<&'b E>]> for EventList where 'b: 'a, E: Into + Clone { Aug 17 15:52:56.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.214 INFO kablam! | Aug 17 15:52:56.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.214 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.214 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.214 INFO kablam! Aug 17 15:52:56.218 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[&std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.218 INFO kablam! --> src/standard/event.rs:948:1 Aug 17 15:52:56.218 INFO kablam! | Aug 17 15:52:56.218 INFO kablam! 937 | impl<'a, 'b, E> From<&'a [&'b Option]> for EventList where 'b: 'a, E: Into + Clone { Aug 17 15:52:56.218 INFO kablam! | -------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:56.218 INFO kablam! ... Aug 17 15:52:56.218 INFO kablam! 948 | / impl<'a, 'b, 'c, E> From<&'a [&'b Option<&'c E>]> for EventList Aug 17 15:52:56.218 INFO kablam! 949 | | where 'c: 'b, 'b: 'a, E: Into + Clone Aug 17 15:52:56.218 INFO kablam! 950 | | { Aug 17 15:52:56.218 INFO kablam! 951 | | fn from(events: &[&Option<&E>]) -> EventList { Aug 17 15:52:56.218 INFO kablam! ... | Aug 17 15:52:56.218 INFO kablam! 958 | | } Aug 17 15:52:56.218 INFO kablam! 959 | | } Aug 17 15:52:56.218 INFO kablam! | |_^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.218 INFO kablam! | Aug 17 15:52:56.218 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.218 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.218 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.218 INFO kablam! Aug 17 15:52:56.249 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.249 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:56.249 INFO kablam! | Aug 17 15:52:56.250 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:56.250 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:56.250 INFO kablam! ... Aug 17 15:52:56.250 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:56.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.250 INFO kablam! ... Aug 17 15:52:56.250 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.250 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.250 INFO kablam! | Aug 17 15:52:56.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.250 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.250 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.250 INFO kablam! Aug 17 15:52:56.257 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.257 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:56.257 INFO kablam! | Aug 17 15:52:56.257 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.257 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:56.257 INFO kablam! ... Aug 17 15:52:56.257 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.257 INFO kablam! ... Aug 17 15:52:56.257 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.257 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.257 INFO kablam! | Aug 17 15:52:56.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.257 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.257 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.257 INFO kablam! Aug 17 15:52:56.263 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.263 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:56.263 INFO kablam! | Aug 17 15:52:56.263 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:56.264 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:56.264 INFO kablam! ... Aug 17 15:52:56.264 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:56.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.264 INFO kablam! ... Aug 17 15:52:56.264 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.264 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.265 INFO kablam! | Aug 17 15:52:56.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.265 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.265 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.265 INFO kablam! Aug 17 15:52:56.271 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.271 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:56.271 INFO kablam! | Aug 17 15:52:56.271 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.271 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:56.271 INFO kablam! ... Aug 17 15:52:56.271 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.271 INFO kablam! ... Aug 17 15:52:56.271 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.271 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.271 INFO kablam! | Aug 17 15:52:56.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.271 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.271 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.271 INFO kablam! Aug 17 15:52:56.278 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.278 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:56.278 INFO kablam! | Aug 17 15:52:56.278 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:56.279 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:56.279 INFO kablam! ... Aug 17 15:52:56.279 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:56.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.279 INFO kablam! ... Aug 17 15:52:56.279 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.279 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.279 INFO kablam! | Aug 17 15:52:56.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.279 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.279 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.279 INFO kablam! Aug 17 15:52:56.287 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.287 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:56.287 INFO kablam! | Aug 17 15:52:56.287 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.287 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:56.287 INFO kablam! ... Aug 17 15:52:56.287 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.287 INFO kablam! ... Aug 17 15:52:56.287 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.287 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.287 INFO kablam! | Aug 17 15:52:56.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.287 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.287 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.287 INFO kablam! Aug 17 15:52:56.296 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.296 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:56.296 INFO kablam! | Aug 17 15:52:56.296 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:56.296 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:56.296 INFO kablam! ... Aug 17 15:52:56.296 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:56.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.296 INFO kablam! ... Aug 17 15:52:56.296 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.296 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.296 INFO kablam! | Aug 17 15:52:56.296 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.296 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.296 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.296 INFO kablam! Aug 17 15:52:56.305 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.305 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:56.305 INFO kablam! | Aug 17 15:52:56.305 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.305 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:56.305 INFO kablam! ... Aug 17 15:52:56.305 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.305 INFO kablam! ... Aug 17 15:52:56.305 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.306 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.306 INFO kablam! | Aug 17 15:52:56.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.306 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.306 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.306 INFO kablam! Aug 17 15:52:56.316 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.317 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:56.317 INFO kablam! | Aug 17 15:52:56.317 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:56.317 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:56.317 INFO kablam! ... Aug 17 15:52:56.317 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:56.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.317 INFO kablam! ... Aug 17 15:52:56.317 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.317 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.317 INFO kablam! | Aug 17 15:52:56.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.317 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.317 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.317 INFO kablam! Aug 17 15:52:56.333 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.333 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:56.333 INFO kablam! | Aug 17 15:52:56.333 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.333 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:56.334 INFO kablam! ... Aug 17 15:52:56.334 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.334 INFO kablam! ... Aug 17 15:52:56.334 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.334 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.334 INFO kablam! | Aug 17 15:52:56.334 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.334 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.334 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.334 INFO kablam! Aug 17 15:52:56.351 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.352 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:56.352 INFO kablam! | Aug 17 15:52:56.352 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:56.352 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:56.352 INFO kablam! ... Aug 17 15:52:56.352 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:56.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.352 INFO kablam! ... Aug 17 15:52:56.352 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.352 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.352 INFO kablam! | Aug 17 15:52:56.352 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.352 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.352 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.352 INFO kablam! Aug 17 15:52:56.362 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.362 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:56.362 INFO kablam! | Aug 17 15:52:56.362 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.362 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:56.362 INFO kablam! ... Aug 17 15:52:56.362 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.362 INFO kablam! ... Aug 17 15:52:56.363 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.363 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.363 INFO kablam! | Aug 17 15:52:56.363 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.363 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.363 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.363 INFO kablam! Aug 17 15:52:56.374 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.374 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:56.374 INFO kablam! | Aug 17 15:52:56.374 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:56.375 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:56.375 INFO kablam! ... Aug 17 15:52:56.375 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:56.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.375 INFO kablam! ... Aug 17 15:52:56.375 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.375 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.375 INFO kablam! | Aug 17 15:52:56.375 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.375 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.375 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.375 INFO kablam! Aug 17 15:52:56.387 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.387 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:56.387 INFO kablam! | Aug 17 15:52:56.387 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.387 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:56.387 INFO kablam! ... Aug 17 15:52:56.387 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.387 INFO kablam! ... Aug 17 15:52:56.387 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.387 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.388 INFO kablam! | Aug 17 15:52:56.388 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.388 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.388 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.388 INFO kablam! Aug 17 15:52:56.401 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.401 INFO kablam! --> src/standard/event.rs:990:9 Aug 17 15:52:56.401 INFO kablam! | Aug 17 15:52:56.401 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 17 15:52:56.401 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 17 15:52:56.401 INFO kablam! ... Aug 17 15:52:56.401 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 17 15:52:56.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.401 INFO kablam! ... Aug 17 15:52:56.401 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.401 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.401 INFO kablam! | Aug 17 15:52:56.401 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.401 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.401 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.401 INFO kablam! Aug 17 15:52:56.413 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 17 15:52:56.413 INFO kablam! --> src/standard/event.rs:1014:9 Aug 17 15:52:56.413 INFO kablam! | Aug 17 15:52:56.413 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.413 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 17 15:52:56.413 INFO kablam! ... Aug 17 15:52:56.414 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 17 15:52:56.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 17 15:52:56.414 INFO kablam! ... Aug 17 15:52:56.414 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 17 15:52:56.414 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 17 15:52:56.414 INFO kablam! | Aug 17 15:52:56.414 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 17 15:52:56.414 INFO kablam! = note: for more information, see issue #46205 Aug 17 15:52:56.414 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 17 15:52:56.414 INFO kablam! Aug 17 15:53:04.539 INFO kablam! error: build failed Aug 17 15:53:04.541 INFO kablam! su: No module specific data is present Aug 17 15:53:05.086 INFO running `"docker" "rm" "-f" "37857c3341d8acf45be1896720bf81fe92ea5c115a5eecaa52cac64891dc9690"` Aug 17 15:53:05.244 INFO blam! 37857c3341d8acf45be1896720bf81fe92ea5c115a5eecaa52cac64891dc9690