Sep 06 06:54:40.052 INFO checking framing-0.3.5 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 06:54:40.052 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 06:54:40.052 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 06:54:40.260 INFO blam! bab039af549c00397f45b725348df28a5c3f2c4d0d7ca0e6ce117cc8784f1a5a Sep 06 06:54:40.269 INFO running `"docker" "start" "-a" "bab039af549c00397f45b725348df28a5c3f2c4d0d7ca0e6ce117cc8784f1a5a"` Sep 06 06:54:43.302 INFO kablam! usermod: no changes Sep 06 06:54:43.390 INFO kablam! Checking rayon v0.8.2 Sep 06 06:54:46.215 INFO kablam! Checking framing v0.3.5 (file:///source) Sep 06 06:54:46.840 INFO kablam! error: cannot infer an appropriate lifetime Sep 06 06:54:46.841 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 06 06:54:46.841 INFO kablam! | Sep 06 06:54:46.841 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 06 06:54:46.841 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 06 06:54:46.841 INFO kablam! ... Sep 06 06:54:46.841 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 06 06:54:46.841 INFO kablam! | ____________________^ Sep 06 06:54:46.841 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 06 06:54:46.841 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 06 06:54:46.841 INFO kablam! 13 | | }) Sep 06 06:54:46.841 INFO kablam! | |_____^ ...but this borrow... Sep 06 06:54:46.841 INFO kablam! | Sep 06 06:54:46.841 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 06 06:54:46.841 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 06 06:54:46.841 INFO kablam! | Sep 06 06:54:46.841 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 06 06:54:46.841 INFO kablam! | ^^ Sep 06 06:54:46.841 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 06 06:54:46.841 INFO kablam! | Sep 06 06:54:46.841 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 06 06:54:46.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 06:54:46.841 INFO kablam! Sep 06 06:54:46.846 INFO kablam! error: cannot infer an appropriate lifetime Sep 06 06:54:46.846 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 06 06:54:46.846 INFO kablam! | Sep 06 06:54:46.846 INFO kablam! 18 | -> impl ParallelIterator Sep 06 06:54:46.846 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 06 06:54:46.846 INFO kablam! ... Sep 06 06:54:46.846 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 06 06:54:46.846 INFO kablam! | ____________________________________^ Sep 06 06:54:46.846 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 06 06:54:46.846 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 06 06:54:46.846 INFO kablam! 28 | | }) Sep 06 06:54:46.846 INFO kablam! | |_____^ ...but this borrow... Sep 06 06:54:46.846 INFO kablam! | Sep 06 06:54:46.846 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 06 06:54:46.846 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 06 06:54:46.846 INFO kablam! | Sep 06 06:54:46.846 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 06 06:54:46.846 INFO kablam! | ^^ Sep 06 06:54:46.846 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 06 06:54:46.846 INFO kablam! | Sep 06 06:54:46.846 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 06 06:54:46.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 06:54:46.846 INFO kablam! Sep 06 06:54:46.850 INFO kablam! error: aborting due to 2 previous errors Sep 06 06:54:46.850 INFO kablam! Sep 06 06:54:46.858 INFO kablam! error: Could not compile `framing`. Sep 06 06:54:46.858 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:54:46.923 INFO kablam! error: cannot infer an appropriate lifetime Sep 06 06:54:46.923 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 06 06:54:46.923 INFO kablam! | Sep 06 06:54:46.923 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 06 06:54:46.923 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 06 06:54:46.923 INFO kablam! ... Sep 06 06:54:46.923 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 06 06:54:46.923 INFO kablam! | ____________________^ Sep 06 06:54:46.923 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 06 06:54:46.923 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 06 06:54:46.923 INFO kablam! 13 | | }) Sep 06 06:54:46.923 INFO kablam! | |_____^ ...but this borrow... Sep 06 06:54:46.923 INFO kablam! | Sep 06 06:54:46.923 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 06 06:54:46.923 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 06 06:54:46.923 INFO kablam! | Sep 06 06:54:46.923 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 06 06:54:46.923 INFO kablam! | ^^ Sep 06 06:54:46.923 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 06 06:54:46.923 INFO kablam! | Sep 06 06:54:46.923 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 06 06:54:46.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 06:54:46.923 INFO kablam! Sep 06 06:54:46.926 INFO kablam! error: cannot infer an appropriate lifetime Sep 06 06:54:46.926 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 06 06:54:46.926 INFO kablam! | Sep 06 06:54:46.926 INFO kablam! 18 | -> impl ParallelIterator Sep 06 06:54:46.926 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 06 06:54:46.926 INFO kablam! ... Sep 06 06:54:46.926 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 06 06:54:46.926 INFO kablam! | ____________________________________^ Sep 06 06:54:46.926 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 06 06:54:46.926 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 06 06:54:46.926 INFO kablam! 28 | | }) Sep 06 06:54:46.926 INFO kablam! | |_____^ ...but this borrow... Sep 06 06:54:46.926 INFO kablam! | Sep 06 06:54:46.926 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 06 06:54:46.926 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 06 06:54:46.926 INFO kablam! | Sep 06 06:54:46.926 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 06 06:54:46.926 INFO kablam! | ^^ Sep 06 06:54:46.926 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 06 06:54:46.926 INFO kablam! | Sep 06 06:54:46.926 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 06 06:54:46.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 06:54:46.926 INFO kablam! Sep 06 06:54:46.933 INFO kablam! error: aborting due to 2 previous errors Sep 06 06:54:46.933 INFO kablam! Sep 06 06:54:46.941 INFO kablam! error: Could not compile `framing`. Sep 06 06:54:46.941 INFO kablam! Sep 06 06:54:46.941 INFO kablam! To learn more, run the command again with --verbose. Sep 06 06:54:46.942 INFO kablam! su: No module specific data is present Sep 06 06:54:47.412 INFO running `"docker" "rm" "-f" "bab039af549c00397f45b725348df28a5c3f2c4d0d7ca0e6ce117cc8784f1a5a"` Sep 06 06:54:47.466 INFO blam! bab039af549c00397f45b725348df28a5c3f2c4d0d7ca0e6ce117cc8784f1a5a