Aug 02 03:13:15.863 INFO checking ocl-0.16.0 against 1.27.2 for lazy_static-1 Aug 02 03:13:15.863 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 02 03:13:15.863 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 02 03:13:15.863 INFO running `"docker" "create" "-v" "/tmp/crater.yqLNboZnqwWB:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-7/1.27.2:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1.27.2 check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Aug 02 03:13:16.113 INFO blam! a68afe83f7b10c2c45e4a63565f3652e576e8142290963ea1209e6083d2bbb77 Aug 02 03:13:16.113 INFO running `"docker" "start" "-a" "a68afe83f7b10c2c45e4a63565f3652e576e8142290963ea1209e6083d2bbb77"` Aug 02 03:13:17.136 INFO kablam! Compiling cl-sys v0.3.2 Aug 02 03:13:17.138 INFO kablam! Compiling cl-sys v0.4.1 Aug 02 03:13:17.140 INFO kablam! Checking colorify v0.2.3 Aug 02 03:13:17.142 INFO kablam! Checking qutex v0.1.1 Aug 02 03:13:17.143 INFO kablam! Checking qutex v0.2.1 Aug 02 03:13:17.145 INFO kablam! Compiling ocl-core v0.4.1 Aug 02 03:13:17.146 INFO kablam! Compiling ocl-core v0.7.0 Aug 02 03:13:17.148 INFO kablam! Checking ocl-core-vector v0.1.0 Aug 02 03:13:19.696 INFO kablam! Checking chrono v0.2.25 Aug 02 03:13:52.655 INFO kablam! Checking ocl v0.13.1 Aug 02 03:13:55.374 INFO kablam! Checking ocl v0.16.0 (file:///source) Aug 02 03:13:58.295 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventArray`: (E0119) Aug 02 03:13:58.295 INFO kablam! --> src/standard/event.rs:526:1 Aug 02 03:13:58.295 INFO kablam! | Aug 02 03:13:58.295 INFO kablam! 514 | impl<'a, E> From for EventArray where E: Into { Aug 02 03:13:58.295 INFO kablam! | ------------------------------------------------------- first implementation here Aug 02 03:13:58.295 INFO kablam! ... Aug 02 03:13:58.295 INFO kablam! 526 | impl<'a, E> From<&'a E> for EventArray where E: Into + Clone { Aug 02 03:13:58.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventArray` Aug 02 03:13:58.300 INFO kablam! | Aug 02 03:13:58.300 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Aug 02 03:13:58.300 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 02 03:13:58.300 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.300 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.300 INFO kablam! Aug 02 03:13:58.301 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.301 INFO kablam! --> src/standard/event.rs:867:1 Aug 02 03:13:58.301 INFO kablam! | Aug 02 03:13:58.301 INFO kablam! 860 | impl<'a, E> From for EventList where E: Into { Aug 02 03:13:58.301 INFO kablam! | ------------------------------------------------------ first implementation here Aug 02 03:13:58.301 INFO kablam! ... Aug 02 03:13:58.301 INFO kablam! 867 | impl<'a, E> From<&'a E> for EventList where E: Into + Clone { Aug 02 03:13:58.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.302 INFO kablam! | Aug 02 03:13:58.302 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 02 03:13:58.302 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.302 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.302 INFO kablam! Aug 02 03:13:58.308 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&std::option::Option<&_>>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.308 INFO kablam! --> src/standard/event.rs:897:1 Aug 02 03:13:58.308 INFO kablam! | Aug 02 03:13:58.308 INFO kablam! 881 | impl<'a, E> From<&'a Option> for EventList where E: Into + Clone { Aug 02 03:13:58.308 INFO kablam! | -------------------------------------------------------------------------- first implementation here Aug 02 03:13:58.308 INFO kablam! ... Aug 02 03:13:58.308 INFO kablam! 897 | impl<'a, 'b, E> From<&'a Option<&'b E>> for EventList where 'b: 'a, E: Into + Clone { Aug 02 03:13:58.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.308 INFO kablam! | Aug 02 03:13:58.308 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 02 03:13:58.309 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.309 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.309 INFO kablam! Aug 02 03:13:58.316 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.316 INFO kablam! --> src/standard/event.rs:926:1 Aug 02 03:13:58.316 INFO kablam! | Aug 02 03:13:58.316 INFO kablam! 915 | impl<'a, E> From<&'a [Option]> for EventList where E: Into + Clone { Aug 02 03:13:58.316 INFO kablam! | ---------------------------------------------------------------------------- first implementation here Aug 02 03:13:58.316 INFO kablam! ... Aug 02 03:13:58.316 INFO kablam! 926 | impl<'a, 'b, E> From<&'a [Option<&'b E>]> for EventList where 'b: 'a, E: Into + Clone { Aug 02 03:13:58.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.316 INFO kablam! | Aug 02 03:13:58.316 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 02 03:13:58.316 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.316 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.317 INFO kablam! Aug 02 03:13:58.319 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[&std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.319 INFO kablam! --> src/standard/event.rs:948:1 Aug 02 03:13:58.320 INFO kablam! | Aug 02 03:13:58.320 INFO kablam! 937 | impl<'a, 'b, E> From<&'a [&'b Option]> for EventList where 'b: 'a, E: Into + Clone { Aug 02 03:13:58.320 INFO kablam! | -------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:58.320 INFO kablam! ... Aug 02 03:13:58.320 INFO kablam! 948 | / impl<'a, 'b, 'c, E> From<&'a [&'b Option<&'c E>]> for EventList Aug 02 03:13:58.320 INFO kablam! 949 | | where 'c: 'b, 'b: 'a, E: Into + Clone Aug 02 03:13:58.320 INFO kablam! 950 | | { Aug 02 03:13:58.320 INFO kablam! 951 | | fn from(events: &[&Option<&E>]) -> EventList { Aug 02 03:13:58.320 INFO kablam! ... | Aug 02 03:13:58.320 INFO kablam! 958 | | } Aug 02 03:13:58.320 INFO kablam! 959 | | } Aug 02 03:13:58.320 INFO kablam! | |_^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.320 INFO kablam! | Aug 02 03:13:58.320 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 02 03:13:58.320 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.320 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.320 INFO kablam! Aug 02 03:13:58.358 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.358 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:58.358 INFO kablam! | Aug 02 03:13:58.358 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:58.358 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:58.358 INFO kablam! ... Aug 02 03:13:58.358 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:58.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.359 INFO kablam! ... Aug 02 03:13:58.359 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.359 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.359 INFO kablam! | Aug 02 03:13:58.359 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 02 03:13:58.359 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.359 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.359 INFO kablam! Aug 02 03:13:58.364 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.364 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:58.364 INFO kablam! | Aug 02 03:13:58.364 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.364 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:58.364 INFO kablam! ... Aug 02 03:13:58.365 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.365 INFO kablam! ... Aug 02 03:13:58.365 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.365 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.365 INFO kablam! | Aug 02 03:13:58.365 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 02 03:13:58.365 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.365 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.365 INFO kablam! Aug 02 03:13:58.375 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.375 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:58.375 INFO kablam! | Aug 02 03:13:58.375 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:58.375 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:58.375 INFO kablam! ... Aug 02 03:13:58.375 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:58.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.375 INFO kablam! ... Aug 02 03:13:58.375 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.375 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.375 INFO kablam! | Aug 02 03:13:58.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 02 03:13:58.375 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.375 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.375 INFO kablam! Aug 02 03:13:58.382 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.382 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:58.382 INFO kablam! | Aug 02 03:13:58.382 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.382 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:58.382 INFO kablam! ... Aug 02 03:13:58.382 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.382 INFO kablam! ... Aug 02 03:13:58.382 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.382 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.383 INFO kablam! | Aug 02 03:13:58.383 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 02 03:13:58.383 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.383 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.383 INFO kablam! Aug 02 03:13:58.390 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.390 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:58.390 INFO kablam! | Aug 02 03:13:58.390 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:58.390 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:58.390 INFO kablam! ... Aug 02 03:13:58.390 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:58.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.390 INFO kablam! ... Aug 02 03:13:58.390 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.390 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.396 INFO kablam! | Aug 02 03:13:58.397 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 02 03:13:58.397 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.397 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.398 INFO kablam! Aug 02 03:13:58.407 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.407 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:58.407 INFO kablam! | Aug 02 03:13:58.407 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.407 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:58.407 INFO kablam! ... Aug 02 03:13:58.407 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.407 INFO kablam! ... Aug 02 03:13:58.407 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.407 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.408 INFO kablam! | Aug 02 03:13:58.408 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 02 03:13:58.409 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.409 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.410 INFO kablam! Aug 02 03:13:58.417 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.417 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:58.417 INFO kablam! | Aug 02 03:13:58.417 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:58.417 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:58.417 INFO kablam! ... Aug 02 03:13:58.417 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:58.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.418 INFO kablam! ... Aug 02 03:13:58.418 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.418 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.419 INFO kablam! | Aug 02 03:13:58.419 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 02 03:13:58.419 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.420 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.420 INFO kablam! Aug 02 03:13:58.431 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.431 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:58.431 INFO kablam! | Aug 02 03:13:58.431 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.431 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:58.431 INFO kablam! ... Aug 02 03:13:58.431 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.432 INFO kablam! ... Aug 02 03:13:58.432 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.432 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.433 INFO kablam! | Aug 02 03:13:58.433 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 02 03:13:58.433 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.434 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.434 INFO kablam! Aug 02 03:13:58.444 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.444 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:58.444 INFO kablam! | Aug 02 03:13:58.444 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:58.444 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:58.444 INFO kablam! ... Aug 02 03:13:58.444 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:58.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.444 INFO kablam! ... Aug 02 03:13:58.444 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.444 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.452 INFO kablam! | Aug 02 03:13:58.453 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 02 03:13:58.453 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.453 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.454 INFO kablam! Aug 02 03:13:58.464 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.464 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:58.464 INFO kablam! | Aug 02 03:13:58.464 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.464 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:58.464 INFO kablam! ... Aug 02 03:13:58.464 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.464 INFO kablam! ... Aug 02 03:13:58.464 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.464 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.465 INFO kablam! | Aug 02 03:13:58.466 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 02 03:13:58.466 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.466 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.467 INFO kablam! Aug 02 03:13:58.476 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.476 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:58.476 INFO kablam! | Aug 02 03:13:58.476 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:58.476 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:58.476 INFO kablam! ... Aug 02 03:13:58.476 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:58.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.476 INFO kablam! ... Aug 02 03:13:58.476 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.476 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.477 INFO kablam! | Aug 02 03:13:58.477 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 02 03:13:58.478 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.478 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.478 INFO kablam! Aug 02 03:13:58.494 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.494 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:58.494 INFO kablam! | Aug 02 03:13:58.494 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.494 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:58.494 INFO kablam! ... Aug 02 03:13:58.494 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.494 INFO kablam! ... Aug 02 03:13:58.494 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.494 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.495 INFO kablam! | Aug 02 03:13:58.495 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 02 03:13:58.496 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.500 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.500 INFO kablam! Aug 02 03:13:58.517 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.517 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:58.518 INFO kablam! | Aug 02 03:13:58.518 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:58.518 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:58.518 INFO kablam! ... Aug 02 03:13:58.518 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:58.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.518 INFO kablam! ... Aug 02 03:13:58.518 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.518 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.518 INFO kablam! | Aug 02 03:13:58.518 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 02 03:13:58.518 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.519 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.519 INFO kablam! Aug 02 03:13:58.544 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.544 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:58.544 INFO kablam! | Aug 02 03:13:58.544 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.544 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:58.544 INFO kablam! ... Aug 02 03:13:58.544 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.545 INFO kablam! ... Aug 02 03:13:58.545 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.545 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.549 INFO kablam! | Aug 02 03:13:58.549 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 02 03:13:58.550 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.550 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.550 INFO kablam! Aug 02 03:13:58.563 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.563 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:58.563 INFO kablam! | Aug 02 03:13:58.563 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:58.563 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:58.563 INFO kablam! ... Aug 02 03:13:58.563 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:58.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.563 INFO kablam! ... Aug 02 03:13:58.563 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.563 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.564 INFO kablam! | Aug 02 03:13:58.564 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 02 03:13:58.564 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.565 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.565 INFO kablam! Aug 02 03:13:58.576 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:58.576 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:58.576 INFO kablam! | Aug 02 03:13:58.576 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.576 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:58.576 INFO kablam! ... Aug 02 03:13:58.576 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:58.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:58.576 INFO kablam! ... Aug 02 03:13:58.576 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:58.576 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:58.577 INFO kablam! | Aug 02 03:13:58.578 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 02 03:13:58.578 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:58.578 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:58.579 INFO kablam! Aug 02 03:14:04.115 INFO kablam! Checking ocl-extras v0.1.0 Aug 02 03:14:09.778 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventArray`: (E0119) Aug 02 03:14:09.779 INFO kablam! --> src/standard/event.rs:526:1 Aug 02 03:14:09.779 INFO kablam! | Aug 02 03:14:09.779 INFO kablam! 514 | impl<'a, E> From for EventArray where E: Into { Aug 02 03:14:09.779 INFO kablam! | ------------------------------------------------------- first implementation here Aug 02 03:14:09.779 INFO kablam! ... Aug 02 03:14:09.779 INFO kablam! 526 | impl<'a, E> From<&'a E> for EventArray where E: Into + Clone { Aug 02 03:14:09.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventArray` Aug 02 03:14:09.779 INFO kablam! | Aug 02 03:14:09.779 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Aug 02 03:14:09.779 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 02 03:14:09.779 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:09.779 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:09.779 INFO kablam! Aug 02 03:14:09.781 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:09.781 INFO kablam! --> src/standard/event.rs:867:1 Aug 02 03:14:09.781 INFO kablam! | Aug 02 03:14:09.781 INFO kablam! 860 | impl<'a, E> From for EventList where E: Into { Aug 02 03:14:09.781 INFO kablam! | ------------------------------------------------------ first implementation here Aug 02 03:14:09.781 INFO kablam! ... Aug 02 03:14:09.781 INFO kablam! 867 | impl<'a, E> From<&'a E> for EventList where E: Into + Clone { Aug 02 03:14:09.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:09.781 INFO kablam! | Aug 02 03:14:09.781 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 02 03:14:09.782 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:09.782 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:09.782 INFO kablam! Aug 02 03:14:09.895 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&std::option::Option<&_>>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:09.896 INFO kablam! --> src/standard/event.rs:897:1 Aug 02 03:14:09.896 INFO kablam! | Aug 02 03:14:09.896 INFO kablam! 881 | impl<'a, E> From<&'a Option> for EventList where E: Into + Clone { Aug 02 03:14:09.896 INFO kablam! | -------------------------------------------------------------------------- first implementation here Aug 02 03:14:09.896 INFO kablam! ... Aug 02 03:14:09.896 INFO kablam! 897 | impl<'a, 'b, E> From<&'a Option<&'b E>> for EventList where 'b: 'a, E: Into + Clone { Aug 02 03:14:09.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:09.900 INFO kablam! | Aug 02 03:14:09.901 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 02 03:14:09.901 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:09.901 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:09.902 INFO kablam! Aug 02 03:14:09.934 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:09.934 INFO kablam! --> src/standard/event.rs:926:1 Aug 02 03:14:09.934 INFO kablam! | Aug 02 03:14:09.934 INFO kablam! 915 | impl<'a, E> From<&'a [Option]> for EventList where E: Into + Clone { Aug 02 03:14:09.934 INFO kablam! | ---------------------------------------------------------------------------- first implementation here Aug 02 03:14:09.934 INFO kablam! ... Aug 02 03:14:09.934 INFO kablam! 926 | impl<'a, 'b, E> From<&'a [Option<&'b E>]> for EventList where 'b: 'a, E: Into + Clone { Aug 02 03:14:09.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:09.940 INFO kablam! | Aug 02 03:14:09.941 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 02 03:14:09.941 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:09.941 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:09.942 INFO kablam! Aug 02 03:14:09.960 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[&std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:09.960 INFO kablam! --> src/standard/event.rs:948:1 Aug 02 03:14:09.960 INFO kablam! | Aug 02 03:14:09.960 INFO kablam! 937 | impl<'a, 'b, E> From<&'a [&'b Option]> for EventList where 'b: 'a, E: Into + Clone { Aug 02 03:14:09.960 INFO kablam! | -------------------------------------------------------------------------------------------- first implementation here Aug 02 03:14:09.960 INFO kablam! ... Aug 02 03:14:09.960 INFO kablam! 948 | / impl<'a, 'b, 'c, E> From<&'a [&'b Option<&'c E>]> for EventList Aug 02 03:14:09.960 INFO kablam! 949 | | where 'c: 'b, 'b: 'a, E: Into + Clone Aug 02 03:14:09.961 INFO kablam! 950 | | { Aug 02 03:14:09.961 INFO kablam! 951 | | fn from(events: &[&Option<&E>]) -> EventList { Aug 02 03:14:09.961 INFO kablam! ... | Aug 02 03:14:09.961 INFO kablam! 958 | | } Aug 02 03:14:09.961 INFO kablam! 959 | | } Aug 02 03:14:09.961 INFO kablam! | |_^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:09.970 INFO kablam! | Aug 02 03:14:09.970 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 02 03:14:09.971 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:09.971 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:09.971 INFO kablam! Aug 02 03:14:10.269 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.269 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:14:10.269 INFO kablam! | Aug 02 03:14:10.269 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:14:10.269 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:14:10.269 INFO kablam! ... Aug 02 03:14:10.269 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:14:10.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.269 INFO kablam! ... Aug 02 03:14:10.269 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.269 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.271 INFO kablam! | Aug 02 03:14:10.272 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 02 03:14:10.272 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.272 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.272 INFO kablam! Aug 02 03:14:10.338 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.338 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:14:10.338 INFO kablam! | Aug 02 03:14:10.338 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.338 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:14:10.338 INFO kablam! ... Aug 02 03:14:10.338 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.338 INFO kablam! ... Aug 02 03:14:10.338 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.338 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.339 INFO kablam! | Aug 02 03:14:10.339 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 02 03:14:10.339 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.339 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.339 INFO kablam! Aug 02 03:14:10.369 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.369 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:14:10.369 INFO kablam! | Aug 02 03:14:10.369 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:14:10.369 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:14:10.369 INFO kablam! ... Aug 02 03:14:10.370 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:14:10.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.370 INFO kablam! ... Aug 02 03:14:10.370 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.370 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.384 INFO kablam! | Aug 02 03:14:10.384 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 02 03:14:10.385 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.386 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.386 INFO kablam! Aug 02 03:14:10.430 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.430 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:14:10.430 INFO kablam! | Aug 02 03:14:10.430 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.430 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:14:10.430 INFO kablam! ... Aug 02 03:14:10.430 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.431 INFO kablam! ... Aug 02 03:14:10.431 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.431 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.472 INFO kablam! | Aug 02 03:14:10.473 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 02 03:14:10.473 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.473 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.473 INFO kablam! Aug 02 03:14:10.492 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.492 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:14:10.492 INFO kablam! | Aug 02 03:14:10.492 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:14:10.492 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:14:10.492 INFO kablam! ... Aug 02 03:14:10.492 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:14:10.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.493 INFO kablam! ... Aug 02 03:14:10.493 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.493 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.493 INFO kablam! | Aug 02 03:14:10.493 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 02 03:14:10.493 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.493 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.493 INFO kablam! Aug 02 03:14:10.524 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.524 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:14:10.524 INFO kablam! | Aug 02 03:14:10.524 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.524 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:14:10.525 INFO kablam! ... Aug 02 03:14:10.525 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.525 INFO kablam! ... Aug 02 03:14:10.525 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.525 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.525 INFO kablam! | Aug 02 03:14:10.525 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 02 03:14:10.525 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.525 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.525 INFO kablam! Aug 02 03:14:10.589 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.589 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:14:10.589 INFO kablam! | Aug 02 03:14:10.589 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:14:10.589 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:14:10.589 INFO kablam! ... Aug 02 03:14:10.589 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:14:10.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.589 INFO kablam! ... Aug 02 03:14:10.590 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.590 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.590 INFO kablam! | Aug 02 03:14:10.590 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 02 03:14:10.590 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.590 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.590 INFO kablam! Aug 02 03:14:10.650 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.650 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:14:10.650 INFO kablam! | Aug 02 03:14:10.650 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.650 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:14:10.650 INFO kablam! ... Aug 02 03:14:10.650 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.650 INFO kablam! ... Aug 02 03:14:10.650 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.650 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.650 INFO kablam! | Aug 02 03:14:10.650 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 02 03:14:10.650 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.650 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.650 INFO kablam! Aug 02 03:14:10.686 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.686 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:14:10.686 INFO kablam! | Aug 02 03:14:10.686 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:14:10.686 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:14:10.686 INFO kablam! ... Aug 02 03:14:10.686 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:14:10.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.686 INFO kablam! ... Aug 02 03:14:10.687 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.687 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.687 INFO kablam! | Aug 02 03:14:10.687 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 02 03:14:10.691 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.691 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.691 INFO kablam! Aug 02 03:14:10.709 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.709 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:14:10.709 INFO kablam! | Aug 02 03:14:10.709 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.709 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:14:10.709 INFO kablam! ... Aug 02 03:14:10.709 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.709 INFO kablam! ... Aug 02 03:14:10.709 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.709 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.709 INFO kablam! | Aug 02 03:14:10.709 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 02 03:14:10.709 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.709 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.709 INFO kablam! Aug 02 03:14:10.719 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.719 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:14:10.719 INFO kablam! | Aug 02 03:14:10.719 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:14:10.719 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:14:10.719 INFO kablam! ... Aug 02 03:14:10.719 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:14:10.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.720 INFO kablam! ... Aug 02 03:14:10.720 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.720 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.720 INFO kablam! | Aug 02 03:14:10.720 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 02 03:14:10.720 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.721 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.721 INFO kablam! Aug 02 03:14:10.731 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.731 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:14:10.731 INFO kablam! | Aug 02 03:14:10.731 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.731 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:14:10.731 INFO kablam! ... Aug 02 03:14:10.731 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.731 INFO kablam! ... Aug 02 03:14:10.732 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.732 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.732 INFO kablam! | Aug 02 03:14:10.732 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 02 03:14:10.732 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.733 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.733 INFO kablam! Aug 02 03:14:10.744 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.744 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:14:10.744 INFO kablam! | Aug 02 03:14:10.744 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:14:10.744 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:14:10.744 INFO kablam! ... Aug 02 03:14:10.744 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:14:10.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.744 INFO kablam! ... Aug 02 03:14:10.744 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.744 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.744 INFO kablam! | Aug 02 03:14:10.744 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 02 03:14:10.744 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.744 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.745 INFO kablam! Aug 02 03:14:10.756 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.756 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:14:10.756 INFO kablam! | Aug 02 03:14:10.756 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.756 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:14:10.756 INFO kablam! ... Aug 02 03:14:10.756 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.756 INFO kablam! ... Aug 02 03:14:10.756 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.756 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.756 INFO kablam! | Aug 02 03:14:10.756 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 02 03:14:10.756 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.756 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.757 INFO kablam! Aug 02 03:14:10.770 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.770 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:14:10.770 INFO kablam! | Aug 02 03:14:10.770 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:14:10.770 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:14:10.770 INFO kablam! ... Aug 02 03:14:10.770 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:14:10.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.770 INFO kablam! ... Aug 02 03:14:10.770 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.770 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.770 INFO kablam! | Aug 02 03:14:10.770 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 02 03:14:10.770 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.770 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.771 INFO kablam! Aug 02 03:14:10.782 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 02 03:14:10.782 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:14:10.782 INFO kablam! | Aug 02 03:14:10.782 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.782 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:14:10.782 INFO kablam! ... Aug 02 03:14:10.782 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:14:10.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:14:10.782 INFO kablam! ... Aug 02 03:14:10.782 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:14:10.782 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:14:10.782 INFO kablam! | Aug 02 03:14:10.782 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 02 03:14:10.782 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:14:10.782 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:14:10.782 INFO kablam! Aug 02 03:14:13.142 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 02 03:14:13.142 INFO kablam! --> examples/async_menagerie.rs:119:5 Aug 02 03:14:13.142 INFO kablam! | Aug 02 03:14:13.142 INFO kablam! 119 | / pub fn fill(&self, pattern: T, cmd_idx: usize, buf_pool: &SubBufferPool) { Aug 02 03:14:13.142 INFO kablam! 120 | | let buffer_id = match *self.cmd_graph.commands()[cmd_idx].details() { Aug 02 03:14:13.142 INFO kablam! 121 | | CommandDetails::Fill { target } => target, Aug 02 03:14:13.142 INFO kablam! 122 | | _ => panic!("Task::fill: Not a fill command."), Aug 02 03:14:13.142 INFO kablam! ... | Aug 02 03:14:13.142 INFO kablam! 133 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Aug 02 03:14:13.142 INFO kablam! 134 | | } Aug 02 03:14:13.142 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 02 03:14:13.142 INFO kablam! | Aug 02 03:14:13.142 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 02 03:14:13.143 INFO kablam! = note: required by `extras::SubBufferPool` Aug 02 03:14:13.143 INFO kablam! Aug 02 03:14:13.143 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 02 03:14:13.143 INFO kablam! --> examples/async_menagerie.rs:137:5 Aug 02 03:14:13.143 INFO kablam! | Aug 02 03:14:13.143 INFO kablam! 137 | / pub fn map(&self, cmd_idx: usize, buf_pool: &SubBufferPool) -> FutureMemMap Aug 02 03:14:13.143 INFO kablam! 138 | | { Aug 02 03:14:13.143 INFO kablam! 139 | | let (buffer_id, flags, is_write) = match *self.cmd_graph.commands()[cmd_idx].details(){ Aug 02 03:14:13.143 INFO kablam! 140 | | CommandDetails::Write { target } => (target, MapFlags::new().write_invalidate_region(), true), Aug 02 03:14:13.143 INFO kablam! ... | Aug 02 03:14:13.143 INFO kablam! 166 | | future_data Aug 02 03:14:13.143 INFO kablam! 167 | | } Aug 02 03:14:13.143 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 02 03:14:13.143 INFO kablam! | Aug 02 03:14:13.143 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 02 03:14:13.143 INFO kablam! = note: required by `extras::SubBufferPool` Aug 02 03:14:13.143 INFO kablam! Aug 02 03:14:13.143 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 02 03:14:13.143 INFO kablam! --> examples/async_menagerie.rs:170:5 Aug 02 03:14:13.143 INFO kablam! | Aug 02 03:14:13.143 INFO kablam! 170 | / pub fn copy(&self, cmd_idx: usize, buf_pool: &SubBufferPool) { Aug 02 03:14:13.143 INFO kablam! 171 | | let (src_buf_id, tar_buf_id) = match *self.cmd_graph.commands()[cmd_idx].details(){ Aug 02 03:14:13.143 INFO kablam! 172 | | CommandDetails::Copy { source, target } => (source, target), Aug 02 03:14:13.143 INFO kablam! 173 | | _ => panic!("Task::copy: Not a copy command."), Aug 02 03:14:13.143 INFO kablam! ... | Aug 02 03:14:13.143 INFO kablam! 185 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Aug 02 03:14:13.143 INFO kablam! 186 | | } Aug 02 03:14:13.143 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 02 03:14:13.143 INFO kablam! | Aug 02 03:14:13.144 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 02 03:14:13.144 INFO kablam! = note: required by `extras::SubBufferPool` Aug 02 03:14:13.144 INFO kablam! Aug 02 03:14:13.147 INFO kablam! error: aborting due to 3 previous errors Aug 02 03:14:13.147 INFO kablam! Aug 02 03:14:13.148 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 02 03:14:13.174 INFO kablam! error: Could not compile `ocl`. Aug 02 03:14:13.174 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 02 03:14:21.906 INFO kablam! error: build failed Aug 02 03:14:21.908 INFO kablam! su: No module specific data is present Aug 02 03:14:22.450 INFO running `"docker" "rm" "-f" "a68afe83f7b10c2c45e4a63565f3652e576e8142290963ea1209e6083d2bbb77"` Aug 02 03:14:22.614 INFO blam! a68afe83f7b10c2c45e4a63565f3652e576e8142290963ea1209e6083d2bbb77