Aug 11 07:19:23.328 INFO checking ocl-0.16.0 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 07:19:23.328 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 07:19:23.328 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 07:19:23.328 INFO running `"docker" "create" "-v" "/tmp/crater.sfJEg4JLywwI:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-2/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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 +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 07:19:23.638 INFO blam! 9267a2245f0afa0edc8317465b29a50b1caaa5d4d3b8872ef478d6e0ddf98b27 Aug 11 07:19:23.641 INFO running `"docker" "start" "-a" "9267a2245f0afa0edc8317465b29a50b1caaa5d4d3b8872ef478d6e0ddf98b27"` Aug 11 07:19:24.825 INFO kablam! Compiling cl-sys v0.3.2 Aug 11 07:19:24.837 INFO kablam! Compiling cl-sys v0.4.1 Aug 11 07:19:24.841 INFO kablam! Checking colorify v0.2.3 Aug 11 07:19:24.844 INFO kablam! Checking qutex v0.1.1 Aug 11 07:19:24.845 INFO kablam! Checking qutex v0.2.1 Aug 11 07:19:24.862 INFO kablam! Compiling ocl-core v0.4.1 Aug 11 07:19:24.863 INFO kablam! Compiling ocl-core v0.7.0 Aug 11 07:19:24.869 INFO kablam! Checking ocl-core-vector v0.1.0 Aug 11 07:19:59.252 INFO kablam! Checking ocl v0.13.1 Aug 11 07:19:59.689 INFO kablam! Checking ocl v0.16.0 (file:///source) Aug 11 07:20:01.915 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventArray`: (E0119) Aug 11 07:20:01.915 INFO kablam! --> src/standard/event.rs:526:1 Aug 11 07:20:01.915 INFO kablam! | Aug 11 07:20:01.915 INFO kablam! 514 | impl<'a, E> From for EventArray where E: Into { Aug 11 07:20:01.915 INFO kablam! | ------------------------------------------------------- first implementation here Aug 11 07:20:01.915 INFO kablam! ... Aug 11 07:20:01.915 INFO kablam! 526 | impl<'a, E> From<&'a E> for EventArray where E: Into + Clone { Aug 11 07:20:01.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventArray` Aug 11 07:20:01.915 INFO kablam! | Aug 11 07:20:01.915 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Aug 11 07:20:01.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:20:01.916 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:01.916 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:01.916 INFO kablam! Aug 11 07:20:01.916 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:01.916 INFO kablam! --> src/standard/event.rs:867:1 Aug 11 07:20:01.916 INFO kablam! | Aug 11 07:20:01.916 INFO kablam! 860 | impl<'a, E> From for EventList where E: Into { Aug 11 07:20:01.916 INFO kablam! | ------------------------------------------------------ first implementation here Aug 11 07:20:01.916 INFO kablam! ... Aug 11 07:20:01.916 INFO kablam! 867 | impl<'a, E> From<&'a E> for EventList where E: Into + Clone { Aug 11 07:20:01.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:01.916 INFO kablam! | Aug 11 07:20:01.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:20:01.916 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:01.916 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:01.916 INFO kablam! Aug 11 07:20:01.928 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&std::option::Option<&_>>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:01.928 INFO kablam! --> src/standard/event.rs:897:1 Aug 11 07:20:01.928 INFO kablam! | Aug 11 07:20:01.928 INFO kablam! 881 | impl<'a, E> From<&'a Option> for EventList where E: Into + Clone { Aug 11 07:20:01.928 INFO kablam! | -------------------------------------------------------------------------- first implementation here Aug 11 07:20:01.928 INFO kablam! ... Aug 11 07:20:01.928 INFO kablam! 897 | impl<'a, 'b, E> From<&'a Option<&'b E>> for EventList where 'b: 'a, E: Into + Clone { Aug 11 07:20:01.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:01.928 INFO kablam! | Aug 11 07:20:01.928 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:20:01.928 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:01.928 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:01.928 INFO kablam! Aug 11 07:20:01.932 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:01.932 INFO kablam! --> src/standard/event.rs:926:1 Aug 11 07:20:01.932 INFO kablam! | Aug 11 07:20:01.932 INFO kablam! 915 | impl<'a, E> From<&'a [Option]> for EventList where E: Into + Clone { Aug 11 07:20:01.932 INFO kablam! | ---------------------------------------------------------------------------- first implementation here Aug 11 07:20:01.932 INFO kablam! ... Aug 11 07:20:01.932 INFO kablam! 926 | impl<'a, 'b, E> From<&'a [Option<&'b E>]> for EventList where 'b: 'a, E: Into + Clone { Aug 11 07:20:01.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:01.932 INFO kablam! | Aug 11 07:20:01.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:20:01.932 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:01.932 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:01.932 INFO kablam! Aug 11 07:20:01.936 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[&std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:01.936 INFO kablam! --> src/standard/event.rs:948:1 Aug 11 07:20:01.936 INFO kablam! | Aug 11 07:20:01.936 INFO kablam! 937 | impl<'a, 'b, E> From<&'a [&'b Option]> for EventList where 'b: 'a, E: Into + Clone { Aug 11 07:20:01.936 INFO kablam! | -------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:01.936 INFO kablam! ... Aug 11 07:20:01.936 INFO kablam! 948 | / impl<'a, 'b, 'c, E> From<&'a [&'b Option<&'c E>]> for EventList Aug 11 07:20:01.936 INFO kablam! 949 | | where 'c: 'b, 'b: 'a, E: Into + Clone Aug 11 07:20:01.936 INFO kablam! 950 | | { Aug 11 07:20:01.936 INFO kablam! 951 | | fn from(events: &[&Option<&E>]) -> EventList { Aug 11 07:20:01.936 INFO kablam! ... | Aug 11 07:20:01.936 INFO kablam! 958 | | } Aug 11 07:20:01.936 INFO kablam! 959 | | } Aug 11 07:20:01.936 INFO kablam! | |_^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:01.936 INFO kablam! | Aug 11 07:20:01.936 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:20:01.936 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:01.936 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:01.936 INFO kablam! Aug 11 07:20:01.980 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:01.980 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:01.980 INFO kablam! | Aug 11 07:20:01.980 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:01.980 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:01.980 INFO kablam! ... Aug 11 07:20:01.980 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:01.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:01.980 INFO kablam! ... Aug 11 07:20:01.980 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:01.980 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:01.980 INFO kablam! | Aug 11 07:20:01.981 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:20:01.981 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:01.981 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:01.981 INFO kablam! Aug 11 07:20:01.981 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:01.981 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:01.981 INFO kablam! | Aug 11 07:20:01.981 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:01.981 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:01.981 INFO kablam! ... Aug 11 07:20:01.981 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:01.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:01.981 INFO kablam! ... Aug 11 07:20:01.981 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:01.981 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:01.981 INFO kablam! | Aug 11 07:20:01.981 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:20:01.981 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:01.981 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:01.981 INFO kablam! Aug 11 07:20:01.982 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:01.982 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:01.982 INFO kablam! | Aug 11 07:20:01.982 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:01.982 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:01.982 INFO kablam! ... Aug 11 07:20:01.982 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:01.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:01.982 INFO kablam! ... Aug 11 07:20:01.982 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:01.982 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:01.982 INFO kablam! | Aug 11 07:20:01.982 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:20:01.982 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:01.982 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:01.982 INFO kablam! Aug 11 07:20:01.990 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:01.990 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:01.990 INFO kablam! | Aug 11 07:20:01.990 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:01.990 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:01.990 INFO kablam! ... Aug 11 07:20:01.990 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:01.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:01.990 INFO kablam! ... Aug 11 07:20:01.990 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:01.990 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:01.990 INFO kablam! | Aug 11 07:20:01.990 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:20:01.990 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:01.990 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:01.990 INFO kablam! Aug 11 07:20:01.999 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:01.999 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:01.999 INFO kablam! | Aug 11 07:20:01.999 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:01.999 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:01.999 INFO kablam! ... Aug 11 07:20:01.999 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:01.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:01.999 INFO kablam! ... Aug 11 07:20:01.999 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:01.999 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:01.999 INFO kablam! | Aug 11 07:20:01.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:20:01.999 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:01.999 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:01.999 INFO kablam! Aug 11 07:20:02.009 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:02.009 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:02.009 INFO kablam! | Aug 11 07:20:02.009 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:02.009 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:02.009 INFO kablam! ... Aug 11 07:20:02.009 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:02.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:02.009 INFO kablam! ... Aug 11 07:20:02.009 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:02.010 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:02.010 INFO kablam! | Aug 11 07:20:02.012 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:20:02.012 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:02.012 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:02.012 INFO kablam! Aug 11 07:20:02.021 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:02.021 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:02.021 INFO kablam! | Aug 11 07:20:02.021 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:02.021 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:02.021 INFO kablam! ... Aug 11 07:20:02.021 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:02.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:02.021 INFO kablam! ... Aug 11 07:20:02.021 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:02.021 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:02.021 INFO kablam! | Aug 11 07:20:02.021 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:20:02.021 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:02.021 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:02.021 INFO kablam! Aug 11 07:20:02.029 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:02.029 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:02.029 INFO kablam! | Aug 11 07:20:02.029 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:02.029 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:02.029 INFO kablam! ... Aug 11 07:20:02.029 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:02.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:02.029 INFO kablam! ... Aug 11 07:20:02.029 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:02.029 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:02.030 INFO kablam! | Aug 11 07:20:02.031 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:20:02.031 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:02.031 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:02.031 INFO kablam! Aug 11 07:20:02.043 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:02.043 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:02.044 INFO kablam! | Aug 11 07:20:02.044 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:02.044 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:02.044 INFO kablam! ... Aug 11 07:20:02.044 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:02.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:02.044 INFO kablam! ... Aug 11 07:20:02.044 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:02.044 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:02.044 INFO kablam! | Aug 11 07:20:02.045 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:20:02.045 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:02.045 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:02.045 INFO kablam! Aug 11 07:20:02.054 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:02.054 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:02.054 INFO kablam! | Aug 11 07:20:02.055 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:02.055 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:02.055 INFO kablam! ... Aug 11 07:20:02.055 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:02.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:02.055 INFO kablam! ... Aug 11 07:20:02.055 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:02.055 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:02.055 INFO kablam! | Aug 11 07:20:02.055 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:20:02.055 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:02.055 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:02.055 INFO kablam! Aug 11 07:20:02.065 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:02.065 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:02.065 INFO kablam! | Aug 11 07:20:02.065 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:02.065 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:02.065 INFO kablam! ... Aug 11 07:20:02.065 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:02.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:02.065 INFO kablam! ... Aug 11 07:20:02.065 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:02.065 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:02.065 INFO kablam! | Aug 11 07:20:02.065 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:20:02.065 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:02.065 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:02.065 INFO kablam! Aug 11 07:20:02.075 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:02.075 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:02.075 INFO kablam! | Aug 11 07:20:02.075 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:02.075 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:02.075 INFO kablam! ... Aug 11 07:20:02.075 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:02.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:02.075 INFO kablam! ... Aug 11 07:20:02.075 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:02.075 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:02.075 INFO kablam! | Aug 11 07:20:02.075 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:20:02.075 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:02.075 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:02.075 INFO kablam! Aug 11 07:20:02.088 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:02.088 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:02.088 INFO kablam! | Aug 11 07:20:02.088 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:02.088 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:02.089 INFO kablam! ... Aug 11 07:20:02.089 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:02.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:02.089 INFO kablam! ... Aug 11 07:20:02.089 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:02.089 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:02.089 INFO kablam! | Aug 11 07:20:02.089 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:20:02.089 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:02.090 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:02.090 INFO kablam! Aug 11 07:20:02.103 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:02.103 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:02.103 INFO kablam! | Aug 11 07:20:02.103 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:02.103 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:02.103 INFO kablam! ... Aug 11 07:20:02.103 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:02.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:02.103 INFO kablam! ... Aug 11 07:20:02.103 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:02.103 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:02.103 INFO kablam! | Aug 11 07:20:02.103 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:20:02.104 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:02.104 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:02.104 INFO kablam! Aug 11 07:20:02.128 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:02.128 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:02.128 INFO kablam! | Aug 11 07:20:02.128 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:02.128 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:02.128 INFO kablam! ... Aug 11 07:20:02.128 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:02.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:02.128 INFO kablam! ... Aug 11 07:20:02.128 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:02.128 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:02.129 INFO kablam! | Aug 11 07:20:02.129 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:20:02.130 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:02.130 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:02.131 INFO kablam! Aug 11 07:20:02.144 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:02.144 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:02.144 INFO kablam! | Aug 11 07:20:02.144 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:02.144 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:02.144 INFO kablam! ... Aug 11 07:20:02.144 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:02.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:02.144 INFO kablam! ... Aug 11 07:20:02.144 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:02.144 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:02.145 INFO kablam! | Aug 11 07:20:02.145 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:20:02.146 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:02.146 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:02.146 INFO kablam! Aug 11 07:20:07.162 INFO kablam! Checking ocl-extras v0.1.0 Aug 11 07:20:18.035 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventArray`: (E0119) Aug 11 07:20:18.035 INFO kablam! --> src/standard/event.rs:526:1 Aug 11 07:20:18.035 INFO kablam! | Aug 11 07:20:18.035 INFO kablam! 514 | impl<'a, E> From for EventArray where E: Into { Aug 11 07:20:18.035 INFO kablam! | ------------------------------------------------------- first implementation here Aug 11 07:20:18.035 INFO kablam! ... Aug 11 07:20:18.035 INFO kablam! 526 | impl<'a, E> From<&'a E> for EventArray where E: Into + Clone { Aug 11 07:20:18.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventArray` Aug 11 07:20:18.059 INFO kablam! | Aug 11 07:20:18.059 INFO kablam! = note: #[warn(incoherent_fundamental_impls)] on by default Aug 11 07:20:18.059 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:20:18.059 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:18.059 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:18.059 INFO kablam! Aug 11 07:20:18.069 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&_>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:18.069 INFO kablam! --> src/standard/event.rs:867:1 Aug 11 07:20:18.069 INFO kablam! | Aug 11 07:20:18.069 INFO kablam! 860 | impl<'a, E> From for EventList where E: Into { Aug 11 07:20:18.069 INFO kablam! | ------------------------------------------------------ first implementation here Aug 11 07:20:18.069 INFO kablam! ... Aug 11 07:20:18.069 INFO kablam! 867 | impl<'a, E> From<&'a E> for EventList where E: Into + Clone { Aug 11 07:20:18.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:18.084 INFO kablam! | Aug 11 07:20:18.085 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:20:18.085 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:18.086 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:18.086 INFO kablam! Aug 11 07:20:18.183 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&std::option::Option<&_>>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:18.183 INFO kablam! --> src/standard/event.rs:897:1 Aug 11 07:20:18.183 INFO kablam! | Aug 11 07:20:18.183 INFO kablam! 881 | impl<'a, E> From<&'a Option> for EventList where E: Into + Clone { Aug 11 07:20:18.183 INFO kablam! | -------------------------------------------------------------------------- first implementation here Aug 11 07:20:18.183 INFO kablam! ... Aug 11 07:20:18.183 INFO kablam! 897 | impl<'a, 'b, E> From<&'a Option<&'b E>> for EventList where 'b: 'a, E: Into + Clone { Aug 11 07:20:18.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:18.213 INFO kablam! | Aug 11 07:20:18.213 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:20:18.214 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:18.214 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:18.215 INFO kablam! Aug 11 07:20:18.230 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:18.230 INFO kablam! --> src/standard/event.rs:926:1 Aug 11 07:20:18.230 INFO kablam! | Aug 11 07:20:18.230 INFO kablam! 915 | impl<'a, E> From<&'a [Option]> for EventList where E: Into + Clone { Aug 11 07:20:18.230 INFO kablam! | ---------------------------------------------------------------------------- first implementation here Aug 11 07:20:18.230 INFO kablam! ... Aug 11 07:20:18.230 INFO kablam! 926 | impl<'a, 'b, E> From<&'a [Option<&'b E>]> for EventList where 'b: 'a, E: Into + Clone { Aug 11 07:20:18.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:18.253 INFO kablam! | Aug 11 07:20:18.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 11 07:20:18.254 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:18.255 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:18.255 INFO kablam! Aug 11 07:20:18.276 INFO kablam! warning: conflicting implementations of trait `std::convert::From<&[&std::option::Option<&_>]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:18.276 INFO kablam! --> src/standard/event.rs:948:1 Aug 11 07:20:18.276 INFO kablam! | Aug 11 07:20:18.276 INFO kablam! 937 | impl<'a, 'b, E> From<&'a [&'b Option]> for EventList where 'b: 'a, E: Into + Clone { Aug 11 07:20:18.276 INFO kablam! | -------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:18.276 INFO kablam! ... Aug 11 07:20:18.276 INFO kablam! 948 | / impl<'a, 'b, 'c, E> From<&'a [&'b Option<&'c E>]> for EventList Aug 11 07:20:18.276 INFO kablam! 949 | | where 'c: 'b, 'b: 'a, E: Into + Clone Aug 11 07:20:18.276 INFO kablam! 950 | | { Aug 11 07:20:18.276 INFO kablam! 951 | | fn from(events: &[&Option<&E>]) -> EventList { Aug 11 07:20:18.276 INFO kablam! ... | Aug 11 07:20:18.276 INFO kablam! 958 | | } Aug 11 07:20:18.276 INFO kablam! 959 | | } Aug 11 07:20:18.276 INFO kablam! | |_^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:18.284 INFO kablam! | Aug 11 07:20:18.285 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:20:18.285 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:18.285 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:18.286 INFO kablam! Aug 11 07:20:18.440 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 11 07:20:18.440 INFO kablam! --> examples/async_menagerie.rs:119:5 Aug 11 07:20:18.440 INFO kablam! | Aug 11 07:20:18.440 INFO kablam! 119 | / pub fn fill(&self, pattern: T, cmd_idx: usize, buf_pool: &SubBufferPool) { Aug 11 07:20:18.440 INFO kablam! 120 | | let buffer_id = match *self.cmd_graph.commands()[cmd_idx].details() { Aug 11 07:20:18.441 INFO kablam! 121 | | CommandDetails::Fill { target } => target, Aug 11 07:20:18.441 INFO kablam! 122 | | _ => panic!("Task::fill: Not a fill command."), Aug 11 07:20:18.441 INFO kablam! ... | Aug 11 07:20:18.441 INFO kablam! 133 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Aug 11 07:20:18.441 INFO kablam! 134 | | } Aug 11 07:20:18.441 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 11 07:20:18.441 INFO kablam! | Aug 11 07:20:18.441 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 11 07:20:18.441 INFO kablam! = note: required by `extras::SubBufferPool` Aug 11 07:20:18.441 INFO kablam! Aug 11 07:20:18.442 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 11 07:20:18.442 INFO kablam! --> examples/async_menagerie.rs:137:5 Aug 11 07:20:18.442 INFO kablam! | Aug 11 07:20:18.442 INFO kablam! 137 | / pub fn map(&self, cmd_idx: usize, buf_pool: &SubBufferPool) -> FutureMemMap Aug 11 07:20:18.442 INFO kablam! 138 | | { Aug 11 07:20:18.442 INFO kablam! 139 | | let (buffer_id, flags, is_write) = match *self.cmd_graph.commands()[cmd_idx].details(){ Aug 11 07:20:18.442 INFO kablam! 140 | | CommandDetails::Write { target } => (target, MapFlags::new().write_invalidate_region(), true), Aug 11 07:20:18.442 INFO kablam! ... | Aug 11 07:20:18.442 INFO kablam! 166 | | future_data Aug 11 07:20:18.442 INFO kablam! 167 | | } Aug 11 07:20:18.442 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 11 07:20:18.442 INFO kablam! | Aug 11 07:20:18.442 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 11 07:20:18.442 INFO kablam! = note: required by `extras::SubBufferPool` Aug 11 07:20:18.442 INFO kablam! Aug 11 07:20:18.442 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Aug 11 07:20:18.442 INFO kablam! --> examples/async_menagerie.rs:170:5 Aug 11 07:20:18.442 INFO kablam! | Aug 11 07:20:18.443 INFO kablam! 170 | / pub fn copy(&self, cmd_idx: usize, buf_pool: &SubBufferPool) { Aug 11 07:20:18.443 INFO kablam! 171 | | let (src_buf_id, tar_buf_id) = match *self.cmd_graph.commands()[cmd_idx].details(){ Aug 11 07:20:18.443 INFO kablam! 172 | | CommandDetails::Copy { source, target } => (source, target), Aug 11 07:20:18.443 INFO kablam! 173 | | _ => panic!("Task::copy: Not a copy command."), Aug 11 07:20:18.443 INFO kablam! ... | Aug 11 07:20:18.443 INFO kablam! 185 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Aug 11 07:20:18.443 INFO kablam! 186 | | } Aug 11 07:20:18.443 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Aug 11 07:20:18.443 INFO kablam! | Aug 11 07:20:18.443 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Aug 11 07:20:18.443 INFO kablam! = note: required by `extras::SubBufferPool` Aug 11 07:20:18.443 INFO kablam! Aug 11 07:20:18.449 INFO kablam! error: aborting due to 3 previous errors Aug 11 07:20:18.449 INFO kablam! Aug 11 07:20:18.449 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 07:20:18.462 INFO kablam! error: Could not compile `ocl`. Aug 11 07:20:18.462 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 07:20:18.608 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:18.608 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:18.608 INFO kablam! | Aug 11 07:20:18.608 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:18.608 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:18.608 INFO kablam! ... Aug 11 07:20:18.608 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:18.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:18.608 INFO kablam! ... Aug 11 07:20:18.608 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:18.608 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:18.660 INFO kablam! | Aug 11 07:20:18.661 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:20:18.661 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:18.661 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:18.661 INFO kablam! Aug 11 07:20:18.707 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 1]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:18.707 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:18.707 INFO kablam! | Aug 11 07:20:18.707 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:18.707 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:18.707 INFO kablam! ... Aug 11 07:20:18.708 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:18.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:18.708 INFO kablam! ... Aug 11 07:20:18.708 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:18.708 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:18.724 INFO kablam! | Aug 11 07:20:18.740 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:20:18.741 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:18.741 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:18.741 INFO kablam! Aug 11 07:20:18.753 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:18.753 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:18.753 INFO kablam! | Aug 11 07:20:18.753 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:18.754 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:18.754 INFO kablam! ... Aug 11 07:20:18.754 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:18.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:18.754 INFO kablam! ... Aug 11 07:20:18.754 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:18.754 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:18.756 INFO kablam! | Aug 11 07:20:18.758 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:20:18.758 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:18.759 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:18.759 INFO kablam! Aug 11 07:20:18.767 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 2]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:18.767 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:18.767 INFO kablam! | Aug 11 07:20:18.767 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:18.767 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:18.767 INFO kablam! ... Aug 11 07:20:18.767 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:18.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:18.767 INFO kablam! ... Aug 11 07:20:18.767 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:18.767 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:18.807 INFO kablam! | Aug 11 07:20:18.808 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:20:18.808 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:18.808 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:18.812 INFO kablam! Aug 11 07:20:18.845 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:18.845 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:18.845 INFO kablam! | Aug 11 07:20:18.845 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:18.845 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:18.845 INFO kablam! ... Aug 11 07:20:18.845 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:18.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:18.845 INFO kablam! ... Aug 11 07:20:18.845 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:18.845 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:18.845 INFO kablam! | Aug 11 07:20:18.845 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:20:18.846 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:18.846 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:18.846 INFO kablam! Aug 11 07:20:18.867 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 3]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:18.867 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:18.867 INFO kablam! | Aug 11 07:20:18.867 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:18.867 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:18.867 INFO kablam! ... Aug 11 07:20:18.867 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:18.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:18.868 INFO kablam! ... Aug 11 07:20:18.868 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:18.868 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:18.868 INFO kablam! | Aug 11 07:20:18.868 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:20:18.869 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:18.869 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:18.869 INFO kablam! Aug 11 07:20:18.894 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:18.894 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:18.894 INFO kablam! | Aug 11 07:20:18.894 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:18.894 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:18.894 INFO kablam! ... Aug 11 07:20:18.894 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:18.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:18.894 INFO kablam! ... Aug 11 07:20:18.894 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:18.894 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:18.894 INFO kablam! | Aug 11 07:20:18.894 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:20:18.895 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:18.895 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:18.895 INFO kablam! Aug 11 07:20:18.966 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 4]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:18.966 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:18.966 INFO kablam! | Aug 11 07:20:18.966 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:18.966 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:18.966 INFO kablam! ... Aug 11 07:20:18.966 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:18.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:18.966 INFO kablam! ... Aug 11 07:20:18.966 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:18.966 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:18.966 INFO kablam! | Aug 11 07:20:18.966 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:20:18.966 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:18.966 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:18.966 INFO kablam! Aug 11 07:20:19.018 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:19.018 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:19.018 INFO kablam! | Aug 11 07:20:19.018 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:19.018 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:19.018 INFO kablam! ... Aug 11 07:20:19.018 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:19.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:19.018 INFO kablam! ... Aug 11 07:20:19.018 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:19.018 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:19.018 INFO kablam! | Aug 11 07:20:19.018 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:20:19.018 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:19.018 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:19.019 INFO kablam! Aug 11 07:20:19.055 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 5]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:19.055 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:19.055 INFO kablam! | Aug 11 07:20:19.055 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:19.055 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:19.055 INFO kablam! ... Aug 11 07:20:19.055 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:19.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:19.055 INFO kablam! ... Aug 11 07:20:19.055 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:19.055 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:19.055 INFO kablam! | Aug 11 07:20:19.055 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:20:19.055 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:19.055 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:19.055 INFO kablam! Aug 11 07:20:19.095 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:19.096 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:19.096 INFO kablam! | Aug 11 07:20:19.096 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:19.096 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:19.096 INFO kablam! ... Aug 11 07:20:19.096 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:19.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:19.096 INFO kablam! ... Aug 11 07:20:19.096 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:19.096 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:19.096 INFO kablam! | Aug 11 07:20:19.097 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:20:19.097 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:19.097 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:19.097 INFO kablam! Aug 11 07:20:19.124 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 6]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:19.124 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:19.124 INFO kablam! | Aug 11 07:20:19.125 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:19.125 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:19.125 INFO kablam! ... Aug 11 07:20:19.125 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:19.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:19.125 INFO kablam! ... Aug 11 07:20:19.125 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:19.125 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:19.125 INFO kablam! | Aug 11 07:20:19.125 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:20:19.125 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:19.125 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:19.125 INFO kablam! Aug 11 07:20:19.156 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:19.156 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:19.156 INFO kablam! | Aug 11 07:20:19.156 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:19.156 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:19.156 INFO kablam! ... Aug 11 07:20:19.157 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:19.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:19.157 INFO kablam! ... Aug 11 07:20:19.157 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:19.157 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:19.158 INFO kablam! | Aug 11 07:20:19.158 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:20:19.158 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:19.158 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:19.158 INFO kablam! Aug 11 07:20:19.177 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 7]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:19.177 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:19.177 INFO kablam! | Aug 11 07:20:19.177 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:19.177 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:19.177 INFO kablam! ... Aug 11 07:20:19.177 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:19.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:19.177 INFO kablam! ... Aug 11 07:20:19.177 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:19.177 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:19.177 INFO kablam! | Aug 11 07:20:19.177 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:20:19.177 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:19.177 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:19.178 INFO kablam! Aug 11 07:20:19.195 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:19.195 INFO kablam! --> src/standard/event.rs:990:9 Aug 11 07:20:19.195 INFO kablam! | Aug 11 07:20:19.195 INFO kablam! 978 | impl<'e, E> From<[Option; $len]> for EventList where E: Into { Aug 11 07:20:19.195 INFO kablam! | ---------------------------------------------------------------------- first implementation here Aug 11 07:20:19.195 INFO kablam! ... Aug 11 07:20:19.195 INFO kablam! 990 | impl<'e, E> From<[Option<&'e E>; $len]> for EventList where E: Into + Clone { Aug 11 07:20:19.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:19.195 INFO kablam! ... Aug 11 07:20:19.195 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:19.195 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:19.197 INFO kablam! | Aug 11 07:20:19.197 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:20:19.197 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:19.197 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:19.197 INFO kablam! Aug 11 07:20:19.209 INFO kablam! warning: conflicting implementations of trait `std::convert::From<[&std::option::Option<&_>; 8]>` for type `standard::event::EventList`: (E0119) Aug 11 07:20:19.210 INFO kablam! --> src/standard/event.rs:1014:9 Aug 11 07:20:19.210 INFO kablam! | Aug 11 07:20:19.210 INFO kablam! 1002 | impl<'e, 'f, E> From<[&'f Option; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:19.210 INFO kablam! | ---------------------------------------------------------------------------------------------- first implementation here Aug 11 07:20:19.210 INFO kablam! ... Aug 11 07:20:19.210 INFO kablam! 1014 | impl<'e, 'f, E> From<[&'f Option<&'e E>; $len]> for EventList where 'e: 'f, E: Into + Clone { Aug 11 07:20:19.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `standard::event::EventList` Aug 11 07:20:19.210 INFO kablam! ... Aug 11 07:20:19.210 INFO kablam! 1028 | impl_event_list_from_arrays!(1, 2, 3, 4, 5, 6, 7, 8); Aug 11 07:20:19.210 INFO kablam! | ----------------------------------------------------- in this macro invocation Aug 11 07:20:19.210 INFO kablam! | Aug 11 07:20:19.210 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:20:19.210 INFO kablam! = note: for more information, see issue #46205 Aug 11 07:20:19.211 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&_>` for type `standard::event::Event` Aug 11 07:20:19.212 INFO kablam! Aug 11 07:20:27.820 INFO kablam! error: build failed Aug 11 07:20:27.822 INFO kablam! su: No module specific data is present Aug 11 07:20:28.363 INFO running `"docker" "rm" "-f" "9267a2245f0afa0edc8317465b29a50b1caaa5d4d3b8872ef478d6e0ddf98b27"` Aug 11 07:20:28.531 INFO blam! 9267a2245f0afa0edc8317465b29a50b1caaa5d4d3b8872ef478d6e0ddf98b27