Aug 02 03:13:15.502 INFO checking ocl-0.16.0 against 1.27.2+tmplazy for lazy_static-1 Aug 02 03:13:15.502 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 02 03:13:15.502 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 02 03:13:15.502 INFO running `"docker" "create" "-v" "/tmp/crater.KRtdWjgxoWtG:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-6/1.27.2+tmplazy:/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:15.751 INFO blam! 559e28cf76148e87064543d9c591d287dc590ab60cc3f528c28c70c388efb8a7 Aug 02 03:13:15.753 INFO running `"docker" "start" "-a" "559e28cf76148e87064543d9c591d287dc590ab60cc3f528c28c70c388efb8a7"` Aug 02 03:13:16.780 INFO kablam! Compiling cl-sys v0.4.1 Aug 02 03:13:16.784 INFO kablam! Checking colorify v0.2.3 Aug 02 03:13:16.786 INFO kablam! Checking qutex v0.2.1 Aug 02 03:13:16.789 INFO kablam! Compiling ocl-core v0.7.0 Aug 02 03:13:16.792 INFO kablam! Checking ocl-extras v0.1.0 Aug 02 03:13:29.199 INFO kablam! Checking ocl v0.16.0 (file:///source) Aug 02 03:13:32.064 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventArray`: (E0119) Aug 02 03:13:32.064 INFO kablam! --> src/standard/event.rs:526:1 Aug 02 03:13:32.064 INFO kablam! | Aug 02 03:13:32.064 INFO kablam! 514 | impl<'a, E> From for EventArray where E: Into { Aug 02 03:13:32.064 INFO kablam! | ------------------------------------------------------- first implementation here Aug 02 03:13:32.064 INFO kablam! ... Aug 02 03:13:32.064 INFO kablam! 526 | impl<'a, E> From<&'a E> for EventArray where E: Into + Clone { Aug 02 03:13:32.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventArray` Aug 02 03:13:32.080 INFO kablam! | Aug 02 03:13:32.081 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Aug 02 03:13:32.081 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:32.081 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.081 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.081 INFO kablam! Aug 02 03:13:32.082 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.082 INFO kablam! --> src/standard/event.rs:867:1 Aug 02 03:13:32.082 INFO kablam! | Aug 02 03:13:32.082 INFO kablam! 860 | impl<'a, E> From for EventList where E: Into { Aug 02 03:13:32.082 INFO kablam! | ------------------------------------------------------ first implementation here Aug 02 03:13:32.082 INFO kablam! ... Aug 02 03:13:32.082 INFO kablam! 867 | impl<'a, E> From<&'a E> for EventList where E: Into + Clone { Aug 02 03:13:32.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.082 INFO kablam! | Aug 02 03:13:32.082 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:32.082 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.082 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.082 INFO kablam! Aug 02 03:13:32.090 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&std::option::Option<&_>>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.090 INFO kablam! --> src/standard/event.rs:897:1 Aug 02 03:13:32.090 INFO kablam! | Aug 02 03:13:32.090 INFO kablam! 881 | impl<'a, E> From<&'a Option> for EventList where E: Into + Clone { Aug 02 03:13:32.090 INFO kablam! | -------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.090 INFO kablam! ... Aug 02 03:13:32.090 INFO kablam! 897 | impl<'a, 'b, E> From<&'a Option<&'b E>> for EventList where 'b: 'a, E: Into + Clone { Aug 02 03:13:32.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.100 INFO kablam! | Aug 02 03:13:32.100 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:32.100 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.100 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.101 INFO kablam! Aug 02 03:13:32.105 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.105 INFO kablam! --> src/standard/event.rs:926:1 Aug 02 03:13:32.105 INFO kablam! | Aug 02 03:13:32.105 INFO kablam! 915 | impl<'a, E> From<&'a [Option]> for EventList where E: Into + Clone { Aug 02 03:13:32.105 INFO kablam! | ---------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.105 INFO kablam! ... Aug 02 03:13:32.105 INFO kablam! 926 | impl<'a, 'b, E> From<&'a [Option<&'b E>]> for EventList where 'b: 'a, E: Into + Clone { Aug 02 03:13:32.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.105 INFO kablam! | Aug 02 03:13:32.105 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:32.105 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.105 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.105 INFO kablam! Aug 02 03:13:32.109 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[&std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.109 INFO kablam! --> src/standard/event.rs:948:1 Aug 02 03:13:32.109 INFO kablam! | Aug 02 03:13:32.109 INFO kablam! 937 | impl<'a, 'b, E> From<&'a [&'b Option]> for EventList where 'b: 'a, E: Into + Clone { Aug 02 03:13:32.109 INFO kablam! | -------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.109 INFO kablam! ... Aug 02 03:13:32.109 INFO kablam! 948 | / impl<'a, 'b, 'c, E> From<&'a [&'b Option<&'c E>]> for EventList Aug 02 03:13:32.109 INFO kablam! 949 | | where 'c: 'b, 'b: 'a, E: Into + Clone Aug 02 03:13:32.109 INFO kablam! 950 | | { Aug 02 03:13:32.109 INFO kablam! 951 | | fn from(events: &[&Option<&E>]) -> EventList { Aug 02 03:13:32.109 INFO kablam! ... | Aug 02 03:13:32.110 INFO kablam! 958 | | } Aug 02 03:13:32.110 INFO kablam! 959 | | } Aug 02 03:13:32.110 INFO kablam! | |_^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.117 INFO kablam! | Aug 02 03:13:32.117 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:32.117 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.117 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.117 INFO kablam! Aug 02 03:13:32.189 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.189 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.189 INFO kablam! | Aug 02 03:13:32.189 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.189 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.189 INFO kablam! ... Aug 02 03:13:32.189 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.189 INFO kablam! ... Aug 02 03:13:32.189 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.190 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.190 INFO kablam! | Aug 02 03:13:32.190 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:32.190 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.190 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.190 INFO kablam! Aug 02 03:13:32.196 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.196 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.196 INFO kablam! | Aug 02 03:13:32.196 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.196 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.196 INFO kablam! ... Aug 02 03:13:32.196 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:32.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.196 INFO kablam! ... Aug 02 03:13:32.196 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.196 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.196 INFO kablam! | Aug 02 03:13:32.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 02 03:13:32.196 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.196 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.196 INFO kablam! Aug 02 03:13:32.222 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.222 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.222 INFO kablam! | Aug 02 03:13:32.222 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.222 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.222 INFO kablam! ... Aug 02 03:13:32.222 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.222 INFO kablam! ... Aug 02 03:13:32.222 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.222 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.223 INFO kablam! | Aug 02 03:13:32.223 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:32.223 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.223 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.223 INFO kablam! Aug 02 03:13:32.264 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.264 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.264 INFO kablam! | Aug 02 03:13:32.264 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.264 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.264 INFO kablam! ... Aug 02 03:13:32.264 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:32.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.264 INFO kablam! ... Aug 02 03:13:32.264 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.264 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.264 INFO kablam! | Aug 02 03:13:32.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 02 03:13:32.265 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.265 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.265 INFO kablam! Aug 02 03:13:32.289 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.289 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.289 INFO kablam! | Aug 02 03:13:32.289 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.289 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.289 INFO kablam! ... Aug 02 03:13:32.289 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.289 INFO kablam! ... Aug 02 03:13:32.289 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.289 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.289 INFO kablam! | Aug 02 03:13:32.290 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:32.290 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.290 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.290 INFO kablam! Aug 02 03:13:32.315 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.315 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.315 INFO kablam! | Aug 02 03:13:32.315 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.315 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.315 INFO kablam! ... Aug 02 03:13:32.315 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:32.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.315 INFO kablam! ... Aug 02 03:13:32.315 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.315 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.315 INFO kablam! | Aug 02 03:13:32.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:32.316 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.316 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.316 INFO kablam! Aug 02 03:13:32.324 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.324 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.324 INFO kablam! | Aug 02 03:13:32.324 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.324 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.324 INFO kablam! ... Aug 02 03:13:32.324 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.325 INFO kablam! ... Aug 02 03:13:32.325 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.325 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.344 INFO kablam! | Aug 02 03:13:32.344 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:32.344 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.345 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.345 INFO kablam! Aug 02 03:13:32.392 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.392 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.392 INFO kablam! | Aug 02 03:13:32.392 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.392 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.392 INFO kablam! ... Aug 02 03:13:32.392 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:32.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.393 INFO kablam! ... Aug 02 03:13:32.393 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.393 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.393 INFO kablam! | Aug 02 03:13:32.394 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:32.394 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.394 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.394 INFO kablam! Aug 02 03:13:32.428 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.428 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.428 INFO kablam! | Aug 02 03:13:32.428 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.428 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.428 INFO kablam! ... Aug 02 03:13:32.428 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.428 INFO kablam! ... Aug 02 03:13:32.429 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.429 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.429 INFO kablam! | Aug 02 03:13:32.429 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:32.429 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.429 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.429 INFO kablam! Aug 02 03:13:32.441 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventArray`: (E0119) Aug 02 03:13:32.441 INFO kablam! --> src/standard/event.rs:526:1 Aug 02 03:13:32.441 INFO kablam! | Aug 02 03:13:32.441 INFO kablam! 514 | impl<'a, E> From for EventArray where E: Into { Aug 02 03:13:32.441 INFO kablam! | ------------------------------------------------------- first implementation here Aug 02 03:13:32.441 INFO kablam! ... Aug 02 03:13:32.441 INFO kablam! 526 | impl<'a, E> From<&'a E> for EventArray where E: Into + Clone { Aug 02 03:13:32.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventArray` Aug 02 03:13:32.442 INFO kablam! | Aug 02 03:13:32.442 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Aug 02 03:13:32.442 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:32.442 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.443 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.443 INFO kablam! Aug 02 03:13:32.443 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.443 INFO kablam! --> src/standard/event.rs:867:1 Aug 02 03:13:32.443 INFO kablam! | Aug 02 03:13:32.443 INFO kablam! 860 | impl<'a, E> From for EventList where E: Into { Aug 02 03:13:32.443 INFO kablam! | ------------------------------------------------------ first implementation here Aug 02 03:13:32.443 INFO kablam! ... Aug 02 03:13:32.443 INFO kablam! 867 | impl<'a, E> From<&'a E> for EventList where E: Into + Clone { Aug 02 03:13:32.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.443 INFO kablam! | Aug 02 03:13:32.443 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:32.443 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.443 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.443 INFO kablam! Aug 02 03:13:32.453 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&std::option::Option<&_>>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.453 INFO kablam! --> src/standard/event.rs:897:1 Aug 02 03:13:32.453 INFO kablam! | Aug 02 03:13:32.453 INFO kablam! 881 | impl<'a, E> From<&'a Option> for EventList where E: Into + Clone { Aug 02 03:13:32.454 INFO kablam! | -------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.454 INFO kablam! ... Aug 02 03:13:32.454 INFO kablam! 897 | impl<'a, 'b, E> From<&'a Option<&'b E>> for EventList where 'b: 'a, E: Into + Clone { Aug 02 03:13:32.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.454 INFO kablam! | Aug 02 03:13:32.454 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:32.454 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.454 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.454 INFO kablam! Aug 02 03:13:32.458 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.458 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.458 INFO kablam! | Aug 02 03:13:32.458 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.459 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.459 INFO kablam! ... Aug 02 03:13:32.459 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:32.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.459 INFO kablam! ... Aug 02 03:13:32.459 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.459 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.459 INFO kablam! | Aug 02 03:13:32.459 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:32.459 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.459 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.459 INFO kablam! Aug 02 03:13:32.459 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.459 INFO kablam! --> src/standard/event.rs:926:1 Aug 02 03:13:32.459 INFO kablam! | Aug 02 03:13:32.459 INFO kablam! 915 | impl<'a, E> From<&'a [Option]> for EventList where E: Into + Clone { Aug 02 03:13:32.459 INFO kablam! | ---------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.459 INFO kablam! ... Aug 02 03:13:32.459 INFO kablam! 926 | impl<'a, 'b, E> From<&'a [Option<&'b E>]> for EventList where 'b: 'a, E: Into + Clone { Aug 02 03:13:32.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.459 INFO kablam! | Aug 02 03:13:32.459 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:32.459 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.461 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.461 INFO kablam! Aug 02 03:13:32.462 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[&std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.462 INFO kablam! --> src/standard/event.rs:948:1 Aug 02 03:13:32.462 INFO kablam! | Aug 02 03:13:32.462 INFO kablam! 937 | impl<'a, 'b, E> From<&'a [&'b Option]> for EventList where 'b: 'a, E: Into + Clone { Aug 02 03:13:32.462 INFO kablam! | -------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.462 INFO kablam! ... Aug 02 03:13:32.462 INFO kablam! 948 | / impl<'a, 'b, 'c, E> From<&'a [&'b Option<&'c E>]> for EventList Aug 02 03:13:32.462 INFO kablam! 949 | | where 'c: 'b, 'b: 'a, E: Into + Clone Aug 02 03:13:32.462 INFO kablam! 950 | | { Aug 02 03:13:32.462 INFO kablam! 951 | | fn from(events: &[&Option<&E>]) -> EventList { Aug 02 03:13:32.462 INFO kablam! ... | Aug 02 03:13:32.462 INFO kablam! 958 | | } Aug 02 03:13:32.462 INFO kablam! 959 | | } Aug 02 03:13:32.462 INFO kablam! | |_^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.464 INFO kablam! | Aug 02 03:13:32.464 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:32.464 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.464 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.464 INFO kablam! Aug 02 03:13:32.490 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.490 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.490 INFO kablam! | Aug 02 03:13:32.490 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.490 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.490 INFO kablam! ... Aug 02 03:13:32.490 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.490 INFO kablam! ... Aug 02 03:13:32.490 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.490 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.490 INFO kablam! | Aug 02 03:13:32.490 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:32.491 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.491 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.491 INFO kablam! Aug 02 03:13:32.491 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.492 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.492 INFO kablam! | Aug 02 03:13:32.492 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.492 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.492 INFO kablam! ... Aug 02 03:13:32.492 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.492 INFO kablam! ... Aug 02 03:13:32.492 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.492 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.492 INFO kablam! | Aug 02 03:13:32.492 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:32.492 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.492 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.492 INFO kablam! Aug 02 03:13:32.499 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.499 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.499 INFO kablam! | Aug 02 03:13:32.499 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.499 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.499 INFO kablam! ... Aug 02 03:13:32.499 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:32.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.499 INFO kablam! ... Aug 02 03:13:32.499 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.499 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.499 INFO kablam! | Aug 02 03:13:32.499 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:32.499 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.499 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.499 INFO kablam! Aug 02 03:13:32.504 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.504 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.504 INFO kablam! | Aug 02 03:13:32.504 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.504 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.504 INFO kablam! ... Aug 02 03:13:32.504 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:32.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.504 INFO kablam! ... Aug 02 03:13:32.504 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.504 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.504 INFO kablam! | Aug 02 03:13:32.504 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:32.505 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.505 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.505 INFO kablam! | Aug 02 03:13:32.505 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.505 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.505 INFO kablam! ... Aug 02 03:13:32.505 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.506 INFO kablam! ... Aug 02 03:13:32.506 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.506 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.506 INFO kablam! | Aug 02 03:13:32.506 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:32.506 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.506 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.507 INFO kablam! Aug 02 03:13:32.513 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.514 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.514 INFO kablam! | Aug 02 03:13:32.514 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.514 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.514 INFO kablam! ... Aug 02 03:13:32.514 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:32.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.514 INFO kablam! ... Aug 02 03:13:32.514 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.514 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.514 INFO kablam! | Aug 02 03:13:32.514 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:32.514 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.514 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.514 INFO kablam! Aug 02 03:13:32.515 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.515 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.515 INFO kablam! Aug 02 03:13:32.521 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.521 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.521 INFO kablam! | Aug 02 03:13:32.521 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.521 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.521 INFO kablam! ... Aug 02 03:13:32.521 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.521 INFO kablam! ... Aug 02 03:13:32.521 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.521 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.521 INFO kablam! | Aug 02 03:13:32.521 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:32.521 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.521 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.522 INFO kablam! Aug 02 03:13:32.530 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.530 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.530 INFO kablam! | Aug 02 03:13:32.530 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.530 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.530 INFO kablam! ... Aug 02 03:13:32.530 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:32.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.530 INFO kablam! ... Aug 02 03:13:32.530 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.530 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.530 INFO kablam! | Aug 02 03:13:32.530 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:32.530 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.530 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.531 INFO kablam! Aug 02 03:13:32.533 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.533 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.533 INFO kablam! | Aug 02 03:13:32.533 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.533 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.533 INFO kablam! ... Aug 02 03:13:32.533 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.533 INFO kablam! ... Aug 02 03:13:32.533 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.533 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.533 INFO kablam! | Aug 02 03:13:32.533 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:32.533 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.533 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.533 INFO kablam! Aug 02 03:13:32.538 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.538 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.538 INFO kablam! | Aug 02 03:13:32.538 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.538 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.538 INFO kablam! ... Aug 02 03:13:32.538 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.538 INFO kablam! ... Aug 02 03:13:32.538 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.538 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.538 INFO kablam! | Aug 02 03:13:32.538 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:32.538 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.538 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.539 INFO kablam! Aug 02 03:13:32.543 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.543 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.543 INFO kablam! | Aug 02 03:13:32.543 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.543 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.543 INFO kablam! ... Aug 02 03:13:32.543 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:32.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.543 INFO kablam! ... Aug 02 03:13:32.543 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.543 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.543 INFO kablam! | Aug 02 03:13:32.543 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:32.543 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.543 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.543 INFO kablam! Aug 02 03:13:32.547 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.547 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.547 INFO kablam! | Aug 02 03:13:32.547 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.547 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.547 INFO kablam! ... Aug 02 03:13:32.547 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:32.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.547 INFO kablam! ... Aug 02 03:13:32.547 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.547 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.547 INFO kablam! | Aug 02 03:13:32.547 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:32.547 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.547 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.548 INFO kablam! Aug 02 03:13:32.554 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.554 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.554 INFO kablam! | Aug 02 03:13:32.554 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.554 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.554 INFO kablam! ... Aug 02 03:13:32.554 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.554 INFO kablam! ... Aug 02 03:13:32.554 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.554 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.554 INFO kablam! | Aug 02 03:13:32.554 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:32.554 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.554 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.554 INFO kablam! Aug 02 03:13:32.555 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.556 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.556 INFO kablam! | Aug 02 03:13:32.556 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.556 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.556 INFO kablam! ... Aug 02 03:13:32.556 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.556 INFO kablam! ... Aug 02 03:13:32.556 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.556 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.556 INFO kablam! | Aug 02 03:13:32.556 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:32.556 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.556 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.556 INFO kablam! Aug 02 03:13:32.567 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.567 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.567 INFO kablam! | Aug 02 03:13:32.567 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.567 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.567 INFO kablam! ... Aug 02 03:13:32.567 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:32.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.567 INFO kablam! ... Aug 02 03:13:32.567 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.567 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.567 INFO kablam! | Aug 02 03:13:32.567 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:32.567 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.567 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.567 INFO kablam! Aug 02 03:13:32.584 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.584 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.584 INFO kablam! | Aug 02 03:13:32.584 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.584 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.584 INFO kablam! ... Aug 02 03:13:32.584 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.584 INFO kablam! ... Aug 02 03:13:32.584 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.584 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.584 INFO kablam! | Aug 02 03:13:32.585 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:32.585 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.585 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.585 INFO kablam! Aug 02 03:13:32.590 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.590 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.590 INFO kablam! | Aug 02 03:13:32.590 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.590 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.590 INFO kablam! ... Aug 02 03:13:32.590 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:32.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.590 INFO kablam! ... Aug 02 03:13:32.590 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.590 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.590 INFO kablam! | Aug 02 03:13:32.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:13:32.590 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.590 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.591 INFO kablam! Aug 02 03:13:32.595 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.595 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.595 INFO kablam! | Aug 02 03:13:32.595 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.595 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.595 INFO kablam! ... Aug 02 03:13:32.595 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:32.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.595 INFO kablam! ... Aug 02 03:13:32.595 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.595 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.595 INFO kablam! | Aug 02 03:13:32.595 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:32.595 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.596 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.596 INFO kablam! Aug 02 03:13:32.604 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.604 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.604 INFO kablam! | Aug 02 03:13:32.604 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.605 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.605 INFO kablam! ... Aug 02 03:13:32.605 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.605 INFO kablam! ... Aug 02 03:13:32.605 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.605 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.605 INFO kablam! | Aug 02 03:13:32.605 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:32.605 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.605 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.605 INFO kablam! Aug 02 03:13:32.613 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.613 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.613 INFO kablam! | Aug 02 03:13:32.613 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.613 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.613 INFO kablam! ... Aug 02 03:13:32.614 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:32.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.614 INFO kablam! ... Aug 02 03:13:32.614 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.614 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.614 INFO kablam! | Aug 02 03:13:32.614 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:32.614 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.614 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.614 INFO kablam! Aug 02 03:13:32.626 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.626 INFO kablam! --> src/standard/event.rs:990:9 Aug 02 03:13:32.627 INFO kablam! | Aug 02 03:13:32.627 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 02 03:13:32.627 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 02 03:13:32.627 INFO kablam! ... Aug 02 03:13:32.627 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 02 03:13:32.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.627 INFO kablam! ... Aug 02 03:13:32.627 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.627 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.627 INFO kablam! | Aug 02 03:13:32.627 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:32.627 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.627 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.627 INFO kablam! Aug 02 03:13:32.636 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 02 03:13:32.636 INFO kablam! --> src/standard/event.rs:1014:9 Aug 02 03:13:32.636 INFO kablam! | Aug 02 03:13:32.636 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 02 03:13:32.636 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 02 03:13:32.636 INFO kablam! ... Aug 02 03:13:32.636 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:32.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 02 03:13:32.636 INFO kablam! ... Aug 02 03:13:32.636 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 02 03:13:32.636 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 02 03:13:32.644 INFO kablam! | Aug 02 03:13:32.644 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:32.644 INFO kablam! = note: for more information, see issue #46205 Aug 02 03:13:32.644 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 02 03:13:32.644 INFO kablam! Aug 02 03:13:48.457 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 02 03:13:48.457 INFO kablam! --> examples/async_menagerie.rs:119:5 Aug 02 03:13:48.458 INFO kablam! | Aug 02 03:13:48.458 INFO kablam! 119 | / pub fn fill(&self, pattern: T, cmd_idx: usize, buf_pool: &SubBufferPool) { Aug 02 03:13:48.458 INFO kablam! 120 | | let buffer_id = match *self.cmd_graph.commands()[cmd_idx].details() { Aug 02 03:13:48.458 INFO kablam! 121 | | CommandDetails::Fill { target } => target, Aug 02 03:13:48.458 INFO kablam! 122 | | _ => panic!("Task::fill: Not a fill command."), Aug 02 03:13:48.458 INFO kablam! ... | Aug 02 03:13:48.458 INFO kablam! 133 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Aug 02 03:13:48.458 INFO kablam! 134 | | } Aug 02 03:13:48.458 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 02 03:13:48.458 INFO kablam! | Aug 02 03:13:48.458 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 02 03:13:48.458 INFO kablam! = note: required by `extras::SubBufferPool` Aug 02 03:13:48.458 INFO kablam! Aug 02 03:13:48.459 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 02 03:13:48.459 INFO kablam! --> examples/async_menagerie.rs:137:5 Aug 02 03:13:48.459 INFO kablam! | Aug 02 03:13:48.459 INFO kablam! 137 | / pub fn map(&self, cmd_idx: usize, buf_pool: &SubBufferPool) -> FutureMemMap Aug 02 03:13:48.459 INFO kablam! 138 | | { Aug 02 03:13:48.459 INFO kablam! 139 | | let (buffer_id, flags, is_write) = match *self.cmd_graph.commands()[cmd_idx].details(){ Aug 02 03:13:48.459 INFO kablam! 140 | | CommandDetails::Write { target } => (target, MapFlags::new().write_invalidate_region(), true), Aug 02 03:13:48.459 INFO kablam! ... | Aug 02 03:13:48.459 INFO kablam! 166 | | future_data Aug 02 03:13:48.459 INFO kablam! 167 | | } Aug 02 03:13:48.459 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 02 03:13:48.459 INFO kablam! | Aug 02 03:13:48.459 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 02 03:13:48.459 INFO kablam! = note: required by `extras::SubBufferPool` Aug 02 03:13:48.459 INFO kablam! Aug 02 03:13:48.459 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 02 03:13:48.459 INFO kablam! --> examples/async_menagerie.rs:170:5 Aug 02 03:13:48.459 INFO kablam! | Aug 02 03:13:48.459 INFO kablam! 170 | / pub fn copy(&self, cmd_idx: usize, buf_pool: &SubBufferPool) { Aug 02 03:13:48.459 INFO kablam! 171 | | let (src_buf_id, tar_buf_id) = match *self.cmd_graph.commands()[cmd_idx].details(){ Aug 02 03:13:48.459 INFO kablam! 172 | | CommandDetails::Copy { source, target } => (source, target), Aug 02 03:13:48.459 INFO kablam! 173 | | _ => panic!("Task::copy: Not a copy command."), Aug 02 03:13:48.460 INFO kablam! ... | Aug 02 03:13:48.460 INFO kablam! 185 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Aug 02 03:13:48.460 INFO kablam! 186 | | } Aug 02 03:13:48.460 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 02 03:13:48.460 INFO kablam! | Aug 02 03:13:48.460 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 02 03:13:48.460 INFO kablam! = note: required by `extras::SubBufferPool` Aug 02 03:13:48.461 INFO kablam! Aug 02 03:13:48.467 INFO kablam! error: aborting due to 3 previous errors Aug 02 03:13:48.470 INFO kablam! Aug 02 03:13:48.470 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 02 03:13:48.525 INFO kablam! error: Could not compile `ocl`. Aug 02 03:13:48.525 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 02 03:13:48.995 INFO kablam! error: build failed Aug 02 03:13:48.997 INFO kablam! su: No module specific data is present Aug 02 03:13:49.585 INFO running `"docker" "rm" "-f" "559e28cf76148e87064543d9c591d287dc590ab60cc3f528c28c70c388efb8a7"` Aug 02 03:13:49.751 INFO blam! 559e28cf76148e87064543d9c591d287dc590ab60cc3f528c28c70c388efb8a7