Sep 04 17:26:28.042 INFO checking framing-0.3.5 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 17:26:28.042 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 17:26:28.043 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 17:26:28.178 INFO blam! f3a30366ccd413efba9dd171d6b7b25ff2223c79b52c56a3ea670cf8437be804 Sep 04 17:26:28.180 INFO running `"docker" "start" "-a" "f3a30366ccd413efba9dd171d6b7b25ff2223c79b52c56a3ea670cf8437be804"` Sep 04 17:26:28.832 INFO kablam! Checking framing v0.3.5 (file:///source) Sep 04 17:26:30.248 INFO kablam! error: cannot infer an appropriate lifetime Sep 04 17:26:30.249 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 04 17:26:30.249 INFO kablam! | Sep 04 17:26:30.249 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 04 17:26:30.249 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 04 17:26:30.249 INFO kablam! ... Sep 04 17:26:30.249 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 04 17:26:30.249 INFO kablam! | ____________________^ Sep 04 17:26:30.249 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 04 17:26:30.249 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 04 17:26:30.249 INFO kablam! 13 | | }) Sep 04 17:26:30.249 INFO kablam! | |_____^ ...but this borrow... Sep 04 17:26:30.249 INFO kablam! | Sep 04 17:26:30.249 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 04 17:26:30.249 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 04 17:26:30.249 INFO kablam! | Sep 04 17:26:30.249 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 04 17:26:30.249 INFO kablam! | ^^ Sep 04 17:26:30.249 INFO kablam! help: you can add a constraint to the return type to make it last less than `'static` and match the lifetime 'a as defined on the function body at 5:13 Sep 04 17:26:30.249 INFO kablam! | Sep 04 17:26:30.249 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 04 17:26:30.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:26:30.249 INFO kablam! Sep 04 17:26:30.254 INFO kablam! error: cannot infer an appropriate lifetime Sep 04 17:26:30.254 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 04 17:26:30.255 INFO kablam! | Sep 04 17:26:30.255 INFO kablam! 18 | -> impl ParallelIterator Sep 04 17:26:30.255 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 04 17:26:30.255 INFO kablam! ... Sep 04 17:26:30.255 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 04 17:26:30.255 INFO kablam! | ____________________________________^ Sep 04 17:26:30.255 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 04 17:26:30.255 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 04 17:26:30.255 INFO kablam! 28 | | }) Sep 04 17:26:30.255 INFO kablam! | |_____^ ...but this borrow... Sep 04 17:26:30.255 INFO kablam! | Sep 04 17:26:30.255 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 04 17:26:30.255 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 04 17:26:30.255 INFO kablam! | Sep 04 17:26:30.255 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 04 17:26:30.255 INFO kablam! | ^^ Sep 04 17:26:30.255 INFO kablam! help: you can add a constraint to the return type to make it last less than `'static` and match the lifetime 'a as defined on the function body at 17:17 Sep 04 17:26:30.255 INFO kablam! | Sep 04 17:26:30.255 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 04 17:26:30.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:26:30.255 INFO kablam! Sep 04 17:26:30.263 INFO kablam! error: aborting due to 2 previous errors Sep 04 17:26:30.263 INFO kablam! Sep 04 17:26:30.271 INFO kablam! error: Could not compile `framing`. Sep 04 17:26:30.271 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 17:26:30.346 INFO kablam! error: cannot infer an appropriate lifetime Sep 04 17:26:30.346 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 04 17:26:30.346 INFO kablam! | Sep 04 17:26:30.346 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 04 17:26:30.346 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 04 17:26:30.346 INFO kablam! ... Sep 04 17:26:30.347 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 04 17:26:30.347 INFO kablam! | ____________________^ Sep 04 17:26:30.347 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 04 17:26:30.347 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 04 17:26:30.347 INFO kablam! 13 | | }) Sep 04 17:26:30.347 INFO kablam! | |_____^ ...but this borrow... Sep 04 17:26:30.347 INFO kablam! | Sep 04 17:26:30.347 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 04 17:26:30.347 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 04 17:26:30.347 INFO kablam! | Sep 04 17:26:30.347 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 04 17:26:30.347 INFO kablam! | ^^ Sep 04 17:26:30.347 INFO kablam! help: you can add a constraint to the return type to make it last less than `'static` and match the lifetime 'a as defined on the function body at 5:13 Sep 04 17:26:30.347 INFO kablam! | Sep 04 17:26:30.347 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 04 17:26:30.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:26:30.347 INFO kablam! Sep 04 17:26:30.353 INFO kablam! error: cannot infer an appropriate lifetime Sep 04 17:26:30.353 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 04 17:26:30.353 INFO kablam! | Sep 04 17:26:30.353 INFO kablam! 18 | -> impl ParallelIterator Sep 04 17:26:30.353 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 04 17:26:30.353 INFO kablam! ... Sep 04 17:26:30.353 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 04 17:26:30.353 INFO kablam! | ____________________________________^ Sep 04 17:26:30.353 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 04 17:26:30.353 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 04 17:26:30.354 INFO kablam! 28 | | }) Sep 04 17:26:30.354 INFO kablam! | |_____^ ...but this borrow... Sep 04 17:26:30.354 INFO kablam! | Sep 04 17:26:30.354 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 04 17:26:30.354 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 04 17:26:30.354 INFO kablam! | Sep 04 17:26:30.354 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 04 17:26:30.354 INFO kablam! | ^^ Sep 04 17:26:30.354 INFO kablam! help: you can add a constraint to the return type to make it last less than `'static` and match the lifetime 'a as defined on the function body at 17:17 Sep 04 17:26:30.354 INFO kablam! | Sep 04 17:26:30.354 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 04 17:26:30.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:26:30.354 INFO kablam! Sep 04 17:26:30.365 INFO kablam! error: aborting due to 2 previous errors Sep 04 17:26:30.365 INFO kablam! Sep 04 17:26:30.376 INFO kablam! error: Could not compile `framing`. Sep 04 17:26:30.376 INFO kablam! Sep 04 17:26:30.376 INFO kablam! To learn more, run the command again with --verbose. Sep 04 17:26:30.377 INFO kablam! su: No module specific data is present Sep 04 17:26:30.758 INFO running `"docker" "rm" "-f" "f3a30366ccd413efba9dd171d6b7b25ff2223c79b52c56a3ea670cf8437be804"` Sep 04 17:26:30.891 INFO blam! f3a30366ccd413efba9dd171d6b7b25ff2223c79b52c56a3ea670cf8437be804