Sep 20 03:23:14.773 INFO checking framing-0.6.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 03:23:14.773 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 03:23:14.773 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:23:14.975 INFO blam! 1736c2c783f46face414605494c45c3368ddf38bc1c98d826319afdc604d4fa5 Sep 20 03:23:14.977 INFO running `"docker" "start" "-a" "1736c2c783f46face414605494c45c3368ddf38bc1c98d826319afdc604d4fa5"` Sep 20 03:23:16.435 INFO kablam! usermod: no changes Sep 20 03:23:16.553 INFO kablam! Checking framing v0.6.0 (/source) Sep 20 03:23:17.798 INFO kablam! error: cannot infer an appropriate lifetime Sep 20 03:23:17.798 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 20 03:23:17.798 INFO kablam! | Sep 20 03:23:17.798 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 20 03:23:17.798 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 20 03:23:17.798 INFO kablam! ... Sep 20 03:23:17.798 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 20 03:23:17.798 INFO kablam! | ____________________^ Sep 20 03:23:17.798 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 20 03:23:17.799 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 20 03:23:17.799 INFO kablam! 13 | | }) Sep 20 03:23:17.799 INFO kablam! | |_____^ ...but this borrow... Sep 20 03:23:17.799 INFO kablam! | Sep 20 03:23:17.799 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 20 03:23:17.799 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 20 03:23:17.799 INFO kablam! | Sep 20 03:23:17.799 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 20 03:23:17.799 INFO kablam! | ^^ Sep 20 03:23:17.799 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 20 03:23:17.799 INFO kablam! | Sep 20 03:23:17.799 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 20 03:23:17.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:23:17.799 INFO kablam! Sep 20 03:23:17.799 INFO kablam! error: cannot infer an appropriate lifetime Sep 20 03:23:17.799 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 20 03:23:17.799 INFO kablam! | Sep 20 03:23:17.799 INFO kablam! 18 | -> impl ParallelIterator Sep 20 03:23:17.799 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 20 03:23:17.799 INFO kablam! ... Sep 20 03:23:17.799 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 20 03:23:17.799 INFO kablam! | ____________________________________^ Sep 20 03:23:17.799 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 20 03:23:17.799 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 20 03:23:17.799 INFO kablam! 28 | | }) Sep 20 03:23:17.799 INFO kablam! | |_____^ ...but this borrow... Sep 20 03:23:17.799 INFO kablam! | Sep 20 03:23:17.799 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 20 03:23:17.799 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 20 03:23:17.799 INFO kablam! | Sep 20 03:23:17.799 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 20 03:23:17.799 INFO kablam! | ^^ Sep 20 03:23:17.799 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 20 03:23:17.799 INFO kablam! | Sep 20 03:23:17.799 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 20 03:23:17.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:23:17.799 INFO kablam! Sep 20 03:23:17.810 INFO kablam! error: aborting due to 2 previous errors Sep 20 03:23:17.810 INFO kablam! Sep 20 03:23:17.822 INFO kablam! error: Could not compile `framing`. Sep 20 03:23:17.822 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:23:17.934 INFO kablam! error: cannot infer an appropriate lifetime Sep 20 03:23:17.934 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 20 03:23:17.934 INFO kablam! | Sep 20 03:23:17.934 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 20 03:23:17.934 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 20 03:23:17.934 INFO kablam! ... Sep 20 03:23:17.934 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 20 03:23:17.934 INFO kablam! | ____________________^ Sep 20 03:23:17.934 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 20 03:23:17.934 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 20 03:23:17.934 INFO kablam! 13 | | }) Sep 20 03:23:17.934 INFO kablam! | |_____^ ...but this borrow... Sep 20 03:23:17.934 INFO kablam! | Sep 20 03:23:17.934 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 20 03:23:17.934 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 20 03:23:17.934 INFO kablam! | Sep 20 03:23:17.934 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 20 03:23:17.934 INFO kablam! | ^^ Sep 20 03:23:17.934 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 20 03:23:17.935 INFO kablam! | Sep 20 03:23:17.935 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 20 03:23:17.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:23:17.935 INFO kablam! Sep 20 03:23:17.935 INFO kablam! error: cannot infer an appropriate lifetime Sep 20 03:23:17.935 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 20 03:23:17.935 INFO kablam! | Sep 20 03:23:17.935 INFO kablam! 18 | -> impl ParallelIterator Sep 20 03:23:17.935 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 20 03:23:17.935 INFO kablam! ... Sep 20 03:23:17.935 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 20 03:23:17.935 INFO kablam! | ____________________________________^ Sep 20 03:23:17.935 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 20 03:23:17.935 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 20 03:23:17.935 INFO kablam! 28 | | }) Sep 20 03:23:17.935 INFO kablam! | |_____^ ...but this borrow... Sep 20 03:23:17.935 INFO kablam! | Sep 20 03:23:17.935 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 20 03:23:17.935 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 20 03:23:17.935 INFO kablam! | Sep 20 03:23:17.935 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 20 03:23:17.935 INFO kablam! | ^^ Sep 20 03:23:17.935 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 20 03:23:17.935 INFO kablam! | Sep 20 03:23:17.935 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 20 03:23:17.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:23:17.935 INFO kablam! Sep 20 03:23:17.942 INFO kablam! error: aborting due to 2 previous errors Sep 20 03:23:17.942 INFO kablam! Sep 20 03:23:17.954 INFO kablam! error: Could not compile `framing`. Sep 20 03:23:17.954 INFO kablam! Sep 20 03:23:17.954 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:23:17.954 INFO kablam! su: No module specific data is present Sep 20 03:23:19.082 INFO running `"docker" "rm" "-f" "1736c2c783f46face414605494c45c3368ddf38bc1c98d826319afdc604d4fa5"` Sep 20 03:23:19.253 INFO blam! 1736c2c783f46face414605494c45c3368ddf38bc1c98d826319afdc604d4fa5