Sep 17 20:35:13.798 INFO checking ocl-0.18.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:35:13.798 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:35:13.798 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 20:35:13.978 INFO blam! 2a696de96a2ba48837ebd8bf03644522ad9cd3afa193084dd384d5167a475bd4 Sep 17 20:35:13.982 INFO running `"docker" "start" "-a" "2a696de96a2ba48837ebd8bf03644522ad9cd3afa193084dd384d5167a475bd4"` Sep 17 20:35:15.124 INFO kablam! usermod: no changes Sep 17 20:35:15.295 INFO kablam! Compiling cl-sys v0.3.2 Sep 17 20:35:15.295 INFO kablam! Compiling cl-sys v0.4.1 Sep 17 20:35:15.303 INFO kablam! Checking colorify v0.2.3 Sep 17 20:35:15.303 INFO kablam! Checking qutex v0.1.1 Sep 17 20:35:15.303 INFO kablam! Checking qutex v0.2.1 Sep 17 20:35:15.303 INFO kablam! Compiling ocl-core v0.4.1 Sep 17 20:35:15.303 INFO kablam! Compiling ocl-core v0.9.0 Sep 17 20:35:15.307 INFO kablam! Checking ocl-core-vector v0.1.0 Sep 17 20:35:15.903 INFO kablam! Checking chrono v0.2.25 Sep 17 20:35:29.518 INFO kablam! Checking ocl v0.13.1 Sep 17 20:35:30.327 INFO kablam! Checking ocl v0.18.0 (/source) Sep 17 20:35:34.571 INFO kablam! Checking ocl-extras v0.1.0 Sep 17 20:35:40.923 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 17 20:35:40.923 INFO kablam! --> examples/basics.rs:35:34 Sep 17 20:35:40.923 INFO kablam! | Sep 17 20:35:40.923 INFO kablam! 35 | let vec_source = ocl_extras::scrambled_vec((0.0, 20.0), ocl_pq.dims().to_len()); Sep 17 20:35:40.923 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 17 20:35:40.923 INFO kablam! Sep 17 20:35:41.219 INFO kablam! error[E0277]: the size for values of type `[_]` cannot be known at compilation time Sep 17 20:35:41.219 INFO kablam! --> examples/basics.rs:35:9 Sep 17 20:35:41.219 INFO kablam! | Sep 17 20:35:41.219 INFO kablam! 35 | let vec_source = ocl_extras::scrambled_vec((0.0, 20.0), ocl_pq.dims().to_len()); Sep 17 20:35:41.219 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 20:35:41.219 INFO kablam! | Sep 17 20:35:41.219 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[_]` Sep 17 20:35:41.219 INFO kablam! = note: to learn more, visit Sep 17 20:35:41.219 INFO kablam! = note: all local variables must have a statically known size Sep 17 20:35:41.219 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 17 20:35:41.219 INFO kablam! Sep 17 20:35:41.419 INFO kablam! error: aborting due to 2 previous errors Sep 17 20:35:41.423 INFO kablam! Sep 17 20:35:41.423 INFO kablam! Some errors occurred: E0277, E0425. Sep 17 20:35:41.423 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 20:35:41.443 INFO kablam! error: Could not compile `ocl`. Sep 17 20:35:41.443 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:35:41.937 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 17 20:35:41.937 INFO kablam! --> examples/buffer_sink.rs:58:21 Sep 17 20:35:41.937 INFO kablam! | Sep 17 20:35:41.937 INFO kablam! 58 | ocl_extras::scrambled_vec((0, 20), ocl_pq.dims().to_len()) Sep 17 20:35:41.937 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 17 20:35:41.937 INFO kablam! Sep 17 20:35:42.303 INFO kablam! error[E0277]: the size for values of type `[i32]` cannot be known at compilation time Sep 17 20:35:42.303 INFO kablam! --> examples/buffer_sink.rs:71:13 Sep 17 20:35:42.303 INFO kablam! | Sep 17 20:35:42.303 INFO kablam! 71 | let source_data = source_datas[i].clone(); Sep 17 20:35:42.303 INFO kablam! | ^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 20:35:42.303 INFO kablam! | Sep 17 20:35:42.303 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[i32]` Sep 17 20:35:42.303 INFO kablam! = note: to learn more, visit Sep 17 20:35:42.303 INFO kablam! = note: all local variables must have a statically known size Sep 17 20:35:42.303 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 17 20:35:42.303 INFO kablam! Sep 17 20:35:42.392 INFO kablam! error: aborting due to 2 previous errors Sep 17 20:35:42.392 INFO kablam! Sep 17 20:35:42.392 INFO kablam! Some errors occurred: E0277, E0425. Sep 17 20:35:42.392 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 20:35:42.447 INFO kablam! error: Could not compile `ocl`. Sep 17 20:35:42.447 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:35:42.543 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 17 20:35:42.543 INFO kablam! --> examples/event_callbacks.rs:105:32 Sep 17 20:35:42.543 INFO kablam! | Sep 17 20:35:42.543 INFO kablam! 105 | let seed_vec = ocl_extras::scrambled_vec((0u32, 500u32), dataset_len); Sep 17 20:35:42.543 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 17 20:35:42.543 INFO kablam! Sep 17 20:35:42.694 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 17 20:35:42.694 INFO kablam! --> examples/async_menagerie.rs:119:5 Sep 17 20:35:42.694 INFO kablam! | Sep 17 20:35:42.694 INFO kablam! 119 | / pub fn fill(&self, pattern: T, cmd_idx: usize, buf_pool: &SubBufferPool) { Sep 17 20:35:42.694 INFO kablam! 120 | | let buffer_id = match *self.cmd_graph.commands()[cmd_idx].details() { Sep 17 20:35:42.694 INFO kablam! 121 | | CommandDetails::Fill { target } => target, Sep 17 20:35:42.694 INFO kablam! 122 | | _ => panic!("Task::fill: Not a fill command."), Sep 17 20:35:42.695 INFO kablam! ... | Sep 17 20:35:42.695 INFO kablam! 133 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Sep 17 20:35:42.695 INFO kablam! 134 | | } Sep 17 20:35:42.696 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 17 20:35:42.696 INFO kablam! | Sep 17 20:35:42.696 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 17 20:35:42.697 INFO kablam! = note: required by `extras::SubBufferPool` Sep 17 20:35:42.697 INFO kablam! Sep 17 20:35:42.698 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 17 20:35:42.698 INFO kablam! --> examples/async_menagerie.rs:137:5 Sep 17 20:35:42.699 INFO kablam! | Sep 17 20:35:42.699 INFO kablam! 137 | / pub fn map(&self, cmd_idx: usize, buf_pool: &SubBufferPool) -> FutureMemMap Sep 17 20:35:42.699 INFO kablam! 138 | | { Sep 17 20:35:42.700 INFO kablam! 139 | | let (buffer_id, flags, is_write) = match *self.cmd_graph.commands()[cmd_idx].details(){ Sep 17 20:35:42.700 INFO kablam! 140 | | CommandDetails::Write { target } => (target, MapFlags::new().write_invalidate_region(), true), Sep 17 20:35:42.700 INFO kablam! ... | Sep 17 20:35:42.701 INFO kablam! 166 | | future_data Sep 17 20:35:42.701 INFO kablam! 167 | | } Sep 17 20:35:42.701 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 17 20:35:42.702 INFO kablam! | Sep 17 20:35:42.702 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 17 20:35:42.702 INFO kablam! = note: required by `extras::SubBufferPool` Sep 17 20:35:42.702 INFO kablam! Sep 17 20:35:42.704 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 17 20:35:42.704 INFO kablam! --> examples/async_menagerie.rs:170:5 Sep 17 20:35:42.704 INFO kablam! | Sep 17 20:35:42.704 INFO kablam! 170 | / pub fn copy(&self, cmd_idx: usize, buf_pool: &SubBufferPool) { Sep 17 20:35:42.705 INFO kablam! 171 | | let (src_buf_id, tar_buf_id) = match *self.cmd_graph.commands()[cmd_idx].details(){ Sep 17 20:35:42.705 INFO kablam! 172 | | CommandDetails::Copy { source, target } => (source, target), Sep 17 20:35:42.705 INFO kablam! 173 | | _ => panic!("Task::copy: Not a copy command."), Sep 17 20:35:42.706 INFO kablam! ... | Sep 17 20:35:42.706 INFO kablam! 185 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Sep 17 20:35:42.706 INFO kablam! 186 | | } Sep 17 20:35:42.707 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 17 20:35:42.707 INFO kablam! | Sep 17 20:35:42.707 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 17 20:35:42.708 INFO kablam! = note: required by `extras::SubBufferPool` Sep 17 20:35:42.708 INFO kablam! Sep 17 20:35:42.710 INFO kablam! error[E0277]: the size for values of type `[_]` cannot be known at compilation time Sep 17 20:35:42.710 INFO kablam! --> examples/event_callbacks.rs:105:9 Sep 17 20:35:42.710 INFO kablam! | Sep 17 20:35:42.710 INFO kablam! 105 | let seed_vec = ocl_extras::scrambled_vec((0u32, 500u32), dataset_len); Sep 17 20:35:42.710 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 17 20:35:42.710 INFO kablam! | Sep 17 20:35:42.710 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[_]` Sep 17 20:35:42.710 INFO kablam! = note: to learn more, visit Sep 17 20:35:42.710 INFO kablam! = note: all local variables must have a statically known size Sep 17 20:35:42.710 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 17 20:35:42.710 INFO kablam! Sep 17 20:35:42.716 INFO kablam! error: aborting due to 3 previous errors Sep 17 20:35:42.716 INFO kablam! Sep 17 20:35:42.716 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 20:35:42.727 INFO kablam! error: Could not compile `ocl`. Sep 17 20:35:42.728 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:35:42.779 INFO kablam! error[E0599]: no method named `as_slice` found for type `[_]` in the current scope Sep 17 20:35:42.779 INFO kablam! --> examples/event_callbacks.rs:144:32 Sep 17 20:35:42.779 INFO kablam! | Sep 17 20:35:42.779 INFO kablam! 144 | seed_vec: seed_vec.as_slice() as *const [u32], Sep 17 20:35:42.779 INFO kablam! | ^^^^^^^^ Sep 17 20:35:42.779 INFO kablam! Sep 17 20:35:42.802 INFO kablam! error: aborting due to 3 previous errors Sep 17 20:35:42.803 INFO kablam! Sep 17 20:35:42.803 INFO kablam! Some errors occurred: E0277, E0425, E0599. Sep 17 20:35:42.803 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 20:35:42.811 INFO kablam! error: Could not compile `ocl`. Sep 17 20:35:42.811 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:35:44.386 INFO kablam! error: build failed Sep 17 20:35:44.387 INFO kablam! su: No module specific data is present Sep 17 20:35:45.072 INFO running `"docker" "rm" "-f" "2a696de96a2ba48837ebd8bf03644522ad9cd3afa193084dd384d5167a475bd4"` Sep 17 20:35:45.181 INFO blam! 2a696de96a2ba48837ebd8bf03644522ad9cd3afa193084dd384d5167a475bd4