Sep 06 03:03:18.832 INFO checking ocl-0.18.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 03:03:18.832 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 03:03:18.832 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 03:03:19.003 INFO blam! 9da9953bdf085371d8373cb2886d96d99c36c92981b7a472fbe2adc729d23df6 Sep 06 03:03:19.007 INFO running `"docker" "start" "-a" "9da9953bdf085371d8373cb2886d96d99c36c92981b7a472fbe2adc729d23df6"` Sep 06 03:03:20.221 INFO kablam! usermod: no changes Sep 06 03:03:20.428 INFO kablam! Compiling cl-sys v0.3.2 Sep 06 03:03:20.429 INFO kablam! Compiling cl-sys v0.4.1 Sep 06 03:03:20.429 INFO kablam! Checking colorify v0.2.3 Sep 06 03:03:20.431 INFO kablam! Checking qutex v0.1.1 Sep 06 03:03:20.432 INFO kablam! Checking qutex v0.2.1 Sep 06 03:03:20.432 INFO kablam! Compiling ocl-core v0.4.1 Sep 06 03:03:20.432 INFO kablam! Compiling ocl-core v0.9.0 Sep 06 03:03:20.433 INFO kablam! Checking ocl-core-vector v0.1.0 Sep 06 03:03:22.234 INFO kablam! Checking chrono v0.2.25 Sep 06 03:03:34.674 INFO kablam! Checking ocl v0.13.1 Sep 06 03:03:35.626 INFO kablam! Checking ocl v0.18.0 (file:///source) Sep 06 03:03:37.979 INFO kablam! Checking ocl-extras v0.1.0 Sep 06 03:03:41.597 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 06 03:03:41.597 INFO kablam! --> examples/buffer_sink.rs:58:21 Sep 06 03:03:41.597 INFO kablam! | Sep 06 03:03:41.597 INFO kablam! 58 | ocl_extras::scrambled_vec((0, 20), ocl_pq.dims().to_len()) Sep 06 03:03:41.597 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 06 03:03:41.597 INFO kablam! Sep 06 03:03:41.797 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 06 03:03:41.797 INFO kablam! --> examples/timed.rs:50:32 Sep 06 03:03:41.797 INFO kablam! | Sep 06 03:03:41.797 INFO kablam! 50 | let vec_init = ocl_extras::scrambled_vec(INIT_VAL_RANGE, ocl_pq.dims().to_len()); Sep 06 03:03:41.797 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 06 03:03:41.797 INFO kablam! Sep 06 03:03:41.877 INFO kablam! error[E0277]: the size for values of type `[_]` cannot be known at compilation time Sep 06 03:03:41.877 INFO kablam! --> examples/timed.rs:50:9 Sep 06 03:03:41.877 INFO kablam! | Sep 06 03:03:41.877 INFO kablam! 50 | let vec_init = ocl_extras::scrambled_vec(INIT_VAL_RANGE, ocl_pq.dims().to_len()); Sep 06 03:03:41.877 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 06 03:03:41.877 INFO kablam! | Sep 06 03:03:41.877 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[_]` Sep 06 03:03:41.877 INFO kablam! = note: to learn more, visit Sep 06 03:03:41.877 INFO kablam! = note: all local variables must have a statically known size Sep 06 03:03:41.877 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 06 03:03:41.877 INFO kablam! Sep 06 03:03:42.046 INFO kablam! error[E0277]: the size for values of type `[i32]` cannot be known at compilation time Sep 06 03:03:42.046 INFO kablam! --> examples/buffer_sink.rs:71:13 Sep 06 03:03:42.046 INFO kablam! | Sep 06 03:03:42.046 INFO kablam! 71 | let source_data = source_datas[i].clone(); Sep 06 03:03:42.046 INFO kablam! | ^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 03:03:42.046 INFO kablam! | Sep 06 03:03:42.046 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[i32]` Sep 06 03:03:42.046 INFO kablam! = note: to learn more, visit Sep 06 03:03:42.046 INFO kablam! = note: all local variables must have a statically known size Sep 06 03:03:42.046 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 06 03:03:42.046 INFO kablam! Sep 06 03:03:42.098 INFO kablam! error: aborting due to 2 previous errors Sep 06 03:03:42.098 INFO kablam! Sep 06 03:03:42.098 INFO kablam! Some errors occurred: E0277, E0425. Sep 06 03:03:42.098 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 06 03:03:42.138 INFO kablam! error: Could not compile `ocl`. Sep 06 03:03:42.138 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 03:03:42.233 INFO kablam! error[E0308]: mismatched types Sep 06 03:03:42.233 INFO kablam! --> examples/timed.rs:123:20 Sep 06 03:03:42.233 INFO kablam! | Sep 06 03:03:42.233 INFO kablam! 123 | verify_results(&vec_init, &vec_result, KERNEL_RUN_ITERS)?; Sep 06 03:03:42.233 INFO kablam! | ^^^^^^^^^ expected struct `std::vec::Vec`, found slice Sep 06 03:03:42.234 INFO kablam! | Sep 06 03:03:42.234 INFO kablam! = note: expected type `&std::vec::Vec` Sep 06 03:03:42.234 INFO kablam! found type `&[_]` Sep 06 03:03:42.234 INFO kablam! Sep 06 03:03:42.386 INFO kablam! error[E0308]: mismatched types Sep 06 03:03:42.386 INFO kablam! --> examples/timed.rs:143:20 Sep 06 03:03:42.386 INFO kablam! | Sep 06 03:03:42.386 INFO kablam! 143 | verify_results(&vec_init, &vec_result, KERNEL_AND_BUFFER_ITERS + KERNEL_RUN_ITERS)?; Sep 06 03:03:42.386 INFO kablam! | ^^^^^^^^^ expected struct `std::vec::Vec`, found slice Sep 06 03:03:42.386 INFO kablam! | Sep 06 03:03:42.386 INFO kablam! = note: expected type `&std::vec::Vec` Sep 06 03:03:42.386 INFO kablam! found type `&[_]` Sep 06 03:03:42.386 INFO kablam! Sep 06 03:03:42.470 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 06 03:03:42.470 INFO kablam! --> examples/event_callbacks.rs:105:32 Sep 06 03:03:42.470 INFO kablam! | Sep 06 03:03:42.470 INFO kablam! 105 | let seed_vec = ocl_extras::scrambled_vec((0u32, 500u32), dataset_len); Sep 06 03:03:42.470 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 06 03:03:42.470 INFO kablam! Sep 06 03:03:42.642 INFO kablam! error[E0277]: the size for values of type `[_]` cannot be known at compilation time Sep 06 03:03:42.642 INFO kablam! --> examples/event_callbacks.rs:105:9 Sep 06 03:03:42.642 INFO kablam! | Sep 06 03:03:42.642 INFO kablam! 105 | let seed_vec = ocl_extras::scrambled_vec((0u32, 500u32), dataset_len); Sep 06 03:03:42.642 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 06 03:03:42.642 INFO kablam! | Sep 06 03:03:42.642 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[_]` Sep 06 03:03:42.642 INFO kablam! = note: to learn more, visit Sep 06 03:03:42.642 INFO kablam! = note: all local variables must have a statically known size Sep 06 03:03:42.642 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 06 03:03:42.642 INFO kablam! Sep 06 03:03:42.658 INFO kablam! error[E0308]: mismatched types Sep 06 03:03:42.658 INFO kablam! --> examples/timed.rs:174:20 Sep 06 03:03:42.658 INFO kablam! | Sep 06 03:03:42.658 INFO kablam! 174 | verify_results(&vec_init, &vec_result, Sep 06 03:03:42.658 INFO kablam! | ^^^^^^^^^ expected struct `std::vec::Vec`, found slice Sep 06 03:03:42.658 INFO kablam! | Sep 06 03:03:42.658 INFO kablam! = note: expected type `&std::vec::Vec` Sep 06 03:03:42.658 INFO kablam! found type `&[_]` Sep 06 03:03:42.658 INFO kablam! Sep 06 03:03:42.702 INFO kablam! error[E0599]: no method named `as_slice` found for type `[_]` in the current scope Sep 06 03:03:42.702 INFO kablam! --> examples/event_callbacks.rs:144:32 Sep 06 03:03:42.702 INFO kablam! | Sep 06 03:03:42.702 INFO kablam! 144 | seed_vec: seed_vec.as_slice() as *const [u32], Sep 06 03:03:42.702 INFO kablam! | ^^^^^^^^ Sep 06 03:03:42.702 INFO kablam! Sep 06 03:03:42.726 INFO kablam! error: aborting due to 3 previous errors Sep 06 03:03:42.726 INFO kablam! Sep 06 03:03:42.726 INFO kablam! Some errors occurred: E0277, E0425, E0599. Sep 06 03:03:42.726 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 06 03:03:42.746 INFO kablam! error: Could not compile `ocl`. Sep 06 03:03:42.746 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 03:03:42.844 INFO kablam! error[E0308]: mismatched types Sep 06 03:03:42.844 INFO kablam! --> examples/timed.rs:200:20 Sep 06 03:03:42.844 INFO kablam! | Sep 06 03:03:42.844 INFO kablam! 200 | verify_results(&vec_init, &vec_result, Sep 06 03:03:42.844 INFO kablam! | ^^^^^^^^^ expected struct `std::vec::Vec`, found slice Sep 06 03:03:42.844 INFO kablam! | Sep 06 03:03:42.844 INFO kablam! = note: expected type `&std::vec::Vec` Sep 06 03:03:42.844 INFO kablam! found type `&[_]` Sep 06 03:03:42.844 INFO kablam! Sep 06 03:03:42.873 INFO kablam! error: aborting due to 6 previous errors Sep 06 03:03:42.873 INFO kablam! Sep 06 03:03:42.873 INFO kablam! Some errors occurred: E0277, E0308, E0425. Sep 06 03:03:42.873 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 06 03:03:42.885 INFO kablam! error: Could not compile `ocl`. Sep 06 03:03:42.885 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 03:03:42.911 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 06 03:03:42.911 INFO kablam! --> examples/async_menagerie.rs:119:5 Sep 06 03:03:42.911 INFO kablam! | Sep 06 03:03:42.911 INFO kablam! 119 | / pub fn fill(&self, pattern: T, cmd_idx: usize, buf_pool: &SubBufferPool) { Sep 06 03:03:42.911 INFO kablam! 120 | | let buffer_id = match *self.cmd_graph.commands()[cmd_idx].details() { Sep 06 03:03:42.911 INFO kablam! 121 | | CommandDetails::Fill { target } => target, Sep 06 03:03:42.911 INFO kablam! 122 | | _ => panic!("Task::fill: Not a fill command."), Sep 06 03:03:42.911 INFO kablam! ... | Sep 06 03:03:42.911 INFO kablam! 133 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Sep 06 03:03:42.911 INFO kablam! 134 | | } Sep 06 03:03:42.911 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 06 03:03:42.911 INFO kablam! | Sep 06 03:03:42.911 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 06 03:03:42.911 INFO kablam! = note: required by `extras::SubBufferPool` Sep 06 03:03:42.911 INFO kablam! Sep 06 03:03:42.912 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 06 03:03:42.912 INFO kablam! --> examples/async_menagerie.rs:137:5 Sep 06 03:03:42.912 INFO kablam! | Sep 06 03:03:42.912 INFO kablam! 137 | / pub fn map(&self, cmd_idx: usize, buf_pool: &SubBufferPool) -> FutureMemMap Sep 06 03:03:42.912 INFO kablam! 138 | | { Sep 06 03:03:42.912 INFO kablam! 139 | | let (buffer_id, flags, is_write) = match *self.cmd_graph.commands()[cmd_idx].details(){ Sep 06 03:03:42.912 INFO kablam! 140 | | CommandDetails::Write { target } => (target, MapFlags::new().write_invalidate_region(), true), Sep 06 03:03:42.912 INFO kablam! ... | Sep 06 03:03:42.912 INFO kablam! 166 | | future_data Sep 06 03:03:42.912 INFO kablam! 167 | | } Sep 06 03:03:42.912 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 06 03:03:42.912 INFO kablam! | Sep 06 03:03:42.912 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 06 03:03:42.912 INFO kablam! = note: required by `extras::SubBufferPool` Sep 06 03:03:42.912 INFO kablam! Sep 06 03:03:42.914 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 06 03:03:42.914 INFO kablam! --> examples/async_menagerie.rs:170:5 Sep 06 03:03:42.914 INFO kablam! | Sep 06 03:03:42.914 INFO kablam! 170 | / pub fn copy(&self, cmd_idx: usize, buf_pool: &SubBufferPool) { Sep 06 03:03:42.914 INFO kablam! 171 | | let (src_buf_id, tar_buf_id) = match *self.cmd_graph.commands()[cmd_idx].details(){ Sep 06 03:03:42.914 INFO kablam! 172 | | CommandDetails::Copy { source, target } => (source, target), Sep 06 03:03:42.914 INFO kablam! 173 | | _ => panic!("Task::copy: Not a copy command."), Sep 06 03:03:42.914 INFO kablam! ... | Sep 06 03:03:42.914 INFO kablam! 185 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Sep 06 03:03:42.914 INFO kablam! 186 | | } Sep 06 03:03:42.914 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 06 03:03:42.914 INFO kablam! | Sep 06 03:03:42.914 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 06 03:03:42.914 INFO kablam! = note: required by `extras::SubBufferPool` Sep 06 03:03:42.914 INFO kablam! Sep 06 03:03:42.916 INFO kablam! error: aborting due to 3 previous errors Sep 06 03:03:42.916 INFO kablam! Sep 06 03:03:42.916 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 03:03:42.924 INFO kablam! error: Could not compile `ocl`. Sep 06 03:03:42.924 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 03:03:44.482 INFO kablam! error: build failed Sep 06 03:03:44.482 INFO kablam! su: No module specific data is present Sep 06 03:03:45.105 INFO running `"docker" "rm" "-f" "9da9953bdf085371d8373cb2886d96d99c36c92981b7a472fbe2adc729d23df6"` Sep 06 03:03:45.211 INFO blam! 9da9953bdf085371d8373cb2886d96d99c36c92981b7a472fbe2adc729d23df6