Sep 21 10:16:23.053 INFO checking framing-0.3.5 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:16:23.053 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:16:23.053 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:16:23.250 INFO blam! 0a2aac9fc8c92a1d0059b236d785a58c7d9191c0b9e3c99a4209086cd3e9d15f Sep 21 10:16:23.252 INFO running `"docker" "start" "-a" "0a2aac9fc8c92a1d0059b236d785a58c7d9191c0b9e3c99a4209086cd3e9d15f"` Sep 21 10:16:24.186 INFO kablam! usermod: no changes Sep 21 10:16:24.316 INFO kablam! Checking framing v0.3.5 (/source) Sep 21 10:16:25.185 INFO kablam! error: cannot infer an appropriate lifetime Sep 21 10:16:25.185 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 21 10:16:25.185 INFO kablam! | Sep 21 10:16:25.185 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 21 10:16:25.185 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 21 10:16:25.185 INFO kablam! ... Sep 21 10:16:25.185 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 21 10:16:25.185 INFO kablam! | ____________________^ Sep 21 10:16:25.185 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 21 10:16:25.185 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 21 10:16:25.185 INFO kablam! 13 | | }) Sep 21 10:16:25.185 INFO kablam! | |_____^ ...but this borrow... Sep 21 10:16:25.185 INFO kablam! | Sep 21 10:16:25.190 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 21 10:16:25.190 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 21 10:16:25.190 INFO kablam! | Sep 21 10:16:25.190 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 21 10:16:25.190 INFO kablam! | ^^ Sep 21 10:16:25.190 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 21 10:16:25.190 INFO kablam! | Sep 21 10:16:25.190 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 21 10:16:25.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:16:25.190 INFO kablam! Sep 21 10:16:25.190 INFO kablam! error: cannot infer an appropriate lifetime Sep 21 10:16:25.190 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 21 10:16:25.190 INFO kablam! | Sep 21 10:16:25.190 INFO kablam! 18 | -> impl ParallelIterator Sep 21 10:16:25.190 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 21 10:16:25.190 INFO kablam! ... Sep 21 10:16:25.190 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 21 10:16:25.190 INFO kablam! | ____________________________________^ Sep 21 10:16:25.190 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 21 10:16:25.190 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 21 10:16:25.190 INFO kablam! 28 | | }) Sep 21 10:16:25.190 INFO kablam! | |_____^ ...but this borrow... Sep 21 10:16:25.190 INFO kablam! | Sep 21 10:16:25.190 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 21 10:16:25.190 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 21 10:16:25.190 INFO kablam! | Sep 21 10:16:25.190 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 21 10:16:25.190 INFO kablam! | ^^ Sep 21 10:16:25.190 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 21 10:16:25.190 INFO kablam! | Sep 21 10:16:25.190 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 21 10:16:25.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:16:25.190 INFO kablam! Sep 21 10:16:25.202 INFO kablam! error: aborting due to 2 previous errors Sep 21 10:16:25.202 INFO kablam! Sep 21 10:16:25.203 INFO kablam! error: Could not compile `framing`. Sep 21 10:16:25.203 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:16:25.312 INFO kablam! error: cannot infer an appropriate lifetime Sep 21 10:16:25.312 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 21 10:16:25.312 INFO kablam! | Sep 21 10:16:25.312 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 21 10:16:25.312 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 21 10:16:25.312 INFO kablam! ... Sep 21 10:16:25.312 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 21 10:16:25.312 INFO kablam! | ____________________^ Sep 21 10:16:25.312 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 21 10:16:25.312 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 21 10:16:25.312 INFO kablam! 13 | | }) Sep 21 10:16:25.312 INFO kablam! | |_____^ ...but this borrow... Sep 21 10:16:25.312 INFO kablam! | Sep 21 10:16:25.313 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 21 10:16:25.313 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 21 10:16:25.313 INFO kablam! | Sep 21 10:16:25.313 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 21 10:16:25.313 INFO kablam! | ^^ Sep 21 10:16:25.313 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 21 10:16:25.313 INFO kablam! | Sep 21 10:16:25.313 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 21 10:16:25.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:16:25.313 INFO kablam! Sep 21 10:16:25.314 INFO kablam! error: cannot infer an appropriate lifetime Sep 21 10:16:25.314 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 21 10:16:25.314 INFO kablam! | Sep 21 10:16:25.314 INFO kablam! 18 | -> impl ParallelIterator Sep 21 10:16:25.314 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 21 10:16:25.314 INFO kablam! ... Sep 21 10:16:25.314 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 21 10:16:25.314 INFO kablam! | ____________________________________^ Sep 21 10:16:25.314 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 21 10:16:25.314 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 21 10:16:25.314 INFO kablam! 28 | | }) Sep 21 10:16:25.314 INFO kablam! | |_____^ ...but this borrow... Sep 21 10:16:25.314 INFO kablam! | Sep 21 10:16:25.314 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 21 10:16:25.314 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 21 10:16:25.314 INFO kablam! | Sep 21 10:16:25.314 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 21 10:16:25.314 INFO kablam! | ^^ Sep 21 10:16:25.318 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 21 10:16:25.318 INFO kablam! | Sep 21 10:16:25.318 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 21 10:16:25.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:16:25.318 INFO kablam! Sep 21 10:16:25.324 INFO kablam! error: aborting due to 2 previous errors Sep 21 10:16:25.324 INFO kablam! Sep 21 10:16:25.334 INFO kablam! error: Could not compile `framing`. Sep 21 10:16:25.334 INFO kablam! Sep 21 10:16:25.334 INFO kablam! To learn more, run the command again with --verbose. Sep 21 10:16:25.338 INFO kablam! su: No module specific data is present Sep 21 10:16:25.930 INFO running `"docker" "rm" "-f" "0a2aac9fc8c92a1d0059b236d785a58c7d9191c0b9e3c99a4209086cd3e9d15f"` Sep 21 10:16:26.054 INFO blam! 0a2aac9fc8c92a1d0059b236d785a58c7d9191c0b9e3c99a4209086cd3e9d15f