Sep 19 23:25:05.307 INFO checking ocl-0.18.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:25:05.307 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:25:05.307 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:25:05.461 INFO blam! 2bb595d24fe97618c05c8808ca22f401a2649ef0ef9e8402ca0c4d629cecf116 Sep 19 23:25:05.463 INFO running `"docker" "start" "-a" "2bb595d24fe97618c05c8808ca22f401a2649ef0ef9e8402ca0c4d629cecf116"` Sep 19 23:25:06.073 INFO kablam! usermod: no changes Sep 19 23:25:06.269 INFO kablam! Compiling cl-sys v0.3.2 Sep 19 23:25:06.269 INFO kablam! Compiling cl-sys v0.4.1 Sep 19 23:25:06.269 INFO kablam! Checking colorify v0.2.3 Sep 19 23:25:06.302 INFO kablam! Checking qutex v0.1.1 Sep 19 23:25:06.302 INFO kablam! Checking qutex v0.2.1 Sep 19 23:25:06.302 INFO kablam! Compiling ocl-core v0.4.1 Sep 19 23:25:06.302 INFO kablam! Compiling ocl-core v0.9.0 Sep 19 23:25:06.310 INFO kablam! Checking ocl-core-vector v0.1.0 Sep 19 23:25:19.948 INFO kablam! Checking ocl v0.13.1 Sep 19 23:25:21.778 INFO kablam! Checking ocl v0.18.0 (/source) Sep 19 23:25:24.646 INFO kablam! Checking ocl-extras v0.1.0 Sep 19 23:25:32.826 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 19 23:25:32.826 INFO kablam! --> examples/basics.rs:35:34 Sep 19 23:25:32.826 INFO kablam! | Sep 19 23:25:32.826 INFO kablam! 35 | let vec_source = ocl_extras::scrambled_vec((0.0, 20.0), ocl_pq.dims().to_len()); Sep 19 23:25:32.826 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 19 23:25:32.844 INFO kablam! Sep 19 23:25:33.442 INFO kablam! error[E0277]: the size for values of type `[_]` cannot be known at compilation time Sep 19 23:25:33.450 INFO kablam! --> examples/basics.rs:35:9 Sep 19 23:25:33.450 INFO kablam! | Sep 19 23:25:33.451 INFO kablam! 35 | let vec_source = ocl_extras::scrambled_vec((0.0, 20.0), ocl_pq.dims().to_len()); Sep 19 23:25:33.451 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 23:25:33.452 INFO kablam! | Sep 19 23:25:33.452 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[_]` Sep 19 23:25:33.453 INFO kablam! = note: to learn more, visit Sep 19 23:25:33.453 INFO kablam! = note: all local variables must have a statically known size Sep 19 23:25:33.453 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 19 23:25:33.454 INFO kablam! Sep 19 23:25:33.546 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 19 23:25:33.546 INFO kablam! --> examples/buffer_sink.rs:58:21 Sep 19 23:25:33.546 INFO kablam! | Sep 19 23:25:33.546 INFO kablam! 58 | ocl_extras::scrambled_vec((0, 20), ocl_pq.dims().to_len()) Sep 19 23:25:33.546 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 19 23:25:33.550 INFO kablam! Sep 19 23:25:33.676 INFO kablam! error: aborting due to 2 previous errors Sep 19 23:25:33.687 INFO kablam! Sep 19 23:25:33.687 INFO kablam! Some errors occurred: E0277, E0425. Sep 19 23:25:33.687 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 23:25:33.762 INFO kablam! error: Could not compile `ocl`. Sep 19 23:25:33.762 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:25:34.462 INFO kablam! error[E0277]: the size for values of type `[i32]` cannot be known at compilation time Sep 19 23:25:34.462 INFO kablam! --> examples/buffer_sink.rs:71:13 Sep 19 23:25:34.462 INFO kablam! | Sep 19 23:25:34.462 INFO kablam! 71 | let source_data = source_datas[i].clone(); Sep 19 23:25:34.462 INFO kablam! | ^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 23:25:34.462 INFO kablam! | Sep 19 23:25:34.462 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[i32]` Sep 19 23:25:34.462 INFO kablam! = note: to learn more, visit Sep 19 23:25:34.462 INFO kablam! = note: all local variables must have a statically known size Sep 19 23:25:34.462 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 19 23:25:34.462 INFO kablam! Sep 19 23:25:34.530 INFO kablam! error: aborting due to 2 previous errors Sep 19 23:25:34.530 INFO kablam! Sep 19 23:25:34.530 INFO kablam! Some errors occurred: E0277, E0425. Sep 19 23:25:34.530 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 23:25:34.587 INFO kablam! error: Could not compile `ocl`. Sep 19 23:25:34.587 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:25:34.866 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 19 23:25:34.866 INFO kablam! --> examples/event_callbacks.rs:105:32 Sep 19 23:25:34.866 INFO kablam! | Sep 19 23:25:34.866 INFO kablam! 105 | let seed_vec = ocl_extras::scrambled_vec((0u32, 500u32), dataset_len); Sep 19 23:25:34.866 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 19 23:25:34.866 INFO kablam! Sep 19 23:25:35.259 INFO kablam! error[E0277]: the size for values of type `[_]` cannot be known at compilation time Sep 19 23:25:35.259 INFO kablam! --> examples/event_callbacks.rs:105:9 Sep 19 23:25:35.259 INFO kablam! | Sep 19 23:25:35.259 INFO kablam! 105 | let seed_vec = ocl_extras::scrambled_vec((0u32, 500u32), dataset_len); Sep 19 23:25:35.259 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 19 23:25:35.259 INFO kablam! | Sep 19 23:25:35.259 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[_]` Sep 19 23:25:35.259 INFO kablam! = note: to learn more, visit Sep 19 23:25:35.259 INFO kablam! = note: all local variables must have a statically known size Sep 19 23:25:35.259 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 19 23:25:35.259 INFO kablam! Sep 19 23:25:35.378 INFO kablam! error[E0599]: no method named `as_slice` found for type `[_]` in the current scope Sep 19 23:25:35.378 INFO kablam! --> examples/event_callbacks.rs:144:32 Sep 19 23:25:35.378 INFO kablam! | Sep 19 23:25:35.378 INFO kablam! 144 | seed_vec: seed_vec.as_slice() as *const [u32], Sep 19 23:25:35.378 INFO kablam! | ^^^^^^^^ Sep 19 23:25:35.378 INFO kablam! Sep 19 23:25:35.454 INFO kablam! error: aborting due to 3 previous errors Sep 19 23:25:35.454 INFO kablam! Sep 19 23:25:35.454 INFO kablam! Some errors occurred: E0277, E0425, E0599. Sep 19 23:25:35.454 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 23:25:35.486 INFO kablam! error: Could not compile `ocl`. Sep 19 23:25:35.486 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:25:36.574 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 19 23:25:36.574 INFO kablam! --> examples/async_menagerie.rs:119:5 Sep 19 23:25:36.574 INFO kablam! | Sep 19 23:25:36.574 INFO kablam! 119 | / pub fn fill(&self, pattern: T, cmd_idx: usize, buf_pool: &SubBufferPool) { Sep 19 23:25:36.574 INFO kablam! 120 | | let buffer_id = match *self.cmd_graph.commands()[cmd_idx].details() { Sep 19 23:25:36.574 INFO kablam! 121 | | CommandDetails::Fill { target } => target, Sep 19 23:25:36.574 INFO kablam! 122 | | _ => panic!("Task::fill: Not a fill command."), Sep 19 23:25:36.574 INFO kablam! ... | Sep 19 23:25:36.574 INFO kablam! 133 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Sep 19 23:25:36.574 INFO kablam! 134 | | } Sep 19 23:25:36.574 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 19 23:25:36.574 INFO kablam! | Sep 19 23:25:36.574 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 19 23:25:36.574 INFO kablam! = note: required by `extras::SubBufferPool` Sep 19 23:25:36.574 INFO kablam! Sep 19 23:25:36.574 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 19 23:25:36.574 INFO kablam! --> examples/async_menagerie.rs:137:5 Sep 19 23:25:36.574 INFO kablam! | Sep 19 23:25:36.574 INFO kablam! 137 | / pub fn map(&self, cmd_idx: usize, buf_pool: &SubBufferPool) -> FutureMemMap Sep 19 23:25:36.574 INFO kablam! 138 | | { Sep 19 23:25:36.574 INFO kablam! 139 | | let (buffer_id, flags, is_write) = match *self.cmd_graph.commands()[cmd_idx].details(){ Sep 19 23:25:36.574 INFO kablam! 140 | | CommandDetails::Write { target } => (target, MapFlags::new().write_invalidate_region(), true), Sep 19 23:25:36.574 INFO kablam! ... | Sep 19 23:25:36.574 INFO kablam! 166 | | future_data Sep 19 23:25:36.574 INFO kablam! 167 | | } Sep 19 23:25:36.574 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 19 23:25:36.574 INFO kablam! | Sep 19 23:25:36.574 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 19 23:25:36.574 INFO kablam! = note: required by `extras::SubBufferPool` Sep 19 23:25:36.574 INFO kablam! Sep 19 23:25:36.574 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 19 23:25:36.574 INFO kablam! --> examples/async_menagerie.rs:170:5 Sep 19 23:25:36.574 INFO kablam! | Sep 19 23:25:36.574 INFO kablam! 170 | / pub fn copy(&self, cmd_idx: usize, buf_pool: &SubBufferPool) { Sep 19 23:25:36.574 INFO kablam! 171 | | let (src_buf_id, tar_buf_id) = match *self.cmd_graph.commands()[cmd_idx].details(){ Sep 19 23:25:36.574 INFO kablam! 172 | | CommandDetails::Copy { source, target } => (source, target), Sep 19 23:25:36.574 INFO kablam! 173 | | _ => panic!("Task::copy: Not a copy command."), Sep 19 23:25:36.574 INFO kablam! ... | Sep 19 23:25:36.574 INFO kablam! 185 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Sep 19 23:25:36.574 INFO kablam! 186 | | } Sep 19 23:25:36.575 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 19 23:25:36.575 INFO kablam! | Sep 19 23:25:36.575 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 19 23:25:36.575 INFO kablam! = note: required by `extras::SubBufferPool` Sep 19 23:25:36.575 INFO kablam! Sep 19 23:25:36.586 INFO kablam! error: aborting due to 3 previous errors Sep 19 23:25:36.586 INFO kablam! Sep 19 23:25:36.586 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 23:25:36.594 INFO kablam! error: Could not compile `ocl`. Sep 19 23:25:36.594 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:25:37.533 INFO kablam! error: build failed Sep 19 23:25:37.535 INFO kablam! su: No module specific data is present Sep 19 23:25:38.287 INFO running `"docker" "rm" "-f" "2bb595d24fe97618c05c8808ca22f401a2649ef0ef9e8402ca0c4d629cecf116"` Sep 19 23:25:38.395 INFO blam! 2bb595d24fe97618c05c8808ca22f401a2649ef0ef9e8402ca0c4d629cecf116