Sep 02 14:04:43.337 INFO checking framing-0.6.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 14:04:43.337 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 14:04:43.337 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 14:04:43.614 INFO blam! 2a91b765a887242acc3a130454223a38fc16f52b450d4787381b8c738845d530 Sep 02 14:04:43.616 INFO running `"docker" "start" "-a" "2a91b765a887242acc3a130454223a38fc16f52b450d4787381b8c738845d530"` Sep 02 14:04:44.491 INFO kablam! Checking framing v0.6.0 (file:///source) Sep 02 14:04:46.795 INFO kablam! error: cannot infer an appropriate lifetime Sep 02 14:04:46.795 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 02 14:04:46.795 INFO kablam! | Sep 02 14:04:46.795 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 02 14:04:46.795 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 02 14:04:46.795 INFO kablam! ... Sep 02 14:04:46.795 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 02 14:04:46.795 INFO kablam! | ____________________^ Sep 02 14:04:46.795 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 02 14:04:46.795 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 02 14:04:46.795 INFO kablam! 13 | | }) Sep 02 14:04:46.795 INFO kablam! | |_____^ ...but this borrow... Sep 02 14:04:46.795 INFO kablam! | Sep 02 14:04:46.795 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 02 14:04:46.795 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 02 14:04:46.795 INFO kablam! | Sep 02 14:04:46.795 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 02 14:04:46.795 INFO kablam! | ^^ Sep 02 14:04:46.796 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 02 14:04:46.796 INFO kablam! | Sep 02 14:04:46.796 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 02 14:04:46.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 14:04:46.796 INFO kablam! Sep 02 14:04:46.803 INFO kablam! error: cannot infer an appropriate lifetime Sep 02 14:04:46.803 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 02 14:04:46.803 INFO kablam! | Sep 02 14:04:46.803 INFO kablam! 18 | -> impl ParallelIterator Sep 02 14:04:46.803 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 02 14:04:46.803 INFO kablam! ... Sep 02 14:04:46.803 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 02 14:04:46.803 INFO kablam! | ____________________________________^ Sep 02 14:04:46.803 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 02 14:04:46.803 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 02 14:04:46.803 INFO kablam! 28 | | }) Sep 02 14:04:46.803 INFO kablam! | |_____^ ...but this borrow... Sep 02 14:04:46.803 INFO kablam! | Sep 02 14:04:46.803 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 02 14:04:46.804 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 02 14:04:46.804 INFO kablam! | Sep 02 14:04:46.804 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 02 14:04:46.804 INFO kablam! | ^^ Sep 02 14:04:46.804 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 02 14:04:46.804 INFO kablam! | Sep 02 14:04:46.804 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 02 14:04:46.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 14:04:46.804 INFO kablam! Sep 02 14:04:46.820 INFO kablam! error: aborting due to 2 previous errors Sep 02 14:04:46.820 INFO kablam! Sep 02 14:04:46.830 INFO kablam! error: Could not compile `framing`. Sep 02 14:04:46.831 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 14:04:46.990 INFO kablam! error: cannot infer an appropriate lifetime Sep 02 14:04:46.990 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 02 14:04:46.991 INFO kablam! | Sep 02 14:04:46.991 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 02 14:04:46.991 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 02 14:04:46.991 INFO kablam! ... Sep 02 14:04:46.991 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 02 14:04:46.991 INFO kablam! | ____________________^ Sep 02 14:04:46.991 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 02 14:04:46.991 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 02 14:04:46.991 INFO kablam! 13 | | }) Sep 02 14:04:46.991 INFO kablam! | |_____^ ...but this borrow... Sep 02 14:04:46.991 INFO kablam! | Sep 02 14:04:46.991 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 02 14:04:46.991 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 02 14:04:46.991 INFO kablam! | Sep 02 14:04:46.991 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 02 14:04:46.991 INFO kablam! | ^^ Sep 02 14:04:46.991 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 02 14:04:46.991 INFO kablam! | Sep 02 14:04:46.991 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 02 14:04:46.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 14:04:46.991 INFO kablam! Sep 02 14:04:46.997 INFO kablam! error: cannot infer an appropriate lifetime Sep 02 14:04:46.997 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 02 14:04:46.997 INFO kablam! | Sep 02 14:04:46.997 INFO kablam! 18 | -> impl ParallelIterator Sep 02 14:04:46.997 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 02 14:04:46.997 INFO kablam! ... Sep 02 14:04:46.997 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 02 14:04:46.997 INFO kablam! | ____________________________________^ Sep 02 14:04:46.997 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 02 14:04:46.997 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 02 14:04:46.997 INFO kablam! 28 | | }) Sep 02 14:04:46.997 INFO kablam! | |_____^ ...but this borrow... Sep 02 14:04:46.998 INFO kablam! | Sep 02 14:04:46.999 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 02 14:04:46.999 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 02 14:04:46.999 INFO kablam! | Sep 02 14:04:46.999 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 02 14:04:46.999 INFO kablam! | ^^ Sep 02 14:04:47.000 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 02 14:04:47.000 INFO kablam! | Sep 02 14:04:47.000 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 02 14:04:47.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 14:04:47.000 INFO kablam! Sep 02 14:04:47.019 INFO kablam! error: aborting due to 2 previous errors Sep 02 14:04:47.020 INFO kablam! Sep 02 14:04:47.032 INFO kablam! error: Could not compile `framing`. Sep 02 14:04:47.033 INFO kablam! Sep 02 14:04:47.033 INFO kablam! To learn more, run the command again with --verbose. Sep 02 14:04:47.035 INFO kablam! su: No module specific data is present Sep 02 14:04:47.598 INFO running `"docker" "rm" "-f" "2a91b765a887242acc3a130454223a38fc16f52b450d4787381b8c738845d530"` Sep 02 14:04:47.741 INFO blam! 2a91b765a887242acc3a130454223a38fc16f52b450d4787381b8c738845d530