Sep 14 11:42:56.185 INFO checking png-framing-0.5.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 11:42:56.185 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 11:42:56.185 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:42:56.428 INFO blam! 3c6e0e838c2d86afe21c40808ef819ce7757e574387bb77395cf81321c8f907a Sep 14 11:42:56.430 INFO running `"docker" "start" "-a" "3c6e0e838c2d86afe21c40808ef819ce7757e574387bb77395cf81321c8f907a"` Sep 14 11:42:57.227 INFO kablam! usermod: no changes Sep 14 11:42:57.287 INFO kablam! Compiling lodepng v1.2.2 Sep 14 11:42:57.287 INFO kablam! Checking framing v0.6.0 Sep 14 11:42:57.878 INFO kablam! error: cannot infer an appropriate lifetime Sep 14 11:42:57.879 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.6.0/src/transforms/iter.rs:10:20 Sep 14 11:42:57.879 INFO kablam! | Sep 14 11:42:57.879 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 14 11:42:57.879 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 14 11:42:57.879 INFO kablam! ... Sep 14 11:42:57.879 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 14 11:42:57.879 INFO kablam! | ____________________^ Sep 14 11:42:57.879 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 14 11:42:57.879 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 14 11:42:57.879 INFO kablam! 13 | | }) Sep 14 11:42:57.879 INFO kablam! | |_____^ ...but this borrow... Sep 14 11:42:57.879 INFO kablam! | Sep 14 11:42:57.879 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 14 11:42:57.879 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.6.0/src/transforms/iter.rs:5:13 Sep 14 11:42:57.879 INFO kablam! | Sep 14 11:42:57.879 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 14 11:42:57.879 INFO kablam! | ^^ Sep 14 11:42:57.879 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 14 11:42:57.879 INFO kablam! | Sep 14 11:42:57.879 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 14 11:42:57.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:42:57.879 INFO kablam! Sep 14 11:42:57.879 INFO kablam! error: cannot infer an appropriate lifetime Sep 14 11:42:57.879 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.6.0/src/transforms/iter.rs:25:36 Sep 14 11:42:57.879 INFO kablam! | Sep 14 11:42:57.879 INFO kablam! 18 | -> impl ParallelIterator Sep 14 11:42:57.879 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 14 11:42:57.879 INFO kablam! ... Sep 14 11:42:57.879 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 14 11:42:57.879 INFO kablam! | ____________________________________^ Sep 14 11:42:57.879 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 14 11:42:57.879 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 14 11:42:57.879 INFO kablam! 28 | | }) Sep 14 11:42:57.879 INFO kablam! | |_____^ ...but this borrow... Sep 14 11:42:57.879 INFO kablam! | Sep 14 11:42:57.879 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 14 11:42:57.879 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.6.0/src/transforms/iter.rs:17:17 Sep 14 11:42:57.879 INFO kablam! | Sep 14 11:42:57.879 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 14 11:42:57.879 INFO kablam! | ^^ Sep 14 11:42:57.879 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 14 11:42:57.879 INFO kablam! | Sep 14 11:42:57.879 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 14 11:42:57.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:42:57.879 INFO kablam! Sep 14 11:42:57.879 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:42:57.879 INFO kablam! Sep 14 11:42:57.902 INFO kablam! error: Could not compile `framing`. Sep 14 11:42:57.903 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:42:58.086 INFO kablam! error: build failed Sep 14 11:42:58.087 INFO kablam! su: No module specific data is present Sep 14 11:42:58.999 INFO running `"docker" "rm" "-f" "3c6e0e838c2d86afe21c40808ef819ce7757e574387bb77395cf81321c8f907a"` Sep 14 11:42:59.087 INFO blam! 3c6e0e838c2d86afe21c40808ef819ce7757e574387bb77395cf81321c8f907a