Sep 01 04:02:50.558 INFO checking framing-0.6.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 04:02:50.558 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 04:02:50.558 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:02:50.795 INFO blam! c4936a3b54a4adf9d96eb98e27a197bc08776f4637d64f0155a7366f23f63f5f Sep 01 04:02:50.796 INFO running `"docker" "start" "-a" "c4936a3b54a4adf9d96eb98e27a197bc08776f4637d64f0155a7366f23f63f5f"` Sep 01 04:02:51.772 INFO kablam! Checking framing v0.6.0 (file:///source) Sep 01 04:02:53.904 INFO kablam! error: cannot infer an appropriate lifetime Sep 01 04:02:53.904 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 01 04:02:53.904 INFO kablam! | Sep 01 04:02:53.904 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 01 04:02:53.904 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 01 04:02:53.904 INFO kablam! ... Sep 01 04:02:53.904 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 01 04:02:53.904 INFO kablam! | ____________________^ Sep 01 04:02:53.905 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 01 04:02:53.905 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 01 04:02:53.905 INFO kablam! 13 | | }) Sep 01 04:02:53.905 INFO kablam! | |_____^ ...but this borrow... Sep 01 04:02:53.905 INFO kablam! | Sep 01 04:02:53.905 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 01 04:02:53.905 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 01 04:02:53.905 INFO kablam! | Sep 01 04:02:53.905 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 01 04:02:53.905 INFO kablam! | ^^ Sep 01 04:02:53.905 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 01 04:02:53.905 INFO kablam! | Sep 01 04:02:53.905 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 01 04:02:53.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:02:53.905 INFO kablam! Sep 01 04:02:53.912 INFO kablam! error: cannot infer an appropriate lifetime Sep 01 04:02:53.912 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 01 04:02:53.912 INFO kablam! | Sep 01 04:02:53.912 INFO kablam! 18 | -> impl ParallelIterator Sep 01 04:02:53.912 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 01 04:02:53.912 INFO kablam! ... Sep 01 04:02:53.912 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 01 04:02:53.912 INFO kablam! | ____________________________________^ Sep 01 04:02:53.912 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 01 04:02:53.912 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 01 04:02:53.912 INFO kablam! 28 | | }) Sep 01 04:02:53.912 INFO kablam! | |_____^ ...but this borrow... Sep 01 04:02:53.912 INFO kablam! | Sep 01 04:02:53.913 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 01 04:02:53.913 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 01 04:02:53.913 INFO kablam! | Sep 01 04:02:53.913 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 01 04:02:53.913 INFO kablam! | ^^ Sep 01 04:02:53.913 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 01 04:02:53.913 INFO kablam! | Sep 01 04:02:53.913 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 01 04:02:53.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:02:53.913 INFO kablam! Sep 01 04:02:53.927 INFO kablam! error: aborting due to 2 previous errors Sep 01 04:02:53.927 INFO kablam! Sep 01 04:02:53.938 INFO kablam! error: Could not compile `framing`. Sep 01 04:02:53.939 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 04:02:54.123 INFO kablam! error: cannot infer an appropriate lifetime Sep 01 04:02:54.123 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 01 04:02:54.123 INFO kablam! | Sep 01 04:02:54.123 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 01 04:02:54.123 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 01 04:02:54.123 INFO kablam! ... Sep 01 04:02:54.123 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 01 04:02:54.123 INFO kablam! | ____________________^ Sep 01 04:02:54.123 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 01 04:02:54.123 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 01 04:02:54.123 INFO kablam! 13 | | }) Sep 01 04:02:54.123 INFO kablam! | |_____^ ...but this borrow... Sep 01 04:02:54.123 INFO kablam! | Sep 01 04:02:54.123 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 01 04:02:54.123 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 01 04:02:54.123 INFO kablam! | Sep 01 04:02:54.124 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 01 04:02:54.124 INFO kablam! | ^^ Sep 01 04:02:54.124 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 01 04:02:54.124 INFO kablam! | Sep 01 04:02:54.124 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 01 04:02:54.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:02:54.124 INFO kablam! Sep 01 04:02:54.131 INFO kablam! error: cannot infer an appropriate lifetime Sep 01 04:02:54.131 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 01 04:02:54.131 INFO kablam! | Sep 01 04:02:54.131 INFO kablam! 18 | -> impl ParallelIterator Sep 01 04:02:54.131 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 01 04:02:54.131 INFO kablam! ... Sep 01 04:02:54.131 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 01 04:02:54.131 INFO kablam! | ____________________________________^ Sep 01 04:02:54.131 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 01 04:02:54.131 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 01 04:02:54.131 INFO kablam! 28 | | }) Sep 01 04:02:54.131 INFO kablam! | |_____^ ...but this borrow... Sep 01 04:02:54.131 INFO kablam! | Sep 01 04:02:54.132 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 01 04:02:54.132 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 01 04:02:54.132 INFO kablam! | Sep 01 04:02:54.132 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 01 04:02:54.132 INFO kablam! | ^^ Sep 01 04:02:54.132 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 01 04:02:54.132 INFO kablam! | Sep 01 04:02:54.132 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 01 04:02:54.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:02:54.132 INFO kablam! Sep 01 04:02:54.152 INFO kablam! error: aborting due to 2 previous errors Sep 01 04:02:54.152 INFO kablam! Sep 01 04:02:54.163 INFO kablam! error: Could not compile `framing`. Sep 01 04:02:54.163 INFO kablam! Sep 01 04:02:54.163 INFO kablam! To learn more, run the command again with --verbose. Sep 01 04:02:54.165 INFO kablam! su: No module specific data is present Sep 01 04:02:54.764 INFO running `"docker" "rm" "-f" "c4936a3b54a4adf9d96eb98e27a197bc08776f4637d64f0155a7366f23f63f5f"` Sep 01 04:02:54.911 INFO blam! c4936a3b54a4adf9d96eb98e27a197bc08776f4637d64f0155a7366f23f63f5f