Sep 04 09:18:24.431 INFO checking ocl-0.19.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 09:18:24.431 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 09:18:24.431 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 09:18:24.637 INFO blam! 1a99dbb9388a9723bfa7dd4a0a25e314bfa2bb3b2d0b14f7cc2fd068c82cfd5e Sep 04 09:18:24.639 INFO running `"docker" "start" "-a" "1a99dbb9388a9723bfa7dd4a0a25e314bfa2bb3b2d0b14f7cc2fd068c82cfd5e"` Sep 04 09:18:25.427 INFO kablam! Checking qutex v0.2.1 Sep 04 09:18:25.428 INFO kablam! Compiling ocl-core v0.10.0 Sep 04 09:18:25.432 INFO kablam! Checking ocl-extras v0.1.0 Sep 04 09:18:34.083 INFO kablam! Checking ocl v0.19.0 (file:///source) Sep 04 09:18:52.655 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 04 09:18:52.655 INFO kablam! --> examples/basics.rs:35:34 Sep 04 09:18:52.655 INFO kablam! | Sep 04 09:18:52.655 INFO kablam! 35 | let vec_source = ocl_extras::scrambled_vec((0.0, 20.0), ocl_pq.dims().to_len()); Sep 04 09:18:52.655 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 04 09:18:52.655 INFO kablam! Sep 04 09:18:53.344 INFO kablam! error[E0277]: the size for values of type `[_]` cannot be known at compilation time Sep 04 09:18:53.344 INFO kablam! --> examples/basics.rs:35:9 Sep 04 09:18:53.344 INFO kablam! | Sep 04 09:18:53.344 INFO kablam! 35 | let vec_source = ocl_extras::scrambled_vec((0.0, 20.0), ocl_pq.dims().to_len()); Sep 04 09:18:53.344 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 09:18:53.344 INFO kablam! | Sep 04 09:18:53.344 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[_]` Sep 04 09:18:53.345 INFO kablam! = note: to learn more, visit Sep 04 09:18:53.345 INFO kablam! = note: all local variables must have a statically known size Sep 04 09:18:53.345 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 09:18:53.345 INFO kablam! Sep 04 09:18:53.766 INFO kablam! error: aborting due to 2 previous errors Sep 04 09:18:53.774 INFO kablam! Sep 04 09:18:53.774 INFO kablam! Some errors occurred: E0277, E0425. Sep 04 09:18:53.774 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 09:18:53.823 INFO kablam! error: Could not compile `ocl`. Sep 04 09:18:53.823 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 09:18:54.029 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 04 09:18:54.029 INFO kablam! --> examples/async_menagerie.rs:119:5 Sep 04 09:18:54.029 INFO kablam! | Sep 04 09:18:54.029 INFO kablam! 119 | / pub fn fill(&self, pattern: T, cmd_idx: usize, buf_pool: &SubBufferPool) { Sep 04 09:18:54.029 INFO kablam! 120 | | let buffer_id = match *self.cmd_graph.commands()[cmd_idx].details() { Sep 04 09:18:54.029 INFO kablam! 121 | | CommandDetails::Fill { target } => target, Sep 04 09:18:54.029 INFO kablam! 122 | | _ => panic!("Task::fill: Not a fill command."), Sep 04 09:18:54.029 INFO kablam! ... | Sep 04 09:18:54.029 INFO kablam! 133 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Sep 04 09:18:54.029 INFO kablam! 134 | | } Sep 04 09:18:54.029 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 04 09:18:54.029 INFO kablam! | Sep 04 09:18:54.029 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 04 09:18:54.029 INFO kablam! = note: required by `extras::SubBufferPool` Sep 04 09:18:54.029 INFO kablam! Sep 04 09:18:54.030 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 04 09:18:54.030 INFO kablam! --> examples/async_menagerie.rs:137:5 Sep 04 09:18:54.030 INFO kablam! | Sep 04 09:18:54.030 INFO kablam! 137 | / pub fn map(&self, cmd_idx: usize, buf_pool: &SubBufferPool) -> FutureMemMap Sep 04 09:18:54.030 INFO kablam! 138 | | { Sep 04 09:18:54.030 INFO kablam! 139 | | let (buffer_id, flags, is_write) = match *self.cmd_graph.commands()[cmd_idx].details(){ Sep 04 09:18:54.031 INFO kablam! 140 | | CommandDetails::Write { target } => (target, MapFlags::new().write_invalidate_region(), true), Sep 04 09:18:54.031 INFO kablam! ... | Sep 04 09:18:54.031 INFO kablam! 166 | | future_data Sep 04 09:18:54.031 INFO kablam! 167 | | } Sep 04 09:18:54.031 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 04 09:18:54.031 INFO kablam! | Sep 04 09:18:54.031 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 04 09:18:54.031 INFO kablam! = note: required by `extras::SubBufferPool` Sep 04 09:18:54.031 INFO kablam! Sep 04 09:18:54.031 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 04 09:18:54.031 INFO kablam! --> examples/async_menagerie.rs:170:5 Sep 04 09:18:54.031 INFO kablam! | Sep 04 09:18:54.031 INFO kablam! 170 | / pub fn copy(&self, cmd_idx: usize, buf_pool: &SubBufferPool) { Sep 04 09:18:54.031 INFO kablam! 171 | | let (src_buf_id, tar_buf_id) = match *self.cmd_graph.commands()[cmd_idx].details(){ Sep 04 09:18:54.031 INFO kablam! 172 | | CommandDetails::Copy { source, target } => (source, target), Sep 04 09:18:54.031 INFO kablam! 173 | | _ => panic!("Task::copy: Not a copy command."), Sep 04 09:18:54.031 INFO kablam! ... | Sep 04 09:18:54.031 INFO kablam! 185 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Sep 04 09:18:54.031 INFO kablam! 186 | | } Sep 04 09:18:54.031 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 04 09:18:54.031 INFO kablam! | Sep 04 09:18:54.031 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 04 09:18:54.031 INFO kablam! = note: required by `extras::SubBufferPool` Sep 04 09:18:54.031 INFO kablam! Sep 04 09:18:54.062 INFO kablam! error: aborting due to 3 previous errors Sep 04 09:18:54.062 INFO kablam! Sep 04 09:18:54.062 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 09:18:54.114 INFO kablam! error: Could not compile `ocl`. Sep 04 09:18:54.115 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 09:18:57.768 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 04 09:18:57.769 INFO kablam! --> examples/event_callbacks.rs:105:32 Sep 04 09:18:57.769 INFO kablam! | Sep 04 09:18:57.769 INFO kablam! 105 | let seed_vec = ocl_extras::scrambled_vec((0u32, 500u32), dataset_len); Sep 04 09:18:57.769 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 04 09:18:57.774 INFO kablam! Sep 04 09:18:58.237 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 04 09:18:58.237 INFO kablam! --> examples/buffer_sink.rs:58:21 Sep 04 09:18:58.237 INFO kablam! | Sep 04 09:18:58.237 INFO kablam! 58 | ocl_extras::scrambled_vec((0, 20), ocl_pq.dims().to_len()) Sep 04 09:18:58.237 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 04 09:18:58.237 INFO kablam! Sep 04 09:18:58.435 INFO kablam! error[E0277]: the size for values of type `[_]` cannot be known at compilation time Sep 04 09:18:58.435 INFO kablam! --> examples/event_callbacks.rs:105:9 Sep 04 09:18:58.435 INFO kablam! | Sep 04 09:18:58.435 INFO kablam! 105 | let seed_vec = ocl_extras::scrambled_vec((0u32, 500u32), dataset_len); Sep 04 09:18:58.435 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 04 09:18:58.435 INFO kablam! | Sep 04 09:18:58.435 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[_]` Sep 04 09:18:58.435 INFO kablam! = note: to learn more, visit Sep 04 09:18:58.435 INFO kablam! = note: all local variables must have a statically known size Sep 04 09:18:58.435 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 09:18:58.435 INFO kablam! Sep 04 09:18:58.743 INFO kablam! error[E0599]: no method named `as_slice` found for type `[_]` in the current scope Sep 04 09:18:58.743 INFO kablam! --> examples/event_callbacks.rs:144:32 Sep 04 09:18:58.743 INFO kablam! | Sep 04 09:18:58.744 INFO kablam! 144 | seed_vec: seed_vec.as_slice() as *const [u32], Sep 04 09:18:58.744 INFO kablam! | ^^^^^^^^ Sep 04 09:18:58.744 INFO kablam! Sep 04 09:18:58.794 INFO kablam! error[E0277]: the size for values of type `[i32]` cannot be known at compilation time Sep 04 09:18:58.795 INFO kablam! --> examples/buffer_sink.rs:71:13 Sep 04 09:18:58.795 INFO kablam! | Sep 04 09:18:58.795 INFO kablam! 71 | let source_data = source_datas[i].clone(); Sep 04 09:18:58.795 INFO kablam! | ^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 09:18:58.795 INFO kablam! | Sep 04 09:18:58.795 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[i32]` Sep 04 09:18:58.795 INFO kablam! = note: to learn more, visit Sep 04 09:18:58.795 INFO kablam! = note: all local variables must have a statically known size Sep 04 09:18:58.795 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 09:18:58.795 INFO kablam! Sep 04 09:18:58.826 INFO kablam! error: aborting due to 2 previous errors Sep 04 09:18:58.826 INFO kablam! Sep 04 09:18:58.827 INFO kablam! Some errors occurred: E0277, E0425. Sep 04 09:18:58.827 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 09:18:58.846 INFO kablam! error: Could not compile `ocl`. Sep 04 09:18:58.846 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 09:18:58.856 INFO kablam! error: aborting due to 3 previous errors Sep 04 09:18:58.856 INFO kablam! Sep 04 09:18:58.856 INFO kablam! Some errors occurred: E0277, E0425, E0599. Sep 04 09:18:58.856 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 09:18:58.882 INFO kablam! error: Could not compile `ocl`. Sep 04 09:18:58.883 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 09:18:59.047 INFO kablam! error: build failed Sep 04 09:18:59.056 INFO kablam! su: No module specific data is present Sep 04 09:18:59.643 INFO running `"docker" "rm" "-f" "1a99dbb9388a9723bfa7dd4a0a25e314bfa2bb3b2d0b14f7cc2fd068c82cfd5e"` Sep 04 09:18:59.793 INFO blam! 1a99dbb9388a9723bfa7dd4a0a25e314bfa2bb3b2d0b14f7cc2fd068c82cfd5e