Aug 11 07:19:19.789 INFO checking ocl-0.16.0 against try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy for libc-1 Aug 11 07:19:19.789 INFO running: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 07:19:19.789 INFO creating container for: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 07:19:19.789 INFO running `"docker" "create" "-v" "/tmp/crater.zq5OdhbvhHdx:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-5/try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+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 +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 07:19:20.054 INFO blam! 6f34b03fbe388e6b0faef51f20a87658437ff7e52cf01045424acb158672456c Aug 11 07:19:20.056 INFO running `"docker" "start" "-a" "6f34b03fbe388e6b0faef51f20a87658437ff7e52cf01045424acb158672456c"` Aug 11 07:19:21.125 INFO kablam! Blocking waiting for file lock on the git checkouts Aug 11 07:19:21.445 INFO kablam! Compiling cl-sys v0.3.2 Aug 11 07:19:21.447 INFO kablam! Checking colorify v0.2.3 Aug 11 07:19:21.451 INFO kablam! Checking qutex v0.1.1 Aug 11 07:19:21.454 INFO kablam! Compiling ocl-core v0.4.1 Aug 11 07:19:21.486 INFO kablam! Checking chrono v0.2.25 Aug 11 07:19:21.506 INFO kablam! Checking ocl v0.16.0 (file:///source) Aug 11 07:19:28.686 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventArray`: (E0119) Aug 11 07:19:28.686 INFO kablam! --> src/standard/event.rs:526:1 Aug 11 07:19:28.686 INFO kablam! | Aug 11 07:19:28.686 INFO kablam! 514 | impl<'a, E> From for EventArray where E: Into { Aug 11 07:19:28.686 INFO kablam! | ------------------------------------------------------- first implementation here Aug 11 07:19:28.686 INFO kablam! ... Aug 11 07:19:28.686 INFO kablam! 526 | impl<'a, E> From<&'a E> for EventArray where E: Into + Clone { Aug 11 07:19:28.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventArray` Aug 11 07:19:28.686 INFO kablam! | Aug 11 07:19:28.686 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Aug 11 07:19:28.686 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 11 07:19:28.688 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:28.689 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:28.690 INFO kablam! Aug 11 07:19:28.697 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:28.697 INFO kablam! --> src/standard/event.rs:867:1 Aug 11 07:19:28.697 INFO kablam! | Aug 11 07:19:28.697 INFO kablam! 860 | impl<'a, E> From for EventList where E: Into { Aug 11 07:19:28.697 INFO kablam! | ------------------------------------------------------ first implementation here Aug 11 07:19:28.697 INFO kablam! ... Aug 11 07:19:28.697 INFO kablam! 867 | impl<'a, E> From<&'a E> for EventList where E: Into + Clone { Aug 11 07:19:28.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:28.700 INFO kablam! | Aug 11 07:19:28.703 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 11 07:19:28.703 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:28.704 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:28.704 INFO kablam! Aug 11 07:19:28.736 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&std::option::Option<&_>>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:28.736 INFO kablam! --> src/standard/event.rs:897:1 Aug 11 07:19:28.736 INFO kablam! | Aug 11 07:19:28.736 INFO kablam! 881 | impl<'a, E> From<&'a Option> for EventList where E: Into + Clone { Aug 11 07:19:28.736 INFO kablam! | -------------------------------------------------------------------------- first implementation here Aug 11 07:19:28.736 INFO kablam! ... Aug 11 07:19:28.736 INFO kablam! 897 | impl<'a, 'b, E> From<&'a Option<&'b E>> for EventList where 'b: 'a, E: Into + Clone { Aug 11 07:19:28.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:28.736 INFO kablam! | Aug 11 07:19:28.736 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 11 07:19:28.736 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:28.736 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:28.736 INFO kablam! Aug 11 07:19:28.766 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:28.766 INFO kablam! --> src/standard/event.rs:926:1 Aug 11 07:19:28.766 INFO kablam! | Aug 11 07:19:28.766 INFO kablam! 915 | impl<'a, E> From<&'a [Option]> for EventList where E: Into + Clone { Aug 11 07:19:28.766 INFO kablam! | ---------------------------------------------------------------------------- first implementation here Aug 11 07:19:28.766 INFO kablam! ... Aug 11 07:19:28.766 INFO kablam! 926 | impl<'a, 'b, E> From<&'a [Option<&'b E>]> for EventList where 'b: 'a, E: Into + Clone { Aug 11 07:19:28.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:28.766 INFO kablam! | Aug 11 07:19:28.766 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 11 07:19:28.766 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:28.766 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:28.766 INFO kablam! Aug 11 07:19:28.782 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[&std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:28.782 INFO kablam! --> src/standard/event.rs:948:1 Aug 11 07:19:28.782 INFO kablam! | Aug 11 07:19:28.783 INFO kablam! 937 | impl<'a, 'b, E> From<&'a [&'b Option]> for EventList where 'b: 'a, E: Into + Clone { Aug 11 07:19:28.783 INFO kablam! | -------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:28.783 INFO kablam! ... Aug 11 07:19:28.783 INFO kablam! 948 | / impl<'a, 'b, 'c, E> From<&'a [&'b Option<&'c E>]> for EventList Aug 11 07:19:28.783 INFO kablam! 949 | | where 'c: 'b, 'b: 'a, E: Into + Clone Aug 11 07:19:28.783 INFO kablam! 950 | | { Aug 11 07:19:28.783 INFO kablam! 951 | | fn from(events: &[&Option<&E>]) -> EventList { Aug 11 07:19:28.783 INFO kablam! ... | Aug 11 07:19:28.783 INFO kablam! 958 | | } Aug 11 07:19:28.783 INFO kablam! 959 | | } Aug 11 07:19:28.783 INFO kablam! | |_^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:28.783 INFO kablam! | Aug 11 07:19:28.783 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 11 07:19:28.783 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:28.783 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:28.783 INFO kablam! Aug 11 07:19:28.898 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:28.898 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:28.898 INFO kablam! | Aug 11 07:19:28.898 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:28.898 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:28.898 INFO kablam! ... Aug 11 07:19:28.898 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:28.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:28.898 INFO kablam! ... Aug 11 07:19:28.898 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:28.898 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:28.898 INFO kablam! | Aug 11 07:19:28.898 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 11 07:19:28.898 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:28.898 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:28.904 INFO kablam! Aug 11 07:19:28.924 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:28.924 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:28.924 INFO kablam! | Aug 11 07:19:28.924 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:28.924 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:28.924 INFO kablam! ... Aug 11 07:19:28.924 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:28.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:28.924 INFO kablam! ... Aug 11 07:19:28.924 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:28.924 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:28.924 INFO kablam! | Aug 11 07:19:28.924 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 11 07:19:28.924 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:28.924 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:28.926 INFO kablam! Aug 11 07:19:28.943 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:28.943 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:28.943 INFO kablam! | Aug 11 07:19:28.943 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:28.943 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:28.943 INFO kablam! ... Aug 11 07:19:28.943 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:28.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:28.943 INFO kablam! ... Aug 11 07:19:28.943 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:28.943 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:28.952 INFO kablam! | Aug 11 07:19:28.953 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 11 07:19:28.953 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:28.953 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:28.954 INFO kablam! Aug 11 07:19:28.974 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:28.974 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:28.974 INFO kablam! | Aug 11 07:19:28.974 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:28.974 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:28.974 INFO kablam! ... Aug 11 07:19:28.974 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:28.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:28.974 INFO kablam! ... Aug 11 07:19:28.974 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:28.975 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:28.975 INFO kablam! | Aug 11 07:19:28.976 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 11 07:19:28.976 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:28.977 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:28.977 INFO kablam! Aug 11 07:19:28.996 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:28.996 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:28.996 INFO kablam! | Aug 11 07:19:28.996 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:28.996 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:28.996 INFO kablam! ... Aug 11 07:19:28.996 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:28.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:28.997 INFO kablam! ... Aug 11 07:19:28.997 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:28.997 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:28.999 INFO kablam! | Aug 11 07:19:28.999 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 11 07:19:28.999 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:29.000 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:29.000 INFO kablam! Aug 11 07:19:29.026 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:29.026 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:29.026 INFO kablam! | Aug 11 07:19:29.026 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:29.026 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:29.026 INFO kablam! ... Aug 11 07:19:29.026 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:29.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:29.026 INFO kablam! ... Aug 11 07:19:29.026 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:29.026 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:29.027 INFO kablam! | Aug 11 07:19:29.027 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 11 07:19:29.028 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:29.028 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:29.028 INFO kablam! Aug 11 07:19:29.055 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:29.055 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:29.055 INFO kablam! | Aug 11 07:19:29.055 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:29.055 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:29.055 INFO kablam! ... Aug 11 07:19:29.055 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:29.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:29.055 INFO kablam! ... Aug 11 07:19:29.055 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:29.055 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:29.060 INFO kablam! | Aug 11 07:19:29.060 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 11 07:19:29.060 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:29.060 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:29.060 INFO kablam! Aug 11 07:19:29.093 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:29.093 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:29.093 INFO kablam! | Aug 11 07:19:29.093 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:29.093 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:29.093 INFO kablam! ... Aug 11 07:19:29.093 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:29.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:29.093 INFO kablam! ... Aug 11 07:19:29.093 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:29.093 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:29.093 INFO kablam! | Aug 11 07:19:29.093 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 11 07:19:29.093 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:29.093 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:29.093 INFO kablam! Aug 11 07:19:29.126 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:29.126 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:29.126 INFO kablam! | Aug 11 07:19:29.126 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:29.126 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:29.126 INFO kablam! ... Aug 11 07:19:29.126 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:29.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:29.126 INFO kablam! ... Aug 11 07:19:29.126 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:29.126 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:29.126 INFO kablam! | Aug 11 07:19:29.126 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 11 07:19:29.126 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:29.126 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:29.126 INFO kablam! Aug 11 07:19:29.163 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:29.163 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:29.163 INFO kablam! | Aug 11 07:19:29.163 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:29.163 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:29.163 INFO kablam! ... Aug 11 07:19:29.163 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:29.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:29.163 INFO kablam! ... Aug 11 07:19:29.163 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:29.163 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:29.163 INFO kablam! | Aug 11 07:19:29.164 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 11 07:19:29.164 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:29.164 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:29.164 INFO kablam! Aug 11 07:19:29.193 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:29.193 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:29.193 INFO kablam! | Aug 11 07:19:29.193 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:29.193 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:29.193 INFO kablam! ... Aug 11 07:19:29.193 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:29.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:29.193 INFO kablam! ... Aug 11 07:19:29.193 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:29.193 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:29.193 INFO kablam! | Aug 11 07:19:29.193 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 11 07:19:29.193 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:29.193 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:29.194 INFO kablam! Aug 11 07:19:29.232 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:29.232 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:29.232 INFO kablam! | Aug 11 07:19:29.232 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:29.232 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:29.232 INFO kablam! ... Aug 11 07:19:29.232 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:29.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:29.232 INFO kablam! ... Aug 11 07:19:29.232 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:29.232 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:29.235 INFO kablam! | Aug 11 07:19:29.235 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 11 07:19:29.235 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:29.235 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:29.236 INFO kablam! Aug 11 07:19:29.271 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:29.271 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:29.272 INFO kablam! | Aug 11 07:19:29.272 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:29.272 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:29.272 INFO kablam! ... Aug 11 07:19:29.272 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:29.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:29.272 INFO kablam! ... Aug 11 07:19:29.272 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:29.272 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:29.272 INFO kablam! | Aug 11 07:19:29.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 11 07:19:29.272 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:29.272 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:29.272 INFO kablam! Aug 11 07:19:29.300 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:29.300 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:29.300 INFO kablam! | Aug 11 07:19:29.300 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:29.300 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:29.300 INFO kablam! ... Aug 11 07:19:29.300 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:29.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:29.300 INFO kablam! ... Aug 11 07:19:29.300 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:29.300 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:29.306 INFO kablam! | Aug 11 07:19:29.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 11 07:19:29.306 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:29.307 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:29.307 INFO kablam! Aug 11 07:19:29.349 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:29.349 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:29.349 INFO kablam! | Aug 11 07:19:29.349 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:29.349 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:29.349 INFO kablam! ... Aug 11 07:19:29.349 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:29.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:29.349 INFO kablam! ... Aug 11 07:19:29.349 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:29.349 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:29.364 INFO kablam! | Aug 11 07:19:29.364 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 11 07:19:29.365 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:29.365 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:29.365 INFO kablam! Aug 11 07:19:29.404 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:29.404 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:29.404 INFO kablam! | Aug 11 07:19:29.404 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:29.404 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:29.404 INFO kablam! ... Aug 11 07:19:29.404 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:29.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:29.404 INFO kablam! ... Aug 11 07:19:29.404 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:29.405 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:29.405 INFO kablam! | Aug 11 07:19:29.405 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 11 07:19:29.405 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:29.405 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:29.405 INFO kablam! Aug 11 07:19:43.943 INFO kablam! Checking ocl v0.13.1 Aug 11 07:19:50.701 INFO kablam! Checking ocl-extras v0.1.0 Aug 11 07:19:56.061 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 11 07:19:56.061 INFO kablam! --> examples/async_menagerie.rs:119:5 Aug 11 07:19:56.061 INFO kablam! | Aug 11 07:19:56.061 INFO kablam! 119 | / pub fn fill(&self, pattern: T, cmd_idx: usize, buf_pool: &SubBufferPool) { Aug 11 07:19:56.061 INFO kablam! 120 | | let buffer_id = match *self.cmd_graph.commands()[cmd_idx].details() { Aug 11 07:19:56.061 INFO kablam! 121 | | CommandDetails::Fill { target } => target, Aug 11 07:19:56.061 INFO kablam! 122 | | _ => panic!("Task::fill: Not a fill command."), Aug 11 07:19:56.061 INFO kablam! ... | Aug 11 07:19:56.061 INFO kablam! 133 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Aug 11 07:19:56.061 INFO kablam! 134 | | } Aug 11 07:19:56.061 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 11 07:19:56.061 INFO kablam! | Aug 11 07:19:56.062 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 11 07:19:56.062 INFO kablam! = note: required by `extras::SubBufferPool` Aug 11 07:19:56.062 INFO kablam! Aug 11 07:19:56.063 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 11 07:19:56.063 INFO kablam! --> examples/async_menagerie.rs:137:5 Aug 11 07:19:56.063 INFO kablam! | Aug 11 07:19:56.063 INFO kablam! 137 | / pub fn map(&self, cmd_idx: usize, buf_pool: &SubBufferPool) -> FutureMemMap Aug 11 07:19:56.063 INFO kablam! 138 | | { Aug 11 07:19:56.063 INFO kablam! 139 | | let (buffer_id, flags, is_write) = match *self.cmd_graph.commands()[cmd_idx].details(){ Aug 11 07:19:56.063 INFO kablam! 140 | | CommandDetails::Write { target } => (target, MapFlags::new().write_invalidate_region(), true), Aug 11 07:19:56.063 INFO kablam! ... | Aug 11 07:19:56.063 INFO kablam! 166 | | future_data Aug 11 07:19:56.063 INFO kablam! 167 | | } Aug 11 07:19:56.063 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 11 07:19:56.063 INFO kablam! | Aug 11 07:19:56.063 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 11 07:19:56.064 INFO kablam! = note: required by `extras::SubBufferPool` Aug 11 07:19:56.064 INFO kablam! Aug 11 07:19:56.065 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 11 07:19:56.065 INFO kablam! --> examples/async_menagerie.rs:170:5 Aug 11 07:19:56.065 INFO kablam! | Aug 11 07:19:56.065 INFO kablam! 170 | / pub fn copy(&self, cmd_idx: usize, buf_pool: &SubBufferPool) { Aug 11 07:19:56.065 INFO kablam! 171 | | let (src_buf_id, tar_buf_id) = match *self.cmd_graph.commands()[cmd_idx].details(){ Aug 11 07:19:56.065 INFO kablam! 172 | | CommandDetails::Copy { source, target } => (source, target), Aug 11 07:19:56.065 INFO kablam! 173 | | _ => panic!("Task::copy: Not a copy command."), Aug 11 07:19:56.065 INFO kablam! ... | Aug 11 07:19:56.065 INFO kablam! 185 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Aug 11 07:19:56.065 INFO kablam! 186 | | } Aug 11 07:19:56.065 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 11 07:19:56.066 INFO kablam! | Aug 11 07:19:56.066 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 11 07:19:56.066 INFO kablam! = note: required by `extras::SubBufferPool` Aug 11 07:19:56.067 INFO kablam! Aug 11 07:19:56.074 INFO kablam! error: aborting due to 3 previous errors Aug 11 07:19:56.075 INFO kablam! Aug 11 07:19:56.075 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 07:19:56.086 INFO kablam! error: Could not compile `ocl`. Aug 11 07:19:56.087 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 07:19:57.677 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventArray`: (E0119) Aug 11 07:19:57.677 INFO kablam! --> src/standard/event.rs:526:1 Aug 11 07:19:57.677 INFO kablam! | Aug 11 07:19:57.677 INFO kablam! 514 | impl<'a, E> From for EventArray where E: Into { Aug 11 07:19:57.677 INFO kablam! | ------------------------------------------------------- first implementation here Aug 11 07:19:57.677 INFO kablam! ... Aug 11 07:19:57.677 INFO kablam! 526 | impl<'a, E> From<&'a E> for EventArray where E: Into + Clone { Aug 11 07:19:57.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventArray` Aug 11 07:19:57.678 INFO kablam! | Aug 11 07:19:57.678 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Aug 11 07:19:57.679 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 11 07:19:57.679 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.679 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.680 INFO kablam! Aug 11 07:19:57.681 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.681 INFO kablam! --> src/standard/event.rs:867:1 Aug 11 07:19:57.681 INFO kablam! | Aug 11 07:19:57.681 INFO kablam! 860 | impl<'a, E> From for EventList where E: Into { Aug 11 07:19:57.681 INFO kablam! | ------------------------------------------------------ first implementation here Aug 11 07:19:57.681 INFO kablam! ... Aug 11 07:19:57.682 INFO kablam! 867 | impl<'a, E> From<&'a E> for EventList where E: Into + Clone { Aug 11 07:19:57.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.682 INFO kablam! | Aug 11 07:19:57.682 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 11 07:19:57.683 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.683 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.683 INFO kablam! Aug 11 07:19:57.698 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&std::option::Option<&_>>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.698 INFO kablam! --> src/standard/event.rs:897:1 Aug 11 07:19:57.698 INFO kablam! | Aug 11 07:19:57.698 INFO kablam! 881 | impl<'a, E> From<&'a Option> for EventList where E: Into + Clone { Aug 11 07:19:57.698 INFO kablam! | -------------------------------------------------------------------------- first implementation here Aug 11 07:19:57.698 INFO kablam! ... Aug 11 07:19:57.698 INFO kablam! 897 | impl<'a, 'b, E> From<&'a Option<&'b E>> for EventList where 'b: 'a, E: Into + Clone { Aug 11 07:19:57.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.699 INFO kablam! | Aug 11 07:19:57.699 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 11 07:19:57.700 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.700 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.700 INFO kablam! Aug 11 07:19:57.706 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.706 INFO kablam! --> src/standard/event.rs:926:1 Aug 11 07:19:57.706 INFO kablam! | Aug 11 07:19:57.706 INFO kablam! 915 | impl<'a, E> From<&'a [Option]> for EventList where E: Into + Clone { Aug 11 07:19:57.706 INFO kablam! | ---------------------------------------------------------------------------- first implementation here Aug 11 07:19:57.706 INFO kablam! ... Aug 11 07:19:57.706 INFO kablam! 926 | impl<'a, 'b, E> From<&'a [Option<&'b E>]> for EventList where 'b: 'a, E: Into + Clone { Aug 11 07:19:57.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.713 INFO kablam! | Aug 11 07:19:57.713 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 11 07:19:57.713 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.713 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.713 INFO kablam! Aug 11 07:19:57.718 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[&std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.718 INFO kablam! --> src/standard/event.rs:948:1 Aug 11 07:19:57.718 INFO kablam! | Aug 11 07:19:57.718 INFO kablam! 937 | impl<'a, 'b, E> From<&'a [&'b Option]> for EventList where 'b: 'a, E: Into + Clone { Aug 11 07:19:57.718 INFO kablam! | -------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:57.718 INFO kablam! ... Aug 11 07:19:57.718 INFO kablam! 948 | / impl<'a, 'b, 'c, E> From<&'a [&'b Option<&'c E>]> for EventList Aug 11 07:19:57.718 INFO kablam! 949 | | where 'c: 'b, 'b: 'a, E: Into + Clone Aug 11 07:19:57.718 INFO kablam! 950 | | { Aug 11 07:19:57.718 INFO kablam! 951 | | fn from(events: &[&Option<&E>]) -> EventList { Aug 11 07:19:57.718 INFO kablam! ... | Aug 11 07:19:57.719 INFO kablam! 958 | | } Aug 11 07:19:57.719 INFO kablam! 959 | | } Aug 11 07:19:57.719 INFO kablam! | |_^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.719 INFO kablam! | Aug 11 07:19:57.719 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 11 07:19:57.720 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.720 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.720 INFO kablam! Aug 11 07:19:57.752 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.752 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:57.752 INFO kablam! | Aug 11 07:19:57.752 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:57.752 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:57.752 INFO kablam! ... Aug 11 07:19:57.752 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:57.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.752 INFO kablam! ... Aug 11 07:19:57.752 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.752 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.752 INFO kablam! | Aug 11 07:19:57.752 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 11 07:19:57.752 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.752 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.752 INFO kablam! Aug 11 07:19:57.767 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.767 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:57.768 INFO kablam! | Aug 11 07:19:57.768 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.768 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:57.768 INFO kablam! ... Aug 11 07:19:57.768 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.768 INFO kablam! ... Aug 11 07:19:57.768 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.768 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.768 INFO kablam! | Aug 11 07:19:57.768 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 11 07:19:57.768 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.768 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.768 INFO kablam! Aug 11 07:19:57.780 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.780 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:57.780 INFO kablam! | Aug 11 07:19:57.780 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:57.780 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:57.780 INFO kablam! ... Aug 11 07:19:57.780 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:57.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.781 INFO kablam! ... Aug 11 07:19:57.781 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.781 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.781 INFO kablam! | Aug 11 07:19:57.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 11 07:19:57.781 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.781 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.781 INFO kablam! Aug 11 07:19:57.788 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.788 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:57.788 INFO kablam! | Aug 11 07:19:57.788 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.788 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:57.788 INFO kablam! ... Aug 11 07:19:57.788 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.788 INFO kablam! ... Aug 11 07:19:57.788 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.788 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.789 INFO kablam! | Aug 11 07:19:57.789 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 11 07:19:57.789 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.789 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.789 INFO kablam! Aug 11 07:19:57.798 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.798 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:57.798 INFO kablam! | Aug 11 07:19:57.799 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:57.799 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:57.799 INFO kablam! ... Aug 11 07:19:57.799 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:57.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.799 INFO kablam! ... Aug 11 07:19:57.799 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.799 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.799 INFO kablam! | Aug 11 07:19:57.800 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 11 07:19:57.800 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.800 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.800 INFO kablam! Aug 11 07:19:57.806 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.807 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:57.807 INFO kablam! | Aug 11 07:19:57.807 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.807 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:57.807 INFO kablam! ... Aug 11 07:19:57.807 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.807 INFO kablam! ... Aug 11 07:19:57.807 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.807 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.807 INFO kablam! | Aug 11 07:19:57.807 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 11 07:19:57.807 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.807 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.807 INFO kablam! Aug 11 07:19:57.816 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.816 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:57.816 INFO kablam! | Aug 11 07:19:57.816 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:57.816 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:57.816 INFO kablam! ... Aug 11 07:19:57.816 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:57.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.817 INFO kablam! ... Aug 11 07:19:57.817 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.817 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.817 INFO kablam! | Aug 11 07:19:57.817 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 11 07:19:57.817 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.817 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.817 INFO kablam! Aug 11 07:19:57.829 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.829 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:57.829 INFO kablam! | Aug 11 07:19:57.829 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.829 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:57.829 INFO kablam! ... Aug 11 07:19:57.829 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.829 INFO kablam! ... Aug 11 07:19:57.829 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.829 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.830 INFO kablam! | Aug 11 07:19:57.830 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 11 07:19:57.830 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.830 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.830 INFO kablam! Aug 11 07:19:57.855 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.855 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:57.855 INFO kablam! | Aug 11 07:19:57.855 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:57.855 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:57.855 INFO kablam! ... Aug 11 07:19:57.855 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:57.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.855 INFO kablam! ... Aug 11 07:19:57.855 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.855 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.856 INFO kablam! | Aug 11 07:19:57.856 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 11 07:19:57.856 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.856 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.856 INFO kablam! Aug 11 07:19:57.865 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.865 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:57.865 INFO kablam! | Aug 11 07:19:57.865 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.866 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:57.866 INFO kablam! ... Aug 11 07:19:57.866 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.866 INFO kablam! ... Aug 11 07:19:57.866 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.866 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.866 INFO kablam! | Aug 11 07:19:57.866 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 11 07:19:57.866 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.867 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.867 INFO kablam! Aug 11 07:19:57.878 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.878 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:57.878 INFO kablam! | Aug 11 07:19:57.878 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:57.878 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:57.878 INFO kablam! ... Aug 11 07:19:57.878 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:57.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.878 INFO kablam! ... Aug 11 07:19:57.878 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.878 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.878 INFO kablam! | Aug 11 07:19:57.878 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 11 07:19:57.878 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.878 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.879 INFO kablam! Aug 11 07:19:57.890 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.890 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:57.890 INFO kablam! | Aug 11 07:19:57.890 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.890 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:57.890 INFO kablam! ... Aug 11 07:19:57.890 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.890 INFO kablam! ... Aug 11 07:19:57.890 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.890 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.890 INFO kablam! | Aug 11 07:19:57.890 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 11 07:19:57.890 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.890 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.891 INFO kablam! Aug 11 07:19:57.902 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.902 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:57.902 INFO kablam! | Aug 11 07:19:57.902 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:57.902 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:57.902 INFO kablam! ... Aug 11 07:19:57.902 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:57.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.902 INFO kablam! ... Aug 11 07:19:57.902 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.902 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.902 INFO kablam! | Aug 11 07:19:57.902 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 11 07:19:57.902 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.903 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.903 INFO kablam! Aug 11 07:19:57.915 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.915 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:57.915 INFO kablam! | Aug 11 07:19:57.915 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.915 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:57.915 INFO kablam! ... Aug 11 07:19:57.915 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.915 INFO kablam! ... Aug 11 07:19:57.915 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.915 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.916 INFO kablam! | Aug 11 07:19:57.916 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 11 07:19:57.916 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.916 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.916 INFO kablam! Aug 11 07:19:57.930 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.932 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:19:57.932 INFO kablam! | Aug 11 07:19:57.932 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:19:57.932 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:19:57.932 INFO kablam! ... Aug 11 07:19:57.932 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:19:57.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.932 INFO kablam! ... Aug 11 07:19:57.932 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.932 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.932 INFO kablam! | Aug 11 07:19:57.932 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 11 07:19:57.932 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.932 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.932 INFO kablam! Aug 11 07:19:57.961 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 11 07:19:57.961 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:19:57.961 INFO kablam! | Aug 11 07:19:57.961 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.961 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:19:57.961 INFO kablam! ... Aug 11 07:19:57.962 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:19:57.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:19:57.962 INFO kablam! ... Aug 11 07:19:57.962 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:19:57.962 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:19:57.962 INFO kablam! | Aug 11 07:19:57.962 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 11 07:19:57.962 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:19:57.962 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:19:57.962 INFO kablam! Aug 11 07:20:05.206 INFO kablam! error: build failed Aug 11 07:20:05.206 INFO kablam! su: No module specific data is present Aug 11 07:20:05.933 INFO running `"docker" "rm" "-f" "6f34b03fbe388e6b0faef51f20a87658437ff7e52cf01045424acb158672456c"` Aug 11 07:20:06.146 INFO blam! 6f34b03fbe388e6b0faef51f20a87658437ff7e52cf01045424acb158672456c