Sep 10 13:40:02.927 INFO checking ocl-0.18.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 13:40:02.927 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 13:40:02.927 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 13:40:03.110 INFO blam! 5947bee646b41e6db6486b1b356fafa6122c6ca5e5f05fe7314c9f2103522387 Sep 10 13:40:03.112 INFO running `"docker" "start" "-a" "5947bee646b41e6db6486b1b356fafa6122c6ca5e5f05fe7314c9f2103522387"` Sep 10 13:40:04.277 INFO kablam! usermod: no changes Sep 10 13:40:04.510 INFO kablam! Compiling cl-sys v0.3.2 Sep 10 13:40:04.510 INFO kablam! Compiling cl-sys v0.4.1 Sep 10 13:40:04.512 INFO kablam! Checking colorify v0.2.3 Sep 10 13:40:04.514 INFO kablam! Checking qutex v0.1.1 Sep 10 13:40:04.514 INFO kablam! Checking qutex v0.2.1 Sep 10 13:40:04.514 INFO kablam! Compiling ocl-core v0.4.1 Sep 10 13:40:04.514 INFO kablam! Compiling ocl-core v0.9.0 Sep 10 13:40:04.514 INFO kablam! Checking ocl-core-vector v0.1.0 Sep 10 13:40:05.515 INFO kablam! Checking chrono v0.2.25 Sep 10 13:40:18.517 INFO kablam! Checking ocl v0.13.1 Sep 10 13:40:18.957 INFO kablam! Checking ocl v0.18.0 (file:///source) Sep 10 13:40:23.133 INFO kablam! Checking ocl-extras v0.1.0 Sep 10 13:40:31.045 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 10 13:40:31.045 INFO kablam! --> examples/buffer_sink.rs:58:21 Sep 10 13:40:31.045 INFO kablam! | Sep 10 13:40:31.045 INFO kablam! 58 | ocl_extras::scrambled_vec((0, 20), ocl_pq.dims().to_len()) Sep 10 13:40:31.045 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 10 13:40:31.045 INFO kablam! Sep 10 13:40:31.254 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 10 13:40:31.254 INFO kablam! --> examples/timed.rs:50:32 Sep 10 13:40:31.254 INFO kablam! | Sep 10 13:40:31.254 INFO kablam! 50 | let vec_init = ocl_extras::scrambled_vec(INIT_VAL_RANGE, ocl_pq.dims().to_len()); Sep 10 13:40:31.254 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 10 13:40:31.266 INFO kablam! Sep 10 13:40:31.510 INFO kablam! error[E0277]: the size for values of type `[_]` cannot be known at compilation time Sep 10 13:40:31.510 INFO kablam! --> examples/timed.rs:50:9 Sep 10 13:40:31.510 INFO kablam! | Sep 10 13:40:31.510 INFO kablam! 50 | let vec_init = ocl_extras::scrambled_vec(INIT_VAL_RANGE, ocl_pq.dims().to_len()); Sep 10 13:40:31.510 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 10 13:40:31.510 INFO kablam! | Sep 10 13:40:31.510 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[_]` Sep 10 13:40:31.510 INFO kablam! = note: to learn more, visit Sep 10 13:40:31.510 INFO kablam! = note: all local variables must have a statically known size Sep 10 13:40:31.510 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 10 13:40:31.510 INFO kablam! Sep 10 13:40:31.609 INFO kablam! error[E0277]: the size for values of type `[i32]` cannot be known at compilation time Sep 10 13:40:31.609 INFO kablam! --> examples/buffer_sink.rs:71:13 Sep 10 13:40:31.609 INFO kablam! | Sep 10 13:40:31.609 INFO kablam! 71 | let source_data = source_datas[i].clone(); Sep 10 13:40:31.609 INFO kablam! | ^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 13:40:31.609 INFO kablam! | Sep 10 13:40:31.609 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[i32]` Sep 10 13:40:31.609 INFO kablam! = note: to learn more, visit Sep 10 13:40:31.609 INFO kablam! = note: all local variables must have a statically known size Sep 10 13:40:31.609 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 10 13:40:31.609 INFO kablam! Sep 10 13:40:31.630 INFO kablam! error: aborting due to 2 previous errors Sep 10 13:40:31.630 INFO kablam! Sep 10 13:40:31.630 INFO kablam! Some errors occurred: E0277, E0425. Sep 10 13:40:31.630 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 13:40:31.642 INFO kablam! error: Could not compile `ocl`. Sep 10 13:40:31.642 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 13:40:32.442 INFO kablam! error[E0425]: cannot find function `scrambled_vec` in module `ocl_extras` Sep 10 13:40:32.442 INFO kablam! --> examples/basics.rs:35:34 Sep 10 13:40:32.442 INFO kablam! | Sep 10 13:40:32.442 INFO kablam! 35 | let vec_source = ocl_extras::scrambled_vec((0.0, 20.0), ocl_pq.dims().to_len()); Sep 10 13:40:32.442 INFO kablam! | ^^^^^^^^^^^^^ not found in `ocl_extras` Sep 10 13:40:32.442 INFO kablam! Sep 10 13:40:32.474 INFO kablam! error[E0308]: mismatched types Sep 10 13:40:32.474 INFO kablam! --> examples/timed.rs:123:20 Sep 10 13:40:32.474 INFO kablam! | Sep 10 13:40:32.474 INFO kablam! 123 | verify_results(&vec_init, &vec_result, KERNEL_RUN_ITERS)?; Sep 10 13:40:32.474 INFO kablam! | ^^^^^^^^^ expected struct `std::vec::Vec`, found slice Sep 10 13:40:32.474 INFO kablam! | Sep 10 13:40:32.474 INFO kablam! = note: expected type `&std::vec::Vec` Sep 10 13:40:32.474 INFO kablam! found type `&[_]` Sep 10 13:40:32.474 INFO kablam! Sep 10 13:40:32.498 INFO kablam! error[E0277]: the size for values of type `[_]` cannot be known at compilation time Sep 10 13:40:32.498 INFO kablam! --> examples/basics.rs:35:9 Sep 10 13:40:32.498 INFO kablam! | Sep 10 13:40:32.498 INFO kablam! 35 | let vec_source = ocl_extras::scrambled_vec((0.0, 20.0), ocl_pq.dims().to_len()); Sep 10 13:40:32.498 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 13:40:32.498 INFO kablam! | Sep 10 13:40:32.498 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[_]` Sep 10 13:40:32.498 INFO kablam! = note: to learn more, visit Sep 10 13:40:32.498 INFO kablam! = note: all local variables must have a statically known size Sep 10 13:40:32.498 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 10 13:40:32.498 INFO kablam! Sep 10 13:40:32.575 INFO kablam! error: aborting due to 2 previous errors Sep 10 13:40:32.575 INFO kablam! Sep 10 13:40:32.575 INFO kablam! Some errors occurred: E0277, E0425. Sep 10 13:40:32.575 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 13:40:32.630 INFO kablam! error: Could not compile `ocl`. Sep 10 13:40:32.630 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 13:40:32.702 INFO kablam! error[E0308]: mismatched types Sep 10 13:40:32.702 INFO kablam! --> examples/timed.rs:143:20 Sep 10 13:40:32.702 INFO kablam! | Sep 10 13:40:32.702 INFO kablam! 143 | verify_results(&vec_init, &vec_result, KERNEL_AND_BUFFER_ITERS + KERNEL_RUN_ITERS)?; Sep 10 13:40:32.702 INFO kablam! | ^^^^^^^^^ expected struct `std::vec::Vec`, found slice Sep 10 13:40:32.702 INFO kablam! | Sep 10 13:40:32.702 INFO kablam! = note: expected type `&std::vec::Vec` Sep 10 13:40:32.702 INFO kablam! found type `&[_]` Sep 10 13:40:32.702 INFO kablam! Sep 10 13:40:32.890 INFO kablam! error[E0308]: mismatched types Sep 10 13:40:32.890 INFO kablam! --> examples/timed.rs:174:20 Sep 10 13:40:32.890 INFO kablam! | Sep 10 13:40:32.890 INFO kablam! 174 | verify_results(&vec_init, &vec_result, Sep 10 13:40:32.890 INFO kablam! | ^^^^^^^^^ expected struct `std::vec::Vec`, found slice Sep 10 13:40:32.890 INFO kablam! | Sep 10 13:40:32.890 INFO kablam! = note: expected type `&std::vec::Vec` Sep 10 13:40:32.890 INFO kablam! found type `&[_]` Sep 10 13:40:32.890 INFO kablam! Sep 10 13:40:33.027 INFO kablam! error[E0308]: mismatched types Sep 10 13:40:33.027 INFO kablam! --> examples/timed.rs:200:20 Sep 10 13:40:33.027 INFO kablam! | Sep 10 13:40:33.027 INFO kablam! 200 | verify_results(&vec_init, &vec_result, Sep 10 13:40:33.027 INFO kablam! | ^^^^^^^^^ expected struct `std::vec::Vec`, found slice Sep 10 13:40:33.029 INFO kablam! | Sep 10 13:40:33.029 INFO kablam! = note: expected type `&std::vec::Vec` Sep 10 13:40:33.029 INFO kablam! found type `&[_]` Sep 10 13:40:33.029 INFO kablam! Sep 10 13:40:33.081 INFO kablam! error: aborting due to 6 previous errors Sep 10 13:40:33.081 INFO kablam! Sep 10 13:40:33.081 INFO kablam! Some errors occurred: E0277, E0308, E0425. Sep 10 13:40:33.081 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 13:40:33.088 INFO kablam! error: Could not compile `ocl`. Sep 10 13:40:33.088 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 13:40:33.305 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 10 13:40:33.305 INFO kablam! --> examples/async_menagerie.rs:119:5 Sep 10 13:40:33.305 INFO kablam! | Sep 10 13:40:33.305 INFO kablam! 119 | / pub fn fill(&self, pattern: T, cmd_idx: usize, buf_pool: &SubBufferPool) { Sep 10 13:40:33.305 INFO kablam! 120 | | let buffer_id = match *self.cmd_graph.commands()[cmd_idx].details() { Sep 10 13:40:33.305 INFO kablam! 121 | | CommandDetails::Fill { target } => target, Sep 10 13:40:33.305 INFO kablam! 122 | | _ => panic!("Task::fill: Not a fill command."), Sep 10 13:40:33.305 INFO kablam! ... | Sep 10 13:40:33.305 INFO kablam! 133 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Sep 10 13:40:33.305 INFO kablam! 134 | | } Sep 10 13:40:33.306 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 10 13:40:33.306 INFO kablam! | Sep 10 13:40:33.306 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 10 13:40:33.306 INFO kablam! = note: required by `extras::SubBufferPool` Sep 10 13:40:33.306 INFO kablam! Sep 10 13:40:33.306 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 10 13:40:33.306 INFO kablam! --> examples/async_menagerie.rs:137:5 Sep 10 13:40:33.306 INFO kablam! | Sep 10 13:40:33.306 INFO kablam! 137 | / pub fn map(&self, cmd_idx: usize, buf_pool: &SubBufferPool) -> FutureMemMap Sep 10 13:40:33.306 INFO kablam! 138 | | { Sep 10 13:40:33.306 INFO kablam! 139 | | let (buffer_id, flags, is_write) = match *self.cmd_graph.commands()[cmd_idx].details(){ Sep 10 13:40:33.306 INFO kablam! 140 | | CommandDetails::Write { target } => (target, MapFlags::new().write_invalidate_region(), true), Sep 10 13:40:33.306 INFO kablam! ... | Sep 10 13:40:33.306 INFO kablam! 166 | | future_data Sep 10 13:40:33.306 INFO kablam! 167 | | } Sep 10 13:40:33.306 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 10 13:40:33.306 INFO kablam! | Sep 10 13:40:33.306 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 10 13:40:33.306 INFO kablam! = note: required by `extras::SubBufferPool` Sep 10 13:40:33.306 INFO kablam! Sep 10 13:40:33.306 INFO kablam! error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied Sep 10 13:40:33.306 INFO kablam! --> examples/async_menagerie.rs:170:5 Sep 10 13:40:33.306 INFO kablam! | Sep 10 13:40:33.306 INFO kablam! 170 | / pub fn copy(&self, cmd_idx: usize, buf_pool: &SubBufferPool) { Sep 10 13:40:33.306 INFO kablam! 171 | | let (src_buf_id, tar_buf_id) = match *self.cmd_graph.commands()[cmd_idx].details(){ Sep 10 13:40:33.306 INFO kablam! 172 | | CommandDetails::Copy { source, target } => (source, target), Sep 10 13:40:33.306 INFO kablam! 173 | | _ => panic!("Task::copy: Not a copy command."), Sep 10 13:40:33.306 INFO kablam! ... | Sep 10 13:40:33.306 INFO kablam! 185 | | self.cmd_graph.set_cmd_event(cmd_idx, ev).unwrap(); Sep 10 13:40:33.306 INFO kablam! 186 | | } Sep 10 13:40:33.306 INFO kablam! | |_____^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` Sep 10 13:40:33.306 INFO kablam! | Sep 10 13:40:33.306 INFO kablam! = help: consider adding a `where T: ocl_core::traits::OclPrm` bound Sep 10 13:40:33.306 INFO kablam! = note: required by `extras::SubBufferPool` Sep 10 13:40:33.306 INFO kablam! Sep 10 13:40:33.314 INFO kablam! error: aborting due to 3 previous errors Sep 10 13:40:33.314 INFO kablam! Sep 10 13:40:33.314 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 13:40:33.321 INFO kablam! error: Could not compile `ocl`. Sep 10 13:40:33.321 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 13:40:34.602 INFO kablam! error: build failed Sep 10 13:40:34.604 INFO kablam! su: No module specific data is present Sep 10 13:40:35.118 INFO running `"docker" "rm" "-f" "5947bee646b41e6db6486b1b356fafa6122c6ca5e5f05fe7314c9f2103522387"` Sep 10 13:40:35.200 INFO blam! 5947bee646b41e6db6486b1b356fafa6122c6ca5e5f05fe7314c9f2103522387