Sep 18 00:32:10.922 INFO checking framing-0.6.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 00:32:10.922 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 00:32:10.922 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:32:11.539 INFO blam! 7be5088e462d353b939b0e4ba001a738541ffa5ce854369877a949fa0f185417 Sep 18 00:32:11.541 INFO running `"docker" "start" "-a" "7be5088e462d353b939b0e4ba001a738541ffa5ce854369877a949fa0f185417"` Sep 18 00:32:12.387 INFO kablam! usermod: no changes Sep 18 00:32:12.443 INFO kablam! Checking rayon v0.8.2 Sep 18 00:32:15.063 INFO kablam! Checking framing v0.6.0 (/source) Sep 18 00:32:15.791 INFO kablam! error: cannot infer an appropriate lifetime Sep 18 00:32:15.791 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 18 00:32:15.791 INFO kablam! | Sep 18 00:32:15.791 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 18 00:32:15.791 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 18 00:32:15.791 INFO kablam! ... Sep 18 00:32:15.791 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 18 00:32:15.791 INFO kablam! | ____________________^ Sep 18 00:32:15.791 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 18 00:32:15.791 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 18 00:32:15.791 INFO kablam! 13 | | }) Sep 18 00:32:15.791 INFO kablam! | |_____^ ...but this borrow... Sep 18 00:32:15.791 INFO kablam! | Sep 18 00:32:15.791 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 18 00:32:15.791 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 18 00:32:15.791 INFO kablam! | Sep 18 00:32:15.791 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 18 00:32:15.791 INFO kablam! | ^^ Sep 18 00:32:15.791 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 18 00:32:15.791 INFO kablam! | Sep 18 00:32:15.791 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 18 00:32:15.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 00:32:15.791 INFO kablam! Sep 18 00:32:15.791 INFO kablam! error: cannot infer an appropriate lifetime Sep 18 00:32:15.791 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 18 00:32:15.791 INFO kablam! | Sep 18 00:32:15.791 INFO kablam! 18 | -> impl ParallelIterator Sep 18 00:32:15.791 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 18 00:32:15.791 INFO kablam! ... Sep 18 00:32:15.791 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 18 00:32:15.791 INFO kablam! | ____________________________________^ Sep 18 00:32:15.791 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 18 00:32:15.791 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 18 00:32:15.791 INFO kablam! 28 | | }) Sep 18 00:32:15.791 INFO kablam! | |_____^ ...but this borrow... Sep 18 00:32:15.791 INFO kablam! | Sep 18 00:32:15.791 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 18 00:32:15.791 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 18 00:32:15.792 INFO kablam! | Sep 18 00:32:15.792 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 18 00:32:15.792 INFO kablam! | ^^ Sep 18 00:32:15.792 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 18 00:32:15.792 INFO kablam! | Sep 18 00:32:15.792 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 18 00:32:15.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 00:32:15.792 INFO kablam! Sep 18 00:32:15.798 INFO kablam! error: aborting due to 2 previous errors Sep 18 00:32:15.798 INFO kablam! Sep 18 00:32:15.808 INFO kablam! error: Could not compile `framing`. Sep 18 00:32:15.808 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:32:16.071 INFO kablam! error: cannot infer an appropriate lifetime Sep 18 00:32:16.071 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 18 00:32:16.071 INFO kablam! | Sep 18 00:32:16.071 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 18 00:32:16.071 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 18 00:32:16.071 INFO kablam! ... Sep 18 00:32:16.071 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 18 00:32:16.071 INFO kablam! | ____________________^ Sep 18 00:32:16.071 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 18 00:32:16.071 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 18 00:32:16.071 INFO kablam! 13 | | }) Sep 18 00:32:16.071 INFO kablam! | |_____^ ...but this borrow... Sep 18 00:32:16.071 INFO kablam! | Sep 18 00:32:16.071 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 18 00:32:16.071 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 18 00:32:16.071 INFO kablam! | Sep 18 00:32:16.071 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 18 00:32:16.071 INFO kablam! | ^^ Sep 18 00:32:16.071 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 18 00:32:16.071 INFO kablam! | Sep 18 00:32:16.071 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 18 00:32:16.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 00:32:16.071 INFO kablam! Sep 18 00:32:16.075 INFO kablam! error: cannot infer an appropriate lifetime Sep 18 00:32:16.075 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 18 00:32:16.075 INFO kablam! | Sep 18 00:32:16.075 INFO kablam! 18 | -> impl ParallelIterator Sep 18 00:32:16.075 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 18 00:32:16.075 INFO kablam! ... Sep 18 00:32:16.075 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 18 00:32:16.075 INFO kablam! | ____________________________________^ Sep 18 00:32:16.075 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 18 00:32:16.075 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 18 00:32:16.075 INFO kablam! 28 | | }) Sep 18 00:32:16.075 INFO kablam! | |_____^ ...but this borrow... Sep 18 00:32:16.075 INFO kablam! | Sep 18 00:32:16.075 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 18 00:32:16.075 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 18 00:32:16.075 INFO kablam! | Sep 18 00:32:16.075 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 18 00:32:16.075 INFO kablam! | ^^ Sep 18 00:32:16.075 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 18 00:32:16.075 INFO kablam! | Sep 18 00:32:16.075 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 18 00:32:16.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 00:32:16.075 INFO kablam! Sep 18 00:32:16.087 INFO kablam! error: aborting due to 2 previous errors Sep 18 00:32:16.087 INFO kablam! Sep 18 00:32:16.090 INFO kablam! error: Could not compile `framing`. Sep 18 00:32:16.091 INFO kablam! Sep 18 00:32:16.091 INFO kablam! To learn more, run the command again with --verbose. Sep 18 00:32:16.091 INFO kablam! su: No module specific data is present Sep 18 00:32:17.020 INFO running `"docker" "rm" "-f" "7be5088e462d353b939b0e4ba001a738541ffa5ce854369877a949fa0f185417"` Sep 18 00:32:17.243 INFO blam! 7be5088e462d353b939b0e4ba001a738541ffa5ce854369877a949fa0f185417