Jul 12 02:01:32.043 INFO checking png-framing-0.3.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 02:01:32.044 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:01:32.044 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:01:32.044 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-0/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 02:01:32.339 INFO blam! e562359587ab6c977fc95336e056ccf997bda0c5eb11fdba43afccfeac263bfb Jul 12 02:01:32.341 INFO running `"docker" "start" "-a" "e562359587ab6c977fc95336e056ccf997bda0c5eb11fdba43afccfeac263bfb"` Jul 12 02:01:33.511 INFO kablam! Checking rgb v0.8.10 Jul 12 02:01:33.519 INFO kablam! Compiling lodepng v1.2.2 Jul 12 02:01:33.520 INFO kablam! Checking framing v0.3.5 Jul 12 02:01:35.842 INFO kablam! error: cannot infer an appropriate lifetime Jul 12 02:01:35.843 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.3.5/src/transforms/iter.rs:10:20 Jul 12 02:01:35.843 INFO kablam! | Jul 12 02:01:35.843 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Jul 12 02:01:35.843 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Jul 12 02:01:35.843 INFO kablam! ... Jul 12 02:01:35.843 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Jul 12 02:01:35.843 INFO kablam! | ____________________^ Jul 12 02:01:35.843 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Jul 12 02:01:35.843 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Jul 12 02:01:35.843 INFO kablam! 13 | | }) Jul 12 02:01:35.843 INFO kablam! | |_____^ ...but this borrow... Jul 12 02:01:35.843 INFO kablam! | Jul 12 02:01:35.843 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Jul 12 02:01:35.843 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.3.5/src/transforms/iter.rs:5:13 Jul 12 02:01:35.843 INFO kablam! | Jul 12 02:01:35.843 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Jul 12 02:01:35.843 INFO kablam! | ^^ Jul 12 02:01:35.843 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 Jul 12 02:01:35.843 INFO kablam! | Jul 12 02:01:35.843 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Jul 12 02:01:35.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 02:01:35.844 INFO kablam! Jul 12 02:01:35.853 INFO kablam! error: cannot infer an appropriate lifetime Jul 12 02:01:35.853 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.3.5/src/transforms/iter.rs:25:36 Jul 12 02:01:35.853 INFO kablam! | Jul 12 02:01:35.853 INFO kablam! 18 | -> impl ParallelIterator Jul 12 02:01:35.853 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Jul 12 02:01:35.853 INFO kablam! ... Jul 12 02:01:35.853 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Jul 12 02:01:35.853 INFO kablam! | ____________________________________^ Jul 12 02:01:35.853 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Jul 12 02:01:35.853 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Jul 12 02:01:35.853 INFO kablam! 28 | | }) Jul 12 02:01:35.853 INFO kablam! | |_____^ ...but this borrow... Jul 12 02:01:35.853 INFO kablam! | Jul 12 02:01:35.853 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Jul 12 02:01:35.854 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.3.5/src/transforms/iter.rs:17:17 Jul 12 02:01:35.854 INFO kablam! | Jul 12 02:01:35.854 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Jul 12 02:01:35.854 INFO kablam! | ^^ Jul 12 02:01:35.854 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 Jul 12 02:01:35.854 INFO kablam! | Jul 12 02:01:35.854 INFO kablam! 18 | -> impl ParallelIterator + 'a Jul 12 02:01:35.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 02:01:35.854 INFO kablam! Jul 12 02:01:35.879 INFO kablam! error: aborting due to 2 previous errors Jul 12 02:01:35.879 INFO kablam! Jul 12 02:01:35.891 INFO kablam! error: Could not compile `framing`. Jul 12 02:01:35.891 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:01:36.672 INFO kablam! error: build failed Jul 12 02:01:36.674 INFO kablam! su: No module specific data is present Jul 12 02:01:37.215 INFO running `"docker" "rm" "-f" "e562359587ab6c977fc95336e056ccf997bda0c5eb11fdba43afccfeac263bfb"` Jul 12 02:01:37.412 INFO blam! e562359587ab6c977fc95336e056ccf997bda0c5eb11fdba43afccfeac263bfb