Sep 19 21:31:29.098 INFO checking ocl-0.19.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 21:31:29.098 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 21:31:29.098 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:31:29.464 INFO blam! 60f16c62ab82686ec5e32ec9bbe9d30bb57b6acaf803b6a923e550e295644af1 Sep 19 21:31:29.466 INFO running `"docker" "start" "-a" "60f16c62ab82686ec5e32ec9bbe9d30bb57b6acaf803b6a923e550e295644af1"` Sep 19 21:31:31.830 INFO kablam! usermod: no changes Sep 19 21:31:32.099 INFO kablam! Compiling cl-sys v0.4.1 Sep 19 21:31:32.131 INFO kablam! Checking qutex v0.1.1 Sep 19 21:31:32.131 INFO kablam! Checking qutex v0.2.1 Sep 19 21:31:32.132 INFO kablam! Compiling ocl-core v0.4.1 Sep 19 21:31:32.132 INFO kablam! Compiling ocl-core v0.10.0 Sep 19 21:31:39.951 INFO kablam! Checking ocl v0.13.1 Sep 19 21:31:42.071 INFO kablam! Checking ocl v0.19.0 (/source) Sep 19 21:31:44.221 INFO kablam! Checking ocl-extras v0.1.0 Sep 19 21:31:48.803 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 19 21:31:48.803 INFO kablam! --> examples/basics.rs:35:34 Sep 19 21:31:48.803 INFO kablam! | Sep 19 21:31:48.803 INFO kablam! 35 | let vec_source = ocl_extras::scrambled_vec((0.0, 20.0), ocl_pq.dims().to_len()); Sep 19 21:31:48.803 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 19 21:31:48.803 INFO kablam! Sep 19 21:31:49.005 INFO kablam! error[E0277]: the size for values of type `[_]` cannot be known at compilation time Sep 19 21:31:49.005 INFO kablam! --> examples/basics.rs:35:9 Sep 19 21:31:49.005 INFO kablam! | Sep 19 21:31:49.005 INFO kablam! 35 | let vec_source = ocl_extras::scrambled_vec((0.0, 20.0), ocl_pq.dims().to_len()); Sep 19 21:31:49.005 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 21:31:49.005 INFO kablam! | Sep 19 21:31:49.005 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[_]` Sep 19 21:31:49.010 INFO kablam! = note: to learn more, visit Sep 19 21:31:49.015 INFO kablam! = note: all local variables must have a statically known size Sep 19 21:31:49.015 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 19 21:31:49.015 INFO kablam! Sep 19 21:31:49.058 INFO kablam! error: aborting due to 2 previous errors Sep 19 21:31:49.059 INFO kablam! Sep 19 21:31:49.059 INFO kablam! Some errors occurred: E0277, E0425. Sep 19 21:31:49.059 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 21:31:49.069 INFO kablam! error: Could not compile `ocl`. Sep 19 21:31:49.069 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:31:50.067 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 19 21:31:50.067 INFO kablam! --> examples/async_menagerie.rs:119:5 Sep 19 21:31:50.067 INFO kablam! | Sep 19 21:31:50.067 INFO kablam! 119 | / pub fn fill(&self, pattern: T, cmd_idx: usize, buf_pool: &SubBufferPool) { Sep 19 21:31:50.067 INFO kablam! 120 | | let buffer_id = match *self.cmd_graph.commands()[cmd_idx].details() { Sep 19 21:31:50.067 INFO kablam! 121 | | CommandDetails::Fill { target } => target, Sep 19 21:31:50.067 INFO kablam! 122 | | _ => panic!("Task::fill: Not a fill command."), Sep 19 21:31:50.067 INFO kablam! ... | Sep 19 21:31:50.067 INFO kablam! 133 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Sep 19 21:31:50.067 INFO kablam! 134 | | } Sep 19 21:31:50.067 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 19 21:31:50.067 INFO kablam! | Sep 19 21:31:50.067 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 19 21:31:50.067 INFO kablam! = note: required by `extras::SubBufferPool` Sep 19 21:31:50.067 INFO kablam! Sep 19 21:31:50.067 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 19 21:31:50.067 INFO kablam! --> examples/async_menagerie.rs:137:5 Sep 19 21:31:50.067 INFO kablam! | Sep 19 21:31:50.067 INFO kablam! 137 | / pub fn map(&self, cmd_idx: usize, buf_pool: &SubBufferPool) -> FutureMemMap Sep 19 21:31:50.067 INFO kablam! 138 | | { Sep 19 21:31:50.067 INFO kablam! 139 | | let (buffer_id, flags, is_write) = match *self.cmd_graph.commands()[cmd_idx].details(){ Sep 19 21:31:50.067 INFO kablam! 140 | | CommandDetails::Write { target } => (target, MapFlags::new().write_invalidate_region(), true), Sep 19 21:31:50.067 INFO kablam! ... | Sep 19 21:31:50.067 INFO kablam! 166 | | future_data Sep 19 21:31:50.067 INFO kablam! 167 | | } Sep 19 21:31:50.067 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 19 21:31:50.067 INFO kablam! | Sep 19 21:31:50.067 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 19 21:31:50.067 INFO kablam! = note: required by `extras::SubBufferPool` Sep 19 21:31:50.067 INFO kablam! Sep 19 21:31:50.067 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 19 21:31:50.067 INFO kablam! --> examples/async_menagerie.rs:170:5 Sep 19 21:31:50.067 INFO kablam! | Sep 19 21:31:50.067 INFO kablam! 170 | / pub fn copy(&self, cmd_idx: usize, buf_pool: &SubBufferPool) { Sep 19 21:31:50.067 INFO kablam! 171 | | let (src_buf_id, tar_buf_id) = match *self.cmd_graph.commands()[cmd_idx].details(){ Sep 19 21:31:50.067 INFO kablam! 172 | | CommandDetails::Copy { source, target } => (source, target), Sep 19 21:31:50.067 INFO kablam! 173 | | _ => panic!("Task::copy: Not a copy command."), Sep 19 21:31:50.067 INFO kablam! ... | Sep 19 21:31:50.068 INFO kablam! 185 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Sep 19 21:31:50.068 INFO kablam! 186 | | } Sep 19 21:31:50.068 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 19 21:31:50.068 INFO kablam! | Sep 19 21:31:50.068 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 19 21:31:50.068 INFO kablam! = note: required by `extras::SubBufferPool` Sep 19 21:31:50.068 INFO kablam! Sep 19 21:31:50.075 INFO kablam! error: aborting due to 3 previous errors Sep 19 21:31:50.075 INFO kablam! Sep 19 21:31:50.075 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 21:31:50.087 INFO kablam! error: Could not compile `ocl`. Sep 19 21:31:50.087 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:31:50.325 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 19 21:31:50.326 INFO kablam! --> examples/event_callbacks.rs:105:32 Sep 19 21:31:50.326 INFO kablam! | Sep 19 21:31:50.326 INFO kablam! 105 | let seed_vec = ocl_extras::scrambled_vec((0u32, 500u32), dataset_len); Sep 19 21:31:50.326 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 19 21:31:50.326 INFO kablam! Sep 19 21:31:50.639 INFO kablam! error[E0277]: the size for values of type `[_]` cannot be known at compilation time Sep 19 21:31:50.639 INFO kablam! --> examples/event_callbacks.rs:105:9 Sep 19 21:31:50.639 INFO kablam! | Sep 19 21:31:50.639 INFO kablam! 105 | let seed_vec = ocl_extras::scrambled_vec((0u32, 500u32), dataset_len); Sep 19 21:31:50.639 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 19 21:31:50.639 INFO kablam! | Sep 19 21:31:50.639 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[_]` Sep 19 21:31:50.639 INFO kablam! = note: to learn more, visit Sep 19 21:31:50.639 INFO kablam! = note: all local variables must have a statically known size Sep 19 21:31:50.639 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 19 21:31:50.639 INFO kablam! Sep 19 21:31:50.735 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 19 21:31:50.735 INFO kablam! --> examples/buffer_sink.rs:58:21 Sep 19 21:31:50.735 INFO kablam! | Sep 19 21:31:50.735 INFO kablam! 58 | ocl_extras::scrambled_vec((0, 20), ocl_pq.dims().to_len()) Sep 19 21:31:50.735 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 19 21:31:50.735 INFO kablam! Sep 19 21:31:50.804 INFO kablam! error[E0599]: no method named `as_slice` found for type `[_]` in the current scope Sep 19 21:31:50.804 INFO kablam! --> examples/event_callbacks.rs:144:32 Sep 19 21:31:50.804 INFO kablam! | Sep 19 21:31:50.804 INFO kablam! 144 | seed_vec: seed_vec.as_slice() as *const [u32], Sep 19 21:31:50.804 INFO kablam! | ^^^^^^^^ Sep 19 21:31:50.819 INFO kablam! Sep 19 21:31:50.903 INFO kablam! error[E0277]: the size for values of type `[i32]` cannot be known at compilation time Sep 19 21:31:50.903 INFO kablam! --> examples/buffer_sink.rs:71:13 Sep 19 21:31:50.903 INFO kablam! | Sep 19 21:31:50.903 INFO kablam! 71 | let source_data = source_datas[i].clone(); Sep 19 21:31:50.903 INFO kablam! | ^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 21:31:50.903 INFO kablam! | Sep 19 21:31:50.903 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[i32]` Sep 19 21:31:50.903 INFO kablam! = note: to learn more, visit Sep 19 21:31:50.903 INFO kablam! = note: all local variables must have a statically known size Sep 19 21:31:50.903 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 19 21:31:50.903 INFO kablam! Sep 19 21:31:50.931 INFO kablam! error: aborting due to 3 previous errors Sep 19 21:31:50.931 INFO kablam! Sep 19 21:31:50.931 INFO kablam! Some errors occurred: E0277, E0425, E0599. Sep 19 21:31:50.931 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 21:31:50.963 INFO kablam! error: Could not compile `ocl`. Sep 19 21:31:50.963 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:31:50.984 INFO kablam! error: aborting due to 2 previous errors Sep 19 21:31:50.984 INFO kablam! Sep 19 21:31:50.984 INFO kablam! Some errors occurred: E0277, E0425. Sep 19 21:31:50.984 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 21:31:51.023 INFO kablam! error: Could not compile `ocl`. Sep 19 21:31:51.023 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:31:51.290 INFO kablam! error: build failed Sep 19 21:31:51.291 INFO kablam! su: No module specific data is present Sep 19 21:31:52.734 INFO running `"docker" "rm" "-f" "60f16c62ab82686ec5e32ec9bbe9d30bb57b6acaf803b6a923e550e295644af1"` Sep 19 21:31:52.987 INFO blam! 60f16c62ab82686ec5e32ec9bbe9d30bb57b6acaf803b6a923e550e295644af1