Sep 10 12:51:41.093 INFO checking png-framing-0.5.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 12:51:41.093 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 12:51:41.093 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 12:51:41.336 INFO blam! 5163f6ff0e63fcec9726ccfef7c4e9e84067aab9911653bdc19fc9672054dd10 Sep 10 12:51:41.338 INFO running `"docker" "start" "-a" "5163f6ff0e63fcec9726ccfef7c4e9e84067aab9911653bdc19fc9672054dd10"` Sep 10 12:51:42.203 INFO kablam! usermod: no changes Sep 10 12:51:42.257 INFO kablam! Checking rgb v0.8.11 Sep 10 12:51:42.266 INFO kablam! Compiling lodepng v1.2.2 Sep 10 12:51:42.276 INFO kablam! Checking rayon v0.8.2 Sep 10 12:51:46.422 INFO kablam! Checking framing v0.6.0 Sep 10 12:51:47.047 INFO kablam! error: cannot infer an appropriate lifetime Sep 10 12:51:47.047 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.6.0/src/transforms/iter.rs:10:20 Sep 10 12:51:47.047 INFO kablam! | Sep 10 12:51:47.047 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 10 12:51:47.047 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 10 12:51:47.047 INFO kablam! ... Sep 10 12:51:47.047 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 10 12:51:47.047 INFO kablam! | ____________________^ Sep 10 12:51:47.047 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 10 12:51:47.047 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 10 12:51:47.047 INFO kablam! 13 | | }) Sep 10 12:51:47.047 INFO kablam! | |_____^ ...but this borrow... Sep 10 12:51:47.047 INFO kablam! | Sep 10 12:51:47.047 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 10 12:51:47.047 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.6.0/src/transforms/iter.rs:5:13 Sep 10 12:51:47.047 INFO kablam! | Sep 10 12:51:47.047 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 10 12:51:47.047 INFO kablam! | ^^ Sep 10 12:51:47.047 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 10 12:51:47.047 INFO kablam! | Sep 10 12:51:47.047 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 10 12:51:47.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:51:47.047 INFO kablam! Sep 10 12:51:47.050 INFO kablam! error: cannot infer an appropriate lifetime Sep 10 12:51:47.050 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.6.0/src/transforms/iter.rs:25:36 Sep 10 12:51:47.050 INFO kablam! | Sep 10 12:51:47.050 INFO kablam! 18 | -> impl ParallelIterator Sep 10 12:51:47.050 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 10 12:51:47.050 INFO kablam! ... Sep 10 12:51:47.050 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 10 12:51:47.050 INFO kablam! | ____________________________________^ Sep 10 12:51:47.050 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 10 12:51:47.050 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 10 12:51:47.050 INFO kablam! 28 | | }) Sep 10 12:51:47.050 INFO kablam! | |_____^ ...but this borrow... Sep 10 12:51:47.050 INFO kablam! | Sep 10 12:51:47.050 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 10 12:51:47.050 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.6.0/src/transforms/iter.rs:17:17 Sep 10 12:51:47.050 INFO kablam! | Sep 10 12:51:47.050 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 10 12:51:47.050 INFO kablam! | ^^ Sep 10 12:51:47.050 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 10 12:51:47.050 INFO kablam! | Sep 10 12:51:47.050 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 10 12:51:47.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:51:47.050 INFO kablam! Sep 10 12:51:47.065 INFO kablam! error: aborting due to 2 previous errors Sep 10 12:51:47.065 INFO kablam! Sep 10 12:51:47.070 INFO kablam! error: Could not compile `framing`. Sep 10 12:51:47.070 INFO kablam! Sep 10 12:51:47.071 INFO kablam! To learn more, run the command again with --verbose. Sep 10 12:51:47.074 INFO kablam! su: No module specific data is present Sep 10 12:51:47.641 INFO running `"docker" "rm" "-f" "5163f6ff0e63fcec9726ccfef7c4e9e84067aab9911653bdc19fc9672054dd10"` Sep 10 12:51:47.769 INFO blam! 5163f6ff0e63fcec9726ccfef7c4e9e84067aab9911653bdc19fc9672054dd10